#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" 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 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 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 VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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); } }; 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 VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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 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); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, 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 InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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); } }; 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 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 InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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); } }; 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); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // <>f__AnonymousType0`1 struct U3CU3Ef__AnonymousType0_1_t103DB909F3478F55EAABC0751EA7624561E5B35F; // LitJson.ExporterFunc`1 struct ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800; // LitJson.ImporterFunc`2 struct ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61; // LitJson.JsonMapper/<>c__DisplayClass39_0`1 struct U3CU3Ec__DisplayClass39_0_1_tFA7CA16CF0F5DB8F6A3C42558CF7397E57687827; // LitJson.JsonMapper/<>c__DisplayClass40_0`2 struct U3CU3Ec__DisplayClass40_0_2_tD3E4E712CD4D1E044A1EBC758F8403ED32143EFD; // LitJson.JsonWriter struct JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233; // LitJson.WriterContext struct WriterContext_t99D01D2FB5EB8D18B622F05DE746F070A7E9D091; // MS.Internal.Xml.Cache.XPathNodeInfoAtom struct XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7; // MS.Internal.Xml.Cache.XPathNode[] struct XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B; // QFramework.AbstractArchitectureConfig`2/AbstractEventSystemNode`1 struct AbstractEventSystemNode_1_t922A2326755A148995F99DA95E0242EC68B30660; // QFramework.AbstractArchitectureConfig`2 struct AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297; // QFramework.AbstractPool`1 struct AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE; // QFramework.ActionKitFSMState struct ActionKitFSMState_t3708C864C02E1BAF9358D89C92F567BC110AAB2C; // QFramework.ActionKitFSMState`1 struct ActionKitFSMState_1_t095F3EF4C0012BB75A898B8BE20F1C3431E32E39; // QFramework.ActionKitFSMTransition struct ActionKitFSMTransition_t7E486F1CE091725FF5B30C6B54BF28CF69DBE9D7; // QFramework.ActionKitFSMTransition`2 struct ActionKitFSMTransition_2_t4EB25F36E7A18BFF2B4AAC110CC0148D823922AB; // QFramework.BinaryHeap`1 struct BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293; // QFramework.CollisionEvent`1 struct CollisionEvent_1_tA2C63CE6D81579924E78ECAFEA0FC2A146CD5790; // QFramework.CustomDisposable struct CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59; // QFramework.CustomObjectFactory`1 struct CustomObjectFactory_1_t5A2095116C134ED80595E8FF5BECC89818FD1B77; // QFramework.CustomProperty`1 struct CustomProperty_1_t1AE98A75926ACD438EF2D0F1829CBD2DC7A7FB89; // QFramework.CustomProperty`1 struct CustomProperty_1_tE81BA01CD1B3172DD01AD5D24E0CA0C3262F8FE3; // QFramework.DefaultObjectFactory`1 struct DefaultObjectFactory_1_t40260E6B8615206FA2749FF4EAF663B05EB4AE3D; // QFramework.DictionaryPool`2 struct DictionaryPool_2_tF06C67254709ED764F4970D48CE1965C1C1F77C0; // QFramework.DisposableList struct DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D; // QFramework.EventInjector`1/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_t1E2E45F92DDF67F8E7F4B159E7FA5885D9BE9EEB; // QFramework.EventInjector`1/InjectEventGetter struct InjectEventGetter_t63EB64BBC541ECB8E195B0C95AAB50BDD41592FC; // QFramework.EventInjector`1/InjectEventTrigger struct InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0; // QFramework.EventInjector`1 struct EventInjector_1_t6CC712F60E34A11BE3FFB6B0E824C65836842BB8; // QFramework.FSM`2/FSMOnStateChanged struct FSMOnStateChanged_tFD52D243F00DA2713AEF80414108809E2A5302DE; // QFramework.FSM`2/FSMState`1 struct FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9; // QFramework.FSM`2/FSMTranslation`2 struct FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7; // QFramework.FSM`2 struct FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9; // QFramework.IEnumerableExtension/<>c__5`2 struct U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E; // QFramework.IObjectFactory`1 struct IObjectFactory_1_t96431DDF5376CF2C889D00CB875DAEE8108778AC; // QFramework.IQFrameworkContainer struct IQFrameworkContainer_t332EF450284136D7572788390D29C6A8A434F840; // QFramework.IResCreator struct IResCreator_t471E6F0A8410413D41A3CBE88EDF4C51C595F4D7; // QFramework.ITypeEventSystem struct ITypeEventSystem_t375EECD1CCC780564E49D9775B8609A68759B76C; // QFramework.MonoSingleton`1 struct MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC; // QFramework.NonPublicObjectFactory`1/<>c struct U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3; // QFramework.NonPublicObjectFactory`1 struct NonPublicObjectFactory_1_t5D9DACFD7EE988FFE5E5EB1F943B161CBA2A3D87; // QFramework.NonPublicObjectPool`1 struct NonPublicObjectPool_1_t806F59C290C8AD2A4EA3D8B47A057BE3976BD507; // QFramework.OnPropertyChangedEvent`1 struct OnPropertyChangedEvent_1_t98BEAEBCE9BEBBD710F879809228011B86422A04; // QFramework.OnPropertyChangedEvent`1 struct OnPropertyChangedEvent_1_t696E5D4B2E5ADF64AD33DA2902FDF9E037C484C0; // QFramework.OnPropertyChangedEvent`1 struct OnPropertyChangedEvent_1_tA55D6074D5BB2946C21F6C61D01F7DDA40D7AA94; // QFramework.OnPropertyChangedEvent`1 struct OnPropertyChangedEvent_1_t731744BDC5B694C8E34D7148382406B4D8620951; // QFramework.Pool`1 struct Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3; // QFramework.Property`1/<>c struct U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806; // QFramework.Property`1/<>c struct U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F; // QFramework.Property`1/<>c struct U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D; // QFramework.Property`1/<>c struct U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD; // QFramework.Property`1/<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534; // QFramework.Property`1/<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6; // QFramework.Property`1/<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E; // QFramework.Property`1/<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41; // QFramework.Property`1 struct Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E; // QFramework.Property`1 struct Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0; // QFramework.Property`1 struct Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A; // QFramework.Property`1 struct Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1; // QFramework.QFrameworkContainer struct QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511; // QFramework.QFrameworkContainer/<>c__21`1 struct U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7; // QFramework.QFrameworkContainer/d__11`1 struct U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF; // QFramework.ResFactory/<>c__2`1 struct U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE; // QFramework.SafeObjectPool`1 struct SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A; // QFramework.SimpleObjectPool`1 struct SimpleObjectPool_1_t27D0BC67CBCC78D13F7620F77999B321EB12A304; // QFramework.SingletonCreator/<>c__0`1 struct U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A; // QFramework.Singleton`1 struct Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60; // QFramework.TableIndex`2 struct TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D; // QFramework.Table`1 struct Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933; // QFramework.Tuple`2 struct Tuple_2_t693252D990783B408258D1D95761F626CB05802C; // QFramework.Tuple`2 struct Tuple_2_tBE815999D98FB5CEBFE8F1E64F615ED2071AEB59; // QFramework.TypeEventSystem struct TypeEventSystem_t1490050F9E83A810D5B06392AB57CD544EBE4EC5; // QFramework.TypeEventSystem/Registerations`1/<>c struct U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79; // QFramework.TypeEventSystem/Registerations`1 struct Registerations_1_t96F872647BF90F1F20AD7DFCA2AF2369BB1532B0; // QFramework.TypeEventUnregister`1 struct TypeEventUnregister_1_t76091AEAC6D6711EEA018D03D4513737795A191F; // QFramework.TypeInstanceCollection struct TypeInstanceCollection_t20D1C127028B91BF996BC7D40A1707C9E31DE5DD; // QFramework.TypeMappingCollection struct TypeMappingCollection_t73B05BADA515EDEFB820877049BB00C8067D3228; // QFramework.TypeRelationCollection struct TypeRelationCollection_t2668EFA0D893C9551C89D97B44D6ACEC91CE15CF; // Response`1 struct Response_1_tA0E21C67995767E17A1C6923587C5EE8CC46C326; // Singleton`1 struct Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579; // System.Action`1 struct Action_1_t97D1FB97578BDD98FFDE2DF9FCC9C2ED9A4EE453; // System.Action`1 struct Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD; // System.Action`1 struct Action_1_t7CCD21D1063A83C9B6E5A95BFCE022A6EB65C46A; // System.Action`1 struct Action_1_t49CEE65271E77B0724B9809B1517C3095C59B004; // System.Action`1> struct Action_1_t0DEF774B03048897D0C95E1C3FDEC90E76AD66F6; // System.Action`1> struct Action_1_t270B04F21C721E2ABDBD54528470836F7B679CD7; // System.Action`1 struct Action_1_t8CEEAFF163330A93E9E6B250A5D877C88F83DA0D; // System.Action`1 struct Action_1_t13BD397B370C97145826C7C63AC82C4B1B499E7F; // System.Action`1 struct Action_1_tC6D5FE255E109287FAF476CEBE48FF74C3442F50; // System.Action`1 struct Action_1_t8C2E57068917ACE417DC9F9EE5C1B893777A9E26; // System.Action`1 struct Action_1_t9BB369186272B2A25DCBA7C802CE39A9B30B459F; // System.Action`1 struct Action_1_t914484DED737548EE8FABFA959036371C8235942; // System.Action`1 struct Action_1_t52D823F32CE5686DBFA794FE0C8A92E293D1E775; // System.Action`1 struct Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134; // System.Action`1 struct Action_1_tABA1E3BFA092E3309A0ECC53722E4F9826DCE983; // System.Action`1 struct Action_1_t3F91D2593C80181986F6D400B3944EA3C78AA703; // System.Action`1 struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0; // System.Action`1 struct Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798; // System.Action`1 struct Action_1_tF07301208FFDEC194EC0F6BB024B1F68E2D82911; // System.Action`1 struct Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB; // System.Action`1> struct Action_1_tC9C78235CE090A8C814E2C458627F15C33AF0180; // System.Action`1 struct Action_1_t02D6BE40C6C251D29250AA75AFF55A37125245C1; // System.Action`1 struct Action_1_t99022DE2E8CCAC4B355488B0BF900648405F50FD; // System.Action`1 struct Action_1_t6131F366126278D446E2FDDB6336343007AC2F72; // System.Action`1 struct Action_1_t871A401E6A572812A4A4A51F3A4CCE60BEC5CF17; // System.Action`1 struct Action_1_tD67110AB1919B5C7788F5BE94BF0823C16A5419F; // System.Action`1 struct Action_1_tFEDD064D971126B0D10EFA0985118B241D1D1869; // System.Action`1 struct Action_1_t82786770BFC5780C2E617DB25669143D9ED35825; // System.Action`1 struct Action_1_tC702DABE17B351D93212ED7DD55836C03C5562C4; // System.Action`1 struct Action_1_t6C5DB7139F66EB76956C49A23DE0D327DCA73C81; // System.Action`1 struct Action_1_t163F662A723789B8BC371105BBD6022F26D9C6A6; // System.Action`1 struct Action_1_t57C161C9CBCBA5532FB6D55BE62E0EB3F8A7D409; // System.Action`1 struct Action_1_t4362622E084A551168772B92FB4DFEA74E07CDA5; // System.Action`1 struct Action_1_t7065A5D96364A7C750A7B180A2502537A82A9910; // System.Action`1 struct Action_1_tE875D12E6922BF87BD02BA6C0FBD1096BCBB9426; // System.Action`1 struct Action_1_tD3557152EC38C36B3C25B7FA509B9EC992BEBED0; // System.Action`1 struct Action_1_t97B24A3F0ABA64DD934A3DA82A6C9EB77C813E25; // System.Action`1 struct Action_1_tA44107B06FF0DB8292A09BDC892436393CD13E67; // System.Action`1 struct Action_1_t6289D638A9944C0743697466AAE4CAB276AF2F5A; // System.Action`2 struct Action_2_t6C33D80670016FFA10F03F59FB542306FA60F1F3; // System.Action`2 struct Action_2_t2F784F6A8F0E6D7B6C7C73DCA17B1CCA8D724E48; // System.Action`2 struct Action_2_tC52FA3FD223419FC0456E089309277012CCE38E8; // System.Action`2 struct Action_2_tC72B6763E93CD8BDCA164EB52F1D9F5AC4147A91; // System.Action`2 struct Action_2_t429E4750D84EBAC7EB494EB565EE0C8E1177C576; // System.Action`2 struct Action_2_t803A47D93CAEBCDD093590B0872DE504874D9F35; // System.Action`2 struct Action_2_t4A92D51BAC0CF291CCBECDD41B622EDAE4E77D9F; // System.Action`2 struct Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C; // System.Action`2 struct Action_2_t6614CB55E7CBF2119E4A6402E4E2A25EF45412E5; // System.Action`2 struct Action_2_t39F2FD12230E5D2CE6C0FE959B2F84310997B857; // System.Action`2 struct Action_2_t2C6E8B13602564FA6CC0AADA6FFE4346CF58FF36; // System.Action`2 struct Action_2_t7C222A59CA4E7FC9BB18253F5F7B332C7F7E1034; // System.Action`3 struct Action_3_t5EE4F8B9C50F576C16A8CE302D8F2790394C22EA; // System.Action`3 struct Action_3_tCC14115B7178951118504E7198B7C872630643C5; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD; // System.Array/EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA; // System.Array/EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_tE948CE6D66CA1ACD236E1A0A49065F43ECC2928C; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_tDF82D52F8E220E1F0E10D9319C050454BCE2B6E0; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_tE84AD68CCCD6D9AE54B96D42C6E0B1407A62C806; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t4EE57E88E44522107E545C01848E812279DD57BC; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_tC470B5E7E8D540D979064ECB914CD5B1EE738415; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t0DAD5A63387BB916FDF2C716C75EEBB9B30F7A09; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t0394DE2BA7C2C82605C6E9DEBB21A8C5C792E97C; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t2C963A0FC9929B0C525ED1604D2BC7A16FCDAFFB; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t1E004094293EDA5E30A2EDEE7423B673C5E3D047; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA; // System.Collections.Generic.Dictionary`2[] struct Dictionary_2U5BU5D_tD79F236FF662062B3AC1C5ACBA266232ECBEE207; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA0A8C6594C50F06D72AEE054DCEDFC649BD667EA; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA; // System.Collections.Generic.IDictionary`2> struct IDictionary_2_tCBBDACD73641CF4384BB107E1AD470A9740E47E9; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t578A9F9B86BAB344A9A283757C5F909A3238EBD4; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAE7A8756D8CF0882DD348DC328FB36FEE0FB7DD0; // System.Collections.Generic.List`1 struct List_1_tF89DF7AD80385155C22A9D2F02DB3712D9E08AD7; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D; // System.Collections.Generic.List`1[] struct List_1U5BU5D_t515B9BFEE05D244C80CD8DB37AF706BEA35D5852; // System.Collections.Generic.Stack`1 struct Stack_1_t266611D1CB744809C2DB1CE65D8956B59A4051DD; // System.Collections.Generic.Stack`1> struct Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E; // System.Collections.Generic.Stack`1> struct Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B; // System.Collections.Generic.Stack`1 struct Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IEnumerator struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.Exception struct Exception_t; // System.Func`1 struct Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1; // System.Func`1 struct Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386; // System.Func`2,System.Boolean> struct Func_2_tE87C110E2D63D9B627CA97ECA739190E1F9F8541; // System.Func`2,System.Object> struct Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3; // System.Func`2 struct Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879; // System.Func`2 struct Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4; // System.Func`3,System.Collections.Generic.Dictionary`2,System.Collections.Generic.Dictionary`2> struct Func_3_tCAA8E3F9507FC8A39A5460265328C73368271EC6; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.IDisposable struct IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A; // System.IFormatProvider struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901; // System.IO.TextWriter struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010; // System.NullReferenceException struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.Predicate`1 struct Predicate_1_tC8D7D0D4EA0190F18985B2F4B3D931996CBA6C4A; // System.Predicate`1 struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979; // System.Predicate`1 struct Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.ConstructorInfo struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF; // System.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.ParameterInfo struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Threading.ManualResetEvent struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.UInt32[] struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // UnityEngine.Component struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966; // UnityEngine.Events.InvokableCallList struct InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F; // UnityEngine.Events.UnityAction struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA; // UnityEngine.GameObject struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F; // UnityEngine.MonoBehaviour struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429; // UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0; // UnityEngine.Transform struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA; IL2CPP_EXTERN_C RuntimeClass* Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICommand_tB1E1FC59FB6A5F5F84A73C4A53F4EC2A3EE6DF97_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPoolable_tB09D4232C363FD3C380370608C4AFD9160D94502_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_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* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoSingletonCreator_t6CDD468701F29D8B1896A7D8DCC097B853F9E906_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeEventSystem_t1490050F9E83A810D5B06392AB57CD544EBE4EC5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577_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* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral04B5E60FF7FF96F428C09AD085F75E16F164F2B9; IL2CPP_EXTERN_C String_t* _stringLiteral0D6A59657C8196FE183E500373D67818F6D68560; IL2CPP_EXTERN_C String_t* _stringLiteral2743196813A5635EC097418239BD515966A50491; IL2CPP_EXTERN_C String_t* _stringLiteral5858A25A11472FD4CFA2597DDB1EFF89706B5707; IL2CPP_EXTERN_C String_t* _stringLiteralCEBE1A68EDD00483847F0EAAF245FB880ED1EBC8; IL2CPP_EXTERN_C String_t* _stringLiteralE5CA5A31911446CD46445D10F66B8AF07132DE91; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m203A6D3267D5102309DF1938B85D9FA038EEC5ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Find_TisConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_mA9BF6319178E8DDFFC2133A4C64CE672988D2A08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryHeap_1_Insert_m1EA5745251A58723299A152F47EAD3E97E3ACD93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryHeap_1_Insert_mEB79269C2E5CC4332D60DF6F6DA323B296AB0F31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BinaryHeap_1_ResizeArray_m53C1167CFE3E29D5D3EC3A276D52571C3741B5CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m0017F839468FBAEC427AE72CE2C0E3D07F59E9E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m00C665840A87945218E609B845EA154CB0462E15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m03A5706B12EC199917510F73810A462EAEF0755A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m0CABA4EE26CC086C7D8C239B67A07B4890E7C8EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m16E674B3825305061DF3B07FBB5601B7487E2CE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m293B9C3C02900945171CC48486B75790594968C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2B71AC61E1D5E112E4E40B79E0FC768F981AF275_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m2D99D91E76466691A4182B87F18C0507601C08C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m420EE01A411C337671037356ED272F11275F1CB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m43159AC3B73F8C7B43D68F731301DAAF9660A0FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m43CEF72B27A72848C3DFB1353CE9DF1A565B1E1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m48F65C072D4CD934C97FB2CB5DF62922B52C9970_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m49F492D18B14089845E11EED3BA10C5E7A04A28A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m4D75CAE0763650D9067F695B43181AD1167219BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m63950696FAEAEEC6C301546211895D8B43821C76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m65491C202A5B07CBBD8061EA3566196E61692F0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m68884E7F37A82001ECE18FF1AB9E0807E71EEB14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m6D484D3328B19128493A066268CD4B0FFDDD18E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m6E9F5FEA95891488995D987661B9DDDFFA7E2EA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m74F78B949FE0A28B76A17D74BD70A9ED83FD0864_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7BC4D764094154DE60F8FB6C4201D3E091D5BFE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7E10FE061B6ADB7F4E40E781054118600F91A3FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m7E4959D1AE2BA654D615CFA4828683901FD1F2E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m832FB1D6E078077C38BCDC48FE614F30D96E01F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8971103C0FFF666C1EBE651943C53F7E3AFBCC92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8D775E44C86196D9A8E7493AE45BB5274764C46A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m8DAFB7669FCA109882F8F767C7898F08B5300DB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m910FFFE9B6084C49044B25580AA121D94A7965DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m94FCFEF8CF8E1CD6A28D53363101CAFF017D2253_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m952BF74D0CB1544321A6EC1605BF7919CAFF0896_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m98222555864729D08E4DB43F11A882EB9737BE4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_m98697278B9C23B5B13E8926CD092AD89F73B56A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA09E0C78D8EF2892E5C4EF4F2DCFBF8DBEFDD8FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA45DF890E107BD73ECE183A4739033960EA4AA34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA5293594F8C1520005236A56F66528CD22C6C2CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mA6CEBF84F7B08215F9F043A8C16B3D4831C0D605_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mB63112D2E4EDDDECD77FB53EAF0846157DA749D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mB6E2CDAB4E0C87D6B6D0CEB09FF4578A584028E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mBC8EF4EC42CCC007C49DEE9DC8F9E7F7FD79C206_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mBE2285654F4CC086F5B8F7BBE6E2FC0BDBB0EB06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mBEC4557EDCDBE1BCFE4279943CFC23E51EE664A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mBF8C7A074037829E345398CCFC6145655FF45B3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mD31A934DECA1ABBE794516D2EDFDB8448A707F0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mD800F852E962B9D1218277EFD649CD79B0E26D33_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mDCEC4DF41B9E9AD4C529AF3F577474F9C81DCD7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE2016AE72E368C527141CFB7657D9644FEF1561E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE26B17729A0F32FE4822B9CE75A34C8A28997609_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mE27B1BA418E7696CFFED3AB95317DEABE9DCA24F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mEEEA3BB14A06103E355C424A371C59B0968ABC51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mFB77E5146D7A64D21962702F26773CC58D9A0A8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mFB97499DAC0E24B448458421C4DC4C732A53685C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyInternalEnumerator_1_get_Current_mFD7123CCC1280A3380BF4F49580C706144C48B6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_m617FA279157F610633DCBCE17B772218B5ABBDF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CResolveAllU3Ed__11_1_System_Collections_IEnumerator_Reset_mE7E8F94D904C9048C567E2A7CB18906E263C312F_RuntimeMethod_var; IL2CPP_EXTERN_C const uint32_t AbstractArchitectureConfig_2_Init_m38CDC739FEFB406970C80E21D55628C9EF19BE97_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AbstractArchitectureConfig_2_OnCommandExecute_m0BE8E50289550154A3043F8FD39E211A919FB31C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AbstractArchitectureConfig_2__ctor_m9683B41BF75BF5D89F71F5FFA704F7C547520F73_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t AbstractEventSystemNode_1__ctor_m1FEA2B97542AFF6030157A6F12AC85F8F6624C74_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ActionKitFSMTransition_2__ctor_mB015DCCD7EFD02833E19DA52F0EB194176BC1948_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m02789A61A2C3829C117DD7793B1273498B3EB8E6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m06493A4A91EF5E0099535DF5E9D1CCA85F7519F6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m0B75E22AD8F23D38EE74158E9CE7F2C50AD47D73_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m10C6A956131CC7E0B40A82EF4973DB68378C7F11_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m1194D283FDCFED5C6C1D8513C1E9B2127BDCCA9E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m147EA0AF0B438620EBDA154160680EDFB8FDE786_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m1CD951C5C13C40C9041757E11FA70D942A302894_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m35B0142A5389168177B0689FB5B5FB008A0F18D5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m38D4DB74F04D419EB6A08DC496693915A0A3060D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m42AB4E6D3BD06BC294B126E6D474C6D0CD82EEB7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m43B30D869DAFB9D9B3BEBFA2667F81761C745C62_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m4567A97BF77F30EC35B138E04CE92FDC0BDC9EA9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m4606EE7147EF7F25AA23990FA44B7402D66175FD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m4A0C89BFD4F9ACA2EC33779E1FE47885A25D5063_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m4A588680F0C6E444C9AF4CC66C8E06BE1EE1BA84_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m4AF84490D9160024EE3E0848204F17DF364D0670_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m5CDBA15E106EF1422C06CA296C25DEB9F63315DD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m5D84684AE186EFC2BF5D4A04B9AEA19B2DF0B1E4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m6C63D70159077D66D3F8861E7CEAFFFDE465561F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m7BC329DB2132CBE9D7D92B0F80134971E5EDB976_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m856B325E9FAA6993B68AD62F1127A264109BBC2E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m87597218FBB70DB8F918E480309E134D2AA26F5E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m8E3FDA5BC52BC20728902EA5802FB1F3E991F247_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_m9180967E80D10A8E0F1D965A99D8AFDAFDB41B2F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_mB5EE85C60F21703BEEA682D1C69251C11FA35225_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_mBCFE828824358B60CCF7516B3819DE3C6273488A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_mBDEB8DF3A5800188BAEB1E96251B8F6FBC2DF352_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_mC47E6E9D12041F47B283B476BA584D82A76007CA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_mC77F0EE59782F18A917A440DC2882C8B4B8AC6DF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_mC98C5450437D4211B29891F16F31D1EEF56C1522_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_mD00742BE47DDC0E0C42E919A99410635BF60ED73_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_mE4313EF810BAC126BFC787D0F9A91B89564A5F78_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_mEB7D149E305B5161037D7B4EA53522C466DB64F0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_mEECC98245C2D4BC85D633A8F8FA854E3DD22D27E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_mF4A156C4BFA25885AC7AC9C9A72B919DB94B6E82_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_mFD2A2F356CD808B55B916C0DD2D9F0DE63B33F0D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_1_BeginInvoke_mFFE15CB007598C266F542911975AD02297267D8B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_2_BeginInvoke_m00BD43B0496F386EBA85D9FD7BF8480F6B2C1E13_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_2_BeginInvoke_m1A2023AD69CC33FE7360200C4E77F16B840BCCBB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_2_BeginInvoke_m453D9C1F422A31F6F6D197507CD6CD017E148426_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_2_BeginInvoke_m45A1770CF1DEE06E27C29D569B4CA5AE6AF44C53_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_2_BeginInvoke_m4F9434B4D9C00487F3304FDB70D3303596AD3081_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_2_BeginInvoke_m701B18451EA00B7A907C490C88AD8DA88992B8CC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_2_BeginInvoke_m83DBEFC78ABDBBC646700985C7BFD49EAD976B32_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_2_BeginInvoke_m90CE2E30BF265027DA651AF5A3946F6E1C2404E7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_2_BeginInvoke_m915F6C6EEB9AEC2D7666637A75347C2092B8D6DC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_2_BeginInvoke_mA77D534A8D811AC40A47B54B25925B171EF0BAA4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_2_BeginInvoke_mE68550780DB259480F8E3E74AB025D7B1592A766_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Action_3_BeginInvoke_mA891E1DC8C7E105C63B16AFFBB1009FC68E1DF91_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BinaryHeap_1_Insert_m1EA5745251A58723299A152F47EAD3E97E3ACD93_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BinaryHeap_1_Insert_mEB79269C2E5CC4332D60DF6F6DA323B296AB0F31_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BinaryHeap_1_ProcolateDown_m78C87050CE37AB8F4E696A76A7431D56406F499F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BinaryHeap_1_ProcolateUp_mD76CEEBF9C86B331BED017ADF0D81D78D5454288_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BinaryHeap_1_RebuildAtIndex_mF8A8CAAC26EB324BAC02F92DBC8DBEFC5CBB1820_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BinaryHeap_1_RemoveAt_m25E1F032A337405809F8198E9A4989F95A6E69FE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t BinaryHeap_1_ResizeArray_m53C1167CFE3E29D5D3EC3A276D52571C3741B5CD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m0017F839468FBAEC427AE72CE2C0E3D07F59E9E5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m00C665840A87945218E609B845EA154CB0462E15_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m03A5706B12EC199917510F73810A462EAEF0755A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m0CABA4EE26CC086C7D8C239B67A07B4890E7C8EC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m16E674B3825305061DF3B07FBB5601B7487E2CE2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m293B9C3C02900945171CC48486B75790594968C4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m2B71AC61E1D5E112E4E40B79E0FC768F981AF275_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m2D99D91E76466691A4182B87F18C0507601C08C8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m420EE01A411C337671037356ED272F11275F1CB5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m43159AC3B73F8C7B43D68F731301DAAF9660A0FF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m43CEF72B27A72848C3DFB1353CE9DF1A565B1E1F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m48F65C072D4CD934C97FB2CB5DF62922B52C9970_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m49F492D18B14089845E11EED3BA10C5E7A04A28A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m4D75CAE0763650D9067F695B43181AD1167219BC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m63950696FAEAEEC6C301546211895D8B43821C76_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m65491C202A5B07CBBD8061EA3566196E61692F0B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m68884E7F37A82001ECE18FF1AB9E0807E71EEB14_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m6D484D3328B19128493A066268CD4B0FFDDD18E6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m6E9F5FEA95891488995D987661B9DDDFFA7E2EA4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m74F78B949FE0A28B76A17D74BD70A9ED83FD0864_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m7BC4D764094154DE60F8FB6C4201D3E091D5BFE5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m7E10FE061B6ADB7F4E40E781054118600F91A3FB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m7E4959D1AE2BA654D615CFA4828683901FD1F2E6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m832FB1D6E078077C38BCDC48FE614F30D96E01F5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m8971103C0FFF666C1EBE651943C53F7E3AFBCC92_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m8D775E44C86196D9A8E7493AE45BB5274764C46A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m8DAFB7669FCA109882F8F767C7898F08B5300DB7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m910FFFE9B6084C49044B25580AA121D94A7965DF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m94FCFEF8CF8E1CD6A28D53363101CAFF017D2253_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m952BF74D0CB1544321A6EC1605BF7919CAFF0896_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m98222555864729D08E4DB43F11A882EB9737BE4F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_m98697278B9C23B5B13E8926CD092AD89F73B56A1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mA09E0C78D8EF2892E5C4EF4F2DCFBF8DBEFDD8FB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mA45DF890E107BD73ECE183A4739033960EA4AA34_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mA5293594F8C1520005236A56F66528CD22C6C2CC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mA6CEBF84F7B08215F9F043A8C16B3D4831C0D605_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mB63112D2E4EDDDECD77FB53EAF0846157DA749D1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mB6E2CDAB4E0C87D6B6D0CEB09FF4578A584028E9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mBC8EF4EC42CCC007C49DEE9DC8F9E7F7FD79C206_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mBE2285654F4CC086F5B8F7BBE6E2FC0BDBB0EB06_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mBEC4557EDCDBE1BCFE4279943CFC23E51EE664A0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mBF8C7A074037829E345398CCFC6145655FF45B3B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mD31A934DECA1ABBE794516D2EDFDB8448A707F0C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mD800F852E962B9D1218277EFD649CD79B0E26D33_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mDCEC4DF41B9E9AD4C529AF3F577474F9C81DCD7F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mE2016AE72E368C527141CFB7657D9644FEF1561E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mE26B17729A0F32FE4822B9CE75A34C8A28997609_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mE27B1BA418E7696CFFED3AB95317DEABE9DCA24F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mEEEA3BB14A06103E355C424A371C59B0968ABC51_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mFB77E5146D7A64D21962702F26773CC58D9A0A8E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mFB97499DAC0E24B448458421C4DC4C732A53685C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t EmptyInternalEnumerator_1_get_Current_mFD7123CCC1280A3380BF4F49580C706144C48B6B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t FSM_2_Clear_m4AA13ACC1F7AEB72B6B6797D2BB660513422D1AF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t FSM_2_HandleEvent_m25C7D3F5E0C7D19CD85B618C977FCA9B692D4B4B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoSingletonCreator_get_IsUnitTestMode_m92F1202B0C5A6C393A70AC54727715AC453C9A5BGenerics_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoSingletonProperty_1_Dispose_m8688650175075B91DE124466C6F5DABF94E38308_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoSingletonProperty_1_get_Instance_m8A6ED2082C439B1A14DF28F9A125295CCB27CB74_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoSingleton_1_Dispose_m521112D0371885802134BA61056437A962C4DF09_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoSingleton_1_OnApplicationQuit_mA416055459B5A82848B5CC5169BF2AD3FAFE627E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MonoSingleton_1_get_Instance_mB407FA39E53D173A1238306A25AC826593838A77_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NonPublicObjectFactory_1_Create_m3D38477FFF3E4FC663B402E744037D53CAFBE834_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NonPublicObjectPool_1_Allocate_m51DCE60750F8EE1D60D47C887E009CBCD1F0DDAA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NonPublicObjectPool_1_Init_mD0F89A079CC43F73415446E4876241B6ECD4D452_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NonPublicObjectPool_1_Recycle_m7657C818C1E03DED5586D3E394D91EF3957906B4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Property_1_Bind_m0F802DFEFC0AB7D629F247D8FFBCBD2597FE4E7D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Property_1_Bind_mB3E134D20C78FCE5F8F2DE54069F3A56C3986BEF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Property_1_Bind_mB66B57AC88AF3BB23BB620F483D1AEE047133B80_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Property_1_Bind_mD9079366A6A7270AEA638531C1DA990F8C1860FA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SafeObjectPool_1_Allocate_m2A86CB8FF5C99A5F21DDE02DFF86C7DC7B66E4E5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SafeObjectPool_1_Init_m390AE33D3E85FE424DE7753F1AFF4A4362F8D937_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SafeObjectPool_1_Recycle_mC6FDEB294BDAEFDFA92F0A9E7547384ECB87B3A7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SingletonProperty_1__cctor_m90318EBB84339C7DC4D664C5B8B878B708F79856_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Singleton_1__cctor_mF8DBA3C3F16F954B6D4520D8F70DB45BA22DFB34_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TableIndex_2_Clear_m8822A3EE4D5379753EEB362E1CA786DEED16B20E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TableIndex_2_Dispose_m827BF372D361382678CC8F733533B4028FCE2789_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TypeEventUnregister_1_Dispose_m8A92D91C6966CF8B2E02A22526F047C648B2DF98_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CResolveAllU3Ed__11_1_MoveNext_m195E6CE29BA308C614DA844705B03FE5856014C3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CResolveAllU3Ed__11_1_System_Collections_IEnumerator_Reset_mE7E8F94D904C9048C567E2A7CB18906E263C312F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CResolveAllU3Ed__11_1_U3CU3Em__Finally1_m010A71BEEFA2CA24AFDDB5A49C0BFD71844A65A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__21_1_U3CUnRegisterInstanceU3Eb__21_0_m167C6813AE10BA84AF334B536DB0813B695B60F6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__2_1_U3CRemoveResCreatorU3Eb__2_0_m992C78DE78343D7EF3538B0F383A58A59DAD44F3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ef__AnonymousType0_1_ToString_m1B1F29A3B1690D6AA429AF0A8405278664F94771_MetadataUsageId; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com; struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E; struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694; 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 // <>f__AnonymousType0`1 struct U3CU3Ef__AnonymousType0_1_t103DB909F3478F55EAABC0751EA7624561E5B35F : public RuntimeObject { public: // j__TPar <>f__AnonymousType0`1::i__Field RuntimeObject * ___U3CmessageU3Ei__Field_0; public: inline static int32_t get_offset_of_U3CmessageU3Ei__Field_0() { return static_cast(offsetof(U3CU3Ef__AnonymousType0_1_t103DB909F3478F55EAABC0751EA7624561E5B35F, ___U3CmessageU3Ei__Field_0)); } inline RuntimeObject * get_U3CmessageU3Ei__Field_0() const { return ___U3CmessageU3Ei__Field_0; } inline RuntimeObject ** get_address_of_U3CmessageU3Ei__Field_0() { return &___U3CmessageU3Ei__Field_0; } inline void set_U3CmessageU3Ei__Field_0(RuntimeObject * value) { ___U3CmessageU3Ei__Field_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmessageU3Ei__Field_0), (void*)value); } }; // LitJson.JsonMapper_<>c__DisplayClass39_0`1 struct U3CU3Ec__DisplayClass39_0_1_tFA7CA16CF0F5DB8F6A3C42558CF7397E57687827 : public RuntimeObject { public: // LitJson.ExporterFunc`1 LitJson.JsonMapper_<>c__DisplayClass39_0`1::exporter ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 * ___exporter_0; public: inline static int32_t get_offset_of_exporter_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass39_0_1_tFA7CA16CF0F5DB8F6A3C42558CF7397E57687827, ___exporter_0)); } inline ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 * get_exporter_0() const { return ___exporter_0; } inline ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 ** get_address_of_exporter_0() { return &___exporter_0; } inline void set_exporter_0(ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 * value) { ___exporter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___exporter_0), (void*)value); } }; // LitJson.JsonMapper_<>c__DisplayClass40_0`2 struct U3CU3Ec__DisplayClass40_0_2_tD3E4E712CD4D1E044A1EBC758F8403ED32143EFD : public RuntimeObject { public: // LitJson.ImporterFunc`2 LitJson.JsonMapper_<>c__DisplayClass40_0`2::importer ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 * ___importer_0; public: inline static int32_t get_offset_of_importer_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass40_0_2_tD3E4E712CD4D1E044A1EBC758F8403ED32143EFD, ___importer_0)); } inline ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 * get_importer_0() const { return ___importer_0; } inline ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 ** get_address_of_importer_0() { return &___importer_0; } inline void set_importer_0(ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 * value) { ___importer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___importer_0), (void*)value); } }; // LitJson.JsonWriter struct JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 : public RuntimeObject { public: // LitJson.WriterContext LitJson.JsonWriter::context WriterContext_t99D01D2FB5EB8D18B622F05DE746F070A7E9D091 * ___context_1; // System.Collections.Generic.Stack`1 LitJson.JsonWriter::ctx_stack Stack_1_t266611D1CB744809C2DB1CE65D8956B59A4051DD * ___ctx_stack_2; // System.Boolean LitJson.JsonWriter::has_reached_end bool ___has_reached_end_3; // System.Char[] LitJson.JsonWriter::hex_seq CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___hex_seq_4; // System.Int32 LitJson.JsonWriter::indentation int32_t ___indentation_5; // System.Int32 LitJson.JsonWriter::indent_value int32_t ___indent_value_6; // System.Text.StringBuilder LitJson.JsonWriter::inst_string_builder StringBuilder_t * ___inst_string_builder_7; // System.Boolean LitJson.JsonWriter::pretty_print bool ___pretty_print_8; // System.Boolean LitJson.JsonWriter::validate bool ___validate_9; // System.Boolean LitJson.JsonWriter::lower_case_properties bool ___lower_case_properties_10; // System.IO.TextWriter LitJson.JsonWriter::writer TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___writer_11; public: inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233, ___context_1)); } inline WriterContext_t99D01D2FB5EB8D18B622F05DE746F070A7E9D091 * get_context_1() const { return ___context_1; } inline WriterContext_t99D01D2FB5EB8D18B622F05DE746F070A7E9D091 ** get_address_of_context_1() { return &___context_1; } inline void set_context_1(WriterContext_t99D01D2FB5EB8D18B622F05DE746F070A7E9D091 * value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_1), (void*)value); } inline static int32_t get_offset_of_ctx_stack_2() { return static_cast(offsetof(JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233, ___ctx_stack_2)); } inline Stack_1_t266611D1CB744809C2DB1CE65D8956B59A4051DD * get_ctx_stack_2() const { return ___ctx_stack_2; } inline Stack_1_t266611D1CB744809C2DB1CE65D8956B59A4051DD ** get_address_of_ctx_stack_2() { return &___ctx_stack_2; } inline void set_ctx_stack_2(Stack_1_t266611D1CB744809C2DB1CE65D8956B59A4051DD * value) { ___ctx_stack_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctx_stack_2), (void*)value); } inline static int32_t get_offset_of_has_reached_end_3() { return static_cast(offsetof(JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233, ___has_reached_end_3)); } inline bool get_has_reached_end_3() const { return ___has_reached_end_3; } inline bool* get_address_of_has_reached_end_3() { return &___has_reached_end_3; } inline void set_has_reached_end_3(bool value) { ___has_reached_end_3 = value; } inline static int32_t get_offset_of_hex_seq_4() { return static_cast(offsetof(JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233, ___hex_seq_4)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_hex_seq_4() const { return ___hex_seq_4; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_hex_seq_4() { return &___hex_seq_4; } inline void set_hex_seq_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___hex_seq_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hex_seq_4), (void*)value); } inline static int32_t get_offset_of_indentation_5() { return static_cast(offsetof(JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233, ___indentation_5)); } inline int32_t get_indentation_5() const { return ___indentation_5; } inline int32_t* get_address_of_indentation_5() { return &___indentation_5; } inline void set_indentation_5(int32_t value) { ___indentation_5 = value; } inline static int32_t get_offset_of_indent_value_6() { return static_cast(offsetof(JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233, ___indent_value_6)); } inline int32_t get_indent_value_6() const { return ___indent_value_6; } inline int32_t* get_address_of_indent_value_6() { return &___indent_value_6; } inline void set_indent_value_6(int32_t value) { ___indent_value_6 = value; } inline static int32_t get_offset_of_inst_string_builder_7() { return static_cast(offsetof(JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233, ___inst_string_builder_7)); } inline StringBuilder_t * get_inst_string_builder_7() const { return ___inst_string_builder_7; } inline StringBuilder_t ** get_address_of_inst_string_builder_7() { return &___inst_string_builder_7; } inline void set_inst_string_builder_7(StringBuilder_t * value) { ___inst_string_builder_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___inst_string_builder_7), (void*)value); } inline static int32_t get_offset_of_pretty_print_8() { return static_cast(offsetof(JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233, ___pretty_print_8)); } inline bool get_pretty_print_8() const { return ___pretty_print_8; } inline bool* get_address_of_pretty_print_8() { return &___pretty_print_8; } inline void set_pretty_print_8(bool value) { ___pretty_print_8 = value; } inline static int32_t get_offset_of_validate_9() { return static_cast(offsetof(JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233, ___validate_9)); } inline bool get_validate_9() const { return ___validate_9; } inline bool* get_address_of_validate_9() { return &___validate_9; } inline void set_validate_9(bool value) { ___validate_9 = value; } inline static int32_t get_offset_of_lower_case_properties_10() { return static_cast(offsetof(JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233, ___lower_case_properties_10)); } inline bool get_lower_case_properties_10() const { return ___lower_case_properties_10; } inline bool* get_address_of_lower_case_properties_10() { return &___lower_case_properties_10; } inline void set_lower_case_properties_10(bool value) { ___lower_case_properties_10 = value; } inline static int32_t get_offset_of_writer_11() { return static_cast(offsetof(JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233, ___writer_11)); } inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_writer_11() const { return ___writer_11; } inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_writer_11() { return &___writer_11; } inline void set_writer_11(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value) { ___writer_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___writer_11), (void*)value); } }; struct JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233_StaticFields { public: // System.Globalization.NumberFormatInfo LitJson.JsonWriter::number_format NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___number_format_0; public: inline static int32_t get_offset_of_number_format_0() { return static_cast(offsetof(JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233_StaticFields, ___number_format_0)); } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_number_format_0() const { return ___number_format_0; } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_number_format_0() { return &___number_format_0; } inline void set_number_format_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value) { ___number_format_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___number_format_0), (void*)value); } }; // QFramework.AbstractArchitectureConfig`2 struct AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 : public RuntimeObject { public: // QFramework.IQFrameworkContainer QFramework.AbstractArchitectureConfig`2::mSystemLayer RuntimeObject* ___mSystemLayer_0; // QFramework.IQFrameworkContainer QFramework.AbstractArchitectureConfig`2::mModelLayer RuntimeObject* ___mModelLayer_1; // QFramework.IQFrameworkContainer QFramework.AbstractArchitectureConfig`2::mUtilityLayer RuntimeObject* ___mUtilityLayer_2; // QFramework.ITypeEventSystem QFramework.AbstractArchitectureConfig`2::mEventSystem RuntimeObject* ___mEventSystem_3; public: inline static int32_t get_offset_of_mSystemLayer_0() { return static_cast(offsetof(AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297, ___mSystemLayer_0)); } inline RuntimeObject* get_mSystemLayer_0() const { return ___mSystemLayer_0; } inline RuntimeObject** get_address_of_mSystemLayer_0() { return &___mSystemLayer_0; } inline void set_mSystemLayer_0(RuntimeObject* value) { ___mSystemLayer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSystemLayer_0), (void*)value); } inline static int32_t get_offset_of_mModelLayer_1() { return static_cast(offsetof(AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297, ___mModelLayer_1)); } inline RuntimeObject* get_mModelLayer_1() const { return ___mModelLayer_1; } inline RuntimeObject** get_address_of_mModelLayer_1() { return &___mModelLayer_1; } inline void set_mModelLayer_1(RuntimeObject* value) { ___mModelLayer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mModelLayer_1), (void*)value); } inline static int32_t get_offset_of_mUtilityLayer_2() { return static_cast(offsetof(AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297, ___mUtilityLayer_2)); } inline RuntimeObject* get_mUtilityLayer_2() const { return ___mUtilityLayer_2; } inline RuntimeObject** get_address_of_mUtilityLayer_2() { return &___mUtilityLayer_2; } inline void set_mUtilityLayer_2(RuntimeObject* value) { ___mUtilityLayer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mUtilityLayer_2), (void*)value); } inline static int32_t get_offset_of_mEventSystem_3() { return static_cast(offsetof(AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297, ___mEventSystem_3)); } inline RuntimeObject* get_mEventSystem_3() const { return ___mEventSystem_3; } inline RuntimeObject** get_address_of_mEventSystem_3() { return &___mEventSystem_3; } inline void set_mEventSystem_3(RuntimeObject* value) { ___mEventSystem_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mEventSystem_3), (void*)value); } }; struct AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297_StaticFields { public: // QFramework.AbstractArchitectureConfig`2 QFramework.AbstractArchitectureConfig`2::mPrivateConfig AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * ___mPrivateConfig_4; public: inline static int32_t get_offset_of_mPrivateConfig_4() { return static_cast(offsetof(AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297_StaticFields, ___mPrivateConfig_4)); } inline AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * get_mPrivateConfig_4() const { return ___mPrivateConfig_4; } inline AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 ** get_address_of_mPrivateConfig_4() { return &___mPrivateConfig_4; } inline void set_mPrivateConfig_4(AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * value) { ___mPrivateConfig_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPrivateConfig_4), (void*)value); } }; // QFramework.AbstractPool`1 struct AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE : public RuntimeObject { public: // System.Boolean QFramework.AbstractPool`1::mInPool bool ___mInPool_1; public: inline static int32_t get_offset_of_mInPool_1() { return static_cast(offsetof(AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE, ___mInPool_1)); } inline bool get_mInPool_1() const { return ___mInPool_1; } inline bool* get_address_of_mInPool_1() { return &___mInPool_1; } inline void set_mInPool_1(bool value) { ___mInPool_1 = value; } }; struct AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE_StaticFields { public: // System.Collections.Generic.Stack`1 QFramework.AbstractPool`1::mPool Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * ___mPool_0; public: inline static int32_t get_offset_of_mPool_0() { return static_cast(offsetof(AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE_StaticFields, ___mPool_0)); } inline Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * get_mPool_0() const { return ___mPool_0; } inline Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 ** get_address_of_mPool_0() { return &___mPool_0; } inline void set_mPool_0(Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * value) { ___mPool_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPool_0), (void*)value); } }; // QFramework.ActionKitFSMState struct ActionKitFSMState_t3708C864C02E1BAF9358D89C92F567BC110AAB2C : public RuntimeObject { public: public: }; // QFramework.ActionKitFSMTransition struct ActionKitFSMTransition_t7E486F1CE091725FF5B30C6B54BF28CF69DBE9D7 : public RuntimeObject { public: // System.Type QFramework.ActionKitFSMTransition::k__BackingField Type_t * ___U3CSrcStateTypeU3Ek__BackingField_0; // System.Type QFramework.ActionKitFSMTransition::k__BackingField Type_t * ___U3CDstStateTypeU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CSrcStateTypeU3Ek__BackingField_0() { return static_cast(offsetof(ActionKitFSMTransition_t7E486F1CE091725FF5B30C6B54BF28CF69DBE9D7, ___U3CSrcStateTypeU3Ek__BackingField_0)); } inline Type_t * get_U3CSrcStateTypeU3Ek__BackingField_0() const { return ___U3CSrcStateTypeU3Ek__BackingField_0; } inline Type_t ** get_address_of_U3CSrcStateTypeU3Ek__BackingField_0() { return &___U3CSrcStateTypeU3Ek__BackingField_0; } inline void set_U3CSrcStateTypeU3Ek__BackingField_0(Type_t * value) { ___U3CSrcStateTypeU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSrcStateTypeU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CDstStateTypeU3Ek__BackingField_1() { return static_cast(offsetof(ActionKitFSMTransition_t7E486F1CE091725FF5B30C6B54BF28CF69DBE9D7, ___U3CDstStateTypeU3Ek__BackingField_1)); } inline Type_t * get_U3CDstStateTypeU3Ek__BackingField_1() const { return ___U3CDstStateTypeU3Ek__BackingField_1; } inline Type_t ** get_address_of_U3CDstStateTypeU3Ek__BackingField_1() { return &___U3CDstStateTypeU3Ek__BackingField_1; } inline void set_U3CDstStateTypeU3Ek__BackingField_1(Type_t * value) { ___U3CDstStateTypeU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDstStateTypeU3Ek__BackingField_1), (void*)value); } }; // QFramework.CustomDisposable struct CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59 : public RuntimeObject { public: // System.Action QFramework.CustomDisposable::mOnDispose Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___mOnDispose_0; public: inline static int32_t get_offset_of_mOnDispose_0() { return static_cast(offsetof(CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59, ___mOnDispose_0)); } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_mOnDispose_0() const { return ___mOnDispose_0; } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_mOnDispose_0() { return &___mOnDispose_0; } inline void set_mOnDispose_0(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value) { ___mOnDispose_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOnDispose_0), (void*)value); } }; // QFramework.CustomObjectFactory`1 struct CustomObjectFactory_1_t5A2095116C134ED80595E8FF5BECC89818FD1B77 : public RuntimeObject { public: // System.Func`1 QFramework.CustomObjectFactory`1::mFactoryMethod Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * ___mFactoryMethod_0; public: inline static int32_t get_offset_of_mFactoryMethod_0() { return static_cast(offsetof(CustomObjectFactory_1_t5A2095116C134ED80595E8FF5BECC89818FD1B77, ___mFactoryMethod_0)); } inline Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * get_mFactoryMethod_0() const { return ___mFactoryMethod_0; } inline Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 ** get_address_of_mFactoryMethod_0() { return &___mFactoryMethod_0; } inline void set_mFactoryMethod_0(Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * value) { ___mFactoryMethod_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mFactoryMethod_0), (void*)value); } }; // QFramework.DefaultObjectFactory`1 struct DefaultObjectFactory_1_t40260E6B8615206FA2749FF4EAF663B05EB4AE3D : public RuntimeObject { public: public: }; // QFramework.DictionaryPool`2 struct DictionaryPool_2_tF06C67254709ED764F4970D48CE1965C1C1F77C0 : public RuntimeObject { public: public: }; struct DictionaryPool_2_tF06C67254709ED764F4970D48CE1965C1C1F77C0_StaticFields { public: // System.Collections.Generic.Stack`1> QFramework.DictionaryPool`2::mListStack Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E * ___mListStack_0; public: inline static int32_t get_offset_of_mListStack_0() { return static_cast(offsetof(DictionaryPool_2_tF06C67254709ED764F4970D48CE1965C1C1F77C0_StaticFields, ___mListStack_0)); } inline Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E * get_mListStack_0() const { return ___mListStack_0; } inline Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E ** get_address_of_mListStack_0() { return &___mListStack_0; } inline void set_mListStack_0(Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E * value) { ___mListStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mListStack_0), (void*)value); } }; // QFramework.DisposableList struct DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D : public RuntimeObject { public: // System.Collections.Generic.List`1 QFramework.DisposableList::mDisposableList List_1_tF89DF7AD80385155C22A9D2F02DB3712D9E08AD7 * ___mDisposableList_0; public: inline static int32_t get_offset_of_mDisposableList_0() { return static_cast(offsetof(DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D, ___mDisposableList_0)); } inline List_1_tF89DF7AD80385155C22A9D2F02DB3712D9E08AD7 * get_mDisposableList_0() const { return ___mDisposableList_0; } inline List_1_tF89DF7AD80385155C22A9D2F02DB3712D9E08AD7 ** get_address_of_mDisposableList_0() { return &___mDisposableList_0; } inline void set_mDisposableList_0(List_1_tF89DF7AD80385155C22A9D2F02DB3712D9E08AD7 * value) { ___mDisposableList_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDisposableList_0), (void*)value); } }; // QFramework.EventInjector`1_<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_t1E2E45F92DDF67F8E7F4B159E7FA5885D9BE9EEB : public RuntimeObject { public: // System.Func`2 QFramework.EventInjector`1_<>c__DisplayClass8_0::triggerConditionWithNewValue Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___triggerConditionWithNewValue_0; public: inline static int32_t get_offset_of_triggerConditionWithNewValue_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_t1E2E45F92DDF67F8E7F4B159E7FA5885D9BE9EEB, ___triggerConditionWithNewValue_0)); } inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * get_triggerConditionWithNewValue_0() const { return ___triggerConditionWithNewValue_0; } inline Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 ** get_address_of_triggerConditionWithNewValue_0() { return &___triggerConditionWithNewValue_0; } inline void set_triggerConditionWithNewValue_0(Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * value) { ___triggerConditionWithNewValue_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___triggerConditionWithNewValue_0), (void*)value); } }; // QFramework.EventInjector`1 struct EventInjector_1_t6CC712F60E34A11BE3FFB6B0E824C65836842BB8 : public RuntimeObject { public: // T QFramework.EventInjector`1::mCahedLastValue RuntimeObject * ___mCahedLastValue_0; // System.Func`1 QFramework.EventInjector`1::mGetter Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * ___mGetter_1; public: inline static int32_t get_offset_of_mCahedLastValue_0() { return static_cast(offsetof(EventInjector_1_t6CC712F60E34A11BE3FFB6B0E824C65836842BB8, ___mCahedLastValue_0)); } inline RuntimeObject * get_mCahedLastValue_0() const { return ___mCahedLastValue_0; } inline RuntimeObject ** get_address_of_mCahedLastValue_0() { return &___mCahedLastValue_0; } inline void set_mCahedLastValue_0(RuntimeObject * value) { ___mCahedLastValue_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCahedLastValue_0), (void*)value); } inline static int32_t get_offset_of_mGetter_1() { return static_cast(offsetof(EventInjector_1_t6CC712F60E34A11BE3FFB6B0E824C65836842BB8, ___mGetter_1)); } inline Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * get_mGetter_1() const { return ___mGetter_1; } inline Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 ** get_address_of_mGetter_1() { return &___mGetter_1; } inline void set_mGetter_1(Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * value) { ___mGetter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mGetter_1), (void*)value); } }; // QFramework.FSM`2_FSMState`1 struct FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 : public RuntimeObject { public: // TName QFramework.FSM`2_FSMState`1::Name RuntimeObject * ___Name_0; // System.Collections.Generic.Dictionary`2> QFramework.FSM`2_FSMState`1::TranslationDict Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * ___TranslationDict_1; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9, ___Name_0)); } inline RuntimeObject * get_Name_0() const { return ___Name_0; } inline RuntimeObject ** get_address_of_Name_0() { return &___Name_0; } inline void set_Name_0(RuntimeObject * value) { ___Name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_0), (void*)value); } inline static int32_t get_offset_of_TranslationDict_1() { return static_cast(offsetof(FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9, ___TranslationDict_1)); } inline Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * get_TranslationDict_1() const { return ___TranslationDict_1; } inline Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A ** get_address_of_TranslationDict_1() { return &___TranslationDict_1; } inline void set_TranslationDict_1(Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * value) { ___TranslationDict_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TranslationDict_1), (void*)value); } }; // QFramework.FSM`2_FSMTranslation`2 struct FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 : public RuntimeObject { public: // TStateName QFramework.FSM`2_FSMTranslation`2::FromState RuntimeObject * ___FromState_0; // KEventName QFramework.FSM`2_FSMTranslation`2::Name RuntimeObject * ___Name_1; // TStateName QFramework.FSM`2_FSMTranslation`2::ToState RuntimeObject * ___ToState_2; // System.Action`1 QFramework.FSM`2_FSMTranslation`2::OnTranslationCallback Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 * ___OnTranslationCallback_3; public: inline static int32_t get_offset_of_FromState_0() { return static_cast(offsetof(FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7, ___FromState_0)); } inline RuntimeObject * get_FromState_0() const { return ___FromState_0; } inline RuntimeObject ** get_address_of_FromState_0() { return &___FromState_0; } inline void set_FromState_0(RuntimeObject * value) { ___FromState_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FromState_0), (void*)value); } inline static int32_t get_offset_of_Name_1() { return static_cast(offsetof(FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7, ___Name_1)); } inline RuntimeObject * get_Name_1() const { return ___Name_1; } inline RuntimeObject ** get_address_of_Name_1() { return &___Name_1; } inline void set_Name_1(RuntimeObject * value) { ___Name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_1), (void*)value); } inline static int32_t get_offset_of_ToState_2() { return static_cast(offsetof(FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7, ___ToState_2)); } inline RuntimeObject * get_ToState_2() const { return ___ToState_2; } inline RuntimeObject ** get_address_of_ToState_2() { return &___ToState_2; } inline void set_ToState_2(RuntimeObject * value) { ___ToState_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ToState_2), (void*)value); } inline static int32_t get_offset_of_OnTranslationCallback_3() { return static_cast(offsetof(FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7, ___OnTranslationCallback_3)); } inline Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 * get_OnTranslationCallback_3() const { return ___OnTranslationCallback_3; } inline Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 ** get_address_of_OnTranslationCallback_3() { return &___OnTranslationCallback_3; } inline void set_OnTranslationCallback_3(Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 * value) { ___OnTranslationCallback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnTranslationCallback_3), (void*)value); } }; // QFramework.FSM`2 struct FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 : public RuntimeObject { public: // System.Action`2 QFramework.FSM`2::mOnStateChanged Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * ___mOnStateChanged_0; // TStateEnum QFramework.FSM`2::mCurState RuntimeObject * ___mCurState_1; // System.Collections.Generic.Dictionary`2> QFramework.FSM`2::mStateDict Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * ___mStateDict_2; public: inline static int32_t get_offset_of_mOnStateChanged_0() { return static_cast(offsetof(FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9, ___mOnStateChanged_0)); } inline Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * get_mOnStateChanged_0() const { return ___mOnStateChanged_0; } inline Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C ** get_address_of_mOnStateChanged_0() { return &___mOnStateChanged_0; } inline void set_mOnStateChanged_0(Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * value) { ___mOnStateChanged_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOnStateChanged_0), (void*)value); } inline static int32_t get_offset_of_mCurState_1() { return static_cast(offsetof(FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9, ___mCurState_1)); } inline RuntimeObject * get_mCurState_1() const { return ___mCurState_1; } inline RuntimeObject ** get_address_of_mCurState_1() { return &___mCurState_1; } inline void set_mCurState_1(RuntimeObject * value) { ___mCurState_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCurState_1), (void*)value); } inline static int32_t get_offset_of_mStateDict_2() { return static_cast(offsetof(FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9, ___mStateDict_2)); } inline Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * get_mStateDict_2() const { return ___mStateDict_2; } inline Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C ** get_address_of_mStateDict_2() { return &___mStateDict_2; } inline void set_mStateDict_2(Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * value) { ___mStateDict_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mStateDict_2), (void*)value); } }; // QFramework.IEnumerableExtension_<>c__5`2 struct U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E : public RuntimeObject { public: public: }; struct U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E_StaticFields { public: // QFramework.IEnumerableExtension_<>c__5`2 QFramework.IEnumerableExtension_<>c__5`2::<>9 U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E * ___U3CU3E9_0; // System.Func`2,TKey> QFramework.IEnumerableExtension_<>c__5`2::<>9__5_1 Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * ___U3CU3E9__5_1_1; // System.Func`2,TValue> QFramework.IEnumerableExtension_<>c__5`2::<>9__5_2 Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * ___U3CU3E9__5_2_2; // System.Func`3,System.Collections.Generic.Dictionary`2,System.Collections.Generic.Dictionary`2> QFramework.IEnumerableExtension_<>c__5`2::<>9__5_0 Func_3_tCAA8E3F9507FC8A39A5460265328C73368271EC6 * ___U3CU3E9__5_0_3; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__5_1_1() { return static_cast(offsetof(U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E_StaticFields, ___U3CU3E9__5_1_1)); } inline Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * get_U3CU3E9__5_1_1() const { return ___U3CU3E9__5_1_1; } inline Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 ** get_address_of_U3CU3E9__5_1_1() { return &___U3CU3E9__5_1_1; } inline void set_U3CU3E9__5_1_1(Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * value) { ___U3CU3E9__5_1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__5_1_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__5_2_2() { return static_cast(offsetof(U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E_StaticFields, ___U3CU3E9__5_2_2)); } inline Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * get_U3CU3E9__5_2_2() const { return ___U3CU3E9__5_2_2; } inline Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 ** get_address_of_U3CU3E9__5_2_2() { return &___U3CU3E9__5_2_2; } inline void set_U3CU3E9__5_2_2(Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * value) { ___U3CU3E9__5_2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__5_2_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__5_0_3() { return static_cast(offsetof(U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E_StaticFields, ___U3CU3E9__5_0_3)); } inline Func_3_tCAA8E3F9507FC8A39A5460265328C73368271EC6 * get_U3CU3E9__5_0_3() const { return ___U3CU3E9__5_0_3; } inline Func_3_tCAA8E3F9507FC8A39A5460265328C73368271EC6 ** get_address_of_U3CU3E9__5_0_3() { return &___U3CU3E9__5_0_3; } inline void set_U3CU3E9__5_0_3(Func_3_tCAA8E3F9507FC8A39A5460265328C73368271EC6 * value) { ___U3CU3E9__5_0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__5_0_3), (void*)value); } }; // QFramework.ListPool`1 struct ListPool_1_t2D31E5FB6657068DA1B67130405CD91BA878DA13 : public RuntimeObject { public: public: }; struct ListPool_1_t2D31E5FB6657068DA1B67130405CD91BA878DA13_StaticFields { public: // System.Collections.Generic.Stack`1> QFramework.ListPool`1::mListStack Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B * ___mListStack_0; public: inline static int32_t get_offset_of_mListStack_0() { return static_cast(offsetof(ListPool_1_t2D31E5FB6657068DA1B67130405CD91BA878DA13_StaticFields, ___mListStack_0)); } inline Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B * get_mListStack_0() const { return ___mListStack_0; } inline Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B ** get_address_of_mListStack_0() { return &___mListStack_0; } inline void set_mListStack_0(Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B * value) { ___mListStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mListStack_0), (void*)value); } }; // QFramework.MonoSingletonCreator struct MonoSingletonCreator_t6CDD468701F29D8B1896A7D8DCC097B853F9E906 : public RuntimeObject { public: public: }; struct MonoSingletonCreator_t6CDD468701F29D8B1896A7D8DCC097B853F9E906_StaticFields { public: // System.Boolean QFramework.MonoSingletonCreator::k__BackingField bool ___U3CIsUnitTestModeU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CIsUnitTestModeU3Ek__BackingField_0() { return static_cast(offsetof(MonoSingletonCreator_t6CDD468701F29D8B1896A7D8DCC097B853F9E906_StaticFields, ___U3CIsUnitTestModeU3Ek__BackingField_0)); } inline bool get_U3CIsUnitTestModeU3Ek__BackingField_0() const { return ___U3CIsUnitTestModeU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsUnitTestModeU3Ek__BackingField_0() { return &___U3CIsUnitTestModeU3Ek__BackingField_0; } inline void set_U3CIsUnitTestModeU3Ek__BackingField_0(bool value) { ___U3CIsUnitTestModeU3Ek__BackingField_0 = value; } }; // QFramework.MonoSingletonProperty`1 struct MonoSingletonProperty_1_t654F04971C65CD719360D62230B84E288530C24F : public RuntimeObject { public: public: }; struct MonoSingletonProperty_1_t654F04971C65CD719360D62230B84E288530C24F_StaticFields { public: // T QFramework.MonoSingletonProperty`1::mInstance RuntimeObject * ___mInstance_0; public: inline static int32_t get_offset_of_mInstance_0() { return static_cast(offsetof(MonoSingletonProperty_1_t654F04971C65CD719360D62230B84E288530C24F_StaticFields, ___mInstance_0)); } inline RuntimeObject * get_mInstance_0() const { return ___mInstance_0; } inline RuntimeObject ** get_address_of_mInstance_0() { return &___mInstance_0; } inline void set_mInstance_0(RuntimeObject * value) { ___mInstance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mInstance_0), (void*)value); } }; // QFramework.NonPublicObjectFactory`1_<>c struct U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3 : public RuntimeObject { public: public: }; struct U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3_StaticFields { public: // QFramework.NonPublicObjectFactory`1_<>c QFramework.NonPublicObjectFactory`1_<>c::<>9 U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3 * ___U3CU3E9_0; // System.Predicate`1 QFramework.NonPublicObjectFactory`1_<>c::<>9__0_0 Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * ___U3CU3E9__0_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_0_1() { return static_cast(offsetof(U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3_StaticFields, ___U3CU3E9__0_0_1)); } inline Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * get_U3CU3E9__0_0_1() const { return ___U3CU3E9__0_0_1; } inline Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 ** get_address_of_U3CU3E9__0_0_1() { return &___U3CU3E9__0_0_1; } inline void set_U3CU3E9__0_0_1(Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * value) { ___U3CU3E9__0_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_0_1), (void*)value); } }; // QFramework.NonPublicObjectFactory`1 struct NonPublicObjectFactory_1_t5D9DACFD7EE988FFE5E5EB1F943B161CBA2A3D87 : public RuntimeObject { public: public: }; // QFramework.Pool`1 struct Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 : public RuntimeObject { public: // QFramework.IObjectFactory`1 QFramework.Pool`1::mFactory RuntimeObject* ___mFactory_0; // System.Collections.Generic.Stack`1 QFramework.Pool`1::mCacheStack Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * ___mCacheStack_1; // System.Int32 QFramework.Pool`1::mMaxCount int32_t ___mMaxCount_2; public: inline static int32_t get_offset_of_mFactory_0() { return static_cast(offsetof(Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3, ___mFactory_0)); } inline RuntimeObject* get_mFactory_0() const { return ___mFactory_0; } inline RuntimeObject** get_address_of_mFactory_0() { return &___mFactory_0; } inline void set_mFactory_0(RuntimeObject* value) { ___mFactory_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mFactory_0), (void*)value); } inline static int32_t get_offset_of_mCacheStack_1() { return static_cast(offsetof(Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3, ___mCacheStack_1)); } inline Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * get_mCacheStack_1() const { return ___mCacheStack_1; } inline Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 ** get_address_of_mCacheStack_1() { return &___mCacheStack_1; } inline void set_mCacheStack_1(Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * value) { ___mCacheStack_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCacheStack_1), (void*)value); } inline static int32_t get_offset_of_mMaxCount_2() { return static_cast(offsetof(Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3, ___mMaxCount_2)); } inline int32_t get_mMaxCount_2() const { return ___mMaxCount_2; } inline int32_t* get_address_of_mMaxCount_2() { return &___mMaxCount_2; } inline void set_mMaxCount_2(int32_t value) { ___mMaxCount_2 = value; } }; // QFramework.Property`1_<>c struct U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806 : public RuntimeObject { public: public: }; struct U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806_StaticFields { public: // QFramework.Property`1_<>c QFramework.Property`1_<>c::<>9 U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806 * ___U3CU3E9_0; // System.Action`1 QFramework.Property`1_<>c::<>9__0_0 Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___U3CU3E9__0_0_1; // System.Action`1 QFramework.Property`1_<>c::<>9__2_0 Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___U3CU3E9__2_0_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_0_1() { return static_cast(offsetof(U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806_StaticFields, ___U3CU3E9__0_0_1)); } inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * get_U3CU3E9__0_0_1() const { return ___U3CU3E9__0_0_1; } inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD ** get_address_of_U3CU3E9__0_0_1() { return &___U3CU3E9__0_0_1; } inline void set_U3CU3E9__0_0_1(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * value) { ___U3CU3E9__0_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_2() { return static_cast(offsetof(U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806_StaticFields, ___U3CU3E9__2_0_2)); } inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * get_U3CU3E9__2_0_2() const { return ___U3CU3E9__2_0_2; } inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD ** get_address_of_U3CU3E9__2_0_2() { return &___U3CU3E9__2_0_2; } inline void set_U3CU3E9__2_0_2(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * value) { ___U3CU3E9__2_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_2), (void*)value); } }; // QFramework.Property`1_<>c struct U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F : public RuntimeObject { public: public: }; struct U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F_StaticFields { public: // QFramework.Property`1_<>c QFramework.Property`1_<>c::<>9 U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F * ___U3CU3E9_0; // System.Action`1 QFramework.Property`1_<>c::<>9__0_0 Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * ___U3CU3E9__0_0_1; // System.Action`1 QFramework.Property`1_<>c::<>9__2_0 Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * ___U3CU3E9__2_0_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_0_1() { return static_cast(offsetof(U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F_StaticFields, ___U3CU3E9__0_0_1)); } inline Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * get_U3CU3E9__0_0_1() const { return ___U3CU3E9__0_0_1; } inline Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 ** get_address_of_U3CU3E9__0_0_1() { return &___U3CU3E9__0_0_1; } inline void set_U3CU3E9__0_0_1(Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * value) { ___U3CU3E9__0_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_2() { return static_cast(offsetof(U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F_StaticFields, ___U3CU3E9__2_0_2)); } inline Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * get_U3CU3E9__2_0_2() const { return ___U3CU3E9__2_0_2; } inline Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 ** get_address_of_U3CU3E9__2_0_2() { return &___U3CU3E9__2_0_2; } inline void set_U3CU3E9__2_0_2(Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * value) { ___U3CU3E9__2_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_2), (void*)value); } }; // QFramework.Property`1_<>c struct U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D : public RuntimeObject { public: public: }; struct U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D_StaticFields { public: // QFramework.Property`1_<>c QFramework.Property`1_<>c::<>9 U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D * ___U3CU3E9_0; // System.Action`1 QFramework.Property`1_<>c::<>9__0_0 Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___U3CU3E9__0_0_1; // System.Action`1 QFramework.Property`1_<>c::<>9__2_0 Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___U3CU3E9__2_0_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_0_1() { return static_cast(offsetof(U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D_StaticFields, ___U3CU3E9__0_0_1)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_U3CU3E9__0_0_1() const { return ___U3CU3E9__0_0_1; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_U3CU3E9__0_0_1() { return &___U3CU3E9__0_0_1; } inline void set_U3CU3E9__0_0_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___U3CU3E9__0_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_2() { return static_cast(offsetof(U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D_StaticFields, ___U3CU3E9__2_0_2)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_U3CU3E9__2_0_2() const { return ___U3CU3E9__2_0_2; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_U3CU3E9__2_0_2() { return &___U3CU3E9__2_0_2; } inline void set_U3CU3E9__2_0_2(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___U3CU3E9__2_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_2), (void*)value); } }; // QFramework.Property`1_<>c struct U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD : public RuntimeObject { public: public: }; struct U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD_StaticFields { public: // QFramework.Property`1_<>c QFramework.Property`1_<>c::<>9 U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD * ___U3CU3E9_0; // System.Action`1 QFramework.Property`1_<>c::<>9__0_0 Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * ___U3CU3E9__0_0_1; // System.Action`1 QFramework.Property`1_<>c::<>9__2_0 Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * ___U3CU3E9__2_0_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_0_1() { return static_cast(offsetof(U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD_StaticFields, ___U3CU3E9__0_0_1)); } inline Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * get_U3CU3E9__0_0_1() const { return ___U3CU3E9__0_0_1; } inline Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB ** get_address_of_U3CU3E9__0_0_1() { return &___U3CU3E9__0_0_1; } inline void set_U3CU3E9__0_0_1(Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * value) { ___U3CU3E9__0_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_2() { return static_cast(offsetof(U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD_StaticFields, ___U3CU3E9__2_0_2)); } inline Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * get_U3CU3E9__2_0_2() const { return ___U3CU3E9__2_0_2; } inline Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB ** get_address_of_U3CU3E9__2_0_2() { return &___U3CU3E9__2_0_2; } inline void set_U3CU3E9__2_0_2(Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * value) { ___U3CU3E9__2_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_2), (void*)value); } }; // QFramework.Property`1_<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534 : public RuntimeObject { public: // QFramework.Property`1 QFramework.Property`1_<>c__DisplayClass11_0::<>4__this Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * ___U3CU3E4__this_0; // System.Action`1 QFramework.Property`1_<>c__DisplayClass11_0::onValueChanged Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___onValueChanged_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534, ___U3CU3E4__this_0)); } inline Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_onValueChanged_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534, ___onValueChanged_1)); } inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * get_onValueChanged_1() const { return ___onValueChanged_1; } inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD ** get_address_of_onValueChanged_1() { return &___onValueChanged_1; } inline void set_onValueChanged_1(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * value) { ___onValueChanged_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___onValueChanged_1), (void*)value); } }; // QFramework.Property`1_<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6 : public RuntimeObject { public: // QFramework.Property`1 QFramework.Property`1_<>c__DisplayClass11_0::<>4__this Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * ___U3CU3E4__this_0; // System.Action`1 QFramework.Property`1_<>c__DisplayClass11_0::onValueChanged Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * ___onValueChanged_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6, ___U3CU3E4__this_0)); } inline Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_onValueChanged_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6, ___onValueChanged_1)); } inline Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * get_onValueChanged_1() const { return ___onValueChanged_1; } inline Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 ** get_address_of_onValueChanged_1() { return &___onValueChanged_1; } inline void set_onValueChanged_1(Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * value) { ___onValueChanged_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___onValueChanged_1), (void*)value); } }; // QFramework.Property`1_<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E : public RuntimeObject { public: // QFramework.Property`1 QFramework.Property`1_<>c__DisplayClass11_0::<>4__this Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * ___U3CU3E4__this_0; // System.Action`1 QFramework.Property`1_<>c__DisplayClass11_0::onValueChanged Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___onValueChanged_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E, ___U3CU3E4__this_0)); } inline Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_onValueChanged_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E, ___onValueChanged_1)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_onValueChanged_1() const { return ___onValueChanged_1; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_onValueChanged_1() { return &___onValueChanged_1; } inline void set_onValueChanged_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___onValueChanged_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___onValueChanged_1), (void*)value); } }; // QFramework.Property`1_<>c__DisplayClass11_0 struct U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41 : public RuntimeObject { public: // QFramework.Property`1 QFramework.Property`1_<>c__DisplayClass11_0::<>4__this Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * ___U3CU3E4__this_0; // System.Action`1 QFramework.Property`1_<>c__DisplayClass11_0::onValueChanged Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * ___onValueChanged_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41, ___U3CU3E4__this_0)); } inline Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_onValueChanged_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41, ___onValueChanged_1)); } inline Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * get_onValueChanged_1() const { return ___onValueChanged_1; } inline Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB ** get_address_of_onValueChanged_1() { return &___onValueChanged_1; } inline void set_onValueChanged_1(Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * value) { ___onValueChanged_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___onValueChanged_1), (void*)value); } }; // QFramework.Property`1 struct Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E : public RuntimeObject { public: // System.Boolean QFramework.Property`1::mSetted bool ___mSetted_0; // T QFramework.Property`1::mValue bool ___mValue_1; // System.Action`1 QFramework.Property`1::mSetter Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___mSetter_2; // UnityEngine.Events.UnityEvent`1 QFramework.Property`1::OnValueChanged UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 * ___OnValueChanged_3; public: inline static int32_t get_offset_of_mSetted_0() { return static_cast(offsetof(Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E, ___mSetted_0)); } inline bool get_mSetted_0() const { return ___mSetted_0; } inline bool* get_address_of_mSetted_0() { return &___mSetted_0; } inline void set_mSetted_0(bool value) { ___mSetted_0 = value; } inline static int32_t get_offset_of_mValue_1() { return static_cast(offsetof(Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E, ___mValue_1)); } inline bool get_mValue_1() const { return ___mValue_1; } inline bool* get_address_of_mValue_1() { return &___mValue_1; } inline void set_mValue_1(bool value) { ___mValue_1 = value; } inline static int32_t get_offset_of_mSetter_2() { return static_cast(offsetof(Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E, ___mSetter_2)); } inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * get_mSetter_2() const { return ___mSetter_2; } inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD ** get_address_of_mSetter_2() { return &___mSetter_2; } inline void set_mSetter_2(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * value) { ___mSetter_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSetter_2), (void*)value); } inline static int32_t get_offset_of_OnValueChanged_3() { return static_cast(offsetof(Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E, ___OnValueChanged_3)); } inline UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 * get_OnValueChanged_3() const { return ___OnValueChanged_3; } inline UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 ** get_address_of_OnValueChanged_3() { return &___OnValueChanged_3; } inline void set_OnValueChanged_3(UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 * value) { ___OnValueChanged_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnValueChanged_3), (void*)value); } }; // QFramework.Property`1 struct Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 : public RuntimeObject { public: // System.Boolean QFramework.Property`1::mSetted bool ___mSetted_0; // T QFramework.Property`1::mValue int32_t ___mValue_1; // System.Action`1 QFramework.Property`1::mSetter Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * ___mSetter_2; // UnityEngine.Events.UnityEvent`1 QFramework.Property`1::OnValueChanged UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 * ___OnValueChanged_3; public: inline static int32_t get_offset_of_mSetted_0() { return static_cast(offsetof(Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0, ___mSetted_0)); } inline bool get_mSetted_0() const { return ___mSetted_0; } inline bool* get_address_of_mSetted_0() { return &___mSetted_0; } inline void set_mSetted_0(bool value) { ___mSetted_0 = value; } inline static int32_t get_offset_of_mValue_1() { return static_cast(offsetof(Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0, ___mValue_1)); } inline int32_t get_mValue_1() const { return ___mValue_1; } inline int32_t* get_address_of_mValue_1() { return &___mValue_1; } inline void set_mValue_1(int32_t value) { ___mValue_1 = value; } inline static int32_t get_offset_of_mSetter_2() { return static_cast(offsetof(Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0, ___mSetter_2)); } inline Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * get_mSetter_2() const { return ___mSetter_2; } inline Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 ** get_address_of_mSetter_2() { return &___mSetter_2; } inline void set_mSetter_2(Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * value) { ___mSetter_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSetter_2), (void*)value); } inline static int32_t get_offset_of_OnValueChanged_3() { return static_cast(offsetof(Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0, ___OnValueChanged_3)); } inline UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 * get_OnValueChanged_3() const { return ___OnValueChanged_3; } inline UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 ** get_address_of_OnValueChanged_3() { return &___OnValueChanged_3; } inline void set_OnValueChanged_3(UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 * value) { ___OnValueChanged_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnValueChanged_3), (void*)value); } }; // QFramework.Property`1 struct Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A : public RuntimeObject { public: // System.Boolean QFramework.Property`1::mSetted bool ___mSetted_0; // T QFramework.Property`1::mValue RuntimeObject * ___mValue_1; // System.Action`1 QFramework.Property`1::mSetter Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___mSetter_2; // UnityEngine.Events.UnityEvent`1 QFramework.Property`1::OnValueChanged UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D * ___OnValueChanged_3; public: inline static int32_t get_offset_of_mSetted_0() { return static_cast(offsetof(Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A, ___mSetted_0)); } inline bool get_mSetted_0() const { return ___mSetted_0; } inline bool* get_address_of_mSetted_0() { return &___mSetted_0; } inline void set_mSetted_0(bool value) { ___mSetted_0 = value; } inline static int32_t get_offset_of_mValue_1() { return static_cast(offsetof(Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A, ___mValue_1)); } inline RuntimeObject * get_mValue_1() const { return ___mValue_1; } inline RuntimeObject ** get_address_of_mValue_1() { return &___mValue_1; } inline void set_mValue_1(RuntimeObject * value) { ___mValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mValue_1), (void*)value); } inline static int32_t get_offset_of_mSetter_2() { return static_cast(offsetof(Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A, ___mSetter_2)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_mSetter_2() const { return ___mSetter_2; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_mSetter_2() { return &___mSetter_2; } inline void set_mSetter_2(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___mSetter_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSetter_2), (void*)value); } inline static int32_t get_offset_of_OnValueChanged_3() { return static_cast(offsetof(Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A, ___OnValueChanged_3)); } inline UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D * get_OnValueChanged_3() const { return ___OnValueChanged_3; } inline UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D ** get_address_of_OnValueChanged_3() { return &___OnValueChanged_3; } inline void set_OnValueChanged_3(UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D * value) { ___OnValueChanged_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnValueChanged_3), (void*)value); } }; // QFramework.Property`1 struct Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 : public RuntimeObject { public: // System.Boolean QFramework.Property`1::mSetted bool ___mSetted_0; // T QFramework.Property`1::mValue float ___mValue_1; // System.Action`1 QFramework.Property`1::mSetter Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * ___mSetter_2; // UnityEngine.Events.UnityEvent`1 QFramework.Property`1::OnValueChanged UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA * ___OnValueChanged_3; public: inline static int32_t get_offset_of_mSetted_0() { return static_cast(offsetof(Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1, ___mSetted_0)); } inline bool get_mSetted_0() const { return ___mSetted_0; } inline bool* get_address_of_mSetted_0() { return &___mSetted_0; } inline void set_mSetted_0(bool value) { ___mSetted_0 = value; } inline static int32_t get_offset_of_mValue_1() { return static_cast(offsetof(Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1, ___mValue_1)); } inline float get_mValue_1() const { return ___mValue_1; } inline float* get_address_of_mValue_1() { return &___mValue_1; } inline void set_mValue_1(float value) { ___mValue_1 = value; } inline static int32_t get_offset_of_mSetter_2() { return static_cast(offsetof(Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1, ___mSetter_2)); } inline Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * get_mSetter_2() const { return ___mSetter_2; } inline Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB ** get_address_of_mSetter_2() { return &___mSetter_2; } inline void set_mSetter_2(Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * value) { ___mSetter_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSetter_2), (void*)value); } inline static int32_t get_offset_of_OnValueChanged_3() { return static_cast(offsetof(Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1, ___OnValueChanged_3)); } inline UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA * get_OnValueChanged_3() const { return ___OnValueChanged_3; } inline UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA ** get_address_of_OnValueChanged_3() { return &___OnValueChanged_3; } inline void set_OnValueChanged_3(UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA * value) { ___OnValueChanged_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnValueChanged_3), (void*)value); } }; // QFramework.QFrameworkContainer struct QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 : public RuntimeObject { public: // QFramework.TypeInstanceCollection QFramework.QFrameworkContainer::_instances TypeInstanceCollection_t20D1C127028B91BF996BC7D40A1707C9E31DE5DD * ____instances_0; // QFramework.TypeMappingCollection QFramework.QFrameworkContainer::_mappings TypeMappingCollection_t73B05BADA515EDEFB820877049BB00C8067D3228 * ____mappings_1; // QFramework.TypeRelationCollection QFramework.QFrameworkContainer::_relationshipMappings TypeRelationCollection_t2668EFA0D893C9551C89D97B44D6ACEC91CE15CF * ____relationshipMappings_2; public: inline static int32_t get_offset_of__instances_0() { return static_cast(offsetof(QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511, ____instances_0)); } inline TypeInstanceCollection_t20D1C127028B91BF996BC7D40A1707C9E31DE5DD * get__instances_0() const { return ____instances_0; } inline TypeInstanceCollection_t20D1C127028B91BF996BC7D40A1707C9E31DE5DD ** get_address_of__instances_0() { return &____instances_0; } inline void set__instances_0(TypeInstanceCollection_t20D1C127028B91BF996BC7D40A1707C9E31DE5DD * value) { ____instances_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____instances_0), (void*)value); } inline static int32_t get_offset_of__mappings_1() { return static_cast(offsetof(QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511, ____mappings_1)); } inline TypeMappingCollection_t73B05BADA515EDEFB820877049BB00C8067D3228 * get__mappings_1() const { return ____mappings_1; } inline TypeMappingCollection_t73B05BADA515EDEFB820877049BB00C8067D3228 ** get_address_of__mappings_1() { return &____mappings_1; } inline void set__mappings_1(TypeMappingCollection_t73B05BADA515EDEFB820877049BB00C8067D3228 * value) { ____mappings_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____mappings_1), (void*)value); } inline static int32_t get_offset_of__relationshipMappings_2() { return static_cast(offsetof(QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511, ____relationshipMappings_2)); } inline TypeRelationCollection_t2668EFA0D893C9551C89D97B44D6ACEC91CE15CF * get__relationshipMappings_2() const { return ____relationshipMappings_2; } inline TypeRelationCollection_t2668EFA0D893C9551C89D97B44D6ACEC91CE15CF ** get_address_of__relationshipMappings_2() { return &____relationshipMappings_2; } inline void set__relationshipMappings_2(TypeRelationCollection_t2668EFA0D893C9551C89D97B44D6ACEC91CE15CF * value) { ____relationshipMappings_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____relationshipMappings_2), (void*)value); } }; // QFramework.QFrameworkContainer_<>c__21`1 struct U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7 : public RuntimeObject { public: public: }; struct U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7_StaticFields { public: // QFramework.QFrameworkContainer_<>c__21`1 QFramework.QFrameworkContainer_<>c__21`1::<>9 U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7 * ___U3CU3E9_0; // System.Func`2,System.Boolean> QFramework.QFrameworkContainer_<>c__21`1::<>9__21_0 Func_2_tE87C110E2D63D9B627CA97ECA739190E1F9F8541 * ___U3CU3E9__21_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__21_0_1() { return static_cast(offsetof(U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7_StaticFields, ___U3CU3E9__21_0_1)); } inline Func_2_tE87C110E2D63D9B627CA97ECA739190E1F9F8541 * get_U3CU3E9__21_0_1() const { return ___U3CU3E9__21_0_1; } inline Func_2_tE87C110E2D63D9B627CA97ECA739190E1F9F8541 ** get_address_of_U3CU3E9__21_0_1() { return &___U3CU3E9__21_0_1; } inline void set_U3CU3E9__21_0_1(Func_2_tE87C110E2D63D9B627CA97ECA739190E1F9F8541 * value) { ___U3CU3E9__21_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__21_0_1), (void*)value); } }; // QFramework.QFrameworkContainer_d__11`1 struct U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF : public RuntimeObject { public: // System.Int32 QFramework.QFrameworkContainer_d__11`1::<>1__state int32_t ___U3CU3E1__state_0; // TType QFramework.QFrameworkContainer_d__11`1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 QFramework.QFrameworkContainer_d__11`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // QFramework.QFrameworkContainer QFramework.QFrameworkContainer_d__11`1::<>4__this QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 * ___U3CU3E4__this_3; // System.Collections.Generic.IEnumerator`1 QFramework.QFrameworkContainer_d__11`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF, ___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(U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF, ___U3CU3E4__this_3)); } inline QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_4() { return static_cast(offsetof(U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF, ___U3CU3E7__wrap1_4)); } inline RuntimeObject* get_U3CU3E7__wrap1_4() const { return ___U3CU3E7__wrap1_4; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_4() { return &___U3CU3E7__wrap1_4; } inline void set_U3CU3E7__wrap1_4(RuntimeObject* value) { ___U3CU3E7__wrap1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_4), (void*)value); } }; // QFramework.ResFactory_<>c__2`1 struct U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE : public RuntimeObject { public: public: }; struct U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE_StaticFields { public: // QFramework.ResFactory_<>c__2`1 QFramework.ResFactory_<>c__2`1::<>9 U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE * ___U3CU3E9_0; // System.Predicate`1 QFramework.ResFactory_<>c__2`1::<>9__2_0 Predicate_1_tC8D7D0D4EA0190F18985B2F4B3D931996CBA6C4A * ___U3CU3E9__2_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_1() { return static_cast(offsetof(U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE_StaticFields, ___U3CU3E9__2_0_1)); } inline Predicate_1_tC8D7D0D4EA0190F18985B2F4B3D931996CBA6C4A * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline Predicate_1_tC8D7D0D4EA0190F18985B2F4B3D931996CBA6C4A ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(Predicate_1_tC8D7D0D4EA0190F18985B2F4B3D931996CBA6C4A * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } }; // QFramework.SingletonCreator_<>c__0`1 struct U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A : public RuntimeObject { public: public: }; struct U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A_StaticFields { public: // QFramework.SingletonCreator_<>c__0`1 QFramework.SingletonCreator_<>c__0`1::<>9 U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A * ___U3CU3E9_0; // System.Predicate`1 QFramework.SingletonCreator_<>c__0`1::<>9__0_0 Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * ___U3CU3E9__0_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__0_0_1() { return static_cast(offsetof(U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A_StaticFields, ___U3CU3E9__0_0_1)); } inline Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * get_U3CU3E9__0_0_1() const { return ___U3CU3E9__0_0_1; } inline Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 ** get_address_of_U3CU3E9__0_0_1() { return &___U3CU3E9__0_0_1; } inline void set_U3CU3E9__0_0_1(Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * value) { ___U3CU3E9__0_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__0_0_1), (void*)value); } }; // QFramework.SingletonProperty`1 struct SingletonProperty_1_t88ABA4CC5988B9FCC0685FC706BFE74B6852F726 : public RuntimeObject { public: public: }; struct SingletonProperty_1_t88ABA4CC5988B9FCC0685FC706BFE74B6852F726_StaticFields { public: // T QFramework.SingletonProperty`1::mInstance RuntimeObject * ___mInstance_0; // System.Object QFramework.SingletonProperty`1::mLock RuntimeObject * ___mLock_1; public: inline static int32_t get_offset_of_mInstance_0() { return static_cast(offsetof(SingletonProperty_1_t88ABA4CC5988B9FCC0685FC706BFE74B6852F726_StaticFields, ___mInstance_0)); } inline RuntimeObject * get_mInstance_0() const { return ___mInstance_0; } inline RuntimeObject ** get_address_of_mInstance_0() { return &___mInstance_0; } inline void set_mInstance_0(RuntimeObject * value) { ___mInstance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mInstance_0), (void*)value); } inline static int32_t get_offset_of_mLock_1() { return static_cast(offsetof(SingletonProperty_1_t88ABA4CC5988B9FCC0685FC706BFE74B6852F726_StaticFields, ___mLock_1)); } inline RuntimeObject * get_mLock_1() const { return ___mLock_1; } inline RuntimeObject ** get_address_of_mLock_1() { return &___mLock_1; } inline void set_mLock_1(RuntimeObject * value) { ___mLock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mLock_1), (void*)value); } }; // QFramework.Singleton`1 struct Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60 : public RuntimeObject { public: public: }; struct Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60_StaticFields { public: // T QFramework.Singleton`1::mInstance RuntimeObject * ___mInstance_0; // System.Object QFramework.Singleton`1::mLock RuntimeObject * ___mLock_1; public: inline static int32_t get_offset_of_mInstance_0() { return static_cast(offsetof(Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60_StaticFields, ___mInstance_0)); } inline RuntimeObject * get_mInstance_0() const { return ___mInstance_0; } inline RuntimeObject ** get_address_of_mInstance_0() { return &___mInstance_0; } inline void set_mInstance_0(RuntimeObject * value) { ___mInstance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mInstance_0), (void*)value); } inline static int32_t get_offset_of_mLock_1() { return static_cast(offsetof(Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60_StaticFields, ___mLock_1)); } inline RuntimeObject * get_mLock_1() const { return ___mLock_1; } inline RuntimeObject ** get_address_of_mLock_1() { return &___mLock_1; } inline void set_mLock_1(RuntimeObject * value) { ___mLock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mLock_1), (void*)value); } }; // QFramework.TableIndex`2 struct TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2> QFramework.TableIndex`2::mIndex Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * ___mIndex_0; // System.Func`2 QFramework.TableIndex`2::mGetKeyByDataItem Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * ___mGetKeyByDataItem_1; public: inline static int32_t get_offset_of_mIndex_0() { return static_cast(offsetof(TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D, ___mIndex_0)); } inline Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * get_mIndex_0() const { return ___mIndex_0; } inline Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE ** get_address_of_mIndex_0() { return &___mIndex_0; } inline void set_mIndex_0(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * value) { ___mIndex_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mIndex_0), (void*)value); } inline static int32_t get_offset_of_mGetKeyByDataItem_1() { return static_cast(offsetof(TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D, ___mGetKeyByDataItem_1)); } inline Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * get_mGetKeyByDataItem_1() const { return ___mGetKeyByDataItem_1; } inline Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 ** get_address_of_mGetKeyByDataItem_1() { return &___mGetKeyByDataItem_1; } inline void set_mGetKeyByDataItem_1(Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * value) { ___mGetKeyByDataItem_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mGetKeyByDataItem_1), (void*)value); } }; // QFramework.Table`1 struct Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 : public RuntimeObject { public: public: }; // QFramework.Tuple`2 struct Tuple_2_t693252D990783B408258D1D95761F626CB05802C : public RuntimeObject { public: // T1 QFramework.Tuple`2::Item1 RuntimeObject * ___Item1_0; // T2 QFramework.Tuple`2::Item2 RuntimeObject * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(Tuple_2_t693252D990783B408258D1D95761F626CB05802C, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(Tuple_2_t693252D990783B408258D1D95761F626CB05802C, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // QFramework.Tuple`2 struct Tuple_2_tBE815999D98FB5CEBFE8F1E64F615ED2071AEB59 : public RuntimeObject { public: // T1 QFramework.Tuple`2::Item1 Type_t * ___Item1_0; // T2 QFramework.Tuple`2::Item2 String_t* ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(Tuple_2_tBE815999D98FB5CEBFE8F1E64F615ED2071AEB59, ___Item1_0)); } inline Type_t * get_Item1_0() const { return ___Item1_0; } inline Type_t ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(Type_t * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(Tuple_2_tBE815999D98FB5CEBFE8F1E64F615ED2071AEB59, ___Item2_1)); } inline String_t* get_Item2_1() const { return ___Item2_1; } inline String_t** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(String_t* value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // QFramework.TypeEventSystem struct TypeEventSystem_t1490050F9E83A810D5B06392AB57CD544EBE4EC5 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 QFramework.TypeEventSystem::mTypeEventDict Dictionary_2_tA0A8C6594C50F06D72AEE054DCEDFC649BD667EA * ___mTypeEventDict_1; public: inline static int32_t get_offset_of_mTypeEventDict_1() { return static_cast(offsetof(TypeEventSystem_t1490050F9E83A810D5B06392AB57CD544EBE4EC5, ___mTypeEventDict_1)); } inline Dictionary_2_tA0A8C6594C50F06D72AEE054DCEDFC649BD667EA * get_mTypeEventDict_1() const { return ___mTypeEventDict_1; } inline Dictionary_2_tA0A8C6594C50F06D72AEE054DCEDFC649BD667EA ** get_address_of_mTypeEventDict_1() { return &___mTypeEventDict_1; } inline void set_mTypeEventDict_1(Dictionary_2_tA0A8C6594C50F06D72AEE054DCEDFC649BD667EA * value) { ___mTypeEventDict_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mTypeEventDict_1), (void*)value); } }; struct TypeEventSystem_t1490050F9E83A810D5B06392AB57CD544EBE4EC5_StaticFields { public: // QFramework.ITypeEventSystem QFramework.TypeEventSystem::mGlobalEventSystem RuntimeObject* ___mGlobalEventSystem_0; public: inline static int32_t get_offset_of_mGlobalEventSystem_0() { return static_cast(offsetof(TypeEventSystem_t1490050F9E83A810D5B06392AB57CD544EBE4EC5_StaticFields, ___mGlobalEventSystem_0)); } inline RuntimeObject* get_mGlobalEventSystem_0() const { return ___mGlobalEventSystem_0; } inline RuntimeObject** get_address_of_mGlobalEventSystem_0() { return &___mGlobalEventSystem_0; } inline void set_mGlobalEventSystem_0(RuntimeObject* value) { ___mGlobalEventSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mGlobalEventSystem_0), (void*)value); } }; // QFramework.TypeEventSystem_Registerations`1_<>c struct U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79 : public RuntimeObject { public: public: }; struct U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79_StaticFields { public: // QFramework.TypeEventSystem_Registerations`1_<>c QFramework.TypeEventSystem_Registerations`1_<>c::<>9 U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79 * ___U3CU3E9_0; // System.Action`1 QFramework.TypeEventSystem_Registerations`1_<>c::<>9__2_0 Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___U3CU3E9__2_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_1() { return static_cast(offsetof(U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79_StaticFields, ___U3CU3E9__2_0_1)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } }; // QFramework.TypeEventSystem_Registerations`1 struct Registerations_1_t96F872647BF90F1F20AD7DFCA2AF2369BB1532B0 : public RuntimeObject { public: // System.Action`1 QFramework.TypeEventSystem_Registerations`1::OnReceives Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___OnReceives_0; public: inline static int32_t get_offset_of_OnReceives_0() { return static_cast(offsetof(Registerations_1_t96F872647BF90F1F20AD7DFCA2AF2369BB1532B0, ___OnReceives_0)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_OnReceives_0() const { return ___OnReceives_0; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_OnReceives_0() { return &___OnReceives_0; } inline void set_OnReceives_0(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___OnReceives_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReceives_0), (void*)value); } }; // QFramework.TypeEventUnregister`1 struct TypeEventUnregister_1_t76091AEAC6D6711EEA018D03D4513737795A191F : public RuntimeObject { public: // System.Action`1 QFramework.TypeEventUnregister`1::OnReceive Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___OnReceive_0; public: inline static int32_t get_offset_of_OnReceive_0() { return static_cast(offsetof(TypeEventUnregister_1_t76091AEAC6D6711EEA018D03D4513737795A191F, ___OnReceive_0)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_OnReceive_0() const { return ___OnReceive_0; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_OnReceive_0() { return &___OnReceive_0; } inline void set_OnReceive_0(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___OnReceive_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnReceive_0), (void*)value); } }; // Response`1 struct Response_1_tA0E21C67995767E17A1C6923587C5EE8CC46C326 : public RuntimeObject { public: // System.Collections.Generic.List`1 Response`1::list List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Response_1_tA0E21C67995767E17A1C6923587C5EE8CC46C326, ___list_0)); } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // Singleton`1 struct Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550 : public RuntimeObject { public: public: }; struct Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550_StaticFields { public: // T Singleton`1::instance RuntimeObject * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550_StaticFields, ___instance_0)); } inline RuntimeObject * get_instance_0() const { return ___instance_0; } inline RuntimeObject ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(RuntimeObject * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Array_EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1 struct EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Array_EmptyInternalEnumerator`1> struct EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 : public RuntimeObject { public: public: }; struct EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07_StaticFields { public: // System.Array_EmptyInternalEnumerator`1 System.Array_EmptyInternalEnumerator`1::Value EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07_StaticFields, ___Value_0)); } inline EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 * get_Value_0() const { return ___Value_0; } inline EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2_ValueCollection> struct ValueCollection_t1E004094293EDA5E30A2EDEE7423B673C5E3D047 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_ValueCollection::dictionary Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t1E004094293EDA5E30A2EDEE7423B673C5E3D047, ___dictionary_0)); } inline Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2_ValueCollection> struct ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_ValueCollection::dictionary Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1, ___dictionary_0)); } inline Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C : 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_tE948CE6D66CA1ACD236E1A0A49065F43ECC2928C* ___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_t4EE57E88E44522107E545C01848E812279DD57BC * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t2C963A0FC9929B0C525ED1604D2BC7A16FCDAFFB * ___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_t164AF578767A52B0B248EEF5AA10D75CBF045B6C, ___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_t164AF578767A52B0B248EEF5AA10D75CBF045B6C, ___entries_1)); } inline EntryU5BU5D_tE948CE6D66CA1ACD236E1A0A49065F43ECC2928C* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tE948CE6D66CA1ACD236E1A0A49065F43ECC2928C** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tE948CE6D66CA1ACD236E1A0A49065F43ECC2928C* 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_t164AF578767A52B0B248EEF5AA10D75CBF045B6C, ___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_t164AF578767A52B0B248EEF5AA10D75CBF045B6C, ___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_t164AF578767A52B0B248EEF5AA10D75CBF045B6C, ___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_t164AF578767A52B0B248EEF5AA10D75CBF045B6C, ___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_t164AF578767A52B0B248EEF5AA10D75CBF045B6C, ___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_t164AF578767A52B0B248EEF5AA10D75CBF045B6C, ___keys_7)); } inline KeyCollection_t4EE57E88E44522107E545C01848E812279DD57BC * get_keys_7() const { return ___keys_7; } inline KeyCollection_t4EE57E88E44522107E545C01848E812279DD57BC ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t4EE57E88E44522107E545C01848E812279DD57BC * 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_t164AF578767A52B0B248EEF5AA10D75CBF045B6C, ___values_8)); } inline ValueCollection_t2C963A0FC9929B0C525ED1604D2BC7A16FCDAFFB * get_values_8() const { return ___values_8; } inline ValueCollection_t2C963A0FC9929B0C525ED1604D2BC7A16FCDAFFB ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t2C963A0FC9929B0C525ED1604D2BC7A16FCDAFFB * 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_t164AF578767A52B0B248EEF5AA10D75CBF045B6C, ____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_t4DE0C2E68094B347BD387E0E7C526723F249405A : 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_tDF82D52F8E220E1F0E10D9319C050454BCE2B6E0* ___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_tC470B5E7E8D540D979064ECB914CD5B1EE738415 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t1E004094293EDA5E30A2EDEE7423B673C5E3D047 * ___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_t4DE0C2E68094B347BD387E0E7C526723F249405A, ___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_t4DE0C2E68094B347BD387E0E7C526723F249405A, ___entries_1)); } inline EntryU5BU5D_tDF82D52F8E220E1F0E10D9319C050454BCE2B6E0* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDF82D52F8E220E1F0E10D9319C050454BCE2B6E0** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDF82D52F8E220E1F0E10D9319C050454BCE2B6E0* 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_t4DE0C2E68094B347BD387E0E7C526723F249405A, ___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_t4DE0C2E68094B347BD387E0E7C526723F249405A, ___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_t4DE0C2E68094B347BD387E0E7C526723F249405A, ___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_t4DE0C2E68094B347BD387E0E7C526723F249405A, ___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_t4DE0C2E68094B347BD387E0E7C526723F249405A, ___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_t4DE0C2E68094B347BD387E0E7C526723F249405A, ___keys_7)); } inline KeyCollection_tC470B5E7E8D540D979064ECB914CD5B1EE738415 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tC470B5E7E8D540D979064ECB914CD5B1EE738415 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tC470B5E7E8D540D979064ECB914CD5B1EE738415 * 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_t4DE0C2E68094B347BD387E0E7C526723F249405A, ___values_8)); } inline ValueCollection_t1E004094293EDA5E30A2EDEE7423B673C5E3D047 * get_values_8() const { return ___values_8; } inline ValueCollection_t1E004094293EDA5E30A2EDEE7423B673C5E3D047 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t1E004094293EDA5E30A2EDEE7423B673C5E3D047 * 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_t4DE0C2E68094B347BD387E0E7C526723F249405A, ____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_tA19190C3AEF1393971CA47017D2AF398ACF4BADE : 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_tE84AD68CCCD6D9AE54B96D42C6E0B1407A62C806* ___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_t0DAD5A63387BB916FDF2C716C75EEBB9B30F7A09 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 * ___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_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___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_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___entries_1)); } inline EntryU5BU5D_tE84AD68CCCD6D9AE54B96D42C6E0B1407A62C806* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tE84AD68CCCD6D9AE54B96D42C6E0B1407A62C806** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tE84AD68CCCD6D9AE54B96D42C6E0B1407A62C806* 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_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___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_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___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_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___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_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___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_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___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_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___keys_7)); } inline KeyCollection_t0DAD5A63387BB916FDF2C716C75EEBB9B30F7A09 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t0DAD5A63387BB916FDF2C716C75EEBB9B30F7A09 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t0DAD5A63387BB916FDF2C716C75EEBB9B30F7A09 * 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_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ___values_8)); } inline ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 * get_values_8() const { return ___values_8; } inline ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 * 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_tA19190C3AEF1393971CA47017D2AF398ACF4BADE, ____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_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA : 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_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6* ___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_t0394DE2BA7C2C82605C6E9DEBB21A8C5C792E97C * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * ___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_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___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_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___entries_1)); } inline EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDF76BDF98210D70C971EBDB07E96E9A8B9CBC6C6* 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_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___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_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___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_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___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_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___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_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___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_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___keys_7)); } inline KeyCollection_t0394DE2BA7C2C82605C6E9DEBB21A8C5C792E97C * get_keys_7() const { return ___keys_7; } inline KeyCollection_t0394DE2BA7C2C82605C6E9DEBB21A8C5C792E97C ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t0394DE2BA7C2C82605C6E9DEBB21A8C5C792E97C * 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_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ___values_8)); } inline ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * get_values_8() const { return ___values_8; } inline ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * 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_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA, ____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.EqualityComparer`1 struct EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA : public RuntimeObject { public: public: }; struct EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.Stack`1> struct Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array Dictionary_2U5BU5D_tD79F236FF662062B3AC1C5ACBA266232ECBEE207* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E, ____array_0)); } inline Dictionary_2U5BU5D_tD79F236FF662062B3AC1C5ACBA266232ECBEE207* get__array_0() const { return ____array_0; } inline Dictionary_2U5BU5D_tD79F236FF662062B3AC1C5ACBA266232ECBEE207** get_address_of__array_0() { return &____array_0; } inline void set__array_0(Dictionary_2U5BU5D_tD79F236FF662062B3AC1C5ACBA266232ECBEE207* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.Collections.Generic.Stack`1> struct Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array List_1U5BU5D_t515B9BFEE05D244C80CD8DB37AF706BEA35D5852* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B, ____array_0)); } inline List_1U5BU5D_t515B9BFEE05D244C80CD8DB37AF706BEA35D5852* get__array_0() const { return ____array_0; } inline List_1U5BU5D_t515B9BFEE05D244C80CD8DB37AF706BEA35D5852** get_address_of__array_0() { return &____array_0; } inline void set__array_0(List_1U5BU5D_t515B9BFEE05D244C80CD8DB37AF706BEA35D5852* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.Collections.Generic.Stack`1 struct Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163, ____array_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // 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.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 { }; // UnityEngine.Events.UnityEventBase struct UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * ___m_PersistentCalls_1; // System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_2; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_Calls_0)); } inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Calls_0), (void*)value); } inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * value) { ___m_PersistentCalls_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PersistentCalls_1), (void*)value); } inline static int32_t get_offset_of_m_CallsDirty_2() { return static_cast(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_CallsDirty_2)); } inline bool get_m_CallsDirty_2() const { return ___m_CallsDirty_2; } inline bool* get_address_of_m_CallsDirty_2() { return &___m_CallsDirty_2; } inline void set_m_CallsDirty_2(bool value) { ___m_CallsDirty_2 = value; } }; // ICSharpCode.SharpZipLib.BZip2.BZip2OutputStream_StackElement struct StackElement_tE937B04B0833AAB447C643AD70AE2A84C804B567 { public: // System.Int32 ICSharpCode.SharpZipLib.BZip2.BZip2OutputStream_StackElement::ll int32_t ___ll_0; // System.Int32 ICSharpCode.SharpZipLib.BZip2.BZip2OutputStream_StackElement::hh int32_t ___hh_1; // System.Int32 ICSharpCode.SharpZipLib.BZip2.BZip2OutputStream_StackElement::dd int32_t ___dd_2; public: inline static int32_t get_offset_of_ll_0() { return static_cast(offsetof(StackElement_tE937B04B0833AAB447C643AD70AE2A84C804B567, ___ll_0)); } inline int32_t get_ll_0() const { return ___ll_0; } inline int32_t* get_address_of_ll_0() { return &___ll_0; } inline void set_ll_0(int32_t value) { ___ll_0 = value; } inline static int32_t get_offset_of_hh_1() { return static_cast(offsetof(StackElement_tE937B04B0833AAB447C643AD70AE2A84C804B567, ___hh_1)); } inline int32_t get_hh_1() const { return ___hh_1; } inline int32_t* get_address_of_hh_1() { return &___hh_1; } inline void set_hh_1(int32_t value) { ___hh_1 = value; } inline static int32_t get_offset_of_dd_2() { return static_cast(offsetof(StackElement_tE937B04B0833AAB447C643AD70AE2A84C804B567, ___dd_2)); } inline int32_t get_dd_2() const { return ___dd_2; } inline int32_t* get_address_of_dd_2() { return &___dd_2; } inline void set_dd_2(int32_t value) { ___dd_2 = value; } }; // LitJson.ArrayMetadata struct ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5 { public: // System.Type LitJson.ArrayMetadata::element_type Type_t * ___element_type_0; // System.Boolean LitJson.ArrayMetadata::is_array bool ___is_array_1; // System.Boolean LitJson.ArrayMetadata::is_list bool ___is_list_2; public: inline static int32_t get_offset_of_element_type_0() { return static_cast(offsetof(ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5, ___element_type_0)); } inline Type_t * get_element_type_0() const { return ___element_type_0; } inline Type_t ** get_address_of_element_type_0() { return &___element_type_0; } inline void set_element_type_0(Type_t * value) { ___element_type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___element_type_0), (void*)value); } inline static int32_t get_offset_of_is_array_1() { return static_cast(offsetof(ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5, ___is_array_1)); } inline bool get_is_array_1() const { return ___is_array_1; } inline bool* get_address_of_is_array_1() { return &___is_array_1; } inline void set_is_array_1(bool value) { ___is_array_1 = value; } inline static int32_t get_offset_of_is_list_2() { return static_cast(offsetof(ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5, ___is_list_2)); } inline bool get_is_list_2() const { return ___is_list_2; } inline bool* get_address_of_is_list_2() { return &___is_list_2; } inline void set_is_list_2(bool value) { ___is_list_2 = value; } }; // Native definition for P/Invoke marshalling of LitJson.ArrayMetadata struct ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5_marshaled_pinvoke { Type_t * ___element_type_0; int32_t ___is_array_1; int32_t ___is_list_2; }; // Native definition for COM marshalling of LitJson.ArrayMetadata struct ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5_marshaled_com { Type_t * ___element_type_0; int32_t ___is_array_1; int32_t ___is_list_2; }; // LitJson.ObjectMetadata struct ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D { public: // System.Type LitJson.ObjectMetadata::element_type Type_t * ___element_type_0; // System.Boolean LitJson.ObjectMetadata::is_dictionary bool ___is_dictionary_1; // System.Collections.Generic.IDictionary`2 LitJson.ObjectMetadata::properties RuntimeObject* ___properties_2; public: inline static int32_t get_offset_of_element_type_0() { return static_cast(offsetof(ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D, ___element_type_0)); } inline Type_t * get_element_type_0() const { return ___element_type_0; } inline Type_t ** get_address_of_element_type_0() { return &___element_type_0; } inline void set_element_type_0(Type_t * value) { ___element_type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___element_type_0), (void*)value); } inline static int32_t get_offset_of_is_dictionary_1() { return static_cast(offsetof(ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D, ___is_dictionary_1)); } inline bool get_is_dictionary_1() const { return ___is_dictionary_1; } inline bool* get_address_of_is_dictionary_1() { return &___is_dictionary_1; } inline void set_is_dictionary_1(bool value) { ___is_dictionary_1 = value; } inline static int32_t get_offset_of_properties_2() { return static_cast(offsetof(ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D, ___properties_2)); } inline RuntimeObject* get_properties_2() const { return ___properties_2; } inline RuntimeObject** get_address_of_properties_2() { return &___properties_2; } inline void set_properties_2(RuntimeObject* value) { ___properties_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___properties_2), (void*)value); } }; // Native definition for P/Invoke marshalling of LitJson.ObjectMetadata struct ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D_marshaled_pinvoke { Type_t * ___element_type_0; int32_t ___is_dictionary_1; RuntimeObject* ___properties_2; }; // Native definition for COM marshalling of LitJson.ObjectMetadata struct ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D_marshaled_com { Type_t * ___element_type_0; int32_t ___is_dictionary_1; RuntimeObject* ___properties_2; }; // LitJson.PropertyMetadata struct PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 { public: // System.Reflection.MemberInfo LitJson.PropertyMetadata::Info MemberInfo_t * ___Info_0; // System.Boolean LitJson.PropertyMetadata::IsField bool ___IsField_1; // System.Type LitJson.PropertyMetadata::Type Type_t * ___Type_2; public: inline static int32_t get_offset_of_Info_0() { return static_cast(offsetof(PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6, ___Info_0)); } inline MemberInfo_t * get_Info_0() const { return ___Info_0; } inline MemberInfo_t ** get_address_of_Info_0() { return &___Info_0; } inline void set_Info_0(MemberInfo_t * value) { ___Info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Info_0), (void*)value); } inline static int32_t get_offset_of_IsField_1() { return static_cast(offsetof(PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6, ___IsField_1)); } inline bool get_IsField_1() const { return ___IsField_1; } inline bool* get_address_of_IsField_1() { return &___IsField_1; } inline void set_IsField_1(bool value) { ___IsField_1 = value; } inline static int32_t get_offset_of_Type_2() { return static_cast(offsetof(PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6, ___Type_2)); } inline Type_t * get_Type_2() const { return ___Type_2; } inline Type_t ** get_address_of_Type_2() { return &___Type_2; } inline void set_Type_2(Type_t * value) { ___Type_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Type_2), (void*)value); } }; // Native definition for P/Invoke marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6_marshaled_pinvoke { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; // Native definition for COM marshalling of LitJson.PropertyMetadata struct PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6_marshaled_com { MemberInfo_t * ___Info_0; int32_t ___IsField_1; Type_t * ___Type_2; }; // MS.Internal.Xml.Cache.XPathNode struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 { public: // MS.Internal.Xml.Cache.XPathNodeInfoAtom MS.Internal.Xml.Cache.XPathNode::info XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * ___info_0; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxSibling uint16_t ___idxSibling_1; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxParent uint16_t ___idxParent_2; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxSimilar uint16_t ___idxSimilar_3; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::posOffset uint16_t ___posOffset_4; // System.UInt32 MS.Internal.Xml.Cache.XPathNode::props uint32_t ___props_5; // System.String MS.Internal.Xml.Cache.XPathNode::value String_t* ___value_6; public: inline static int32_t get_offset_of_info_0() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___info_0)); } inline XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * get_info_0() const { return ___info_0; } inline XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 ** get_address_of_info_0() { return &___info_0; } inline void set_info_0(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * value) { ___info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_0), (void*)value); } inline static int32_t get_offset_of_idxSibling_1() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___idxSibling_1)); } inline uint16_t get_idxSibling_1() const { return ___idxSibling_1; } inline uint16_t* get_address_of_idxSibling_1() { return &___idxSibling_1; } inline void set_idxSibling_1(uint16_t value) { ___idxSibling_1 = value; } inline static int32_t get_offset_of_idxParent_2() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___idxParent_2)); } inline uint16_t get_idxParent_2() const { return ___idxParent_2; } inline uint16_t* get_address_of_idxParent_2() { return &___idxParent_2; } inline void set_idxParent_2(uint16_t value) { ___idxParent_2 = value; } inline static int32_t get_offset_of_idxSimilar_3() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___idxSimilar_3)); } inline uint16_t get_idxSimilar_3() const { return ___idxSimilar_3; } inline uint16_t* get_address_of_idxSimilar_3() { return &___idxSimilar_3; } inline void set_idxSimilar_3(uint16_t value) { ___idxSimilar_3 = value; } inline static int32_t get_offset_of_posOffset_4() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___posOffset_4)); } inline uint16_t get_posOffset_4() const { return ___posOffset_4; } inline uint16_t* get_address_of_posOffset_4() { return &___posOffset_4; } inline void set_posOffset_4(uint16_t value) { ___posOffset_4 = value; } inline static int32_t get_offset_of_props_5() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___props_5)); } inline uint32_t get_props_5() const { return ___props_5; } inline uint32_t* get_address_of_props_5() { return &___props_5; } inline void set_props_5(uint32_t value) { ___props_5 = value; } inline static int32_t get_offset_of_value_6() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___value_6)); } inline String_t* get_value_6() const { return ___value_6; } inline String_t** get_address_of_value_6() { return &___value_6; } inline void set_value_6(String_t* value) { ___value_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_6), (void*)value); } }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNode struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke { XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * ___info_0; uint16_t ___idxSibling_1; uint16_t ___idxParent_2; uint16_t ___idxSimilar_3; uint16_t ___posOffset_4; uint32_t ___props_5; char* ___value_6; }; // Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNode struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com { XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * ___info_0; uint16_t ___idxSibling_1; uint16_t ___idxParent_2; uint16_t ___idxSimilar_3; uint16_t ___posOffset_4; uint32_t ___props_5; Il2CppChar* ___value_6; }; // MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 { public: // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeRef::page XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___page_0; // System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_page_0() { return static_cast(offsetof(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14, ___page_0)); } inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_page_0() const { return ___page_0; } inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_page_0() { return &___page_0; } inline void set_page_0(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value) { ___page_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___page_0), (void*)value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_pinvoke { XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke* ___page_0; int32_t ___idx_1; }; // Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_com { XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com* ___page_0; int32_t ___idx_1; }; // Mono.Globalization.Unicode.CodePointIndexer_TableRange struct TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 { public: // System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::Start int32_t ___Start_0; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::End int32_t ___End_1; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::Count int32_t ___Count_2; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::IndexStart int32_t ___IndexStart_3; // System.Int32 Mono.Globalization.Unicode.CodePointIndexer_TableRange::IndexEnd int32_t ___IndexEnd_4; public: inline static int32_t get_offset_of_Start_0() { return static_cast(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___Start_0)); } inline int32_t get_Start_0() const { return ___Start_0; } inline int32_t* get_address_of_Start_0() { return &___Start_0; } inline void set_Start_0(int32_t value) { ___Start_0 = value; } inline static int32_t get_offset_of_End_1() { return static_cast(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___End_1)); } inline int32_t get_End_1() const { return ___End_1; } inline int32_t* get_address_of_End_1() { return &___End_1; } inline void set_End_1(int32_t value) { ___End_1 = value; } inline static int32_t get_offset_of_Count_2() { return static_cast(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___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_IndexStart_3() { return static_cast(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___IndexStart_3)); } inline int32_t get_IndexStart_3() const { return ___IndexStart_3; } inline int32_t* get_address_of_IndexStart_3() { return &___IndexStart_3; } inline void set_IndexStart_3(int32_t value) { ___IndexStart_3 = value; } inline static int32_t get_offset_of_IndexEnd_4() { return static_cast(offsetof(TableRange_t485CF0807771CC05023466CFCB0AE25C46648100, ___IndexEnd_4)); } inline int32_t get_IndexEnd_4() const { return ___IndexEnd_4; } inline int32_t* get_address_of_IndexEnd_4() { return &___IndexEnd_4; } inline void set_IndexEnd_4(int32_t value) { ___IndexEnd_4 = value; } }; // QFramework.AbstractArchitectureConfig`2_AbstractEventSystemNode`1 struct AbstractEventSystemNode_1_t922A2326755A148995F99DA95E0242EC68B30660 : public AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE { public: // QFramework.DisposableList QFramework.AbstractArchitectureConfig`2_AbstractEventSystemNode`1::mDisposableList DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D * ___mDisposableList_2; public: inline static int32_t get_offset_of_mDisposableList_2() { return static_cast(offsetof(AbstractEventSystemNode_1_t922A2326755A148995F99DA95E0242EC68B30660, ___mDisposableList_2)); } inline DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D * get_mDisposableList_2() const { return ___mDisposableList_2; } inline DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D ** get_address_of_mDisposableList_2() { return &___mDisposableList_2; } inline void set_mDisposableList_2(DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D * value) { ___mDisposableList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDisposableList_2), (void*)value); } }; // QFramework.ActionKitFSMState`1 struct ActionKitFSMState_1_t095F3EF4C0012BB75A898B8BE20F1C3431E32E39 : public ActionKitFSMState_t3708C864C02E1BAF9358D89C92F567BC110AAB2C { public: // T QFramework.ActionKitFSMState`1::mTarget RuntimeObject * ___mTarget_0; public: inline static int32_t get_offset_of_mTarget_0() { return static_cast(offsetof(ActionKitFSMState_1_t095F3EF4C0012BB75A898B8BE20F1C3431E32E39, ___mTarget_0)); } inline RuntimeObject * get_mTarget_0() const { return ___mTarget_0; } inline RuntimeObject ** get_address_of_mTarget_0() { return &___mTarget_0; } inline void set_mTarget_0(RuntimeObject * value) { ___mTarget_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mTarget_0), (void*)value); } }; // QFramework.ActionKitFSMTransition`2 struct ActionKitFSMTransition_2_t4EB25F36E7A18BFF2B4AAC110CC0148D823922AB : public ActionKitFSMTransition_t7E486F1CE091725FF5B30C6B54BF28CF69DBE9D7 { public: // System.Type QFramework.ActionKitFSMTransition`2::mSrcStateType Type_t * ___mSrcStateType_2; // System.Type QFramework.ActionKitFSMTransition`2::mDstStateType Type_t * ___mDstStateType_3; public: inline static int32_t get_offset_of_mSrcStateType_2() { return static_cast(offsetof(ActionKitFSMTransition_2_t4EB25F36E7A18BFF2B4AAC110CC0148D823922AB, ___mSrcStateType_2)); } inline Type_t * get_mSrcStateType_2() const { return ___mSrcStateType_2; } inline Type_t ** get_address_of_mSrcStateType_2() { return &___mSrcStateType_2; } inline void set_mSrcStateType_2(Type_t * value) { ___mSrcStateType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSrcStateType_2), (void*)value); } inline static int32_t get_offset_of_mDstStateType_3() { return static_cast(offsetof(ActionKitFSMTransition_2_t4EB25F36E7A18BFF2B4AAC110CC0148D823922AB, ___mDstStateType_3)); } inline Type_t * get_mDstStateType_3() const { return ___mDstStateType_3; } inline Type_t ** get_address_of_mDstStateType_3() { return &___mDstStateType_3; } inline void set_mDstStateType_3(Type_t * value) { ___mDstStateType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mDstStateType_3), (void*)value); } }; // QFramework.CustomProperty`1 struct CustomProperty_1_t1AE98A75926ACD438EF2D0F1829CBD2DC7A7FB89 : public Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E { public: // System.Func`1 QFramework.CustomProperty`1::mValueGetter Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * ___mValueGetter_4; // System.Action`1 QFramework.CustomProperty`1::mValueSetter Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___mValueSetter_5; public: inline static int32_t get_offset_of_mValueGetter_4() { return static_cast(offsetof(CustomProperty_1_t1AE98A75926ACD438EF2D0F1829CBD2DC7A7FB89, ___mValueGetter_4)); } inline Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * get_mValueGetter_4() const { return ___mValueGetter_4; } inline Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 ** get_address_of_mValueGetter_4() { return &___mValueGetter_4; } inline void set_mValueGetter_4(Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * value) { ___mValueGetter_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mValueGetter_4), (void*)value); } inline static int32_t get_offset_of_mValueSetter_5() { return static_cast(offsetof(CustomProperty_1_t1AE98A75926ACD438EF2D0F1829CBD2DC7A7FB89, ___mValueSetter_5)); } inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * get_mValueSetter_5() const { return ___mValueSetter_5; } inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD ** get_address_of_mValueSetter_5() { return &___mValueSetter_5; } inline void set_mValueSetter_5(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * value) { ___mValueSetter_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mValueSetter_5), (void*)value); } }; // QFramework.CustomProperty`1 struct CustomProperty_1_tE81BA01CD1B3172DD01AD5D24E0CA0C3262F8FE3 : public Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A { public: // System.Func`1 QFramework.CustomProperty`1::mValueGetter Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * ___mValueGetter_4; // System.Action`1 QFramework.CustomProperty`1::mValueSetter Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___mValueSetter_5; public: inline static int32_t get_offset_of_mValueGetter_4() { return static_cast(offsetof(CustomProperty_1_tE81BA01CD1B3172DD01AD5D24E0CA0C3262F8FE3, ___mValueGetter_4)); } inline Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * get_mValueGetter_4() const { return ___mValueGetter_4; } inline Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 ** get_address_of_mValueGetter_4() { return &___mValueGetter_4; } inline void set_mValueGetter_4(Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * value) { ___mValueGetter_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mValueGetter_4), (void*)value); } inline static int32_t get_offset_of_mValueSetter_5() { return static_cast(offsetof(CustomProperty_1_tE81BA01CD1B3172DD01AD5D24E0CA0C3262F8FE3, ___mValueSetter_5)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_mValueSetter_5() const { return ___mValueSetter_5; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_mValueSetter_5() { return &___mValueSetter_5; } inline void set_mValueSetter_5(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___mValueSetter_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mValueSetter_5), (void*)value); } }; // QFramework.NonPublicObjectPool`1 struct NonPublicObjectPool_1_t806F59C290C8AD2A4EA3D8B47A057BE3976BD507 : public Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 { public: public: }; // QFramework.SafeObjectPool`1 struct SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A : public Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 { public: public: }; // QFramework.SimpleObjectPool`1 struct SimpleObjectPool_1_t27D0BC67CBCC78D13F7620F77999B321EB12A304 : public Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 { public: // System.Action`1 QFramework.SimpleObjectPool`1::mResetMethod Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___mResetMethod_3; public: inline static int32_t get_offset_of_mResetMethod_3() { return static_cast(offsetof(SimpleObjectPool_1_t27D0BC67CBCC78D13F7620F77999B321EB12A304, ___mResetMethod_3)); } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_mResetMethod_3() const { return ___mResetMethod_3; } inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_mResetMethod_3() { return &___mResetMethod_3; } inline void set_mResetMethod_3(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value) { ___mResetMethod_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mResetMethod_3), (void*)value); } }; // System.ArraySegment`1 struct ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA { public: // T[] System.ArraySegment`1::_array ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____array_0; // System.Int32 System.ArraySegment`1::_offset int32_t ____offset_1; // System.Int32 System.ArraySegment`1::_count int32_t ____count_2; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____array_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__array_0() const { return ____array_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__offset_1() { return static_cast(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____offset_1)); } inline int32_t get__offset_1() const { return ____offset_1; } inline int32_t* get_address_of__offset_1() { return &____offset_1; } inline void set__offset_1(int32_t value) { ____offset_1 = value; } inline static int32_t get_offset_of__count_2() { return static_cast(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____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; } }; // 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.Collections.Generic.Dictionary`2_Entry struct Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value bool ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61, ___value_3)); } inline bool get_value_3() const { return ___value_3; } inline bool* get_address_of_value_3() { return &___value_3; } inline void set_value_3(bool value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value Il2CppChar ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A, ___value_3)); } inline Il2CppChar get_value_3() const { return ___value_3; } inline Il2CppChar* get_address_of_value_3() { return &___value_3; } inline void set_value_3(Il2CppChar value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value int32_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27, ___value_3)); } inline int32_t get_value_3() const { return ___value_3; } inline int32_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(int32_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value int64_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A, ___value_3)); } inline int64_t get_value_3() const { return ___value_3; } inline int64_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(int64_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int64_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB, ___key_2)); } inline int64_t get_key_2() const { return ___key_2; } inline int64_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int64_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value bool ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t495C47A91D5A1899AF832D603308B663495EC5A8, ___value_3)); } inline bool get_value_3() const { return ___value_3; } inline bool* get_address_of_value_3() { return &___value_3; } inline void set_value_3(bool value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value int32_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE, ___value_3)); } inline int32_t get_value_3() const { return ___value_3; } inline int32_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(int32_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key uint32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value int32_t ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117, ___key_2)); } inline uint32_t get_key_2() const { return ___key_2; } inline uint32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117, ___value_3)); } inline int32_t get_value_3() const { return ___value_3; } inline int32_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(int32_t value) { ___value_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key uint32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A, ___key_2)); } inline uint32_t get_key_2() const { return ___key_2; } inline uint32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_tF00169F106D087C791655821B46CB7BBDEAC4A29 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key uint64_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tF00169F106D087C791655821B46CB7BBDEAC4A29, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tF00169F106D087C791655821B46CB7BBDEAC4A29, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tF00169F106D087C791655821B46CB7BBDEAC4A29, ___key_2)); } inline uint64_t get_key_2() const { return ___key_2; } inline uint64_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint64_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tF00169F106D087C791655821B46CB7BBDEAC4A29, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator> struct Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB, ___dictionary_0)); } inline Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB, ___currentValue_3)); } inline FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * get_currentValue_3() const { return ___currentValue_3; } inline FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator> struct Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184, ___dictionary_0)); } inline Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184, ___currentValue_3)); } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_currentValue_3() const { return ___currentValue_3; } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator struct Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue RuntimeObject * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6, ___dictionary_0)); } inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6, ___currentValue_3)); } inline RuntimeObject * get_currentValue_3() const { return ___currentValue_3; } inline RuntimeObject ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(RuntimeObject * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.HashSet`1_Slot struct Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 { public: // System.Int32 System.Collections.Generic.HashSet`1_Slot::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.HashSet`1_Slot::next int32_t ___next_1; // T System.Collections.Generic.HashSet`1_Slot::value RuntimeObject * ___value_2; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_value_2() { return static_cast(offsetof(Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279, ___value_2)); } inline RuntimeObject * get_value_2() const { return ___value_2; } inline RuntimeObject ** get_address_of_value_2() { return &___value_2; } inline void set_value_2(RuntimeObject * value) { ___value_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_2), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value bool ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82, ___value_1)); } inline bool get_value_1() const { return ___value_1; } inline bool* get_address_of_value_1() { return &___value_1; } inline void set_value_1(bool value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Il2CppChar ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F, ___value_1)); } inline Il2CppChar get_value_1() const { return ___value_1; } inline Il2CppChar* get_address_of_value_1() { return &___value_1; } inline void set_value_1(Il2CppChar value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int64_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5, ___value_1)); } inline int64_t get_value_1() const { return ___value_1; } inline int64_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int64_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367, ___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); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA { public: // TKey System.Collections.Generic.KeyValuePair`2::key int64_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA, ___key_0)); } inline int64_t get_key_0() const { return ___key_0; } inline int64_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int64_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA, ___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); } }; // System.Collections.Generic.KeyValuePair`2> struct KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28, ___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(KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28, ___value_1)); } inline FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * get_value_1() const { return ___value_1; } inline FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value bool ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1, ___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(KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1, ___value_1)); } inline bool get_value_1() const { return ___value_1; } inline bool* get_address_of_value_1() { return &___value_1; } inline void set_value_1(bool value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E, ___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(KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___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(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___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); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C { public: // TKey System.Collections.Generic.KeyValuePair`2::key uint32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C, ___key_0)); } inline uint32_t get_key_0() const { return ___key_0; } inline uint32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(uint32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // 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.Diagnostics.Tracing.EventProvider_SessionInfo struct SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A { public: // System.Int32 System.Diagnostics.Tracing.EventProvider_SessionInfo::sessionIdBit int32_t ___sessionIdBit_0; // System.Int32 System.Diagnostics.Tracing.EventProvider_SessionInfo::etwSessionId int32_t ___etwSessionId_1; public: inline static int32_t get_offset_of_sessionIdBit_0() { return static_cast(offsetof(SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A, ___sessionIdBit_0)); } inline int32_t get_sessionIdBit_0() const { return ___sessionIdBit_0; } inline int32_t* get_address_of_sessionIdBit_0() { return &___sessionIdBit_0; } inline void set_sessionIdBit_0(int32_t value) { ___sessionIdBit_0 = value; } inline static int32_t get_offset_of_etwSessionId_1() { return static_cast(offsetof(SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A, ___etwSessionId_1)); } inline int32_t get_etwSessionId_1() const { return ___etwSessionId_1; } inline int32_t* get_address_of_etwSessionId_1() { return &___etwSessionId_1; } inline void set_etwSessionId_1(int32_t value) { ___etwSessionId_1 = 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.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.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // 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.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.AsyncLocalValueChangedArgs`1 struct AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D { public: // T System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField RuntimeObject * ___U3CPreviousValueU3Ek__BackingField_0; // T System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField RuntimeObject * ___U3CCurrentValueU3Ek__BackingField_1; // System.Boolean System.Threading.AsyncLocalValueChangedArgs`1::k__BackingField bool ___U3CThreadContextChangedU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPreviousValueU3Ek__BackingField_0() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D, ___U3CPreviousValueU3Ek__BackingField_0)); } inline RuntimeObject * get_U3CPreviousValueU3Ek__BackingField_0() const { return ___U3CPreviousValueU3Ek__BackingField_0; } inline RuntimeObject ** get_address_of_U3CPreviousValueU3Ek__BackingField_0() { return &___U3CPreviousValueU3Ek__BackingField_0; } inline void set_U3CPreviousValueU3Ek__BackingField_0(RuntimeObject * value) { ___U3CPreviousValueU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPreviousValueU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CCurrentValueU3Ek__BackingField_1() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D, ___U3CCurrentValueU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CCurrentValueU3Ek__BackingField_1() const { return ___U3CCurrentValueU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CCurrentValueU3Ek__BackingField_1() { return &___U3CCurrentValueU3Ek__BackingField_1; } inline void set_U3CCurrentValueU3Ek__BackingField_1(RuntimeObject * value) { ___U3CCurrentValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCurrentValueU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CThreadContextChangedU3Ek__BackingField_2() { return static_cast(offsetof(AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D, ___U3CThreadContextChangedU3Ek__BackingField_2)); } inline bool get_U3CThreadContextChangedU3Ek__BackingField_2() const { return ___U3CThreadContextChangedU3Ek__BackingField_2; } inline bool* get_address_of_U3CThreadContextChangedU3Ek__BackingField_2() { return &___U3CThreadContextChangedU3Ek__BackingField_2; } inline void set_U3CThreadContextChangedU3Ek__BackingField_2(bool value) { ___U3CThreadContextChangedU3Ek__BackingField_2 = 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: }; // TMPro.SpriteAssetUtilities.TexturePacker_SpriteFrame struct SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04 { public: // System.Single TMPro.SpriteAssetUtilities.TexturePacker_SpriteFrame::x float ___x_0; // System.Single TMPro.SpriteAssetUtilities.TexturePacker_SpriteFrame::y float ___y_1; // System.Single TMPro.SpriteAssetUtilities.TexturePacker_SpriteFrame::w float ___w_2; // System.Single TMPro.SpriteAssetUtilities.TexturePacker_SpriteFrame::h float ___h_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_w_2() { return static_cast(offsetof(SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04, ___w_2)); } inline float get_w_2() const { return ___w_2; } inline float* get_address_of_w_2() { return &___w_2; } inline void set_w_2(float value) { ___w_2 = value; } inline static int32_t get_offset_of_h_3() { return static_cast(offsetof(SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04, ___h_3)); } inline float get_h_3() const { return ___h_3; } inline float* get_address_of_h_3() { return &___h_3; } inline void set_h_3(float value) { ___h_3 = value; } }; // TMPro.SpriteAssetUtilities.TexturePacker_SpriteSize struct SpriteSize_t143F23923B1D48E84CB38DCDD532F408936AB67E { public: // System.Single TMPro.SpriteAssetUtilities.TexturePacker_SpriteSize::w float ___w_0; // System.Single TMPro.SpriteAssetUtilities.TexturePacker_SpriteSize::h float ___h_1; public: inline static int32_t get_offset_of_w_0() { return static_cast(offsetof(SpriteSize_t143F23923B1D48E84CB38DCDD532F408936AB67E, ___w_0)); } inline float get_w_0() const { return ___w_0; } inline float* get_address_of_w_0() { return &___w_0; } inline void set_w_0(float value) { ___w_0 = value; } inline static int32_t get_offset_of_h_1() { return static_cast(offsetof(SpriteSize_t143F23923B1D48E84CB38DCDD532F408936AB67E, ___h_1)); } inline float get_h_1() const { return ___h_1; } inline float* get_address_of_h_1() { return &___h_1; } inline void set_h_1(float value) { ___h_1 = value; } }; // UnityEngine.BeforeRenderHelper_OrderBlock struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 { public: // System.Int32 UnityEngine.BeforeRenderHelper_OrderBlock::order int32_t ___order_0; // UnityEngine.Events.UnityAction UnityEngine.BeforeRenderHelper_OrderBlock::callback UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___callback_1; public: inline static int32_t get_offset_of_order_0() { return static_cast(offsetof(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727, ___order_0)); } inline int32_t get_order_0() const { return ___order_0; } inline int32_t* get_address_of_order_0() { return &___order_0; } inline void set_order_0(int32_t value) { ___order_0 = value; } inline static int32_t get_offset_of_callback_1() { return static_cast(offsetof(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727, ___callback_1)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_callback_1() const { return ___callback_1; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_callback_1() { return &___callback_1; } inline void set_callback_1(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___callback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_pinvoke { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // Native definition for COM marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_marshaled_com { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // UnityEngine.Color struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // UnityEngine.Color32 struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299, ___m_InvokeArray_3)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914, ___m_InvokeArray_3)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D, ___m_InvokeArray_3)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA, ___m_InvokeArray_3)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.TextCore.GlyphRect struct GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C { public: // System.Int32 UnityEngine.TextCore.GlyphRect::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Y int32_t ___m_Y_1; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Width int32_t ___m_Width_2; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Height int32_t ___m_Height_3; public: inline static int32_t get_offset_of_m_X_0() { return static_cast(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C, ___m_X_0)); } inline int32_t get_m_X_0() const { return ___m_X_0; } inline int32_t* get_address_of_m_X_0() { return &___m_X_0; } inline void set_m_X_0(int32_t value) { ___m_X_0 = value; } inline static int32_t get_offset_of_m_Y_1() { return static_cast(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C, ___m_Y_1)); } inline int32_t get_m_Y_1() const { return ___m_Y_1; } inline int32_t* get_address_of_m_Y_1() { return &___m_Y_1; } inline void set_m_Y_1(int32_t value) { ___m_Y_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C, ___m_Width_2)); } inline int32_t get_m_Width_2() const { return ___m_Width_2; } inline int32_t* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(int32_t value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C, ___m_Height_3)); } inline int32_t get_m_Height_3() const { return ___m_Height_3; } inline int32_t* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(int32_t value) { ___m_Height_3 = value; } }; struct GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C_StaticFields { public: // UnityEngine.TextCore.GlyphRect UnityEngine.TextCore.GlyphRect::s_ZeroGlyphRect GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C ___s_ZeroGlyphRect_4; public: inline static int32_t get_offset_of_s_ZeroGlyphRect_4() { return static_cast(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C_StaticFields, ___s_ZeroGlyphRect_4)); } inline GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C get_s_ZeroGlyphRect_4() const { return ___s_ZeroGlyphRect_4; } inline GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C * get_address_of_s_ZeroGlyphRect_4() { return &___s_ZeroGlyphRect_4; } inline void set_s_ZeroGlyphRect_4(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C value) { ___s_ZeroGlyphRect_4 = value; } }; // UnityEngine.UILineInfo struct UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 { public: // System.Int32 UnityEngine.UILineInfo::startCharIdx int32_t ___startCharIdx_0; // System.Int32 UnityEngine.UILineInfo::height int32_t ___height_1; // System.Single UnityEngine.UILineInfo::topY float ___topY_2; // System.Single UnityEngine.UILineInfo::leading float ___leading_3; public: inline static int32_t get_offset_of_startCharIdx_0() { return static_cast(offsetof(UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6, ___startCharIdx_0)); } inline int32_t get_startCharIdx_0() const { return ___startCharIdx_0; } inline int32_t* get_address_of_startCharIdx_0() { return &___startCharIdx_0; } inline void set_startCharIdx_0(int32_t value) { ___startCharIdx_0 = value; } inline static int32_t get_offset_of_height_1() { return static_cast(offsetof(UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6, ___height_1)); } inline int32_t get_height_1() const { return ___height_1; } inline int32_t* get_address_of_height_1() { return &___height_1; } inline void set_height_1(int32_t value) { ___height_1 = value; } inline static int32_t get_offset_of_topY_2() { return static_cast(offsetof(UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6, ___topY_2)); } inline float get_topY_2() const { return ___topY_2; } inline float* get_address_of_topY_2() { return &___topY_2; } inline void set_topY_2(float value) { ___topY_2 = value; } inline static int32_t get_offset_of_leading_3() { return static_cast(offsetof(UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6, ___leading_3)); } inline float get_leading_3() const { return ___leading_3; } inline float* get_address_of_leading_3() { return &___leading_3; } inline void set_leading_3(float value) { ___leading_3 = value; } }; // UnityEngine.UnitySynchronizationContext_WorkRequest struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 { public: // System.Threading.SendOrPostCallback UnityEngine.UnitySynchronizationContext_WorkRequest::m_DelagateCallback SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * ___m_DelagateCallback_0; // System.Object UnityEngine.UnitySynchronizationContext_WorkRequest::m_DelagateState RuntimeObject * ___m_DelagateState_1; // System.Threading.ManualResetEvent UnityEngine.UnitySynchronizationContext_WorkRequest::m_WaitHandle ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2; public: inline static int32_t get_offset_of_m_DelagateCallback_0() { return static_cast(offsetof(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94, ___m_DelagateCallback_0)); } inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * get_m_DelagateCallback_0() const { return ___m_DelagateCallback_0; } inline SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 ** get_address_of_m_DelagateCallback_0() { return &___m_DelagateCallback_0; } inline void set_m_DelagateCallback_0(SendOrPostCallback_t3F9C0164860E4AA5138DF8B4488DFB0D33147F01 * value) { ___m_DelagateCallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateCallback_0), (void*)value); } inline static int32_t get_offset_of_m_DelagateState_1() { return static_cast(offsetof(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94, ___m_DelagateState_1)); } inline RuntimeObject * get_m_DelagateState_1() const { return ___m_DelagateState_1; } inline RuntimeObject ** get_address_of_m_DelagateState_1() { return &___m_DelagateState_1; } inline void set_m_DelagateState_1(RuntimeObject * value) { ___m_DelagateState_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateState_1), (void*)value); } inline static int32_t get_offset_of_m_WaitHandle_2() { return static_cast(offsetof(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94, ___m_WaitHandle_2)); } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_m_WaitHandle_2() const { return ___m_WaitHandle_2; } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_m_WaitHandle_2() { return &___m_WaitHandle_2; } inline void set_m_WaitHandle_2(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value) { ___m_WaitHandle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaitHandle_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_pinvoke { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2; }; // Native definition for COM marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_marshaled_com { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_WaitHandle_2; }; // UnityEngine.Vector2 struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___negativeInfinityVector_8 = value; } }; // QFramework.BinaryHeapBuildMode struct BinaryHeapBuildMode_tA1AC8A1DCC785AD19B019DDB3AB1F7954D8C8DE2 { public: // System.Int32 QFramework.BinaryHeapBuildMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BinaryHeapBuildMode_tA1AC8A1DCC785AD19B019DDB3AB1F7954D8C8DE2, ___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; } }; // QFramework.BinaryHeapSortMode struct BinaryHeapSortMode_t441E21AAA6E97CC7FF0178D0B95206FF63FE18AD { public: // System.Int32 QFramework.BinaryHeapSortMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BinaryHeapSortMode_t441E21AAA6E97CC7FF0178D0B95206FF63FE18AD, ___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; } }; // QFramework.CollisionEvent`1 struct CollisionEvent_1_tA2C63CE6D81579924E78ECAFEA0FC2A146CD5790 : public UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D { public: public: }; // QFramework.OnPropertyChangedEvent`1 struct OnPropertyChangedEvent_1_t98BEAEBCE9BEBBD710F879809228011B86422A04 : public UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 { public: public: }; // QFramework.OnPropertyChangedEvent`1 struct OnPropertyChangedEvent_1_t696E5D4B2E5ADF64AD33DA2902FDF9E037C484C0 : public UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 { public: public: }; // QFramework.OnPropertyChangedEvent`1 struct OnPropertyChangedEvent_1_tA55D6074D5BB2946C21F6C61D01F7DDA40D7AA94 : public UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D { public: public: }; // QFramework.OnPropertyChangedEvent`1 struct OnPropertyChangedEvent_1_t731744BDC5B694C8E34D7148382406B4D8620951 : public UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA { public: public: }; // System.ByteEnum struct ByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD { public: // System.Byte System.ByteEnum::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ByteEnum_t406C975039F6312CDE58A265A6ECFD861F8C06CD, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_tC1463A26CB3583633B8650196083947E916945AD { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tC1463A26CB3583633B8650196083947E916945AD, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tC1463A26CB3583633B8650196083947E916945AD, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tC1463A26CB3583633B8650196083947E916945AD, ___key_2)); } inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 get_key_2() const { return ___key_2; } inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * get_address_of_key_2() { return &___key_2; } inline void set_key_2(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_2))->___page_0), (void*)NULL); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tC1463A26CB3583633B8650196083947E916945AD, ___value_3)); } inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 get_value_3() const { return ___value_3; } inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___page_0), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key Guid_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B, ___key_2)); } inline Guid_t get_key_2() const { return ___key_2; } inline Guid_t * get_address_of_key_2() { return &___key_2; } inline void set_key_2(Guid_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_t8FEDB41E4DFF38BA120005D72EC1F0F47FE88307 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t8FEDB41E4DFF38BA120005D72EC1F0F47FE88307, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t8FEDB41E4DFF38BA120005D72EC1F0F47FE88307, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t8FEDB41E4DFF38BA120005D72EC1F0F47FE88307, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t8FEDB41E4DFF38BA120005D72EC1F0F47FE88307, ___value_3)); } inline ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5 get_value_3() const { return ___value_3; } inline ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5 value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___element_type_0), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_tC3B503C9D98391783FF786C6FB84B492C4E9D275 { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tC3B503C9D98391783FF786C6FB84B492C4E9D275, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tC3B503C9D98391783FF786C6FB84B492C4E9D275, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tC3B503C9D98391783FF786C6FB84B492C4E9D275, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tC3B503C9D98391783FF786C6FB84B492C4E9D275, ___value_3)); } inline ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D get_value_3() const { return ___value_3; } inline ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D * get_address_of_value_3() { return &___value_3; } inline void set_value_3(ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___element_type_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___properties_2), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_t210CAE5957BE251E9EC3FA7059C5BD202E4BB8AF { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t210CAE5957BE251E9EC3FA7059C5BD202E4BB8AF, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t210CAE5957BE251E9EC3FA7059C5BD202E4BB8AF, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t210CAE5957BE251E9EC3FA7059C5BD202E4BB8AF, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t210CAE5957BE251E9EC3FA7059C5BD202E4BB8AF, ___value_3)); } inline PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 get_value_3() const { return ___value_3; } inline PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___Info_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->___Type_2), (void*)NULL); #endif } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key RuntimeObject * ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___key_2)); } inline RuntimeObject * get_key_2() const { return ___key_2; } inline RuntimeObject ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(RuntimeObject * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D, ___value_3)); } inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C get_value_3() const { return ___value_3; } inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * get_address_of_value_3() { return &___value_3; } inline void set_value_3(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_3))->____value_0), (void*)NULL); } }; // System.Collections.Generic.Dictionary`2_Enumerator> struct Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D, ___dictionary_0)); } inline Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D, ___current_3)); } inline KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___dictionary_0)); } inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___current_3)); } inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE get_current_3() const { return ___current_3; } inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 { public: // TKey System.Collections.Generic.KeyValuePair`2::key XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443, ___key_0)); } inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 get_key_0() const { return ___key_0; } inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___page_0), (void*)NULL); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443, ___value_1)); } inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 get_value_1() const { return ___value_1; } inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___page_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B { public: // TKey System.Collections.Generic.KeyValuePair`2::key DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B, ___key_0)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_key_0() const { return ___key_0; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B, ___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); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t12CFA7FF15603BD4A555CDBFEBC08ECD343F1937 { public: // TKey System.Collections.Generic.KeyValuePair`2::key Guid_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t12CFA7FF15603BD4A555CDBFEBC08ECD343F1937, ___key_0)); } inline Guid_t get_key_0() const { return ___key_0; } inline Guid_t * get_address_of_key_0() { return &___key_0; } inline void set_key_0(Guid_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t12CFA7FF15603BD4A555CDBFEBC08ECD343F1937, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 { public: // TKey System.Collections.Generic.KeyValuePair`2::key Guid_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78, ___key_0)); } inline Guid_t get_key_0() const { return ___key_0; } inline Guid_t * get_address_of_key_0() { return &___key_0; } inline void set_key_0(Guid_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78, ___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); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tF42F617238503884BD0918869A8BE1B39FBD513C { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tF42F617238503884BD0918869A8BE1B39FBD513C, ___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(KeyValuePair_2_tF42F617238503884BD0918869A8BE1B39FBD513C, ___value_1)); } inline ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5 get_value_1() const { return ___value_1; } inline ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___element_type_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tDD152988DA0441DE4587A9E5FCC24B70EFFAE4CF { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tDD152988DA0441DE4587A9E5FCC24B70EFFAE4CF, ___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(KeyValuePair_2_tDD152988DA0441DE4587A9E5FCC24B70EFFAE4CF, ___value_1)); } inline ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D get_value_1() const { return ___value_1; } inline ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___element_type_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___properties_2), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t915519670FA700274E63EC59045BF02636947397 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t915519670FA700274E63EC59045BF02636947397, ___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(KeyValuePair_2_t915519670FA700274E63EC59045BF02636947397, ___value_1)); } inline PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 get_value_1() const { return ___value_1; } inline PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Info_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___Type_2), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6, ___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(KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6, ___value_1)); } inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C get_value_1() const { return ___value_1; } inline ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C * get_address_of_value_1() { return &___value_1; } inline void set_value_1(ResourceLocator_t1783916E271C27CB09DF57E7E5ED08ECA4B3275C value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->____value_0), (void*)NULL); } }; // System.DateTimeOffset struct DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 { public: // System.DateTime System.DateTimeOffset::m_dateTime DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_dateTime_2; // System.Int16 System.DateTimeOffset::m_offsetMinutes int16_t ___m_offsetMinutes_3; public: inline static int32_t get_offset_of_m_dateTime_2() { return static_cast(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85, ___m_dateTime_2)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_dateTime_2() const { return ___m_dateTime_2; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; } inline void set_m_dateTime_2(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___m_dateTime_2 = value; } inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85, ___m_offsetMinutes_3)); } inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; } inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; } inline void set_m_offsetMinutes_3(int16_t value) { ___m_offsetMinutes_3 = value; } }; struct DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___MinValue_0; // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___MaxValue_1; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields, ___MinValue_0)); } inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 get_MinValue_0() const { return ___MinValue_0; } inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_StaticFields, ___MaxValue_1)); } inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 get_MaxValue_1() const { return ___MaxValue_1; } inline DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 value) { ___MaxValue_1 = 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.Int32Enum struct Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD, ___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.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.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.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.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; } }; // TMPro.SpriteAssetUtilities.TexturePacker_SpriteData struct SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728 { public: // System.String TMPro.SpriteAssetUtilities.TexturePacker_SpriteData::filename String_t* ___filename_0; // TMPro.SpriteAssetUtilities.TexturePacker_SpriteFrame TMPro.SpriteAssetUtilities.TexturePacker_SpriteData::frame SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04 ___frame_1; // System.Boolean TMPro.SpriteAssetUtilities.TexturePacker_SpriteData::rotated bool ___rotated_2; // System.Boolean TMPro.SpriteAssetUtilities.TexturePacker_SpriteData::trimmed bool ___trimmed_3; // TMPro.SpriteAssetUtilities.TexturePacker_SpriteFrame TMPro.SpriteAssetUtilities.TexturePacker_SpriteData::spriteSourceSize SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04 ___spriteSourceSize_4; // TMPro.SpriteAssetUtilities.TexturePacker_SpriteSize TMPro.SpriteAssetUtilities.TexturePacker_SpriteData::sourceSize SpriteSize_t143F23923B1D48E84CB38DCDD532F408936AB67E ___sourceSize_5; // UnityEngine.Vector2 TMPro.SpriteAssetUtilities.TexturePacker_SpriteData::pivot Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pivot_6; public: inline static int32_t get_offset_of_filename_0() { return static_cast(offsetof(SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728, ___filename_0)); } inline String_t* get_filename_0() const { return ___filename_0; } inline String_t** get_address_of_filename_0() { return &___filename_0; } inline void set_filename_0(String_t* value) { ___filename_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___filename_0), (void*)value); } inline static int32_t get_offset_of_frame_1() { return static_cast(offsetof(SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728, ___frame_1)); } inline SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04 get_frame_1() const { return ___frame_1; } inline SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04 * get_address_of_frame_1() { return &___frame_1; } inline void set_frame_1(SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04 value) { ___frame_1 = value; } inline static int32_t get_offset_of_rotated_2() { return static_cast(offsetof(SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728, ___rotated_2)); } inline bool get_rotated_2() const { return ___rotated_2; } inline bool* get_address_of_rotated_2() { return &___rotated_2; } inline void set_rotated_2(bool value) { ___rotated_2 = value; } inline static int32_t get_offset_of_trimmed_3() { return static_cast(offsetof(SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728, ___trimmed_3)); } inline bool get_trimmed_3() const { return ___trimmed_3; } inline bool* get_address_of_trimmed_3() { return &___trimmed_3; } inline void set_trimmed_3(bool value) { ___trimmed_3 = value; } inline static int32_t get_offset_of_spriteSourceSize_4() { return static_cast(offsetof(SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728, ___spriteSourceSize_4)); } inline SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04 get_spriteSourceSize_4() const { return ___spriteSourceSize_4; } inline SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04 * get_address_of_spriteSourceSize_4() { return &___spriteSourceSize_4; } inline void set_spriteSourceSize_4(SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04 value) { ___spriteSourceSize_4 = value; } inline static int32_t get_offset_of_sourceSize_5() { return static_cast(offsetof(SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728, ___sourceSize_5)); } inline SpriteSize_t143F23923B1D48E84CB38DCDD532F408936AB67E get_sourceSize_5() const { return ___sourceSize_5; } inline SpriteSize_t143F23923B1D48E84CB38DCDD532F408936AB67E * get_address_of_sourceSize_5() { return &___sourceSize_5; } inline void set_sourceSize_5(SpriteSize_t143F23923B1D48E84CB38DCDD532F408936AB67E value) { ___sourceSize_5 = value; } inline static int32_t get_offset_of_pivot_6() { return static_cast(offsetof(SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728, ___pivot_6)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_pivot_6() const { return ___pivot_6; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_pivot_6() { return &___pivot_6; } inline void set_pivot_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___pivot_6 = value; } }; // Native definition for P/Invoke marshalling of TMPro.SpriteAssetUtilities.TexturePacker/SpriteData struct SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728_marshaled_pinvoke { char* ___filename_0; SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04 ___frame_1; int32_t ___rotated_2; int32_t ___trimmed_3; SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04 ___spriteSourceSize_4; SpriteSize_t143F23923B1D48E84CB38DCDD532F408936AB67E ___sourceSize_5; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pivot_6; }; // Native definition for COM marshalling of TMPro.SpriteAssetUtilities.TexturePacker/SpriteData struct SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728_marshaled_com { Il2CppChar* ___filename_0; SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04 ___frame_1; int32_t ___rotated_2; int32_t ___trimmed_3; SpriteFrame_tDB681A7461FA0C10DA42E9A984BDDD0199AB2C04 ___spriteSourceSize_4; SpriteSize_t143F23923B1D48E84CB38DCDD532F408936AB67E ___sourceSize_5; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pivot_6; }; // Unity.Collections.Allocator struct Allocator_t62A091275262E7067EAAD565B67764FA877D58D6 { public: // System.Int32 Unity.Collections.Allocator::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Allocator_t62A091275262E7067EAAD565B67764FA877D58D6, ___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; } }; // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_6; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition_7; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldNormal_8; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPosition_9; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_10; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___m_GameObject_0)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GameObject_0), (void*)value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___module_1)); } inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * get_module_1() const { return ___module_1; } inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___module_1), (void*)value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingLayer_5() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___sortingLayer_5)); } inline int32_t get_sortingLayer_5() const { return ___sortingLayer_5; } inline int32_t* get_address_of_sortingLayer_5() { return &___sortingLayer_5; } inline void set_sortingLayer_5(int32_t value) { ___sortingLayer_5 = value; } inline static int32_t get_offset_of_sortingOrder_6() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___sortingOrder_6)); } inline int32_t get_sortingOrder_6() const { return ___sortingOrder_6; } inline int32_t* get_address_of_sortingOrder_6() { return &___sortingOrder_6; } inline void set_sortingOrder_6(int32_t value) { ___sortingOrder_6 = value; } inline static int32_t get_offset_of_worldPosition_7() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___worldPosition_7)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_worldPosition_7() const { return ___worldPosition_7; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_worldPosition_7() { return &___worldPosition_7; } inline void set_worldPosition_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___worldPosition_7 = value; } inline static int32_t get_offset_of_worldNormal_8() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___worldNormal_8)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_worldNormal_8() const { return ___worldNormal_8; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_worldNormal_8() { return &___worldNormal_8; } inline void set_worldNormal_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___worldNormal_8 = value; } inline static int32_t get_offset_of_screenPosition_9() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___screenPosition_9)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_screenPosition_9() const { return ___screenPosition_9; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_screenPosition_9() { return &___screenPosition_9; } inline void set_screenPosition_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___screenPosition_9 = value; } inline static int32_t get_offset_of_displayIndex_10() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___displayIndex_10)); } inline int32_t get_displayIndex_10() const { return ___displayIndex_10; } inline int32_t* get_address_of_displayIndex_10() { return &___displayIndex_10; } inline void set_displayIndex_10(int32_t value) { ___displayIndex_10 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_pinvoke { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_GameObject_0; BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition_7; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldNormal_8; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPosition_9; int32_t ___displayIndex_10; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_com { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_GameObject_0; BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition_7; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldNormal_8; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPosition_9; int32_t ___displayIndex_10; }; // UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.RaycastHit2D struct RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE { public: // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Centroid Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Centroid_0; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Point Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Point_1; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Normal Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Normal_2; // System.Single UnityEngine.RaycastHit2D::m_Distance float ___m_Distance_3; // System.Single UnityEngine.RaycastHit2D::m_Fraction float ___m_Fraction_4; // System.Int32 UnityEngine.RaycastHit2D::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Centroid_0() { return static_cast(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Centroid_0)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Centroid_0() const { return ___m_Centroid_0; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Centroid_0() { return &___m_Centroid_0; } inline void set_m_Centroid_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___m_Centroid_0 = value; } inline static int32_t get_offset_of_m_Point_1() { return static_cast(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Point_1)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Point_1() const { return ___m_Point_1; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Point_1() { return &___m_Point_1; } inline void set_m_Point_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___m_Point_1 = value; } inline static int32_t get_offset_of_m_Normal_2() { return static_cast(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Normal_2)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Normal_2() const { return ___m_Normal_2; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Normal_2() { return &___m_Normal_2; } inline void set_m_Normal_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___m_Normal_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_Fraction_4() { return static_cast(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Fraction_4)); } inline float get_m_Fraction_4() const { return ___m_Fraction_4; } inline float* get_address_of_m_Fraction_4() { return &___m_Fraction_4; } inline void set_m_Fraction_4(float value) { ___m_Fraction_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // UnityEngine.Rendering.ScriptableRenderContext struct ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B { public: // System.IntPtr UnityEngine.Rendering.ScriptableRenderContext::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // UnityEngine.TextureFormat struct TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE { public: // System.Int32 UnityEngine.TextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE, ___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; } }; // UnityEngine.UICharInfo struct UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A { public: // UnityEngine.Vector2 UnityEngine.UICharInfo::cursorPos Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___cursorPos_0; // System.Single UnityEngine.UICharInfo::charWidth float ___charWidth_1; public: inline static int32_t get_offset_of_cursorPos_0() { return static_cast(offsetof(UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A, ___cursorPos_0)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_cursorPos_0() const { return ___cursorPos_0; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_cursorPos_0() { return &___cursorPos_0; } inline void set_cursorPos_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___cursorPos_0 = value; } inline static int32_t get_offset_of_charWidth_1() { return static_cast(offsetof(UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A, ___charWidth_1)); } inline float get_charWidth_1() const { return ___charWidth_1; } inline float* get_address_of_charWidth_1() { return &___charWidth_1; } inline void set_charWidth_1(float value) { ___charWidth_1 = value; } }; // UnityEngine.UIVertex struct UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 { public: // UnityEngine.Vector3 UnityEngine.UIVertex::position Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_0; // UnityEngine.Vector3 UnityEngine.UIVertex::normal Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___normal_1; // UnityEngine.Vector4 UnityEngine.UIVertex::tangent Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___tangent_2; // UnityEngine.Color32 UnityEngine.UIVertex::color Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color_3; // UnityEngine.Vector2 UnityEngine.UIVertex::uv0 Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv0_4; // UnityEngine.Vector2 UnityEngine.UIVertex::uv1 Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv1_5; // UnityEngine.Vector2 UnityEngine.UIVertex::uv2 Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv2_6; // UnityEngine.Vector2 UnityEngine.UIVertex::uv3 Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv3_7; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___position_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_position_0() const { return ___position_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___position_0 = value; } inline static int32_t get_offset_of_normal_1() { return static_cast(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___normal_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_normal_1() const { return ___normal_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_normal_1() { return &___normal_1; } inline void set_normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___normal_1 = value; } inline static int32_t get_offset_of_tangent_2() { return static_cast(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___tangent_2)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_tangent_2() const { return ___tangent_2; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_tangent_2() { return &___tangent_2; } inline void set_tangent_2(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___tangent_2 = value; } inline static int32_t get_offset_of_color_3() { return static_cast(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___color_3)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_color_3() const { return ___color_3; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_color_3() { return &___color_3; } inline void set_color_3(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___color_3 = value; } inline static int32_t get_offset_of_uv0_4() { return static_cast(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___uv0_4)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv0_4() const { return ___uv0_4; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv0_4() { return &___uv0_4; } inline void set_uv0_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___uv0_4 = value; } inline static int32_t get_offset_of_uv1_5() { return static_cast(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___uv1_5)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv1_5() const { return ___uv1_5; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv1_5() { return &___uv1_5; } inline void set_uv1_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___uv1_5 = value; } inline static int32_t get_offset_of_uv2_6() { return static_cast(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___uv2_6)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv2_6() const { return ___uv2_6; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv2_6() { return &___uv2_6; } inline void set_uv2_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___uv2_6 = value; } inline static int32_t get_offset_of_uv3_7() { return static_cast(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577, ___uv3_7)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv3_7() const { return ___uv3_7; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv3_7() { return &___uv3_7; } inline void set_uv3_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___uv3_7 = value; } }; struct UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577_StaticFields { public: // UnityEngine.Color32 UnityEngine.UIVertex::s_DefaultColor Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___s_DefaultColor_8; // UnityEngine.Vector4 UnityEngine.UIVertex::s_DefaultTangent Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___s_DefaultTangent_9; // UnityEngine.UIVertex UnityEngine.UIVertex::simpleVert UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 ___simpleVert_10; public: inline static int32_t get_offset_of_s_DefaultColor_8() { return static_cast(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577_StaticFields, ___s_DefaultColor_8)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_s_DefaultColor_8() const { return ___s_DefaultColor_8; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_s_DefaultColor_8() { return &___s_DefaultColor_8; } inline void set_s_DefaultColor_8(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___s_DefaultColor_8 = value; } inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577_StaticFields, ___s_DefaultTangent_9)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_s_DefaultTangent_9() const { return ___s_DefaultTangent_9; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_s_DefaultTangent_9() { return &___s_DefaultTangent_9; } inline void set_s_DefaultTangent_9(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___s_DefaultTangent_9 = value; } inline static int32_t get_offset_of_simpleVert_10() { return static_cast(offsetof(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577_StaticFields, ___simpleVert_10)); } inline UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 get_simpleVert_10() const { return ___simpleVert_10; } inline UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 * get_address_of_simpleVert_10() { return &___simpleVert_10; } inline void set_simpleVert_10(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 value) { ___simpleVert_10 = value; } }; // QFramework.BinaryHeap`1 struct BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 : public RuntimeObject { public: // T[] QFramework.BinaryHeap`1::mArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___mArray_0; // System.Single QFramework.BinaryHeap`1::mGrowthFactor float ___mGrowthFactor_1; // System.Int32 QFramework.BinaryHeap`1::mLastChildIndex int32_t ___mLastChildIndex_2; // QFramework.BinaryHeapSortMode QFramework.BinaryHeap`1::mSortMode int32_t ___mSortMode_3; public: inline static int32_t get_offset_of_mArray_0() { return static_cast(offsetof(BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293, ___mArray_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_mArray_0() const { return ___mArray_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_mArray_0() { return &___mArray_0; } inline void set_mArray_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___mArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mArray_0), (void*)value); } inline static int32_t get_offset_of_mGrowthFactor_1() { return static_cast(offsetof(BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293, ___mGrowthFactor_1)); } inline float get_mGrowthFactor_1() const { return ___mGrowthFactor_1; } inline float* get_address_of_mGrowthFactor_1() { return &___mGrowthFactor_1; } inline void set_mGrowthFactor_1(float value) { ___mGrowthFactor_1 = value; } inline static int32_t get_offset_of_mLastChildIndex_2() { return static_cast(offsetof(BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293, ___mLastChildIndex_2)); } inline int32_t get_mLastChildIndex_2() const { return ___mLastChildIndex_2; } inline int32_t* get_address_of_mLastChildIndex_2() { return &___mLastChildIndex_2; } inline void set_mLastChildIndex_2(int32_t value) { ___mLastChildIndex_2 = value; } inline static int32_t get_offset_of_mSortMode_3() { return static_cast(offsetof(BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293, ___mSortMode_3)); } inline int32_t get_mSortMode_3() const { return ___mSortMode_3; } inline int32_t* get_address_of_mSortMode_3() { return &___mSortMode_3; } inline void set_mSortMode_3(int32_t value) { ___mSortMode_3 = value; } }; // System.Collections.Generic.Dictionary`2_Entry struct Entry_t0947D15694A2F80B19118B0E9DA4161A92D6139A { public: // System.Int32 System.Collections.Generic.Dictionary`2_Entry::hashCode int32_t ___hashCode_0; // System.Int32 System.Collections.Generic.Dictionary`2_Entry::next int32_t ___next_1; // TKey System.Collections.Generic.Dictionary`2_Entry::key int32_t ___key_2; // TValue System.Collections.Generic.Dictionary`2_Entry::value RuntimeObject * ___value_3; public: inline static int32_t get_offset_of_hashCode_0() { return static_cast(offsetof(Entry_t0947D15694A2F80B19118B0E9DA4161A92D6139A, ___hashCode_0)); } inline int32_t get_hashCode_0() const { return ___hashCode_0; } inline int32_t* get_address_of_hashCode_0() { return &___hashCode_0; } inline void set_hashCode_0(int32_t value) { ___hashCode_0 = value; } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Entry_t0947D15694A2F80B19118B0E9DA4161A92D6139A, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(Entry_t0947D15694A2F80B19118B0E9DA4161A92D6139A, ___key_2)); } inline int32_t get_key_2() const { return ___key_2; } inline int32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int32_t value) { ___key_2 = value; } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(Entry_t0947D15694A2F80B19118B0E9DA4161A92D6139A, ___value_3)); } inline RuntimeObject * get_value_3() const { return ___value_3; } inline RuntimeObject ** get_address_of_value_3() { return &___value_3; } inline void set_value_3(RuntimeObject * value) { ___value_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_3), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3E2FA99646DABF7198310827D5D9F061504C5769 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3E2FA99646DABF7198310827D5D9F061504C5769, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3E2FA99646DABF7198310827D5D9F061504C5769, ___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); } }; // 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.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.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; // 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); } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Native definition for P/Invoke marshalling of Unity.Collections.NativeArray`1 #ifndef NativeArray_1_t350F3793D2FE9D9CD5A50725BE978ED846FE3098_marshaled_pinvoke_define #define NativeArray_1_t350F3793D2FE9D9CD5A50725BE978ED846FE3098_marshaled_pinvoke_define struct NativeArray_1_t350F3793D2FE9D9CD5A50725BE978ED846FE3098_marshaled_pinvoke { void* ___m_Buffer_0; int32_t ___m_Length_1; int32_t ___m_AllocatorLabel_2; }; #endif // Native definition for COM marshalling of Unity.Collections.NativeArray`1 #ifndef NativeArray_1_t350F3793D2FE9D9CD5A50725BE978ED846FE3098_marshaled_com_define #define NativeArray_1_t350F3793D2FE9D9CD5A50725BE978ED846FE3098_marshaled_com_define struct NativeArray_1_t350F3793D2FE9D9CD5A50725BE978ED846FE3098_marshaled_com { void* ___m_Buffer_0; int32_t ___m_Length_1; int32_t ___m_AllocatorLabel_2; }; #endif // UnityEngine.Component struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // UnityEngine.GameObject struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // LitJson.ExporterFunc`1 struct ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 : public MulticastDelegate_t { public: public: }; // LitJson.ImporterFunc`2 struct ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 : public MulticastDelegate_t { public: public: }; // QFramework.EventInjector`1_InjectEventGetter struct InjectEventGetter_t63EB64BBC541ECB8E195B0C95AAB50BDD41592FC : public MulticastDelegate_t { public: public: }; // QFramework.EventInjector`1_InjectEventTrigger struct InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 : public MulticastDelegate_t { public: public: }; // QFramework.FSM`2_FSMOnStateChanged struct FSMOnStateChanged_tFD52D243F00DA2713AEF80414108809E2A5302DE : public MulticastDelegate_t { public: public: }; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t97D1FB97578BDD98FFDE2DF9FCC9C2ED9A4EE453 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t7CCD21D1063A83C9B6E5A95BFCE022A6EB65C46A : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t49CEE65271E77B0724B9809B1517C3095C59B004 : public MulticastDelegate_t { public: public: }; // System.Action`1> struct Action_1_t0DEF774B03048897D0C95E1C3FDEC90E76AD66F6 : public MulticastDelegate_t { public: public: }; // System.Action`1> struct Action_1_t270B04F21C721E2ABDBD54528470836F7B679CD7 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t8CEEAFF163330A93E9E6B250A5D877C88F83DA0D : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t13BD397B370C97145826C7C63AC82C4B1B499E7F : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tC6D5FE255E109287FAF476CEBE48FF74C3442F50 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t8C2E57068917ACE417DC9F9EE5C1B893777A9E26 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t9BB369186272B2A25DCBA7C802CE39A9B30B459F : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t914484DED737548EE8FABFA959036371C8235942 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t52D823F32CE5686DBFA794FE0C8A92E293D1E775 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tABA1E3BFA092E3309A0ECC53722E4F9826DCE983 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t3F91D2593C80181986F6D400B3944EA3C78AA703 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tF07301208FFDEC194EC0F6BB024B1F68E2D82911 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB : public MulticastDelegate_t { public: public: }; // System.Action`1> struct Action_1_tC9C78235CE090A8C814E2C458627F15C33AF0180 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t02D6BE40C6C251D29250AA75AFF55A37125245C1 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t99022DE2E8CCAC4B355488B0BF900648405F50FD : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t6131F366126278D446E2FDDB6336343007AC2F72 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t871A401E6A572812A4A4A51F3A4CCE60BEC5CF17 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tD67110AB1919B5C7788F5BE94BF0823C16A5419F : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tFEDD064D971126B0D10EFA0985118B241D1D1869 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t82786770BFC5780C2E617DB25669143D9ED35825 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tC702DABE17B351D93212ED7DD55836C03C5562C4 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t6C5DB7139F66EB76956C49A23DE0D327DCA73C81 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t163F662A723789B8BC371105BBD6022F26D9C6A6 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t57C161C9CBCBA5532FB6D55BE62E0EB3F8A7D409 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t4362622E084A551168772B92FB4DFEA74E07CDA5 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t7065A5D96364A7C750A7B180A2502537A82A9910 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tE875D12E6922BF87BD02BA6C0FBD1096BCBB9426 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tD3557152EC38C36B3C25B7FA509B9EC992BEBED0 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t97B24A3F0ABA64DD934A3DA82A6C9EB77C813E25 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tA44107B06FF0DB8292A09BDC892436393CD13E67 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t6289D638A9944C0743697466AAE4CAB276AF2F5A : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t6C33D80670016FFA10F03F59FB542306FA60F1F3 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t2F784F6A8F0E6D7B6C7C73DCA17B1CCA8D724E48 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tC52FA3FD223419FC0456E089309277012CCE38E8 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tC72B6763E93CD8BDCA164EB52F1D9F5AC4147A91 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t429E4750D84EBAC7EB494EB565EE0C8E1177C576 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t803A47D93CAEBCDD093590B0872DE504874D9F35 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t4A92D51BAC0CF291CCBECDD41B622EDAE4E77D9F : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t6614CB55E7CBF2119E4A6402E4E2A25EF45412E5 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t39F2FD12230E5D2CE6C0FE959B2F84310997B857 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t2C6E8B13602564FA6CC0AADA6FFE4346CF58FF36 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t7C222A59CA4E7FC9BB18253F5F7B332C7F7E1034 : public MulticastDelegate_t { public: public: }; // System.Action`3 struct Action_3_tCC14115B7178951118504E7198B7C872630643C5 : public MulticastDelegate_t { public: public: }; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Object> struct Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 : public MulticastDelegate_t { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.NullReferenceException struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Predicate`1 struct Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 : public MulticastDelegate_t { public: public: }; // UnityEngine.Behaviour struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 { public: public: }; // UnityEngine.Profiling.Experimental.DebugScreenCapture struct DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 { public: // Unity.Collections.NativeArray`1 UnityEngine.Profiling.Experimental.DebugScreenCapture::k__BackingField NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___U3CrawImageDataReferenceU3Ek__BackingField_0; // UnityEngine.TextureFormat UnityEngine.Profiling.Experimental.DebugScreenCapture::k__BackingField int32_t ___U3CimageFormatU3Ek__BackingField_1; // System.Int32 UnityEngine.Profiling.Experimental.DebugScreenCapture::k__BackingField int32_t ___U3CwidthU3Ek__BackingField_2; // System.Int32 UnityEngine.Profiling.Experimental.DebugScreenCapture::k__BackingField int32_t ___U3CheightU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CrawImageDataReferenceU3Ek__BackingField_0() { return static_cast(offsetof(DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2, ___U3CrawImageDataReferenceU3Ek__BackingField_0)); } inline NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 get_U3CrawImageDataReferenceU3Ek__BackingField_0() const { return ___U3CrawImageDataReferenceU3Ek__BackingField_0; } inline NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 * get_address_of_U3CrawImageDataReferenceU3Ek__BackingField_0() { return &___U3CrawImageDataReferenceU3Ek__BackingField_0; } inline void set_U3CrawImageDataReferenceU3Ek__BackingField_0(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 value) { ___U3CrawImageDataReferenceU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CimageFormatU3Ek__BackingField_1() { return static_cast(offsetof(DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2, ___U3CimageFormatU3Ek__BackingField_1)); } inline int32_t get_U3CimageFormatU3Ek__BackingField_1() const { return ___U3CimageFormatU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CimageFormatU3Ek__BackingField_1() { return &___U3CimageFormatU3Ek__BackingField_1; } inline void set_U3CimageFormatU3Ek__BackingField_1(int32_t value) { ___U3CimageFormatU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CwidthU3Ek__BackingField_2() { return static_cast(offsetof(DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2, ___U3CwidthU3Ek__BackingField_2)); } inline int32_t get_U3CwidthU3Ek__BackingField_2() const { return ___U3CwidthU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CwidthU3Ek__BackingField_2() { return &___U3CwidthU3Ek__BackingField_2; } inline void set_U3CwidthU3Ek__BackingField_2(int32_t value) { ___U3CwidthU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CheightU3Ek__BackingField_3() { return static_cast(offsetof(DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2, ___U3CheightU3Ek__BackingField_3)); } inline int32_t get_U3CheightU3Ek__BackingField_3() const { return ___U3CheightU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CheightU3Ek__BackingField_3() { return &___U3CheightU3Ek__BackingField_3; } inline void set_U3CheightU3Ek__BackingField_3(int32_t value) { ___U3CheightU3Ek__BackingField_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Profiling.Experimental.DebugScreenCapture struct DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2_marshaled_pinvoke { NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___U3CrawImageDataReferenceU3Ek__BackingField_0; int32_t ___U3CimageFormatU3Ek__BackingField_1; int32_t ___U3CwidthU3Ek__BackingField_2; int32_t ___U3CheightU3Ek__BackingField_3; }; // Native definition for COM marshalling of UnityEngine.Profiling.Experimental.DebugScreenCapture struct DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2_marshaled_com { NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___U3CrawImageDataReferenceU3Ek__BackingField_0; int32_t ___U3CimageFormatU3Ek__BackingField_1; int32_t ___U3CwidthU3Ek__BackingField_2; int32_t ___U3CheightU3Ek__BackingField_3; }; // UnityEngine.Transform struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 { public: public: }; // System.Action`3 struct Action_3_t5EE4F8B9C50F576C16A8CE302D8F2790394C22EA : public MulticastDelegate_t { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 { public: public: }; // QFramework.MonoSingleton`1 struct MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: public: }; struct MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields { public: // T QFramework.MonoSingleton`1::mInstance RuntimeObject * ___mInstance_4; // System.Boolean QFramework.MonoSingleton`1::mOnApplicationQuit bool ___mOnApplicationQuit_5; public: inline static int32_t get_offset_of_mInstance_4() { return static_cast(offsetof(MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields, ___mInstance_4)); } inline RuntimeObject * get_mInstance_4() const { return ___mInstance_4; } inline RuntimeObject ** get_address_of_mInstance_4() { return &___mInstance_4; } inline void set_mInstance_4(RuntimeObject * value) { ___mInstance_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mInstance_4), (void*)value); } inline static int32_t get_offset_of_mOnApplicationQuit_5() { return static_cast(offsetof(MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields, ___mOnApplicationQuit_5)); } inline bool get_mOnApplicationQuit_5() const { return ___mOnApplicationQuit_5; } inline bool* get_address_of_mOnApplicationQuit_5() { return &___mOnApplicationQuit_5; } inline void set_mOnApplicationQuit_5(bool value) { ___mOnApplicationQuit_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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.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.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.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.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m29EC6C6EB1047528546CB514A575C8C4EFA48E1C_gshared_inline (Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m350743CACD3C814992ECBC0A503B3275F6429F93_gshared (Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !!0 System.Array::Find(!!0[],System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Find_TisRuntimeObject_mB8509653F89FF33B78C3019FD9A78297F222C337_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___match1, 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.IFormatProvider,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method); // System.Void QFramework.DisposableList::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisposableList_Dispose_mAC94204F2536884617E67BBC4654D0D03FE33C02 (DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D * __this, const RuntimeMethod* method); // System.Void QFramework.DisposableList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisposableList__ctor_m479F0A445E89B9F42D1435A691CD17B0317D08B7 (DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D * __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::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 UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void QFramework.QFrameworkContainer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QFrameworkContainer__ctor_m3EB137089DFDDA763E7C94F088AA75CA30C79E04 (QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 * __this, const RuntimeMethod* method); // System.Void QFramework.TypeEventSystem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeEventSystem__ctor_mB24512121363313E6C5F04DF8D2A885A0E31B8A0 (TypeEventSystem_t1490050F9E83A810D5B06392AB57CD544EBE4EC5 * __this, const RuntimeMethod* method); // System.Void QFramework.ActionKitFSMState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionKitFSMState__ctor_m331624F5EED85365C410B886F76171F223EEFC48 (ActionKitFSMState_t3708C864C02E1BAF9358D89C92F567BC110AAB2C * __this, 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 QFramework.ActionKitFSMTransition::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionKitFSMTransition__ctor_m2C006550FB7477536E30A141EC27685CC1740206 (ActionKitFSMTransition_t7E486F1CE091725FF5B30C6B54BF28CF69DBE9D7 * __this, const RuntimeMethod* method); // System.Void System.NullReferenceException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349 (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m203A6D3267D5102309DF1938B85D9FA038EEC5ED (Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, const RuntimeMethod*))Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared)(__this, ___obj0, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator>::get_Current() inline KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 Enumerator_get_Current_m2A8B87778C4DA28B91C5ECCB0D38F88731E71DA0_inline (Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 (*) (Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D *, const RuntimeMethod*))Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2>::get_Value() inline FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * KeyValuePair_2_get_Value_m49D6C5547B8DCC87789106488CD4C10086BE91CC_inline (KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 * __this, const RuntimeMethod* method) { return (( FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * (*) (KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method); } // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator>::get_Current() inline FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * Enumerator_get_Current_m868F9FC32D383DEA62EDD001ADC6BF3C5E13051D_inline (Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB * __this, const RuntimeMethod* method) { return (( FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * (*) (Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB *, const RuntimeMethod*))Enumerator_get_Current_m29EC6C6EB1047528546CB514A575C8C4EFA48E1C_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator>::MoveNext() inline bool Enumerator_MoveNext_m49C6571D4A51D8A95508616788C2E1DA5A99B17D (Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB *, const RuntimeMethod*))Enumerator_MoveNext_m350743CACD3C814992ECBC0A503B3275F6429F93_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator>::MoveNext() inline bool Enumerator_MoveNext_m79623C86245575932A587700D47E7BB50B140C09 (Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D *, const RuntimeMethod*))Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared)(__this, method); } // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *, const RuntimeMethod*))KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method); } // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method); // System.Boolean QFramework.MonoSingletonCreator::get_IsUnitTestMode() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool MonoSingletonCreator_get_IsUnitTestMode_m92F1202B0C5A6C393A70AC54727715AC453C9A5B_inline (const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::get_parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_m617FA279157F610633DCBCE17B772218B5ABBDF8 (Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared)(__this, ___object0, ___method1, method); } // !!0 System.Array::Find(!!0[],System.Predicate`1) inline ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * Array_Find_TisConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_mA9BF6319178E8DDFFC2133A4C64CE672988D2A08 (ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* ___array0, Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * ___match1, const RuntimeMethod* method) { return (( ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * (*) (ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E*, Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 *, const RuntimeMethod*))Array_Find_TisRuntimeObject_mB8509653F89FF33B78C3019FD9A78297F222C337_gshared)(___array0, ___match1, method); } // System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m9E7A03EC2DDACA7A9C1E1609D4AB2BE90CD2E2AF (ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters0, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Boolean System.Boolean::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Equals_mB97E1CE732F7A08D8F45C86B8994FB67222C99E7 (bool* __this, RuntimeObject * ___obj0, 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.Void QFramework.CustomDisposable::.ctor(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomDisposable__ctor_mBA76C1B1E4A462F1EDE23B612CA410ABE78F75BC (CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___onDispose0, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Boolean System.Int32::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_mBE9097707986D98549AC11E94FB986DA1AB3E16C (int32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Single::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16 (float* __this, RuntimeObject * ___obj0, 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.Int32 System.Environment::get_CurrentManagedThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_CurrentManagedThreadId_m0E897C88355903220B1EC214832F5E815D7C13D1 (const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 QFramework.QFrameworkContainer::ResolveAll(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* QFrameworkContainer_ResolveAll_mD37FE7B07B2330B49578B6BDA75FB53F295B945B (QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 * __this, Type_t * ___type0, 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.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.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator>::get_Current() inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * Enumerator_get_Current_m6134C9642E2C4E117B001AB15CD1F834A7819FF4_inline (Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 * __this, const RuntimeMethod* method) { return (( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * (*) (Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 *, const RuntimeMethod*))Enumerator_get_Current_m29EC6C6EB1047528546CB514A575C8C4EFA48E1C_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator>::MoveNext() inline bool Enumerator_MoveNext_mBEDA100508BC12F520224E4AB1806E5879EE07BB (Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 *, const RuntimeMethod*))Enumerator_MoveNext_m350743CACD3C814992ECBC0A503B3275F6429F93_gshared)(__this, 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); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void <>f__AnonymousType0`1::.ctor(j__TPar) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ef__AnonymousType0_1__ctor_m57B3BC60E57AF443B4602955F02471392D756778_gshared (U3CU3Ef__AnonymousType0_1_t103DB909F3478F55EAABC0751EA7624561E5B35F * __this, RuntimeObject * ___message0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___message0; __this->set_U3CmessageU3Ei__Field_0(L_0); return; } } // System.Boolean <>f__AnonymousType0`1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ef__AnonymousType0_1_Equals_m6ABC333479B91B05E8D5256B3BB24DB217487AAC_gshared (U3CU3Ef__AnonymousType0_1_t103DB909F3478F55EAABC0751EA7624561E5B35F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { U3CU3Ef__AnonymousType0_1_t103DB909F3478F55EAABC0751EA7624561E5B35F * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = (U3CU3Ef__AnonymousType0_1_t103DB909F3478F55EAABC0751EA7624561E5B35F *)((U3CU3Ef__AnonymousType0_1_t103DB909F3478F55EAABC0751EA7624561E5B35F *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))); U3CU3Ef__AnonymousType0_1_t103DB909F3478F55EAABC0751EA7624561E5B35F * L_1 = V_0; if (!L_1) { goto IL_0021; } } { EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA * L_2 = (( EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); RuntimeObject * L_3 = (RuntimeObject *)__this->get_U3CmessageU3Ei__Field_0(); U3CU3Ef__AnonymousType0_1_t103DB909F3478F55EAABC0751EA7624561E5B35F * L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = (RuntimeObject *)L_4->get_U3CmessageU3Ei__Field_0(); NullCheck((EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA *)L_2); bool L_6 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA *)L_2, (RuntimeObject *)L_3, (RuntimeObject *)L_5); return L_6; } IL_0021: { return (bool)0; } } // System.Int32 <>f__AnonymousType0`1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ef__AnonymousType0_1_GetHashCode_m79B85D1E42566EF3324E0B6239DB2BD523B4B79D_gshared (U3CU3Ef__AnonymousType0_1_t103DB909F3478F55EAABC0751EA7624561E5B35F * __this, const RuntimeMethod* method) { { EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA * L_0 = (( EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); RuntimeObject * L_1 = (RuntimeObject *)__this->get_U3CmessageU3Ei__Field_0(); NullCheck((EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA *)L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(9 /* System.Int32 System.Collections.Generic.EqualityComparer`1::GetHashCode(T) */, (EqualityComparer_1_t54972BA287ED38B066E4BE7A3B21F49803B62EBA *)L_0, (RuntimeObject *)L_1); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)-1089263382), (int32_t)((int32_t)-1521134295))), (int32_t)L_2)); } } // System.String <>f__AnonymousType0`1::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ef__AnonymousType0_1_ToString_m1B1F29A3B1690D6AA429AF0A8405278664F94771_gshared (U3CU3Ef__AnonymousType0_1_t103DB909F3478F55EAABC0751EA7624561E5B35F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ef__AnonymousType0_1_ToString_m1B1F29A3B1690D6AA429AF0A8405278664F94771_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject ** G_B3_0 = NULL; int32_t G_B3_1 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_2 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_3 = NULL; String_t* G_B3_4 = NULL; RuntimeObject * G_B3_5 = NULL; RuntimeObject ** G_B1_0 = NULL; int32_t G_B1_1 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_2 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_3 = NULL; String_t* G_B1_4 = NULL; RuntimeObject * G_B1_5 = NULL; RuntimeObject ** G_B2_0 = NULL; int32_t G_B2_1 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B2_2 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B2_3 = NULL; String_t* G_B2_4 = NULL; RuntimeObject * G_B2_5 = NULL; String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_2 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_3 = NULL; String_t* G_B4_4 = NULL; RuntimeObject * G_B4_5 = NULL; { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_0; RuntimeObject * L_2 = (RuntimeObject *)__this->get_U3CmessageU3Ei__Field_0(); V_0 = (RuntimeObject *)L_2; il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_3 = V_1; G_B1_0 = (&V_0); G_B1_1 = 0; G_B1_2 = L_1; G_B1_3 = L_1; G_B1_4 = _stringLiteral5858A25A11472FD4CFA2597DDB1EFF89706B5707; G_B1_5 = NULL; if (L_3) { G_B3_0 = (&V_0); G_B3_1 = 0; G_B3_2 = L_1; G_B3_3 = L_1; G_B3_4 = _stringLiteral5858A25A11472FD4CFA2597DDB1EFF89706B5707; G_B3_5 = NULL; goto IL_003b; } } { RuntimeObject * L_4 = (*(RuntimeObject **)G_B1_0); V_1 = (RuntimeObject *)L_4; RuntimeObject * L_5 = V_1; G_B2_0 = (&V_1); G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; G_B2_3 = G_B1_3; G_B2_4 = G_B1_4; G_B2_5 = G_B1_5; if (L_5) { G_B3_0 = (&V_1); G_B3_1 = G_B1_1; G_B3_2 = G_B1_2; G_B3_3 = G_B1_3; G_B3_4 = G_B1_4; G_B3_5 = G_B1_5; goto IL_003b; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_1; G_B4_2 = G_B2_2; G_B4_3 = G_B2_3; G_B4_4 = G_B2_4; G_B4_5 = G_B2_5; goto IL_0046; } IL_003b: { NullCheck((RuntimeObject *)(*G_B3_0)); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B3_0)); G_B4_0 = L_6; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; G_B4_4 = G_B3_4; G_B4_5 = G_B3_5; } IL_0046: { NullCheck(G_B4_2); ArrayElementTypeCheck (G_B4_2, G_B4_0); (G_B4_2)->SetAt(static_cast(G_B4_1), (RuntimeObject *)G_B4_0); String_t* L_7 = String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD((RuntimeObject*)G_B4_5, (String_t*)G_B4_4, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)G_B4_3, /*hidden argument*/NULL); return L_7; } } #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 LitJson.ExporterFunc`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExporterFunc_1__ctor_m74D8BBD3D78D28935A98CFDA113E286DDBA8B10F_gshared (ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 * __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.Void LitJson.ExporterFunc`1::Invoke(T,LitJson.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExporterFunc_1_Invoke_mA4B8E554DA08DA4DC443F3A38BFDA0E3E24B1D70_gshared (ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 * __this, RuntimeObject * ___obj0, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 * ___writer1, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (RuntimeObject *, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, ___writer1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, ___writer1, 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)) GenericInterfaceActionInvoker1< JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 * >::Invoke(targetMethod, ___obj0, ___writer1); else GenericVirtActionInvoker1< JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 * >::Invoke(targetMethod, ___obj0, ___writer1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___obj0, ___writer1); else VirtActionInvoker1< JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___obj0, ___writer1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___writer1) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (RuntimeObject *, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, ___writer1, 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 void (*FunctionPointerType) (RuntimeObject *, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, ___writer1, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 * >::Invoke(targetMethod, targetThis, ___obj0, ___writer1); else GenericVirtActionInvoker2< RuntimeObject *, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 * >::Invoke(targetMethod, targetThis, ___obj0, ___writer1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0, ___writer1); else VirtActionInvoker2< RuntimeObject *, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0, ___writer1); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___obj0) - 1), ___writer1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, ___writer1, targetMethod); } } } } } // System.IAsyncResult LitJson.ExporterFunc`1::BeginInvoke(T,LitJson.JsonWriter,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExporterFunc_1_BeginInvoke_m270D77A72F0AB39E69C3A02DD0E8FF011EA50321_gshared (ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 * __this, RuntimeObject * ___obj0, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 * ___writer1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___obj0; __d_args[1] = ___writer1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void LitJson.ExporterFunc`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExporterFunc_1_EndInvoke_mAA6FBCF36CBCFDBEB979E737ED2E7EB4564F4138_gshared (ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LitJson.ImporterFunc`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImporterFunc_2__ctor_m74AA439BCDE71B8B31FDC33DB6F74D718286B93E_gshared (ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 * __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); } // TValue LitJson.ImporterFunc`2::Invoke(TJson) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ImporterFunc_2_Invoke_m4B022A8D967678947705FDB009010E4098C1F0A3_gshared (ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 * __this, RuntimeObject * ___input0, 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)(___input0, targetMethod); } else { // closed typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___input0, 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, ___input0); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, ___input0); } 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), ___input0); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___input0); } } else { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___input0, 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)(___input0, 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, ___input0); else result = GenericVirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___input0); } 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, ___input0); else result = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___input0); } } 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(___input0) - 1), targetMethod); } else { typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___input0, targetMethod); } } } } return result; } // System.IAsyncResult LitJson.ImporterFunc`2::BeginInvoke(TJson,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ImporterFunc_2_BeginInvoke_mB26C893DB06B41BAEBD678E0E4B5902FED69A1C0_gshared (ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 * __this, RuntimeObject * ___input0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___input0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // TValue LitJson.ImporterFunc`2::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ImporterFunc_2_EndInvoke_mD74655D39CAA662FDE53A10FEB23968E5C04A0B5_gshared (ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (RuntimeObject *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LitJson.JsonMapper_<>c__DisplayClass39_0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass39_0_1__ctor_m7644366971235C6EE19C0DB1613F6C607030E5FD_gshared (U3CU3Ec__DisplayClass39_0_1_tFA7CA16CF0F5DB8F6A3C42558CF7397E57687827 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper_<>c__DisplayClass39_0`1::b__0(System.Object,LitJson.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass39_0_1_U3CRegisterExporterU3Eb__0_m40A5974F6E3431941269C975667FCB53E50ACD8F_gshared (U3CU3Ec__DisplayClass39_0_1_tFA7CA16CF0F5DB8F6A3C42558CF7397E57687827 * __this, RuntimeObject * ___obj0, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 * ___writer1, const RuntimeMethod* method) { { // exporter ((T) obj, writer); ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 * L_0 = (ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 *)__this->get_exporter_0(); RuntimeObject * L_1 = ___obj0; JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 * L_2 = ___writer1; NullCheck((ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 *)L_0); (( void (*) (ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 *, RuntimeObject *, JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((ExporterFunc_1_tFC1663BC4A036710756DE084E9BDB87CE1DE7800 *)L_0, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))), (JsonWriter_t9C92CBB435520A36115F362C15953EBDBD4F6233 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 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 LitJson.JsonMapper_<>c__DisplayClass40_0`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass40_0_2__ctor_m25299143B11DB50175CD294A9A17F9100BDCE05A_gshared (U3CU3Ec__DisplayClass40_0_2_tD3E4E712CD4D1E044A1EBC758F8403ED32143EFD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Object LitJson.JsonMapper_<>c__DisplayClass40_0`2::b__0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass40_0_2_U3CRegisterImporterU3Eb__0_m4BB930DD6762142F785E4D8974479AAFBB233F22_gshared (U3CU3Ec__DisplayClass40_0_2_tD3E4E712CD4D1E044A1EBC758F8403ED32143EFD * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { { // return importer ((TJson) input); ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 * L_0 = (ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 *)__this->get_importer_0(); RuntimeObject * L_1 = ___input0; NullCheck((ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((ImporterFunc_2_t9481F68E6B49EEACF6A41EF7E63FF79F696BCF61 *)L_0, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); 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 QFramework.AbstractArchitectureConfig`2_AbstractEventSystemNode`1::UnRegisterAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractEventSystemNode_1_UnRegisterAll_mAAE1FBCEFD01D5464C10D56661A2324ECA6FCA49_gshared (AbstractEventSystemNode_1_t922A2326755A148995F99DA95E0242EC68B30660 * __this, const RuntimeMethod* method) { { // mDisposableList.Dispose(); DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D * L_0 = (DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D *)__this->get_mDisposableList_2(); NullCheck((DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D *)L_0); DisposableList_Dispose_mAC94204F2536884617E67BBC4654D0D03FE33C02((DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D *)L_0, /*hidden argument*/NULL); // } return; } } // System.Void QFramework.AbstractArchitectureConfig`2_AbstractEventSystemNode`1::OnRecycle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractEventSystemNode_1_OnRecycle_m7B49B7B5FFE23D64EE6BB245395CDE7C9F356304_gshared (AbstractEventSystemNode_1_t922A2326755A148995F99DA95E0242EC68B30660 * __this, const RuntimeMethod* method) { { // UnRegisterAll(); NullCheck((AbstractEventSystemNode_1_t922A2326755A148995F99DA95E0242EC68B30660 *)__this); (( void (*) (AbstractEventSystemNode_1_t922A2326755A148995F99DA95E0242EC68B30660 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((AbstractEventSystemNode_1_t922A2326755A148995F99DA95E0242EC68B30660 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); // } return; } } // System.Void QFramework.AbstractArchitectureConfig`2_AbstractEventSystemNode`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractEventSystemNode_1__ctor_m1FEA2B97542AFF6030157A6F12AC85F8F6624C74_gshared (AbstractEventSystemNode_1_t922A2326755A148995F99DA95E0242EC68B30660 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AbstractEventSystemNode_1__ctor_m1FEA2B97542AFF6030157A6F12AC85F8F6624C74_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // DisposableList mDisposableList = new DisposableList(); DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D * L_0 = (DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D *)il2cpp_codegen_object_new(DisposableList_tD2CE6A4E5FD5AB0BA9F5610397C4DFFCD44D259D_il2cpp_TypeInfo_var); DisposableList__ctor_m479F0A445E89B9F42D1435A691CD17B0317D08B7(L_0, /*hidden argument*/NULL); __this->set_mDisposableList_2(L_0); NullCheck((AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE *)__this); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4)); (( void (*) (AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); 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 QFramework.AbstractArchitectureConfig`2::Init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractArchitectureConfig_2_Init_m38CDC739FEFB406970C80E21D55628C9EF19BE97_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AbstractArchitectureConfig_2_Init_m38CDC739FEFB406970C80E21D55628C9EF19BE97_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // Debug.Log("@@@@ " + mConfig.GetType().Name + " ???"); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)); AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * L_0 = (( AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck((RuntimeObject *)L_0); Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60((RuntimeObject *)L_0, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_1); String_t* L_3 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923((String_t*)_stringLiteralCEBE1A68EDD00483847F0EAAF245FB880ED1EBC8, (String_t*)L_2, (String_t*)_stringLiteral04B5E60FF7FF96F428C09AD085F75E16F164F2B9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708((RuntimeObject *)L_3, /*hidden argument*/NULL); // } return; } } // System.Void QFramework.AbstractArchitectureConfig`2::SendCommand(TCommand) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractArchitectureConfig_2_SendCommand_m3A3624D921BC8520940922142E7DEBF4FA67120A_gshared (RuntimeObject * ___command0, const RuntimeMethod* method) { { // mConfig.mEventSystem.SendEvent(command); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)); AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * L_0 = (( AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); NullCheck(L_0); RuntimeObject* L_1 = (RuntimeObject*)L_0->get_mEventSystem_3(); RuntimeObject * L_2 = ___command0; NullCheck((RuntimeObject*)L_1); GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3), (RuntimeObject*)L_1, (RuntimeObject *)L_2); // } return; } } // QFramework.AbstractArchitectureConfig`2 QFramework.AbstractArchitectureConfig`2::get_mConfig() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * AbstractArchitectureConfig_2_get_mConfig_mAD69EAFC81427B177A6D61DB1E8F33D208A5ED9C_gshared (const RuntimeMethod* method) { { // if (mPrivateConfig == null) IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)); AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * L_0 = ((AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->get_mPrivateConfig_4(); if (L_0) { goto IL_0020; } } { // mPrivateConfig = new TConfig(); RuntimeObject * L_1 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)); ((AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->set_mPrivateConfig_4((AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 *)L_1); // mPrivateConfig.Config(); AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * L_2 = ((AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->get_mPrivateConfig_4(); NullCheck((AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 *)L_2); (( void (*) (AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); } IL_0020: { // return mPrivateConfig; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)); AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * L_3 = ((AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)))->get_mPrivateConfig_4(); return L_3; } } // System.Void QFramework.AbstractArchitectureConfig`2::Config() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractArchitectureConfig_2_Config_m3BB3699287AB9550B75243E24FB2ADAEAE3BA67E_gshared (AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * __this, const RuntimeMethod* method) { { // mEventSystem.RegisterEvent(OnCommandExecute); RuntimeObject* L_0 = (RuntimeObject*)__this->get_mEventSystem_3(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_1 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); (( void (*) (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)(L_1, (RuntimeObject *)__this, (intptr_t)((intptr_t)GetVirtualMethodInfo(__this, 4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); NullCheck((RuntimeObject*)L_0); GenericInterfaceFuncInvoker1< RuntimeObject*, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10), (RuntimeObject*)L_0, (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_1); // OnUtilityConfig(mUtilityLayer); RuntimeObject* L_2 = (RuntimeObject*)__this->get_mUtilityLayer_2(); NullCheck((AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 *)__this); VirtActionInvoker1< RuntimeObject* >::Invoke(8 /* System.Void QFramework.AbstractArchitectureConfig`2::OnUtilityConfig(QFramework.IQFrameworkContainer) */, (AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 *)__this, (RuntimeObject*)L_2); // OnModelConfig(mModelLayer); RuntimeObject* L_3 = (RuntimeObject*)__this->get_mModelLayer_1(); NullCheck((AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 *)__this); VirtActionInvoker1< RuntimeObject* >::Invoke(7 /* System.Void QFramework.AbstractArchitectureConfig`2::OnModelConfig(QFramework.IQFrameworkContainer) */, (AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 *)__this, (RuntimeObject*)L_3); // OnSystemConfig(mSystemLayer); RuntimeObject* L_4 = (RuntimeObject*)__this->get_mSystemLayer_0(); NullCheck((AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 *)__this); VirtActionInvoker1< RuntimeObject* >::Invoke(6 /* System.Void QFramework.AbstractArchitectureConfig`2::OnSystemConfig(QFramework.IQFrameworkContainer) */, (AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 *)__this, (RuntimeObject*)L_4); // } return; } } // System.Void QFramework.AbstractArchitectureConfig`2::OnCommandExecute(TCommand) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractArchitectureConfig_2_OnCommandExecute_m0BE8E50289550154A3043F8FD39E211A919FB31C_gshared (AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * __this, RuntimeObject * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AbstractArchitectureConfig_2_OnCommandExecute_m0BE8E50289550154A3043F8FD39E211A919FB31C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // command.Execute(); NullCheck((RuntimeObject*)(___command0)); InterfaceActionInvoker0::Invoke(0 /* System.Void QFramework.ICommand::Execute() */, ICommand_tB1E1FC59FB6A5F5F84A73C4A53F4EC2A3EE6DF97_il2cpp_TypeInfo_var, (RuntimeObject*)(___command0)); // } return; } } // System.Void QFramework.AbstractArchitectureConfig`2::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractArchitectureConfig_2_Dispose_m069B59D477D08842D3D358B74432463141178F7D_gshared (AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * __this, const RuntimeMethod* method) { { // mEventSystem.UnRegisterEvent(OnCommandExecute); RuntimeObject* L_0 = (RuntimeObject*)__this->get_mEventSystem_3(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_1 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); (( void (*) (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)(L_1, (RuntimeObject *)__this, (intptr_t)((intptr_t)GetVirtualMethodInfo(__this, 4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14), (RuntimeObject*)L_0, (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_1); // OnDispose(); NullCheck((AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 *)__this); VirtActionInvoker0::Invoke(5 /* System.Void QFramework.AbstractArchitectureConfig`2::OnDispose() */, (AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 *)__this); // } return; } } // System.Void QFramework.AbstractArchitectureConfig`2::OnDispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractArchitectureConfig_2_OnDispose_m435F3018332285098ADCF6ABF3C463CB49EAA8AC_gshared (AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void QFramework.AbstractArchitectureConfig`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractArchitectureConfig_2__ctor_m9683B41BF75BF5D89F71F5FFA704F7C547520F73_gshared (AbstractArchitectureConfig_2_t29738EE2A5D8B161E143DE20C5CBD1776C5D0297 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AbstractArchitectureConfig_2__ctor_m9683B41BF75BF5D89F71F5FFA704F7C547520F73_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // private IQFrameworkContainer mSystemLayer = new QFrameworkContainer(); QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 * L_0 = (QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 *)il2cpp_codegen_object_new(QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511_il2cpp_TypeInfo_var); QFrameworkContainer__ctor_m3EB137089DFDDA763E7C94F088AA75CA30C79E04(L_0, /*hidden argument*/NULL); __this->set_mSystemLayer_0(L_0); // private IQFrameworkContainer mModelLayer = new QFrameworkContainer(); QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 * L_1 = (QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 *)il2cpp_codegen_object_new(QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511_il2cpp_TypeInfo_var); QFrameworkContainer__ctor_m3EB137089DFDDA763E7C94F088AA75CA30C79E04(L_1, /*hidden argument*/NULL); __this->set_mModelLayer_1(L_1); // private IQFrameworkContainer mUtilityLayer = new QFrameworkContainer(); QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 * L_2 = (QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 *)il2cpp_codegen_object_new(QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511_il2cpp_TypeInfo_var); QFrameworkContainer__ctor_m3EB137089DFDDA763E7C94F088AA75CA30C79E04(L_2, /*hidden argument*/NULL); __this->set_mUtilityLayer_2(L_2); // protected ITypeEventSystem mEventSystem = new TypeEventSystem(); TypeEventSystem_t1490050F9E83A810D5B06392AB57CD544EBE4EC5 * L_3 = (TypeEventSystem_t1490050F9E83A810D5B06392AB57CD544EBE4EC5 *)il2cpp_codegen_object_new(TypeEventSystem_t1490050F9E83A810D5B06392AB57CD544EBE4EC5_il2cpp_TypeInfo_var); TypeEventSystem__ctor_mB24512121363313E6C5F04DF8D2A885A0E31B8A0(L_3, /*hidden argument*/NULL); __this->set_mEventSystem_3(L_3); NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.AbstractArchitectureConfig`2::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractArchitectureConfig_2__cctor_m82F9590A833268DC7B39483E4D71C35126F58208_gshared (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 // T QFramework.AbstractPool`1::Allocate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AbstractPool_1_Allocate_m118D67E1B9EFB6F982013C520B1BC349BF1955E6_gshared (const RuntimeMethod* method) { RuntimeObject * G_B3_0 = NULL; { // var node = mPool.Count == 0 ? new T() : mPool.Pop(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_0 = ((AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mPool_0(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_0); int32_t L_1 = (( int32_t (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); if (!L_1) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_2 = ((AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mPool_0(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_2); RuntimeObject * L_3 = (( RuntimeObject * (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); G_B3_0 = L_3; goto IL_001d; } IL_0018: { RuntimeObject * L_4 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); G_B3_0 = L_4; } IL_001d: { // node.mInPool = false; RuntimeObject * L_5 = (RuntimeObject *)G_B3_0; NullCheck(L_5); ((AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE *)L_5)->set_mInPool_1((bool)0); // return node; return L_5; } } // System.Void QFramework.AbstractPool`1::Recycle2Cache() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractPool_1_Recycle2Cache_mB208B2BE9608B3503467B7BE7680A5CBD76B2497_gshared (AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE * __this, const RuntimeMethod* method) { { // OnRecycle(); NullCheck((AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE *)__this); VirtActionInvoker0::Invoke(4 /* System.Void QFramework.AbstractPool`1::OnRecycle() */, (AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE *)__this); // mInPool = true; __this->set_mInPool_1((bool)1); // mPool.Push(this as T); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_0 = ((AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_mPool_0(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_0); (( void (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_0, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))), IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); // } return; } } // System.Void QFramework.AbstractPool`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractPool_1__ctor_m6B9B550B8F62B69D35DE655A057BAE4B5FC59279_gshared (AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.AbstractPool`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractPool_1__cctor_m92841B23D4CC677ED386EBE946A6B51ED856E8D4_gshared (const RuntimeMethod* method) { { // private static Stack mPool = new Stack(10); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_0 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7)); (( void (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)(L_0, (int32_t)((int32_t)10), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); ((AbstractPool_1_t1DA31345FD81B6225B842340002DA3485171F9FE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_mPool_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 QFramework.ActionKitFSMState`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionKitFSMState_1__ctor_m6FD68151CCE7BE01A2534B3E5081B9D594821BDB_gshared (ActionKitFSMState_1_t095F3EF4C0012BB75A898B8BE20F1C3431E32E39 * __this, RuntimeObject * ___target0, const RuntimeMethod* method) { { // public ActionKitFSMState(T target) NullCheck((ActionKitFSMState_t3708C864C02E1BAF9358D89C92F567BC110AAB2C *)__this); ActionKitFSMState__ctor_m331624F5EED85365C410B886F76171F223EEFC48((ActionKitFSMState_t3708C864C02E1BAF9358D89C92F567BC110AAB2C *)__this, /*hidden argument*/NULL); // mTarget = target; RuntimeObject * L_0 = ___target0; __this->set_mTarget_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.Type QFramework.ActionKitFSMTransition`2::get_SrcStateType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ActionKitFSMTransition_2_get_SrcStateType_mC5FFCE1BAA44B234BD872EF26B158779F06E10BD_gshared (ActionKitFSMTransition_2_t4EB25F36E7A18BFF2B4AAC110CC0148D823922AB * __this, const RuntimeMethod* method) { { // get { return mSrcStateType; } Type_t * L_0 = (Type_t *)__this->get_mSrcStateType_2(); return L_0; } } // System.Type QFramework.ActionKitFSMTransition`2::get_DstStateType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ActionKitFSMTransition_2_get_DstStateType_mDF50BB503F89B92BD7ED000B59C7B96D18166555_gshared (ActionKitFSMTransition_2_t4EB25F36E7A18BFF2B4AAC110CC0148D823922AB * __this, const RuntimeMethod* method) { { // get { return mDstStateType; } Type_t * L_0 = (Type_t *)__this->get_mDstStateType_3(); return L_0; } } // System.Void QFramework.ActionKitFSMTransition`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionKitFSMTransition_2__ctor_mB015DCCD7EFD02833E19DA52F0EB194176BC1948_gshared (ActionKitFSMTransition_2_t4EB25F36E7A18BFF2B4AAC110CC0148D823922AB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ActionKitFSMTransition_2__ctor_mB015DCCD7EFD02833E19DA52F0EB194176BC1948_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // private Type mSrcStateType = typeof(TSrcState); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); __this->set_mSrcStateType_2(L_1); // private Type mDstStateType = typeof(TDstState); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); __this->set_mDstStateType_3(L_3); NullCheck((ActionKitFSMTransition_t7E486F1CE091725FF5B30C6B54BF28CF69DBE9D7 *)__this); ActionKitFSMTransition__ctor_m2C006550FB7477536E30A141EC27685CC1740206((ActionKitFSMTransition_t7E486F1CE091725FF5B30C6B54BF28CF69DBE9D7 *)__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 QFramework.BinaryHeap`1::.ctor(System.Int32,QFramework.BinaryHeapSortMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryHeap_1__ctor_m4B81887740653EA5112874FC3EC6192FE3F9383C_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, int32_t ___minSize0, int32_t ___sortMode1, const RuntimeMethod* method) { { // protected float mGrowthFactor = 1.6f; __this->set_mGrowthFactor_1((1.6f)); // public BinaryHeap(int minSize, BinaryHeapSortMode sortMode) NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // mSortMode = sortMode; int32_t L_0 = ___sortMode1; __this->set_mSortMode_3(L_0); // mArray = new T[minSize]; int32_t L_1 = ___minSize0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_1); __this->set_mArray_0(L_2); // mLastChildIndex = 0; __this->set_mLastChildIndex_2(0); // } return; } } // System.Void QFramework.BinaryHeap`1::.ctor(T[],QFramework.BinaryHeapSortMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryHeap_1__ctor_mA0E57CF30783713A7752E84C74BC024631FC60CB_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___dataArray0, int32_t ___sortMode1, const RuntimeMethod* method) { int32_t V_0 = 0; { // protected float mGrowthFactor = 1.6f; __this->set_mGrowthFactor_1((1.6f)); // public BinaryHeap(T[] dataArray, BinaryHeapSortMode sortMode) NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // mSortMode = sortMode; int32_t L_0 = ___sortMode1; __this->set_mSortMode_3(L_0); // int minSize = 10; V_0 = (int32_t)((int32_t)10); // if (dataArray != null) ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ___dataArray0; if (!L_1) { goto IL_0024; } } { // minSize = dataArray.Length + 1; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___dataArray0; NullCheck(L_2); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), (int32_t)1)); } IL_0024: { // mArray = new T[minSize]; int32_t L_3 = V_0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_3); __this->set_mArray_0(L_4); // mLastChildIndex = 0; __this->set_mLastChildIndex_2(0); // Insert(dataArray, BinaryHeapBuildMode.kN); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = ___dataArray0; NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_5, (int32_t)2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // } return; } } // System.Void QFramework.BinaryHeap`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryHeap_1_Clear_m3C994E348B51DF9354A751D00FA701DF3433117F_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, const RuntimeMethod* method) { { // mArray = new T[10]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)((int32_t)10)); __this->set_mArray_0(L_0); // mLastChildIndex = 0; __this->set_mLastChildIndex_2(0); // } return; } } // System.Void QFramework.BinaryHeap`1::Insert(T[],QFramework.BinaryHeapBuildMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryHeap_1_Insert_mEB79269C2E5CC4332D60DF6F6DA323B296AB0F31_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___dataArray0, int32_t ___buildMode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryHeap_1_Insert_mEB79269C2E5CC4332D60DF6F6DA323B296AB0F31_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { // if (dataArray == null) ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___dataArray0; if (L_0) { goto IL_000e; } } { // throw new NullReferenceException("BinaryHeap Not Support Insert Null Object"); NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_1 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var); NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_1, (String_t*)_stringLiteralE5CA5A31911446CD46445D10F66B8AF07132DE91, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, BinaryHeap_1_Insert_mEB79269C2E5CC4332D60DF6F6DA323B296AB0F31_RuntimeMethod_var); } IL_000e: { // int totalLength = mLastChildIndex + dataArray.Length + 1; int32_t L_2 = (int32_t)__this->get_mLastChildIndex_2(); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___dataArray0; NullCheck(L_3); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))), (int32_t)1)); // if (mArray.Length < totalLength) ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); NullCheck(L_4); int32_t L_5 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))) >= ((int32_t)L_5))) { goto IL_002d; } } { // ResizeArray(totalLength); int32_t L_6 = V_0; NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); } IL_002d: { // if (buildMode == BinaryHeapBuildMode.kNLog) int32_t L_7 = ___buildMode1; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_004d; } } { // for (int i = 0; i < dataArray.Length; ++i) V_1 = (int32_t)0; goto IL_0046; } IL_0035: { // Insert(dataArray[i]); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = ___dataArray0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; RuntimeObject * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, (RuntimeObject *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); // for (int i = 0; i < dataArray.Length; ++i) int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0046: { // for (int i = 0; i < dataArray.Length; ++i) int32_t L_13 = V_1; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = ___dataArray0; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))))))) { goto IL_0035; } } { // } return; } IL_004d: { // for (int i = 0; i < dataArray.Length; ++i) V_2 = (int32_t)0; goto IL_0078; } IL_0051: { // mArray[++mLastChildIndex] = dataArray[i]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_16 = (int32_t)__this->get_mLastChildIndex_2(); V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_3; __this->set_mLastChildIndex_2(L_17); int32_t L_18 = V_3; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = ___dataArray0; int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = L_20; RuntimeObject * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_15); (L_15)->SetAt(static_cast(L_18), (RuntimeObject *)L_22); // for (int i = 0; i < dataArray.Length; ++i) int32_t L_23 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0078: { // for (int i = 0; i < dataArray.Length; ++i) int32_t L_24 = V_2; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = ___dataArray0; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))))))) { goto IL_0051; } } { // SortAsCurrentMode(); NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); // } return; } } // System.Void QFramework.BinaryHeap`1::Insert(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryHeap_1_Insert_m1EA5745251A58723299A152F47EAD3E97E3ACD93_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, RuntimeObject * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryHeap_1_Insert_m1EA5745251A58723299A152F47EAD3E97E3ACD93_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (element == null) RuntimeObject * L_0 = ___element0; if (L_0) { goto IL_0013; } } { // throw new NullReferenceException("BinaryHeap Not Support Insert Null Object"); NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_1 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var); NullReferenceException__ctor_mAD32CA6CD05808ED531D14BA18B7AA1E99B8D349(L_1, (String_t*)_stringLiteralE5CA5A31911446CD46445D10F66B8AF07132DE91, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, BinaryHeap_1_Insert_m1EA5745251A58723299A152F47EAD3E97E3ACD93_RuntimeMethod_var); } IL_0013: { // int index = ++mLastChildIndex; int32_t L_2 = (int32_t)__this->get_mLastChildIndex_2(); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); int32_t L_3 = V_1; __this->set_mLastChildIndex_2(L_3); int32_t L_4 = V_1; V_0 = (int32_t)L_4; // if (index == mArray.Length) int32_t L_5 = V_0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); NullCheck(L_6); if ((!(((uint32_t)L_5) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))))) { goto IL_0037; } } { // ResizeArray(); NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); } IL_0037: { // mArray[index] = element; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_8 = V_0; RuntimeObject * L_9 = ___element0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (RuntimeObject *)L_9); // ProcolateUp(index); int32_t L_10 = V_0; NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); // } return; } } // T QFramework.BinaryHeap`1::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BinaryHeap_1_Pop_m90EDC220408C91059F4196B99361DB943083B0E6_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; int32_t V_1 = 0; { // if (mLastChildIndex < 1) int32_t L_0 = (int32_t)__this->get_mLastChildIndex_2(); if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0013; } } { // return default(T); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_1 = V_0; return L_1; } IL_0013: { // T result = mArray[1]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); NullCheck(L_2); int32_t L_3 = 1; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); // mArray[1] = mArray[mLastChildIndex--]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_7 = (int32_t)__this->get_mLastChildIndex_2(); V_1 = (int32_t)L_7; int32_t L_8 = V_1; __this->set_mLastChildIndex_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_1; NullCheck(L_6); int32_t L_10 = L_9; RuntimeObject * L_11 = (L_6)->GetAt(static_cast(L_10)); NullCheck(L_5); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_11); // ProcolateDown(1); NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); // return result; return L_4; } } // T QFramework.BinaryHeap`1::Top() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BinaryHeap_1_Top_mC45FC1024D88FDCDCDEBE7457EB49562CCF7D516_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { // if (mLastChildIndex < 1) int32_t L_0 = (int32_t)__this->get_mLastChildIndex_2(); if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0013; } } { // return default(T); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_1 = V_0; return L_1; } IL_0013: { // return mArray[1]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); NullCheck(L_2); int32_t L_3 = 1; RuntimeObject * L_4 = (L_2)->GetAt(static_cast(L_3)); return L_4; } } // System.Void QFramework.BinaryHeap`1::Sort(QFramework.BinaryHeapSortMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryHeap_1_Sort_m6662E094DED9C249939264BD0BC8E0ED4340EB69_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, int32_t ___sortMode0, const RuntimeMethod* method) { { // if (mSortMode == sortMode) int32_t L_0 = (int32_t)__this->get_mSortMode_3(); int32_t L_1 = ___sortMode0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000a; } } { // return; return; } IL_000a: { // mSortMode = sortMode; int32_t L_2 = ___sortMode0; __this->set_mSortMode_3(L_2); // SortAsCurrentMode(); NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); // } return; } } // System.Void QFramework.BinaryHeap`1::RebuildAtIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryHeap_1_RebuildAtIndex_mF8A8CAAC26EB324BAC02F92DBC8DBEFC5CBB1820_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryHeap_1_RebuildAtIndex_mF8A8CAAC26EB324BAC02F92DBC8DBEFC5CBB1820_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; { // if (index > mLastChildIndex) int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get_mLastChildIndex_2(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_000a; } } { // return; return; } IL_000a: { // var element = mArray[index]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_3 = ___index0; NullCheck(L_2); int32_t L_4 = L_3; RuntimeObject * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = (RuntimeObject *)L_5; // int parentIndex = index >> 1; int32_t L_6 = ___index0; V_1 = (int32_t)((int32_t)((int32_t)L_6>>(int32_t)1)); // if (parentIndex > 0) int32_t L_7 = V_1; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0097; } } { // if (mSortMode == BinaryHeapSortMode.kMin) int32_t L_8 = (int32_t)__this->get_mSortMode_3(); if (L_8) { goto IL_005f; } } { // if (element.SortScore < mArray[parentIndex].SortScore) NullCheck((RuntimeObject*)(V_0)); float L_9 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(V_0)); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_11 = V_1; NullCheck(L_10); NullCheck((RuntimeObject*)(*((L_10)->GetAddressAt(static_cast(L_11))))); float L_12 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_10)->GetAddressAt(static_cast(L_11))))); if ((!(((float)L_9) < ((float)L_12)))) { goto IL_0057; } } { // ProcolateUp(index); int32_t L_13 = ___index0; NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, (int32_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); // } return; } IL_0057: { // ProcolateDown(index); int32_t L_14 = ___index0; NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); // } return; } IL_005f: { // if (element.SortScore > mArray[parentIndex].SortScore) NullCheck((RuntimeObject*)(V_0)); float L_15 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(V_0)); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_17 = V_1; NullCheck(L_16); NullCheck((RuntimeObject*)(*((L_16)->GetAddressAt(static_cast(L_17))))); float L_18 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_16)->GetAddressAt(static_cast(L_17))))); if ((!(((float)L_15) > ((float)L_18)))) { goto IL_008f; } } { // ProcolateUp(index); int32_t L_19 = ___index0; NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); // } return; } IL_008f: { // ProcolateDown(index); int32_t L_20 = ___index0; NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, (int32_t)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); // } return; } IL_0097: { // ProcolateDown(index); int32_t L_21 = ___index0; NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, (int32_t)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); // } return; } } // System.Void QFramework.BinaryHeap`1::SortAsCurrentMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryHeap_1_SortAsCurrentMode_m816D8E0565772788B1D12826F25159D4602F71B6_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // int startChild = mLastChildIndex >> 1; int32_t L_0 = (int32_t)__this->get_mLastChildIndex_2(); // for (int i = startChild; i > 0; --i) V_0 = (int32_t)((int32_t)((int32_t)L_0>>(int32_t)1)); goto IL_0016; } IL_000b: { // ProcolateDown(i); int32_t L_1 = V_0; NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); // for (int i = startChild; i > 0; --i) int32_t L_2 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); } IL_0016: { // for (int i = startChild; i > 0; --i) int32_t L_3 = V_0; if ((((int32_t)L_3) > ((int32_t)0))) { goto IL_000b; } } { // } return; } } // System.Void QFramework.BinaryHeap`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryHeap_1_RemoveAt_m25E1F032A337405809F8198E9A4989F95A6E69FE_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryHeap_1_RemoveAt_m25E1F032A337405809F8198E9A4989F95A6E69FE_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; { // if (index > mLastChildIndex || index < 1) int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get_mLastChildIndex_2(); if ((((int32_t)L_0) > ((int32_t)L_1))) { goto IL_000d; } } { int32_t L_2 = ___index0; if ((((int32_t)L_2) >= ((int32_t)1))) { goto IL_000e; } } IL_000d: { // return; return; } IL_000e: { // if (index == mLastChildIndex) int32_t L_3 = ___index0; int32_t L_4 = (int32_t)__this->get_mLastChildIndex_2(); if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_003b; } } { // --mLastChildIndex; int32_t L_5 = (int32_t)__this->get_mLastChildIndex_2(); __this->set_mLastChildIndex_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); // mArray[index] = default(T); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_7 = ___index0; il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_8 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (RuntimeObject *)L_8); // return; return; } IL_003b: { // mArray[index] = mArray[mLastChildIndex--]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_10 = ___index0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_12 = (int32_t)__this->get_mLastChildIndex_2(); V_1 = (int32_t)L_12; int32_t L_13 = V_1; __this->set_mLastChildIndex_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1))); int32_t L_14 = V_1; NullCheck(L_11); int32_t L_15 = L_14; RuntimeObject * L_16 = (L_11)->GetAt(static_cast(L_15)); NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (RuntimeObject *)L_16); // mArray[index].HeapIndex = index; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_18 = ___index0; NullCheck(L_17); int32_t L_19 = ___index0; NullCheck((RuntimeObject*)(*((L_17)->GetAddressAt(static_cast(L_18))))); InterfaceActionInvoker1< int32_t >::Invoke(1 /* System.Void QFramework.IBinaryHeapElement::set_HeapIndex(System.Int32) */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_17)->GetAddressAt(static_cast(L_18)))), (int32_t)L_19); // RebuildAtIndex(index); int32_t L_20 = ___index0; NullCheck((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this); (( void (*) (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 *)__this, (int32_t)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); // } return; } } // T QFramework.BinaryHeap`1::GetElement(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BinaryHeap_1_GetElement_mC32330E17AF7BDD63FD11078CF3CA44BA1BF381F_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, int32_t ___index0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { // if (index > mLastChildIndex) int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get_mLastChildIndex_2(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0013; } } { // return default(T); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; return L_2; } IL_0013: { // return mArray[index]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.Boolean QFramework.BinaryHeap`1::HasValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryHeap_1_HasValue_m50A09194897C0423478C0BE4052717FD4935E2DC_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, const RuntimeMethod* method) { { // return mLastChildIndex > 0; int32_t L_0 = (int32_t)__this->get_mLastChildIndex_2(); return (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0); } } // System.Void QFramework.BinaryHeap`1::ResizeArray(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryHeap_1_ResizeArray_m53C1167CFE3E29D5D3EC3A276D52571C3741B5CD_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, int32_t ___newSize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryHeap_1_ResizeArray_m53C1167CFE3E29D5D3EC3A276D52571C3741B5CD_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL; int32_t V_1 = 0; { // if (newSize < 0) int32_t L_0 = ___newSize0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_002c; } } { // newSize = System.Math.Max(mArray.Length + 4, (int) System.Math.Round(mArray.Length * mGrowthFactor)); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); NullCheck(L_1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); NullCheck(L_2); float L_3 = (float)__this->get_mGrowthFactor_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); double L_4 = bankers_round((double)(((double)((double)((float)il2cpp_codegen_multiply((float)(((float)((float)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))))), (float)L_3)))))); int32_t L_5 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))), (int32_t)4)), (int32_t)(((int32_t)((int32_t)L_4))), /*hidden argument*/NULL); ___newSize0 = (int32_t)L_5; } IL_002c: { // if (newSize > 1 << 30) int32_t L_6 = ___newSize0; if ((((int32_t)L_6) <= ((int32_t)((int32_t)1073741824)))) { goto IL_003f; } } { // throw new System.Exception( // "Binary Heap Size really large (2^18). A heap size this large is probably the cause of pathfinding running in an infinite loop. " + // "\nRemove this check (in BinaryHeap.cs) if you are sure that it is not caused by a bug"); Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_7, (String_t*)_stringLiteral0D6A59657C8196FE183E500373D67818F6D68560, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, BinaryHeap_1_ResizeArray_m53C1167CFE3E29D5D3EC3A276D52571C3741B5CD_RuntimeMethod_var); } IL_003f: { // T[] tmp = new T[newSize]; int32_t L_8 = ___newSize0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0), (uint32_t)L_8); V_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_9; // for (int i = 0; i < mArray.Length; i++) V_1 = (int32_t)0; goto IL_0061; } IL_004a: { // tmp[i] = mArray[i]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = V_0; int32_t L_11 = V_1; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; RuntimeObject * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (RuntimeObject *)L_15); // for (int i = 0; i < mArray.Length; i++) int32_t L_16 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0061: { // for (int i = 0; i < mArray.Length; i++) int32_t L_17 = V_1; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))))))) { goto IL_004a; } } { // mArray = tmp; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = V_0; __this->set_mArray_0(L_19); // } return; } } // System.Void QFramework.BinaryHeap`1::ProcolateUp(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryHeap_1_ProcolateUp_mD76CEEBF9C86B331BED017ADF0D81D78D5454288_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryHeap_1_ProcolateUp_mD76CEEBF9C86B331BED017ADF0D81D78D5454288_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; float V_1 = 0.0f; int32_t V_2 = 0; { // var element = mArray[index]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_1 = ___index0; NullCheck(L_0); int32_t L_2 = L_1; RuntimeObject * L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = (RuntimeObject *)L_3; // if (element == null) RuntimeObject * L_4 = V_0; if (L_4) { goto IL_0016; } } { // return; return; } IL_0016: { // float sortScore = element.SortScore; NullCheck((RuntimeObject*)(V_0)); float L_5 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(V_0)); V_1 = (float)L_5; // int parentIndex = index >> 1; int32_t L_6 = ___index0; V_2 = (int32_t)((int32_t)((int32_t)L_6>>(int32_t)1)); // if (mSortMode == BinaryHeapSortMode.kMin) int32_t L_7 = (int32_t)__this->get_mSortMode_3(); if (L_7) { goto IL_00c9; } } { goto IL_006e; } IL_0035: { // mArray[index] = mArray[parentIndex]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_9 = ___index0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject * L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (RuntimeObject *)L_13); // mArray[index].HeapIndex = index; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_15 = ___index0; NullCheck(L_14); int32_t L_16 = ___index0; NullCheck((RuntimeObject*)(*((L_14)->GetAddressAt(static_cast(L_15))))); InterfaceActionInvoker1< int32_t >::Invoke(1 /* System.Void QFramework.IBinaryHeapElement::set_HeapIndex(System.Int32) */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_14)->GetAddressAt(static_cast(L_15)))), (int32_t)L_16); // index = parentIndex; int32_t L_17 = V_2; ___index0 = (int32_t)L_17; // parentIndex = index >> 1; int32_t L_18 = ___index0; V_2 = (int32_t)((int32_t)((int32_t)L_18>>(int32_t)1)); } IL_006e: { // while (parentIndex >= 1 && sortScore < mArray[parentIndex].SortScore) int32_t L_19 = V_2; if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00e9; } } { float L_20 = V_1; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_22 = V_2; NullCheck(L_21); NullCheck((RuntimeObject*)(*((L_21)->GetAddressAt(static_cast(L_22))))); float L_23 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_21)->GetAddressAt(static_cast(L_22))))); if ((((float)L_20) < ((float)L_23))) { goto IL_0035; } } { // } goto IL_00e9; } IL_0090: { // mArray[index] = mArray[parentIndex]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_25 = ___index0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_27 = V_2; NullCheck(L_26); int32_t L_28 = L_27; RuntimeObject * L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_24); (L_24)->SetAt(static_cast(L_25), (RuntimeObject *)L_29); // mArray[index].HeapIndex = index; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_31 = ___index0; NullCheck(L_30); int32_t L_32 = ___index0; NullCheck((RuntimeObject*)(*((L_30)->GetAddressAt(static_cast(L_31))))); InterfaceActionInvoker1< int32_t >::Invoke(1 /* System.Void QFramework.IBinaryHeapElement::set_HeapIndex(System.Int32) */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_30)->GetAddressAt(static_cast(L_31)))), (int32_t)L_32); // index = parentIndex; int32_t L_33 = V_2; ___index0 = (int32_t)L_33; // parentIndex = index >> 1; int32_t L_34 = ___index0; V_2 = (int32_t)((int32_t)((int32_t)L_34>>(int32_t)1)); } IL_00c9: { // while (parentIndex >= 1 && sortScore > mArray[parentIndex].SortScore) int32_t L_35 = V_2; if ((((int32_t)L_35) < ((int32_t)1))) { goto IL_00e9; } } { float L_36 = V_1; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_37 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_38 = V_2; NullCheck(L_37); NullCheck((RuntimeObject*)(*((L_37)->GetAddressAt(static_cast(L_38))))); float L_39 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_37)->GetAddressAt(static_cast(L_38))))); if ((((float)L_36) > ((float)L_39))) { goto IL_0090; } } IL_00e9: { // mArray[index] = element; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_41 = ___index0; RuntimeObject * L_42 = V_0; NullCheck(L_40); (L_40)->SetAt(static_cast(L_41), (RuntimeObject *)L_42); // mArray[index].HeapIndex = index; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_44 = ___index0; NullCheck(L_43); int32_t L_45 = ___index0; NullCheck((RuntimeObject*)(*((L_43)->GetAddressAt(static_cast(L_44))))); InterfaceActionInvoker1< int32_t >::Invoke(1 /* System.Void QFramework.IBinaryHeapElement::set_HeapIndex(System.Int32) */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_43)->GetAddressAt(static_cast(L_44)))), (int32_t)L_45); // } return; } } // System.Void QFramework.BinaryHeap`1::ProcolateDown(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryHeap_1_ProcolateDown_m78C87050CE37AB8F4E696A76A7431D56406F499F_gshared (BinaryHeap_1_t697EA0F78030B3A3E5BC54226865911898F89293 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryHeap_1_ProcolateDown_m78C87050CE37AB8F4E696A76A7431D56406F499F_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; { // var element = mArray[index]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_1 = ___index0; NullCheck(L_0); int32_t L_2 = L_1; RuntimeObject * L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = (RuntimeObject *)L_3; // if (element == null) RuntimeObject * L_4 = V_0; if (L_4) { goto IL_0016; } } { // return; return; } IL_0016: { // int childIndex = index << 1; int32_t L_5 = ___index0; V_1 = (int32_t)((int32_t)((int32_t)L_5<<(int32_t)1)); // if (mSortMode == BinaryHeapSortMode.kMin) int32_t L_6 = (int32_t)__this->get_mSortMode_3(); if (L_6) { goto IL_0186; } } { goto IL_00d1; } IL_002a: { // if (childIndex != mLastChildIndex) int32_t L_7 = V_1; int32_t L_8 = (int32_t)__this->get_mLastChildIndex_2(); if ((((int32_t)L_7) == ((int32_t)L_8))) { goto IL_006d; } } { // if (mArray[childIndex + 1].SortScore < mArray[childIndex].SortScore) ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_10 = V_1; NullCheck(L_9); NullCheck((RuntimeObject*)(*((L_9)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))))))); float L_11 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_9)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))))))); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_13 = V_1; NullCheck(L_12); NullCheck((RuntimeObject*)(*((L_12)->GetAddressAt(static_cast(L_13))))); float L_14 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_12)->GetAddressAt(static_cast(L_13))))); if ((!(((float)L_11) < ((float)L_14)))) { goto IL_006d; } } { // childIndex = childIndex + 1; int32_t L_15 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_006d: { // if (mArray[childIndex].SortScore < element.SortScore) ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_17 = V_1; NullCheck(L_16); NullCheck((RuntimeObject*)(*((L_16)->GetAddressAt(static_cast(L_17))))); float L_18 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_16)->GetAddressAt(static_cast(L_17))))); NullCheck((RuntimeObject*)(V_0)); float L_19 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(V_0)); if ((!(((float)L_18) < ((float)L_19)))) { goto IL_0192; } } { // mArray[index] = mArray[childIndex]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_21 = ___index0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = L_23; RuntimeObject * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_20); (L_20)->SetAt(static_cast(L_21), (RuntimeObject *)L_25); // mArray[index].HeapIndex = index; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_27 = ___index0; NullCheck(L_26); int32_t L_28 = ___index0; NullCheck((RuntimeObject*)(*((L_26)->GetAddressAt(static_cast(L_27))))); InterfaceActionInvoker1< int32_t >::Invoke(1 /* System.Void QFramework.IBinaryHeapElement::set_HeapIndex(System.Int32) */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_26)->GetAddressAt(static_cast(L_27)))), (int32_t)L_28); // index = childIndex; int32_t L_29 = V_1; ___index0 = (int32_t)L_29; // childIndex = index << 1; int32_t L_30 = ___index0; V_1 = (int32_t)((int32_t)((int32_t)L_30<<(int32_t)1)); } IL_00d1: { // while (childIndex <= mLastChildIndex) int32_t L_31 = V_1; int32_t L_32 = (int32_t)__this->get_mLastChildIndex_2(); if ((((int32_t)L_31) <= ((int32_t)L_32))) { goto IL_002a; } } { // } goto IL_0192; } IL_00e2: { // if (childIndex != mLastChildIndex) int32_t L_33 = V_1; int32_t L_34 = (int32_t)__this->get_mLastChildIndex_2(); if ((((int32_t)L_33) == ((int32_t)L_34))) { goto IL_0125; } } { // if (mArray[childIndex + 1].SortScore > mArray[childIndex].SortScore) ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_35 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_36 = V_1; NullCheck(L_35); NullCheck((RuntimeObject*)(*((L_35)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))))))); float L_37 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_35)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))))))); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_39 = V_1; NullCheck(L_38); NullCheck((RuntimeObject*)(*((L_38)->GetAddressAt(static_cast(L_39))))); float L_40 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_38)->GetAddressAt(static_cast(L_39))))); if ((!(((float)L_37) > ((float)L_40)))) { goto IL_0125; } } { // childIndex = childIndex + 1; int32_t L_41 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_0125: { // if (mArray[childIndex].SortScore > element.SortScore) ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_43 = V_1; NullCheck(L_42); NullCheck((RuntimeObject*)(*((L_42)->GetAddressAt(static_cast(L_43))))); float L_44 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_42)->GetAddressAt(static_cast(L_43))))); NullCheck((RuntimeObject*)(V_0)); float L_45 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single QFramework.IBinaryHeapElement::get_SortScore() */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(V_0)); if ((!(((float)L_44) > ((float)L_45)))) { goto IL_0192; } } { // mArray[index] = mArray[childIndex]; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_46 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_47 = ___index0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_49 = V_1; NullCheck(L_48); int32_t L_50 = L_49; RuntimeObject * L_51 = (L_48)->GetAt(static_cast(L_50)); NullCheck(L_46); (L_46)->SetAt(static_cast(L_47), (RuntimeObject *)L_51); // mArray[index].HeapIndex = index; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_52 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_53 = ___index0; NullCheck(L_52); int32_t L_54 = ___index0; NullCheck((RuntimeObject*)(*((L_52)->GetAddressAt(static_cast(L_53))))); InterfaceActionInvoker1< int32_t >::Invoke(1 /* System.Void QFramework.IBinaryHeapElement::set_HeapIndex(System.Int32) */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_52)->GetAddressAt(static_cast(L_53)))), (int32_t)L_54); // index = childIndex; int32_t L_55 = V_1; ___index0 = (int32_t)L_55; // childIndex = index << 1; int32_t L_56 = ___index0; V_1 = (int32_t)((int32_t)((int32_t)L_56<<(int32_t)1)); } IL_0186: { // while (childIndex <= mLastChildIndex) int32_t L_57 = V_1; int32_t L_58 = (int32_t)__this->get_mLastChildIndex_2(); if ((((int32_t)L_57) <= ((int32_t)L_58))) { goto IL_00e2; } } IL_0192: { // mArray[index] = element; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_59 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_60 = ___index0; RuntimeObject * L_61 = V_0; NullCheck(L_59); (L_59)->SetAt(static_cast(L_60), (RuntimeObject *)L_61); // mArray[index].HeapIndex = index; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_62 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_mArray_0(); int32_t L_63 = ___index0; NullCheck(L_62); int32_t L_64 = ___index0; NullCheck((RuntimeObject*)(*((L_62)->GetAddressAt(static_cast(L_63))))); InterfaceActionInvoker1< int32_t >::Invoke(1 /* System.Void QFramework.IBinaryHeapElement::set_HeapIndex(System.Int32) */, IBinaryHeapElement_t3CEC155352672EC62F9C66597000FB77E3519FC1_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_62)->GetAddressAt(static_cast(L_63)))), (int32_t)L_64); // } 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 QFramework.CollisionEvent`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollisionEvent_1__ctor_m9569C6DE1426B4106662023F47238D5B7364FEF3_gshared (CollisionEvent_1_tA2C63CE6D81579924E78ECAFEA0FC2A146CD5790 * __this, const RuntimeMethod* method) { { NullCheck((UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D *)__this); (( void (*) (UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 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 QFramework.CustomObjectFactory`1::.ctor(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomObjectFactory_1__ctor_mE50212049755705786095041F8C5A163187D8453_gshared (CustomObjectFactory_1_t5A2095116C134ED80595E8FF5BECC89818FD1B77 * __this, Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * ___factoryMethod0, const RuntimeMethod* method) { { // public CustomObjectFactory(Func factoryMethod) NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // mFactoryMethod = factoryMethod; Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * L_0 = ___factoryMethod0; __this->set_mFactoryMethod_0(L_0); // } return; } } // T QFramework.CustomObjectFactory`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomObjectFactory_1_Create_mF1112ABC331D5EE15D41CC16353E6AB22994B453_gshared (CustomObjectFactory_1_t5A2095116C134ED80595E8FF5BECC89818FD1B77 * __this, const RuntimeMethod* method) { { // return mFactoryMethod(); Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * L_0 = (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *)__this->get_mFactoryMethod_0(); NullCheck((Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *)L_0); RuntimeObject * L_1 = (( RuntimeObject * (*) (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 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 QFramework.CustomProperty`1::.ctor(System.Func`1,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomProperty_1__ctor_m73D2E3A102B2E3B15B83D46551D09BB2E6F10D24_gshared (CustomProperty_1_t1AE98A75926ACD438EF2D0F1829CBD2DC7A7FB89 * __this, Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * ___valueGetter0, Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___valueSetter1, const RuntimeMethod* method) { { // public CustomProperty(Func valueGetter, Action valueSetter = null) NullCheck((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); (( void (*) (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); // mValueGetter = valueGetter; Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_0 = ___valueGetter0; __this->set_mValueGetter_4(L_0); // mValueSetter = valueSetter; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_1 = ___valueSetter1; __this->set_mValueSetter_5(L_1); // } return; } } // T QFramework.CustomProperty`1::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CustomProperty_1_GetValue_m52CE0DF1AE7203586A39FF24D9D98FA1355EA4DA_gshared (CustomProperty_1_t1AE98A75926ACD438EF2D0F1829CBD2DC7A7FB89 * __this, const RuntimeMethod* method) { { // mValue = mValueGetter.Invoke(); Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_0 = (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)__this->get_mValueGetter_4(); NullCheck((Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)L_0); bool L_1 = (( bool (*) (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); ((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this)->set_mValue_1(L_1); // return mValue; bool L_2 = (bool)((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this)->get_mValue_1(); return L_2; } } // System.Void QFramework.CustomProperty`1::SetValue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomProperty_1_SetValue_m6187A0D7E28A5228ED7881CA9C1C7CB0BFE1C86C_gshared (CustomProperty_1_t1AE98A75926ACD438EF2D0F1829CBD2DC7A7FB89 * __this, bool ___value0, const RuntimeMethod* method) { { // if (IsValueChanged(value)) bool L_0 = ___value0; NullCheck((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); bool L_1 = VirtFuncInvoker1< bool, bool >::Invoke(6 /* System.Boolean QFramework.Property`1::IsValueChanged(T) */, (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this, (bool)L_0); if (!L_1) { goto IL_0031; } } { // mValue = value; bool L_2 = ___value0; ((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this)->set_mValue_1(L_2); // DispatchValueChangeEvent(); NullCheck((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); VirtActionInvoker0::Invoke(7 /* System.Void QFramework.Property`1::DispatchValueChangeEvent() */, (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); // mSetted = true; ((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this)->set_mSetted_0((bool)1); // if (mValueSetter != null) mValueSetter(value); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_3 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)__this->get_mValueSetter_5(); if (!L_3) { goto IL_0031; } } { // if (mValueSetter != null) mValueSetter(value); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_4 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)__this->get_mValueSetter_5(); bool L_5 = ___value0; NullCheck((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_4); (( void (*) (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_4, (bool)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); } IL_0031: { // } 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 QFramework.CustomProperty`1::.ctor(System.Func`1,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomProperty_1__ctor_mB5AE3B2AB36A373014A6E46593903AE48DBAEEBC_gshared (CustomProperty_1_tE81BA01CD1B3172DD01AD5D24E0CA0C3262F8FE3 * __this, Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * ___valueGetter0, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___valueSetter1, const RuntimeMethod* method) { { // public CustomProperty(Func valueGetter, Action valueSetter = null) NullCheck((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); (( void (*) (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); // mValueGetter = valueGetter; Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * L_0 = ___valueGetter0; __this->set_mValueGetter_4(L_0); // mValueSetter = valueSetter; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_1 = ___valueSetter1; __this->set_mValueSetter_5(L_1); // } return; } } // T QFramework.CustomProperty`1::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomProperty_1_GetValue_mDCE9846E8D4B0768C13EE6A1861AD48F62FC485D_gshared (CustomProperty_1_tE81BA01CD1B3172DD01AD5D24E0CA0C3262F8FE3 * __this, const RuntimeMethod* method) { { // mValue = mValueGetter.Invoke(); Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * L_0 = (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *)__this->get_mValueGetter_4(); NullCheck((Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *)L_0); RuntimeObject * L_1 = (( RuntimeObject * (*) (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); ((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this)->set_mValue_1(L_1); // return mValue; RuntimeObject * L_2 = (RuntimeObject *)((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this)->get_mValue_1(); return L_2; } } // System.Void QFramework.CustomProperty`1::SetValue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomProperty_1_SetValue_m8D0177723EF3EC3EF12C573D0F36AF7B8DCE37C6_gshared (CustomProperty_1_tE81BA01CD1B3172DD01AD5D24E0CA0C3262F8FE3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { // if (IsValueChanged(value)) RuntimeObject * L_0 = ___value0; NullCheck((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); bool L_1 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(6 /* System.Boolean QFramework.Property`1::IsValueChanged(T) */, (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this, (RuntimeObject *)L_0); if (!L_1) { goto IL_0031; } } { // mValue = value; RuntimeObject * L_2 = ___value0; ((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this)->set_mValue_1(L_2); // DispatchValueChangeEvent(); NullCheck((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); VirtActionInvoker0::Invoke(7 /* System.Void QFramework.Property`1::DispatchValueChangeEvent() */, (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); // mSetted = true; ((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this)->set_mSetted_0((bool)1); // if (mValueSetter != null) mValueSetter(value); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_3 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)__this->get_mValueSetter_5(); if (!L_3) { goto IL_0031; } } { // if (mValueSetter != null) mValueSetter(value); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_4 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)__this->get_mValueSetter_5(); RuntimeObject * L_5 = ___value0; NullCheck((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_4); (( void (*) (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_4, (RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); } IL_0031: { // } 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 // T QFramework.DefaultObjectFactory`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultObjectFactory_1_Create_m712151B4BAC8E129F64DA74496CD46877508E263_gshared (DefaultObjectFactory_1_t40260E6B8615206FA2749FF4EAF663B05EB4AE3D * __this, const RuntimeMethod* method) { { // return new T(); RuntimeObject * L_0 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return L_0; } } // System.Void QFramework.DefaultObjectFactory`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultObjectFactory_1__ctor_m468DB2E1A0DCC2E3B6FF534D8BD750591053B3C1_gshared (DefaultObjectFactory_1_t40260E6B8615206FA2749FF4EAF663B05EB4AE3D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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.Collections.Generic.Dictionary`2 QFramework.DictionaryPool`2::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * DictionaryPool_2_Get_mF1AC4B47759FEFFF9B2900A805688018A85F3727_gshared (const RuntimeMethod* method) { { // if (mListStack.Count == 0) IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E * L_0 = ((DictionaryPool_2_tF06C67254709ED764F4970D48CE1965C1C1F77C0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mListStack_0(); NullCheck((Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E *)L_0); int32_t L_1 = (( int32_t (*) (Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); if (L_1) { goto IL_0013; } } { // return new Dictionary(8); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_2 = (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_2, (int32_t)8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); return L_2; } IL_0013: { // return mListStack.Pop(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E * L_3 = ((DictionaryPool_2_tF06C67254709ED764F4970D48CE1965C1C1F77C0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mListStack_0(); NullCheck((Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E *)L_3); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_4 = (( Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * (*) (Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); return L_4; } } // System.Void QFramework.DictionaryPool`2::Release(System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryPool_2_Release_m601554CB86EAD660DF10D81FC576B826952FA61F_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___toRelease0, const RuntimeMethod* method) { { // toRelease.Clear(); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_0 = ___toRelease0; NullCheck((Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)L_0); (( void (*) (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)((Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)); // mListStack.Push(toRelease); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E * L_1 = ((DictionaryPool_2_tF06C67254709ED764F4970D48CE1965C1C1F77C0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mListStack_0(); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_2 = ___toRelease0; NullCheck((Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E *)L_1); (( void (*) (Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E *, Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E *)L_1, (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); // } return; } } // System.Void QFramework.DictionaryPool`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryPool_2__ctor_m25F3C1B4846071D1744998CCD91D4097C69847C4_gshared (DictionaryPool_2_tF06C67254709ED764F4970D48CE1965C1C1F77C0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.DictionaryPool`2::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryPool_2__cctor_m011C482EDFD28BB43E9F55C468687F5537AF8689_gshared (const RuntimeMethod* method) { { // static Stack> mListStack = new Stack>(8); Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E * L_0 = (Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7)); (( void (*) (Stack_1_t9C4E6C7AB854CD0C7B6B3347C420443934A8BA9E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)(L_0, (int32_t)8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); ((DictionaryPool_2_tF06C67254709ED764F4970D48CE1965C1C1F77C0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_mListStack_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 QFramework.EventInjector`1_<>c__DisplayClass8_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0__ctor_mB848D0499894A3D3CC35A326D807EC27876A7899_gshared (U3CU3Ec__DisplayClass8_0_t1E2E45F92DDF67F8E7F4B159E7FA5885D9BE9EEB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean QFramework.EventInjector`1_<>c__DisplayClass8_0::b__0(T,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass8_0_U3CGetOnValueChangedU3Eb__0_m31995B7C45F2571A42980E1DADF963AAB68ABA38_gshared (U3CU3Ec__DisplayClass8_0_t1E2E45F92DDF67F8E7F4B159E7FA5885D9BE9EEB * __this, RuntimeObject * ___lastValue0, RuntimeObject * ___newValue1, const RuntimeMethod* method) { { // lastValue.Equals(newValue) && // (triggerConditionWithNewValue == null || triggerConditionWithNewValue(newValue))); RuntimeObject * L_0 = ___newValue1; NullCheck((RuntimeObject *)(___lastValue0)); bool L_1 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(___lastValue0), (RuntimeObject *)L_0); if (!L_1) { goto IL_002c; } } { Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_2 = (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)__this->get_triggerConditionWithNewValue_0(); if (!L_2) { goto IL_002a; } } { Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_3 = (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)__this->get_triggerConditionWithNewValue_0(); RuntimeObject * L_4 = ___newValue1; NullCheck((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_3); bool L_5 = (( bool (*) (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return L_5; } IL_002a: { return (bool)1; } IL_002c: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void QFramework.EventInjector`1_InjectEventGetter::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InjectEventGetter__ctor_mC0195086C68054324D712CFEB80E3383F2350BB3_gshared (InjectEventGetter_t63EB64BBC541ECB8E195B0C95AAB50BDD41592FC * __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); } // T QFramework.EventInjector`1_InjectEventGetter::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InjectEventGetter_Invoke_mB025DC7EA6CD32E8B0DBD21FB2717531B0C96465_gshared (InjectEventGetter_t63EB64BBC541ECB8E195B0C95AAB50BDD41592FC * __this, 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 == 0) { // open typedef RuntimeObject * (*FunctionPointerType) (const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetMethod); } else { // closed typedef RuntimeObject * (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult QFramework.EventInjector`1_InjectEventGetter::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InjectEventGetter_BeginInvoke_m8896A1E281D04E589B5F40FDA899CD3F39C84064_gshared (InjectEventGetter_t63EB64BBC541ECB8E195B0C95AAB50BDD41592FC * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // T QFramework.EventInjector`1_InjectEventGetter::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InjectEventGetter_EndInvoke_mF62CB8CF36F5782EC7452EE633958DFD0F110450_gshared (InjectEventGetter_t63EB64BBC541ECB8E195B0C95AAB50BDD41592FC * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (RuntimeObject *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void QFramework.EventInjector`1_InjectEventTrigger::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InjectEventTrigger__ctor_m231A7315B58BD7386CE41EDF9408E89547DA6646_gshared (InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 * __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 QFramework.EventInjector`1_InjectEventTrigger::Invoke(T,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InjectEventTrigger_Invoke_mE3771B8D5933D65D8D3487831B540B557165B0E5_gshared (InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 * __this, RuntimeObject * ___lastValue0, RuntimeObject * ___newValue1, 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) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___lastValue0, ___newValue1, targetMethod); } else { // closed typedef bool (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___lastValue0, ___newValue1, 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, ___lastValue0, ___newValue1); else result = GenericVirtFuncInvoker1< bool, RuntimeObject * >::Invoke(targetMethod, ___lastValue0, ___newValue1); } 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), ___lastValue0, ___newValue1); else result = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___lastValue0, ___newValue1); } } 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(___newValue1) - 1), targetMethod); } else { typedef bool (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___lastValue0, ___newValue1, 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) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___lastValue0, ___newValue1, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___lastValue0, ___newValue1); else result = GenericVirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___lastValue0, ___newValue1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___lastValue0, ___newValue1); else result = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___lastValue0, ___newValue1); } } 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(___lastValue0) - 1), ___newValue1, targetMethod); } else { typedef bool (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___lastValue0, ___newValue1, targetMethod); } } } } return result; } // System.IAsyncResult QFramework.EventInjector`1_InjectEventTrigger::BeginInvoke(T,T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InjectEventTrigger_BeginInvoke_mEF163CDE9EFCDC5D4B049DAE233B46399B70C4F7_gshared (InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 * __this, RuntimeObject * ___lastValue0, RuntimeObject * ___newValue1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___lastValue0; __d_args[1] = ___newValue1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Boolean QFramework.EventInjector`1_InjectEventTrigger::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InjectEventTrigger_EndInvoke_mDB35D03CD2D3ED45089FC2BFEBDE8021F21A4266_gshared (InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 * __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 // T QFramework.EventInjector`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EventInjector_1_get_Value_mC1B8308DDC5844E90ECAF9E6F4B4BC5BBF46C9F0_gshared (EventInjector_1_t6CC712F60E34A11BE3FFB6B0E824C65836842BB8 * __this, const RuntimeMethod* method) { { // get { return mCahedLastValue; } RuntimeObject * L_0 = (RuntimeObject *)__this->get_mCahedLastValue_0(); return L_0; } } // System.Void QFramework.EventInjector`1::.ctor(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventInjector_1__ctor_m44879BF1AC745A5D01D69DF6EF5BB419E39F5BC6_gshared (EventInjector_1_t6CC712F60E34A11BE3FFB6B0E824C65836842BB8 * __this, Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * ___getter0, const RuntimeMethod* method) { { // public EventInjector(Func getter) NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // mGetter = getter; Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * L_0 = ___getter0; __this->set_mGetter_1(L_0); // } return; } } // System.Boolean QFramework.EventInjector`1::GetOn(QFramework.EventInjector`1_InjectEventTrigger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInjector_1_GetOn_m8F26B9B068874C919EB3D109DCA06C96052A6B61_gshared (EventInjector_1_t6CC712F60E34A11BE3FFB6B0E824C65836842BB8 * __this, InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 * ___triggerConditionWithOldAndNewValue0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { // var value = mGetter(); Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * L_0 = (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *)__this->get_mGetter_1(); NullCheck((Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *)L_0); RuntimeObject * L_1 = (( RuntimeObject * (*) (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); V_0 = (RuntimeObject *)L_1; // var trig = triggerConditionWithOldAndNewValue(mCahedLastValue, value); InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 * L_2 = ___triggerConditionWithOldAndNewValue0; RuntimeObject * L_3 = (RuntimeObject *)__this->get_mCahedLastValue_0(); RuntimeObject * L_4 = V_0; NullCheck((InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 *)L_2); bool L_5 = (( bool (*) (InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 *)L_2, (RuntimeObject *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); // mCahedLastValue = value; RuntimeObject * L_6 = V_0; __this->set_mCahedLastValue_0(L_6); // return trig; return L_5; } } // System.Boolean QFramework.EventInjector`1::GetOnValueChanged(System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInjector_1_GetOnValueChanged_m239DE09399E776093C5BEABE2A536CABE801A066_gshared (EventInjector_1_t6CC712F60E34A11BE3FFB6B0E824C65836842BB8 * __this, Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * ___triggerConditionWithNewValue0, const RuntimeMethod* method) { U3CU3Ec__DisplayClass8_0_t1E2E45F92DDF67F8E7F4B159E7FA5885D9BE9EEB * V_0 = NULL; { U3CU3Ec__DisplayClass8_0_t1E2E45F92DDF67F8E7F4B159E7FA5885D9BE9EEB * L_0 = (U3CU3Ec__DisplayClass8_0_t1E2E45F92DDF67F8E7F4B159E7FA5885D9BE9EEB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (U3CU3Ec__DisplayClass8_0_t1E2E45F92DDF67F8E7F4B159E7FA5885D9BE9EEB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); V_0 = (U3CU3Ec__DisplayClass8_0_t1E2E45F92DDF67F8E7F4B159E7FA5885D9BE9EEB *)L_0; U3CU3Ec__DisplayClass8_0_t1E2E45F92DDF67F8E7F4B159E7FA5885D9BE9EEB * L_1 = V_0; Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * L_2 = ___triggerConditionWithNewValue0; NullCheck(L_1); L_1->set_triggerConditionWithNewValue_0(L_2); // return GetOn((lastValue, newValue) => // lastValue.Equals(newValue) && // (triggerConditionWithNewValue == null || triggerConditionWithNewValue(newValue))); U3CU3Ec__DisplayClass8_0_t1E2E45F92DDF67F8E7F4B159E7FA5885D9BE9EEB * L_3 = V_0; InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 * L_4 = (InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)); (( void (*) (InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)(L_4, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); NullCheck((EventInjector_1_t6CC712F60E34A11BE3FFB6B0E824C65836842BB8 *)__this); bool L_5 = (( bool (*) (EventInjector_1_t6CC712F60E34A11BE3FFB6B0E824C65836842BB8 *, InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((EventInjector_1_t6CC712F60E34A11BE3FFB6B0E824C65836842BB8 *)__this, (InjectEventTrigger_tED9EE1F875A01E0B3597BF7ADF2D0766DF0F3FB0 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); return L_5; } } #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 QFramework.FSM`2_FSMOnStateChanged::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSMOnStateChanged__ctor_m2A89A8585A25B292D301CF4A3814907C3024E038_gshared (FSMOnStateChanged_tFD52D243F00DA2713AEF80414108809E2A5302DE * __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.Void QFramework.FSM`2_FSMOnStateChanged::Invoke(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSMOnStateChanged_Invoke_m01173056F6730E88DE4BB17E84371030CB680720_gshared (FSMOnStateChanged_tFD52D243F00DA2713AEF80414108809E2A5302DE * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___param0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___param0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, 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)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___param0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___param0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___param0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___param0); } } else { typedef void (*FunctionPointerType) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___param0, 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 void (*FunctionPointerType) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___param0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(targetMethod, targetThis, ___param0); else GenericVirtActionInvoker1< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(targetMethod, targetThis, ___param0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___param0); else VirtActionInvoker1< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___param0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___param0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, targetMethod); } } } } } // System.IAsyncResult QFramework.FSM`2_FSMOnStateChanged::BeginInvoke(System.Object[],System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FSMOnStateChanged_BeginInvoke_m8EE75DC75299B504CF5ADA5F513A92202B755B2A_gshared (FSMOnStateChanged_tFD52D243F00DA2713AEF80414108809E2A5302DE * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___param0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___param0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void QFramework.FSM`2_FSMOnStateChanged::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSMOnStateChanged_EndInvoke_mD63C84B951FCAFEC67A8BBE5F7BE2F1CAB675DB8_gshared (FSMOnStateChanged_tFD52D243F00DA2713AEF80414108809E2A5302DE * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void QFramework.FSM`2_FSMState`1::.ctor(TName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSMState_1__ctor_m6ABFA72A432B263CE819EA55F7964E63CBC3BDF1_gshared (FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * __this, RuntimeObject * ___name0, const RuntimeMethod* method) { { // public readonly Dictionary> TranslationDict = // new Dictionary>(); Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * L_0 = (Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); (( void (*) (Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); __this->set_TranslationDict_1(L_0); // public FSMState(TName name) NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // Name = name; RuntimeObject * L_1 = ___name0; __this->set_Name_0(L_1); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void QFramework.FSM`2_FSMTranslation`2::.ctor(TStateName,KEventName,TStateName,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSMTranslation_2__ctor_m677A1924CA281BCA6A16DC4B87992D2D8AB96534_gshared (FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * __this, RuntimeObject * ___fromState0, RuntimeObject * ___name1, RuntimeObject * ___toState2, Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 * ___onStateChagned3, const RuntimeMethod* method) { { // public FSMTranslation(TStateName fromState, KEventName name, TStateName toState, // Action onStateChagned) NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // FromState = fromState; RuntimeObject * L_0 = ___fromState0; __this->set_FromState_0(L_0); // ToState = toState; RuntimeObject * L_1 = ___toState2; __this->set_ToState_2(L_1); // Name = name; RuntimeObject * L_2 = ___name1; __this->set_Name_1(L_2); // OnTranslationCallback = onStateChagned; Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 * L_3 = ___onStateChagned3; __this->set_OnTranslationCallback_3(L_3); // } 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 QFramework.FSM`2::.ctor(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSM_2__ctor_mE9AD4749A140CC042C501680A79AA6ECE3D6DD3D_gshared (FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 * __this, Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * ___onStateChanged0, const RuntimeMethod* method) { { // Dictionary> mStateDict = new Dictionary>(); Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * L_0 = (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); (( void (*) (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); __this->set_mStateDict_2(L_0); // public FSM(Action onStateChanged = null) NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // mOnStateChanged = onStateChanged; Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * L_1 = ___onStateChanged0; __this->set_mOnStateChanged_0(L_1); // } return; } } // TStateEnum QFramework.FSM`2::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * FSM_2_get_State_m02A7F84C0C0CD87C1DA0DF995C45425760BAF5E4_gshared (FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 * __this, const RuntimeMethod* method) { { // get { return mCurState; } RuntimeObject * L_0 = (RuntimeObject *)__this->get_mCurState_1(); return L_0; } } // System.Void QFramework.FSM`2::AddState(TStateEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSM_2_AddState_mC17DB09CAC17562A0075D68F6FFB5D32D506A6E2_gshared (FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 * __this, RuntimeObject * ___name0, const RuntimeMethod* method) { { // mStateDict[name] = new FSMState(name); Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * L_0 = (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)__this->get_mStateDict_2(); RuntimeObject * L_1 = ___name0; RuntimeObject * L_2 = ___name0; FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * L_3 = (FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); NullCheck((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_0); (( void (*) (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *, RuntimeObject *, FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_0, (RuntimeObject *)L_1, (FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); // } return; } } // System.Void QFramework.FSM`2::AddTransition(TStateEnum,TEventEnum,TStateEnum,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSM_2_AddTransition_m1EF01B9AFE350BDBB49BFD8A5CE73F5711B70A78_gshared (FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 * __this, RuntimeObject * ___fromState0, RuntimeObject * ___name1, RuntimeObject * ___toState2, Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 * ___onStateChagned3, const RuntimeMethod* method) { { // if (!mStateDict.ContainsKey(fromState)) Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * L_0 = (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)__this->get_mStateDict_2(); RuntimeObject * L_1 = ___fromState0; NullCheck((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_0); bool L_2 = (( bool (*) (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); if (L_2) { goto IL_0015; } } { // AddState(fromState ); RuntimeObject * L_3 = ___fromState0; NullCheck((FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 *)__this); (( void (*) (FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 *)__this, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); } IL_0015: { // if (!mStateDict.ContainsKey(toState)) Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * L_4 = (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)__this->get_mStateDict_2(); RuntimeObject * L_5 = ___toState2; NullCheck((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_4); bool L_6 = (( bool (*) (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_4, (RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); if (L_6) { goto IL_002a; } } { // AddState(toState); RuntimeObject * L_7 = ___toState2; NullCheck((FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 *)__this); (( void (*) (FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 *)__this, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); } IL_002a: { // mStateDict[fromState].TranslationDict[name] = new FSMTranslation(fromState, name, toState, onStateChagned); Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * L_8 = (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)__this->get_mStateDict_2(); RuntimeObject * L_9 = ___fromState0; NullCheck((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_8); FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * L_10 = (( FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * (*) (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck(L_10); Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * L_11 = (Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_10->get_TranslationDict_1(); RuntimeObject * L_12 = ___name1; RuntimeObject * L_13 = ___fromState0; RuntimeObject * L_14 = ___name1; RuntimeObject * L_15 = ___toState2; Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 * L_16 = ___onStateChagned3; FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * L_17 = (FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); (( void (*) (FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 *, RuntimeObject *, RuntimeObject *, RuntimeObject *, Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)(L_17, (RuntimeObject *)L_13, (RuntimeObject *)L_14, (RuntimeObject *)L_15, (Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); NullCheck((Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_11); (( void (*) (Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *, RuntimeObject *, FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_11, (RuntimeObject *)L_12, (FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); // } return; } } // System.Void QFramework.FSM`2::Start(TStateEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSM_2_Start_m4AAA1A821E82476804E0047DA8AB4217F5FECFA1_gshared (FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 * __this, RuntimeObject * ___name0, const RuntimeMethod* method) { { // mCurState = name; RuntimeObject * L_0 = ___name0; __this->set_mCurState_1(L_0); // } return; } } // System.Void QFramework.FSM`2::HandleEvent(TEventEnum,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSM_2_HandleEvent_m25C7D3F5E0C7D19CD85B618C977FCA9B692D4B4B_gshared (FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 * __this, RuntimeObject * ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___param1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FSM_2_HandleEvent_m25C7D3F5E0C7D19CD85B618C977FCA9B692D4B4B_MetadataUsageId); s_Il2CppMethodInitialized = true; } FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * V_0 = NULL; { // if (mCurState != null && mStateDict[mCurState].TranslationDict.ContainsKey(name)) RuntimeObject * L_0 = (RuntimeObject *)__this->get_mCurState_1(); if (!L_0) { goto IL_0087; } } { Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * L_1 = (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)__this->get_mStateDict_2(); RuntimeObject * L_2 = (RuntimeObject *)__this->get_mCurState_1(); NullCheck((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_1); FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * L_3 = (( FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * (*) (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck(L_3); Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * L_4 = (Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_3->get_TranslationDict_1(); RuntimeObject * L_5 = ___name0; NullCheck((Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_4); bool L_6 = (( bool (*) (Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_4, (RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); if (!L_6) { goto IL_0087; } } { // var tempTranslation = mStateDict[mCurState].TranslationDict[name]; Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * L_7 = (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)__this->get_mStateDict_2(); RuntimeObject * L_8 = (RuntimeObject *)__this->get_mCurState_1(); NullCheck((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_7); FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * L_9 = (( FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * (*) (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_7, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck(L_9); Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * L_10 = (Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_9->get_TranslationDict_1(); RuntimeObject * L_11 = ___name0; NullCheck((Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_10); FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * L_12 = (( FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * (*) (Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_10, (RuntimeObject *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_0 = (FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 *)L_12; // if (tempTranslation.OnTranslationCallback != null) FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * L_13 = V_0; NullCheck(L_13); Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 * L_14 = (Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 *)L_13->get_OnTranslationCallback_3(); if (!L_14) { goto IL_005c; } } { // tempTranslation.OnTranslationCallback.Invoke(param); FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * L_15 = V_0; NullCheck(L_15); Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 * L_16 = (Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 *)L_15->get_OnTranslationCallback_3(); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = ___param1; NullCheck((Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 *)L_16); Action_1_Invoke_m203A6D3267D5102309DF1938B85D9FA038EEC5ED((Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 *)L_16, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_17, /*hidden argument*/Action_1_Invoke_m203A6D3267D5102309DF1938B85D9FA038EEC5ED_RuntimeMethod_var); } IL_005c: { // if (mOnStateChanged != null) Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * L_18 = (Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C *)__this->get_mOnStateChanged_0(); if (!L_18) { goto IL_007b; } } { // mOnStateChanged.Invoke(mCurState, tempTranslation.ToState); Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * L_19 = (Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C *)__this->get_mOnStateChanged_0(); RuntimeObject * L_20 = (RuntimeObject *)__this->get_mCurState_1(); FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * L_21 = V_0; NullCheck(L_21); RuntimeObject * L_22 = (RuntimeObject *)L_21->get_ToState_2(); NullCheck((Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C *)L_19); (( void (*) (Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C *)L_19, (RuntimeObject *)L_20, (RuntimeObject *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); } IL_007b: { // mCurState = tempTranslation.ToState; FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * L_23 = V_0; NullCheck(L_23); RuntimeObject * L_24 = (RuntimeObject *)L_23->get_ToState_2(); __this->set_mCurState_1(L_24); } IL_0087: { // } return; } } // System.Void QFramework.FSM`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSM_2_Clear_m4AA13ACC1F7AEB72B6B6797D2BB660513422D1AF_gshared (FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FSM_2_Clear_m4AA13ACC1F7AEB72B6B6797D2BB660513422D1AF_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D V_0; memset((&V_0), 0, sizeof(V_0)); KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 V_1; memset((&V_1), 0, sizeof(V_1)); Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB V_2; memset((&V_2), 0, sizeof(V_2)); 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); { // foreach (var keyValuePair in mStateDict) Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * L_0 = (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)__this->get_mStateDict_2(); NullCheck((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_0); Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D L_1 = (( Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D (*) (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); V_0 = (Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D )L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0066; } IL_000e: { // foreach (var keyValuePair in mStateDict) KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 L_2 = Enumerator_get_Current_m2A8B87778C4DA28B91C5ECCB0D38F88731E71DA0_inline((Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D *)(Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)); V_1 = (KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 )L_2; // foreach (var translationDictValue in keyValuePair.Value.TranslationDict.Values) FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * L_3 = KeyValuePair_2_get_Value_m49D6C5547B8DCC87789106488CD4C10086BE91CC_inline((KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 *)(KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_3); Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * L_4 = (Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_3->get_TranslationDict_1(); NullCheck((Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_4); ValueCollection_t1E004094293EDA5E30A2EDEE7423B673C5E3D047 * L_5 = (( ValueCollection_t1E004094293EDA5E30A2EDEE7423B673C5E3D047 * (*) (Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); NullCheck((ValueCollection_t1E004094293EDA5E30A2EDEE7423B673C5E3D047 *)L_5); Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB L_6 = (( Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB (*) (ValueCollection_t1E004094293EDA5E30A2EDEE7423B673C5E3D047 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((ValueCollection_t1E004094293EDA5E30A2EDEE7423B673C5E3D047 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); V_2 = (Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB )L_6; } IL_002d: try { // begin try (depth: 2) { goto IL_003c; } IL_002f: { // foreach (var translationDictValue in keyValuePair.Value.TranslationDict.Values) FSMTranslation_2_t9105E8C53A609C8C01282EB60E95019229648FB7 * L_7 = Enumerator_get_Current_m868F9FC32D383DEA62EDD001ADC6BF3C5E13051D_inline((Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB *)(Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB *)(&V_2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20)); // translationDictValue.OnTranslationCallback = null; NullCheck(L_7); L_7->set_OnTranslationCallback_3((Action_1_tEC9A54F57BB76CD226507E616D5D5A556A534798 *)NULL); } IL_003c: { // foreach (var translationDictValue in keyValuePair.Value.TranslationDict.Values) bool L_8 = Enumerator_MoveNext_m49C6571D4A51D8A95508616788C2E1DA5A99B17D((Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB *)(Enumerator_tB839DDD656F561DCE30BE84FAFF37BBC87A33BEB *)(&V_2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)); if (L_8) { goto IL_002f; } } IL_0045: { IL2CPP_LEAVE(0x55, FINALLY_0047); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0047; } FINALLY_0047: { // begin finally (depth: 2) Il2CppFakeBox L_9(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 22), (&V_2)); const VirtualInvokeData& il2cpp_virtual_invoke_data__79 = il2cpp_codegen_get_interface_invoke_data(0, (&L_9), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var); (( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__79.methodPtr)((RuntimeObject*)(&L_9), /*hidden argument*/il2cpp_virtual_invoke_data__79.method); V_2 = L_9.m_Value; IL2CPP_END_FINALLY(71) } // end finally (depth: 2) IL2CPP_CLEANUP(71) { IL2CPP_JUMP_TBL(0x55, IL_0055) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0055: { // keyValuePair.Value.TranslationDict.Clear(); FSMState_1_tA7A00D324059FABDC5E131BAA1C9459BF326F8D9 * L_10 = KeyValuePair_2_get_Value_m49D6C5547B8DCC87789106488CD4C10086BE91CC_inline((KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 *)(KeyValuePair_2_t813D17570D3087513F259E2ED91ADB0DAA89BF28 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)); NullCheck(L_10); Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A * L_11 = (Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_10->get_TranslationDict_1(); NullCheck((Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_11); (( void (*) (Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 23)->methodPointer)((Dictionary_2_t4DE0C2E68094B347BD387E0E7C526723F249405A *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 23)); } IL_0066: { // foreach (var keyValuePair in mStateDict) bool L_12 = Enumerator_MoveNext_m79623C86245575932A587700D47E7BB50B140C09((Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D *)(Enumerator_t99FBAE4C10F28DA234961A9576598C337FDE9B0D *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)); if (L_12) { goto IL_000e; } } IL_006f: { IL2CPP_LEAVE(0x7F, FINALLY_0071); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0071; } FINALLY_0071: { // begin finally (depth: 1) Il2CppFakeBox L_13(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 25), (&V_0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__121 = il2cpp_codegen_get_interface_invoke_data(0, (&L_13), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var); (( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__121.methodPtr)((RuntimeObject*)(&L_13), /*hidden argument*/il2cpp_virtual_invoke_data__121.method); V_0 = L_13.m_Value; IL2CPP_END_FINALLY(113) } // end finally (depth: 1) IL2CPP_CLEANUP(113) { IL2CPP_JUMP_TBL(0x7F, IL_007f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007f: { // mStateDict.Clear(); Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C * L_14 = (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)__this->get_mStateDict_2(); NullCheck((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_14); (( void (*) (Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)->methodPointer)((Dictionary_2_t164AF578767A52B0B248EEF5AA10D75CBF045B6C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)); // } return; } } // System.Void QFramework.FSM`2::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSM_2_Dispose_mCB124A621F71969B43F178254A2AD1F12D151B22_gshared (FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 * __this, const RuntimeMethod* method) { { // Clear(); NullCheck((FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 *)__this); (( void (*) (FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)->methodPointer)((FSM_2_t26DBF75E388E4BEF406FE8E066F44BEA2F616FE9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)); // } 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 QFramework.IEnumerableExtension_<>c__5`2::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__5_2__cctor_m0DF6011E42CCDA550D33B0FDFC3F095BE8F5E636_gshared (const RuntimeMethod* method) { { U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E * L_0 = (U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); (( void (*) (U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); ((U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void QFramework.IEnumerableExtension_<>c__5`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__5_2__ctor_m4F994168834E7FE45F2147EDB7A8106EABF7B496_gshared (U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.Dictionary`2 QFramework.IEnumerableExtension_<>c__5`2::b__5_0(System.Collections.Generic.Dictionary`2,System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * U3CU3Ec__5_2_U3CMergeU3Eb__5_0_m6D6618209214202387D38E3C058FFA8CD1C88551_gshared (U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E * __this, Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___current0, Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dict1, const RuntimeMethod* method) { Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * G_B2_0 = NULL; RuntimeObject* G_B2_1 = NULL; Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * G_B1_0 = NULL; RuntimeObject* G_B1_1 = NULL; Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * G_B4_0 = NULL; Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * G_B4_1 = NULL; RuntimeObject* G_B4_2 = NULL; Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * G_B3_0 = NULL; Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * G_B3_1 = NULL; RuntimeObject* G_B3_2 = NULL; { // (current, dict) => current.Union(dict).ToDictionary(kv => kv.Key, kv => kv.Value)); Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_0 = ___current0; Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_1 = ___dict1; RuntimeObject* L_2 = (( RuntimeObject* (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((RuntimeObject*)L_0, (RuntimeObject*)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * L_3 = ((U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)))->get_U3CU3E9__5_1_1(); Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * L_4 = (Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 *)L_3; G_B1_0 = L_4; G_B1_1 = L_2; if (L_4) { G_B2_0 = L_4; G_B2_1 = L_2; goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E * L_5 = ((U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)))->get_U3CU3E9_0(); Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * L_6 = (Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)); (( void (*) (Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)(L_6, (RuntimeObject *)L_5, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * L_7 = (Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 *)L_6; ((U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)))->set_U3CU3E9__5_1_1(L_7); G_B2_0 = L_7; G_B2_1 = G_B1_1; } IL_0026: { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * L_8 = ((U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)))->get_U3CU3E9__5_2_2(); Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * L_9 = (Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 *)L_8; G_B3_0 = L_9; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; if (L_9) { G_B4_0 = L_9; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0045; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E * L_10 = ((U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)))->get_U3CU3E9_0(); Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * L_11 = (Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); (( void (*) (Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)(L_11, (RuntimeObject *)L_10, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 * L_12 = (Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 *)L_11; ((U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)))->set_U3CU3E9__5_2_2(L_12); G_B4_0 = L_12; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_0045: { Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * L_13 = (( Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * (*) (RuntimeObject*, Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 *, Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((RuntimeObject*)G_B4_2, (Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 *)G_B4_1, (Func_2_tCC71D4588FD279CD8E206B7B8D486FBFBF0CE8B3 *)G_B4_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); return L_13; } } // TKey QFramework.IEnumerableExtension_<>c__5`2::b__5_1(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__5_2_U3CMergeU3Eb__5_1_mE4DC4D4EF454522B52E9079FD62FC62B2E2C235F_gshared (U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E * __this, KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___kv0, const RuntimeMethod* method) { { // (current, dict) => current.Union(dict).ToDictionary(kv => kv.Key, kv => kv.Value)); RuntimeObject * L_0 = KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_inline((KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(&___kv0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); return L_0; } } // TValue QFramework.IEnumerableExtension_<>c__5`2::b__5_2(System.Collections.Generic.KeyValuePair`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__5_2_U3CMergeU3Eb__5_2_mC073E43D5FB0D8AECCD6CF521BBB9E407A51F786_gshared (U3CU3Ec__5_2_tCC6FED9F9A2D61029F504AA5EA41E3A58B90E64E * __this, KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___kv0, const RuntimeMethod* method) { { // (current, dict) => current.Union(dict).ToDictionary(kv => kv.Key, kv => kv.Value)); RuntimeObject * L_0 = KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_inline((KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE *)(&___kv0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); 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 #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.Collections.Generic.List`1 QFramework.ListPool`1::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ListPool_1_Get_m40CBBD0FEE86AF3433A004ADF053063D6645F939_gshared (const RuntimeMethod* method) { { // if (mListStack.Count == 0) IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B * L_0 = ((ListPool_1_t2D31E5FB6657068DA1B67130405CD91BA878DA13_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mListStack_0(); NullCheck((Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B *)L_0); int32_t L_1 = (( int32_t (*) (Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)((Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); if (L_1) { goto IL_0013; } } { // return new List(8); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_2 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_2, (int32_t)8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); return L_2; } IL_0013: { // return mListStack.Pop(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B * L_3 = ((ListPool_1_t2D31E5FB6657068DA1B67130405CD91BA878DA13_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mListStack_0(); NullCheck((Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B *)L_3); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_4 = (( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * (*) (Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); return L_4; } } // System.Void QFramework.ListPool`1::Release(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListPool_1_Release_m25483650F73B463E1B602922ADE5587EAFA6BB9E_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___toRelease0, const RuntimeMethod* method) { { // toRelease.Clear(); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = ___toRelease0; NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_0); (( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)); // mListStack.Push(toRelease); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B * L_1 = ((ListPool_1_t2D31E5FB6657068DA1B67130405CD91BA878DA13_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mListStack_0(); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_2 = ___toRelease0; NullCheck((Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B *)L_1); (( void (*) (Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B *, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B *)L_1, (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); // } return; } } // System.Void QFramework.ListPool`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListPool_1__cctor_m9ED45CB54450B77D1A046B54275BA5AB10FEC39F_gshared (const RuntimeMethod* method) { { // static Stack> mListStack = new Stack>(8); Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B * L_0 = (Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7)); (( void (*) (Stack_1_t05C83BC4747546EEFB8BD53478736308E67FEB1B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)(L_0, (int32_t)8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); ((ListPool_1_t2D31E5FB6657068DA1B67130405CD91BA878DA13_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_mListStack_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 // T QFramework.MonoSingletonProperty`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoSingletonProperty_1_get_Instance_m8A6ED2082C439B1A14DF28F9A125295CCB27CB74_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoSingletonProperty_1_get_Instance_m8A6ED2082C439B1A14DF28F9A125295CCB27CB74_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (null == mInstance) RuntimeObject * L_0 = ((MonoSingletonProperty_1_t654F04971C65CD719360D62230B84E288530C24F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mInstance_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { // mInstance = MonoSingletonCreator.CreateMonoSingleton(); RuntimeObject * L_2 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); ((MonoSingletonProperty_1_t654F04971C65CD719360D62230B84E288530C24F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_mInstance_0(L_2); } IL_001c: { // return mInstance; RuntimeObject * L_3 = ((MonoSingletonProperty_1_t654F04971C65CD719360D62230B84E288530C24F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mInstance_0(); return L_3; } } // System.Void QFramework.MonoSingletonProperty`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoSingletonProperty_1_Dispose_m8688650175075B91DE124466C6F5DABF94E38308_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoSingletonProperty_1_Dispose_m8688650175075B91DE124466C6F5DABF94E38308_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (MonoSingletonCreator.IsUnitTestMode) bool L_0 = MonoSingletonCreator_get_IsUnitTestMode_m92F1202B0C5A6C393A70AC54727715AC453C9A5B_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_001d; } } { // Object.DestroyImmediate(mInstance.gameObject); RuntimeObject * L_1 = ((MonoSingletonProperty_1_t654F04971C65CD719360D62230B84E288530C24F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mInstance_0(); NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_1); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_2, /*hidden argument*/NULL); // } goto IL_0031; } IL_001d: { // Object.Destroy(mInstance.gameObject); RuntimeObject * L_3 = ((MonoSingletonProperty_1_t654F04971C65CD719360D62230B84E288530C24F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mInstance_0(); NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_3); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_4, /*hidden argument*/NULL); } IL_0031: { // mInstance = null; il2cpp_codegen_initobj((((MonoSingletonProperty_1_t654F04971C65CD719360D62230B84E288530C24F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_address_of_mInstance_0()), sizeof(RuntimeObject *)); // } 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 // T QFramework.MonoSingleton`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoSingleton_1_get_Instance_mB407FA39E53D173A1238306A25AC826593838A77_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoSingleton_1_get_Instance_mB407FA39E53D173A1238306A25AC826593838A77_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (mInstance == null && !mOnApplicationQuit) IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); RuntimeObject * L_0 = ((MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mInstance_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_2 = ((MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mOnApplicationQuit_5(); if (L_2) { goto IL_0023; } } { // mInstance = MonoSingletonCreator.CreateMonoSingleton(); RuntimeObject * L_3 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ((MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_mInstance_4(L_3); } IL_0023: { // return mInstance; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); RuntimeObject * L_4 = ((MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mInstance_4(); return L_4; } } // System.Void QFramework.MonoSingleton`1::OnSingletonInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoSingleton_1_OnSingletonInit_m595996CB3E128577D9558B293982B6DCC9236328_gshared (MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC * __this, const RuntimeMethod* method) { { // } return; } } // System.Void QFramework.MonoSingleton`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoSingleton_1_Dispose_m521112D0371885802134BA61056437A962C4DF09_gshared (MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoSingleton_1_Dispose_m521112D0371885802134BA61056437A962C4DF09_MetadataUsageId); s_Il2CppMethodInitialized = true; } Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_0 = NULL; Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_1 = NULL; { // if (MonoSingletonCreator.IsUnitTestMode) bool L_0 = MonoSingletonCreator_get_IsUnitTestMode_m92F1202B0C5A6C393A70AC54727715AC453C9A5B_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_0037; } } { // var curTrans = transform; NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)__this); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_1 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)__this, /*hidden argument*/NULL); V_0 = (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_1; } IL_000e: { // var parent = curTrans.parent; Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = V_0; NullCheck((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_2); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_2, /*hidden argument*/NULL); V_1 = (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_3; // DestroyImmediate(curTrans.gameObject); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = V_0; NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_4); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_5, /*hidden argument*/NULL); // curTrans = parent; Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = V_1; V_0 = (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_6; // } while (curTrans != null); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = V_0; bool L_8 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_7, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL); if (L_8) { goto IL_000e; } } { // mInstance = null; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); il2cpp_codegen_initobj((((MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_address_of_mInstance_4()), sizeof(RuntimeObject *)); // } return; } IL_0037: { // Destroy(gameObject); NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)__this); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_9, /*hidden argument*/NULL); // } return; } } // System.Void QFramework.MonoSingleton`1::OnApplicationQuit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoSingleton_1_OnApplicationQuit_mA416055459B5A82848B5CC5169BF2AD3FAFE627E_gshared (MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoSingleton_1_OnApplicationQuit_mA416055459B5A82848B5CC5169BF2AD3FAFE627E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // mOnApplicationQuit = true; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); ((MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->set_mOnApplicationQuit_5((bool)1); // if (mInstance == null) return; RuntimeObject * L_0 = ((MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_mInstance_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { // if (mInstance == null) return; return; } IL_0019: { // Destroy(mInstance.gameObject); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); RuntimeObject * L_2 = ((MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_mInstance_4(); NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_2); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_3, /*hidden argument*/NULL); // mInstance = null; il2cpp_codegen_initobj((((MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_address_of_mInstance_4()), sizeof(RuntimeObject *)); // } return; } } // System.Void QFramework.MonoSingleton`1::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoSingleton_1_OnDestroy_m9830643349978AEC9E6CCAD28FFD14BAD005330F_gshared (MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC * __this, const RuntimeMethod* method) { { // mInstance = null; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); il2cpp_codegen_initobj((((MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_address_of_mInstance_4()), sizeof(RuntimeObject *)); // } return; } } // System.Boolean QFramework.MonoSingleton`1::get_IsApplicationQuit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoSingleton_1_get_IsApplicationQuit_m52792F8C7F77E5FBB6845EC813959E3802ED158D_gshared (const RuntimeMethod* method) { { // get { return mOnApplicationQuit; } IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_0 = ((MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mOnApplicationQuit_5(); return L_0; } } // System.Void QFramework.MonoSingleton`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoSingleton_1__ctor_m7442352AA1517EE2AB0F437557F7DEA1B01E1392_gshared (MonoSingleton_1_t1F09E06701739D2807CEA4F626FB603ACD8B63FC * __this, const RuntimeMethod* method) { { NullCheck((MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 *)__this); MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97((MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.MonoSingleton`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoSingleton_1__cctor_m15ED21DCB77388F0A81C7B2DDAD7830F60706E3D_gshared (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 QFramework.NonPublicObjectFactory`1_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mA2EED365E9E97D127EDBA2240CE57972EF010F5D_gshared (const RuntimeMethod* method) { { U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3 * L_0 = (U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); (( void (*) (U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); ((U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void QFramework.NonPublicObjectFactory`1_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m04A804095E5E3501D747031E7905EDFB1CE45A1A_gshared (U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean QFramework.NonPublicObjectFactory`1_<>c::b__0_0(System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CCreateU3Eb__0_0_m7A97AA601B1D8BC6B362ACFF4BBDB46C98FE0FA3_gshared (U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3 * __this, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___c0, const RuntimeMethod* method) { { // var ctor = Array.Find(ctors, c => c.GetParameters().Length == 0); ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_0 = ___c0; NullCheck((MethodBase_t *)L_0); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_1 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(18 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, (MethodBase_t *)L_0); NullCheck(L_1); return (bool)((((int32_t)(((RuntimeArray*)L_1)->max_length)) == ((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 // T QFramework.NonPublicObjectFactory`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NonPublicObjectFactory_1_Create_m3D38477FFF3E4FC663B402E744037D53CAFBE834_gshared (NonPublicObjectFactory_1_t5D9DACFD7EE988FFE5E5EB1F943B161CBA2A3D87 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NonPublicObjectFactory_1_Create_m3D38477FFF3E4FC663B402E744037D53CAFBE834_MetadataUsageId); s_Il2CppMethodInitialized = true; } Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * G_B2_0 = NULL; ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* G_B2_1 = NULL; Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * G_B1_0 = NULL; ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* G_B1_1 = NULL; { // var ctors = typeof(T).GetConstructors(BindingFlags.Instance | BindingFlags.NonPublic); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_0, /*hidden argument*/NULL); NullCheck((Type_t *)L_1); ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E* L_2 = VirtFuncInvoker1< ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E*, int32_t >::Invoke(35 /* System.Reflection.ConstructorInfo[] System.Type::GetConstructors(System.Reflection.BindingFlags) */, (Type_t *)L_1, (int32_t)((int32_t)36)); // var ctor = Array.Find(ctors, c => c.GetParameters().Length == 0); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)); Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * L_3 = ((U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)))->get_U3CU3E9__0_0_1(); Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * L_4 = (Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 *)L_3; G_B1_0 = L_4; G_B1_1 = L_2; if (L_4) { G_B2_0 = L_4; G_B2_1 = L_2; goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)); U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3 * L_5 = ((U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)))->get_U3CU3E9_0(); Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * L_6 = (Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 *)il2cpp_codegen_object_new(Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1_il2cpp_TypeInfo_var); Predicate_1__ctor_m617FA279157F610633DCBCE17B772218B5ABBDF8(L_6, (RuntimeObject *)L_5, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)), /*hidden argument*/Predicate_1__ctor_m617FA279157F610633DCBCE17B772218B5ABBDF8_RuntimeMethod_var); Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 * L_7 = (Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 *)L_6; ((U3CU3Ec_t46AE03D4D0F6245C3429C8700166706CFB1DE0B3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)))->set_U3CU3E9__0_0_1(L_7); G_B2_0 = L_7; G_B2_1 = G_B1_1; } IL_0030: { ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_8 = Array_Find_TisConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_mA9BF6319178E8DDFFC2133A4C64CE672988D2A08((ConstructorInfoU5BU5D_t111EE7D53C51A47FE69FC3398DE007F7E100593E*)G_B2_1, (Predicate_1_tAA48DC61D2A3C7EA5797C83F81B01BBA555A7BD1 *)G_B2_0, /*hidden argument*/Array_Find_TisConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_mA9BF6319178E8DDFFC2133A4C64CE672988D2A08_RuntimeMethod_var); // return ctor.Invoke(null) as T; NullCheck((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)L_8); RuntimeObject * L_9 = ConstructorInfo_Invoke_m9E7A03EC2DDACA7A9C1E1609D4AB2BE90CD2E2AF((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)L_8, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, /*hidden argument*/NULL); return ((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3))), IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3))); } } // System.Void QFramework.NonPublicObjectFactory`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NonPublicObjectFactory_1__ctor_mAFC9EE9991117A6D27DE79AEB57824F42366DA7C_gshared (NonPublicObjectFactory_1_t5D9DACFD7EE988FFE5E5EB1F943B161CBA2A3D87 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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 QFramework.NonPublicObjectPool`1::OnSingletonInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NonPublicObjectPool_1_OnSingletonInit_m7A3F61422A5EFBBED10972DE60B091E727FB3841_gshared (NonPublicObjectPool_1_t806F59C290C8AD2A4EA3D8B47A057BE3976BD507 * __this, const RuntimeMethod* method) { { // public void OnSingletonInit(){} return; } } // QFramework.NonPublicObjectPool`1 QFramework.NonPublicObjectPool`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NonPublicObjectPool_1_t806F59C290C8AD2A4EA3D8B47A057BE3976BD507 * NonPublicObjectPool_1_get_Instance_m0FC060E1F993CB70A7E1E2FDD27D4F0F3718AF95_gshared (const RuntimeMethod* method) { { // get { return SingletonProperty>.Instance; } IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 1)); NonPublicObjectPool_1_t806F59C290C8AD2A4EA3D8B47A057BE3976BD507 * L_0 = (( NonPublicObjectPool_1_t806F59C290C8AD2A4EA3D8B47A057BE3976BD507 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)); return L_0; } } // System.Void QFramework.NonPublicObjectPool`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NonPublicObjectPool_1__ctor_mFFDEE520FB076831BAB3F587C69CD497CF2D66CC_gshared (NonPublicObjectPool_1_t806F59C290C8AD2A4EA3D8B47A057BE3976BD507 * __this, const RuntimeMethod* method) { { // protected NonPublicObjectPool() NullCheck((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this); (( void (*) (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); // mFactory = new NonPublicObjectFactory(); NonPublicObjectFactory_1_t5D9DACFD7EE988FFE5E5EB1F943B161CBA2A3D87 * L_0 = (NonPublicObjectFactory_1_t5D9DACFD7EE988FFE5E5EB1F943B161CBA2A3D87 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4)); (( void (*) (NonPublicObjectFactory_1_t5D9DACFD7EE988FFE5E5EB1F943B161CBA2A3D87 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); ((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->set_mFactory_0(L_0); // } return; } } // System.Void QFramework.NonPublicObjectPool`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NonPublicObjectPool_1_Dispose_m90096982B7F98A3D1B5CF8AF6B693E03C8064B92_gshared (NonPublicObjectPool_1_t806F59C290C8AD2A4EA3D8B47A057BE3976BD507 * __this, const RuntimeMethod* method) { { // SingletonProperty>.Dispose(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); // } return; } } // System.Void QFramework.NonPublicObjectPool`1::Init(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NonPublicObjectPool_1_Init_mD0F89A079CC43F73415446E4876241B6ECD4D452_gshared (NonPublicObjectPool_1_t806F59C290C8AD2A4EA3D8B47A057BE3976BD507 * __this, int32_t ___maxCount0, int32_t ___initCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NonPublicObjectPool_1_Init_mD0F89A079CC43F73415446E4876241B6ECD4D452_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (maxCount > 0) int32_t L_0 = ___maxCount0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_000d; } } { // initCount = Math.Min(maxCount, initCount); int32_t L_1 = ___maxCount0; int32_t L_2 = ___initCount1; IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_3 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525((int32_t)L_1, (int32_t)L_2, /*hidden argument*/NULL); ___initCount1 = (int32_t)L_3; } IL_000d: { // if (CurCount >= initCount) return; NullCheck((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this); int32_t L_4 = (( int32_t (*) (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); int32_t L_5 = ___initCount1; if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0017; } } { // if (CurCount >= initCount) return; return; } IL_0017: { // for (var i = CurCount; i < initCount; ++i) NullCheck((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this); int32_t L_6 = (( int32_t (*) (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); V_0 = (int32_t)L_6; goto IL_0036; } IL_0020: { // Recycle(mFactory.Create()); RuntimeObject* L_7 = (RuntimeObject*)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mFactory_0(); NullCheck((RuntimeObject*)L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* T QFramework.IObjectFactory`1::Create() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8), (RuntimeObject*)L_7); NullCheck((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this); VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(8 /* System.Boolean QFramework.Pool`1::Recycle(T) */, (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this, (RuntimeObject *)L_8); // for (var i = CurCount; i < initCount; ++i) int32_t L_9 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0036: { // for (var i = CurCount; i < initCount; ++i) int32_t L_10 = V_0; int32_t L_11 = ___initCount1; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0020; } } { // } return; } } // System.Int32 QFramework.NonPublicObjectPool`1::get_MaxCacheCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NonPublicObjectPool_1_get_MaxCacheCount_mD00DA4A4F2023F104C901A85B98FF8FB1A3CAAC3_gshared (NonPublicObjectPool_1_t806F59C290C8AD2A4EA3D8B47A057BE3976BD507 * __this, const RuntimeMethod* method) { { // get { return mMaxCount; } int32_t L_0 = (int32_t)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mMaxCount_2(); return L_0; } } // System.Void QFramework.NonPublicObjectPool`1::set_MaxCacheCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NonPublicObjectPool_1_set_MaxCacheCount_mEF70AA65E7D9B725D417534AB6D9A4BD32AEB066_gshared (NonPublicObjectPool_1_t806F59C290C8AD2A4EA3D8B47A057BE3976BD507 * __this, int32_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { // mMaxCount = value; int32_t L_0 = ___value0; ((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->set_mMaxCount_2(L_0); // if (mCacheStack == null) return; Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_1 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); if (L_1) { goto IL_0010; } } { // if (mCacheStack == null) return; return; } IL_0010: { // if (mMaxCount <= 0) return; int32_t L_2 = (int32_t)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mMaxCount_2(); if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_001a; } } { // if (mMaxCount <= 0) return; return; } IL_001a: { // if (mMaxCount >= mCacheStack.Count) return; int32_t L_3 = (int32_t)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mMaxCount_2(); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_4 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_4); int32_t L_5 = (( int32_t (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_002e; } } { // if (mMaxCount >= mCacheStack.Count) return; return; } IL_002e: { // var removeCount = mMaxCount - mCacheStack.Count; int32_t L_6 = (int32_t)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mMaxCount_2(); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_7 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_7); int32_t L_8 = (( int32_t (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_8)); goto IL_0053; } IL_0043: { // mCacheStack.Pop(); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_9 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_9); (( RuntimeObject * (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); // --removeCount; int32_t L_10 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); } IL_0053: { // while (removeCount > 0) int32_t L_11 = V_0; if ((((int32_t)L_11) > ((int32_t)0))) { goto IL_0043; } } { // } return; } } // T QFramework.NonPublicObjectPool`1::Allocate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NonPublicObjectPool_1_Allocate_m51DCE60750F8EE1D60D47C887E009CBCD1F0DDAA_gshared (NonPublicObjectPool_1_t806F59C290C8AD2A4EA3D8B47A057BE3976BD507 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NonPublicObjectPool_1_Allocate_m51DCE60750F8EE1D60D47C887E009CBCD1F0DDAA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // var result = base.Allocate(); NullCheck((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this); RuntimeObject * L_0 = (( RuntimeObject * (*) (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); // result.IsRecycled = false; RuntimeObject * L_1 = (RuntimeObject *)L_0; NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker1< bool >::Invoke(2 /* System.Void QFramework.IPoolable::set_IsRecycled(System.Boolean) */, IPoolable_tB09D4232C363FD3C380370608C4AFD9160D94502_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (bool)0); // return result; return L_1; } } // System.Boolean QFramework.NonPublicObjectPool`1::Recycle(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NonPublicObjectPool_1_Recycle_m7657C818C1E03DED5586D3E394D91EF3957906B4_gshared (NonPublicObjectPool_1_t806F59C290C8AD2A4EA3D8B47A057BE3976BD507 * __this, RuntimeObject * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NonPublicObjectPool_1_Recycle_m7657C818C1E03DED5586D3E394D91EF3957906B4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (t == null || t.IsRecycled) RuntimeObject * L_0 = ___t0; if (!L_0) { goto IL_0015; } } { RuntimeObject * L_1 = ___t0; NullCheck((RuntimeObject*)L_1); bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean QFramework.IPoolable::get_IsRecycled() */, IPoolable_tB09D4232C363FD3C380370608C4AFD9160D94502_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); if (!L_2) { goto IL_0017; } } IL_0015: { // return false; return (bool)0; } IL_0017: { // if (mMaxCount > 0) int32_t L_3 = (int32_t)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mMaxCount_2(); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0040; } } { // if (mCacheStack.Count >= mMaxCount) Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_4 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_4); int32_t L_5 = (( int32_t (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); int32_t L_6 = (int32_t)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mMaxCount_2(); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0040; } } { // t.OnRecycled(); RuntimeObject * L_7 = ___t0; NullCheck((RuntimeObject*)L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void QFramework.IPoolable::OnRecycled() */, IPoolable_tB09D4232C363FD3C380370608C4AFD9160D94502_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); // return false; return (bool)0; } IL_0040: { // t.IsRecycled = true; RuntimeObject * L_8 = ___t0; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker1< bool >::Invoke(2 /* System.Void QFramework.IPoolable::set_IsRecycled(System.Boolean) */, IPoolable_tB09D4232C363FD3C380370608C4AFD9160D94502_il2cpp_TypeInfo_var, (RuntimeObject*)L_8, (bool)1); // t.OnRecycled(); RuntimeObject * L_9 = ___t0; NullCheck((RuntimeObject*)L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void QFramework.IPoolable::OnRecycled() */, IPoolable_tB09D4232C363FD3C380370608C4AFD9160D94502_il2cpp_TypeInfo_var, (RuntimeObject*)L_9); // mCacheStack.Push(t); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_10 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); RuntimeObject * L_11 = ___t0; NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_10); (( void (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_10, (RuntimeObject *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); // return true; 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 QFramework.OnPropertyChangedEvent`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPropertyChangedEvent_1__ctor_m3D75F767B5585AAA6AD8F8AFD5D9144BEA6056A2_gshared (OnPropertyChangedEvent_1_t98BEAEBCE9BEBBD710F879809228011B86422A04 * __this, const RuntimeMethod* method) { { NullCheck((UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 *)__this); (( void (*) (UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 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 QFramework.OnPropertyChangedEvent`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPropertyChangedEvent_1__ctor_m93BE5717D7817F13AAC36CD306A680C998989359_gshared (OnPropertyChangedEvent_1_t696E5D4B2E5ADF64AD33DA2902FDF9E037C484C0 * __this, const RuntimeMethod* method) { { NullCheck((UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 *)__this); (( void (*) (UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 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 QFramework.OnPropertyChangedEvent`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPropertyChangedEvent_1__ctor_m347DF48E3501AAD8E90EEA6C2E8716040392174A_gshared (OnPropertyChangedEvent_1_tA55D6074D5BB2946C21F6C61D01F7DDA40D7AA94 * __this, const RuntimeMethod* method) { { NullCheck((UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D *)__this); (( void (*) (UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 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 QFramework.OnPropertyChangedEvent`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPropertyChangedEvent_1__ctor_m87096AABBFC75AAE04595378A9831EE81E0F14E3_gshared (OnPropertyChangedEvent_1_t731744BDC5B694C8E34D7148382406B4D8620951 * __this, const RuntimeMethod* method) { { NullCheck((UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA *)__this); (( void (*) (UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 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.Int32 QFramework.Pool`1::get_CurCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Pool_1_get_CurCount_m95CF6826E45DE834FEB4D31A9647F4B3BA939A70_gshared (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 * __this, const RuntimeMethod* method) { { // get { return mCacheStack.Count; } Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_0 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)__this->get_mCacheStack_1(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_0); int32_t L_1 = (( int32_t (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return L_1; } } // T QFramework.Pool`1::Allocate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Pool_1_Allocate_mD9CED9AAE4A9A70F08E5102BF44240CC351307B5_gshared (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 * __this, const RuntimeMethod* method) { { // return mCacheStack.Count == 0 // ? mFactory.Create() // : mCacheStack.Pop(); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_0 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)__this->get_mCacheStack_1(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_0); int32_t L_1 = (( int32_t (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); if (!L_1) { goto IL_0019; } } { Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_2 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)__this->get_mCacheStack_1(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_2); RuntimeObject * L_3 = (( RuntimeObject * (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return L_3; } IL_0019: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_mFactory_0(); NullCheck((RuntimeObject*)L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* T QFramework.IObjectFactory`1::Create() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2), (RuntimeObject*)L_4); return L_5; } } // System.Void QFramework.Pool`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pool_1__ctor_mF7549231F90CEB7F8CB39676C36ADF82CDCF6EF2_gshared (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 * __this, const RuntimeMethod* method) { { // protected readonly Stack mCacheStack = new Stack(); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_0 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)); (( void (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); __this->set_mCacheStack_1(L_0); // protected int mMaxCount = 12; __this->set_mMaxCount_2(((int32_t)12)); NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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 QFramework.Property`1_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m736811FF1C676064B9D9340C5B92CEB4B743DDCE_gshared (const RuntimeMethod* method) { { U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806 * L_0 = (U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); (( void (*) (U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); ((U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void QFramework.Property`1_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mB0E22FE417CB627149DEBDEF355E9CB5A210C7E8_gshared (U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.Property`1_<>c::<.ctor>b__0_0(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__0_0_mA101323DF1202391CAD426F2AFD89D95C6DCDFC6_gshared (U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806 * __this, bool ___t0, const RuntimeMethod* method) { { // private event Action mSetter = t => { }; return; } } // System.Void QFramework.Property`1_<>c::<.ctor>b__2_0(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__2_0_mFB921745C242D0066757D260EE04114CF28363B1_gshared (U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806 * __this, bool ___t0, const RuntimeMethod* method) { { // private event Action mSetter = t => { }; 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 QFramework.Property`1_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mB093EB749ECCDF86360BD876C5DDA86895373BFD_gshared (const RuntimeMethod* method) { { U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F * L_0 = (U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); (( void (*) (U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); ((U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void QFramework.Property`1_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF06345D1C09D9550B482A92FA2E022BD43F80D97_gshared (U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.Property`1_<>c::<.ctor>b__0_0(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__0_0_m4DA09BCF775888C71E9DB078DEE31DC75C219C8F_gshared (U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F * __this, int32_t ___t0, const RuntimeMethod* method) { { // private event Action mSetter = t => { }; return; } } // System.Void QFramework.Property`1_<>c::<.ctor>b__2_0(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__2_0_mD4B91A4CB3BC5F49D85E4C920E034B2545654B23_gshared (U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F * __this, int32_t ___t0, const RuntimeMethod* method) { { // private event Action mSetter = t => { }; 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 QFramework.Property`1_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m404F1FF61E14E648B32E82ADAEBB841A6160443E_gshared (const RuntimeMethod* method) { { U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D * L_0 = (U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); (( void (*) (U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); ((U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void QFramework.Property`1_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m88A3BC499A309581C8FD697B7B96A780ED6412FD_gshared (U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.Property`1_<>c::<.ctor>b__0_0(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__0_0_m32888007886C229E6432652196FF5B9DB2DC5B1D_gshared (U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D * __this, RuntimeObject * ___t0, const RuntimeMethod* method) { { // private event Action mSetter = t => { }; return; } } // System.Void QFramework.Property`1_<>c::<.ctor>b__2_0(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__2_0_m1A82F4EB54403A6216CD234181D3AA66C4EA2910_gshared (U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D * __this, RuntimeObject * ___t0, const RuntimeMethod* method) { { // private event Action mSetter = t => { }; 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 QFramework.Property`1_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m5B00BEED267AFA30090956E5016D7FE3EAD0BBFD_gshared (const RuntimeMethod* method) { { U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD * L_0 = (U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); (( void (*) (U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); ((U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void QFramework.Property`1_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mAF037903B93B876604B0EA401D5E29D31D01D659_gshared (U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.Property`1_<>c::<.ctor>b__0_0(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__0_0_m3FFA992667E426A2372F037463D20E8A823D2828_gshared (U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD * __this, float ___t0, const RuntimeMethod* method) { { // private event Action mSetter = t => { }; return; } } // System.Void QFramework.Property`1_<>c::<.ctor>b__2_0(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__2_0_m5D0941F320343F7421A213BB06DEFB4470DE99E3_gshared (U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD * __this, float ___t0, const RuntimeMethod* method) { { // private event Action mSetter = t => { }; 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 QFramework.Property`1_<>c__DisplayClass11_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m00C9FAB47B249B901E0E073578EC6222B434F13C_gshared (U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.Property`1_<>c__DisplayClass11_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0_U3CBindU3Eb__0_m4435AEDAAD79DD0975A5970B655223217F0FFDD2_gshared (U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534 * __this, const RuntimeMethod* method) { { // return new CustomDisposable(() => { mSetter -= onValueChanged; }); Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * L_0 = (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this->get_U3CU3E4__this_0(); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_1 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)__this->get_onValueChanged_1(); NullCheck((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)L_0); (( void (*) (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *, Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)L_0, (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); // return new CustomDisposable(() => { mSetter -= onValueChanged; }); 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 QFramework.Property`1_<>c__DisplayClass11_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m9E15071597B494DEEF7DE3139045A876B5270843_gshared (U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.Property`1_<>c__DisplayClass11_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0_U3CBindU3Eb__0_m1392ADF54119C280BF8096B2E2D63A894D7DEDA1_gshared (U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6 * __this, const RuntimeMethod* method) { { // return new CustomDisposable(() => { mSetter -= onValueChanged; }); Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * L_0 = (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this->get_U3CU3E4__this_0(); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_1 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)__this->get_onValueChanged_1(); NullCheck((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)L_0); (( void (*) (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *, Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)L_0, (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); // return new CustomDisposable(() => { mSetter -= onValueChanged; }); 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 QFramework.Property`1_<>c__DisplayClass11_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m95B9E72A131BD7271779601DD8AADB916209BB1B_gshared (U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.Property`1_<>c__DisplayClass11_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0_U3CBindU3Eb__0_mA75AEF7093BAABFDDBE065A52F896208B0D5F388_gshared (U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E * __this, const RuntimeMethod* method) { { // return new CustomDisposable(() => { mSetter -= onValueChanged; }); Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * L_0 = (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this->get_U3CU3E4__this_0(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_1 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)__this->get_onValueChanged_1(); NullCheck((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)L_0); (( void (*) (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)L_0, (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); // return new CustomDisposable(() => { mSetter -= onValueChanged; }); 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 QFramework.Property`1_<>c__DisplayClass11_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m05DEE0D54AAE792FAD36A355A7C3B05B6238812F_gshared (U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.Property`1_<>c__DisplayClass11_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0_U3CBindU3Eb__0_m0D20E47F355CCB497D92F55381B898DC80504273_gshared (U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41 * __this, const RuntimeMethod* method) { { // return new CustomDisposable(() => { mSetter -= onValueChanged; }); Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * L_0 = (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this->get_U3CU3E4__this_0(); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_1 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)__this->get_onValueChanged_1(); NullCheck((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)L_0); (( void (*) (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *, Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)L_0, (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); // return new CustomDisposable(() => { mSetter -= onValueChanged; }); 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 QFramework.Property`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1__ctor_m186FBAB4C1524988C6CE89513788E5CA5DFA80F5_gshared (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * __this, const RuntimeMethod* method) { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * G_B2_0 = NULL; Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * G_B2_1 = NULL; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * G_B1_0 = NULL; Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * G_B1_1 = NULL; { // private event Action mSetter = t => { }; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_0 = ((U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9__0_0_1(); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_1 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_0; G_B1_0 = L_1; G_B1_1 = ((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)(__this)); if (L_1) { G_B2_0 = L_1; G_B2_1 = ((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)(__this)); goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806 * L_2 = ((U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9_0(); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_3 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_4 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_3; ((U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->set_U3CU3E9__0_0_1(L_4); G_B2_0 = L_4; G_B2_1 = ((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)(G_B1_1)); } IL_0020: { NullCheck(G_B2_1); G_B2_1->set_mSetter_2(G_B2_0); // public UnityEvent OnValueChanged = new OnPropertyChangedEvent(); OnPropertyChangedEvent_1_t98BEAEBCE9BEBBD710F879809228011B86422A04 * L_5 = (OnPropertyChangedEvent_1_t98BEAEBCE9BEBBD710F879809228011B86422A04 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4)); (( void (*) (OnPropertyChangedEvent_1_t98BEAEBCE9BEBBD710F879809228011B86422A04 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)(L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); __this->set_OnValueChanged_3(L_5); // public Property() NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // } return; } } // System.Void QFramework.Property`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1__ctor_mF31302AF29451E22D1D4E439598A7BA6475264A2_gshared (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * __this, bool ___initValue0, const RuntimeMethod* method) { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * G_B2_0 = NULL; Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * G_B2_1 = NULL; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * G_B1_0 = NULL; Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * G_B1_1 = NULL; { // private event Action mSetter = t => { }; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_0 = ((U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9__2_0_2(); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_1 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_0; G_B1_0 = L_1; G_B1_1 = ((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)(__this)); if (L_1) { G_B2_0 = L_1; G_B2_1 = ((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)(__this)); goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806 * L_2 = ((U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9_0(); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_3 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_4 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_3; ((U3CU3Ec_t680A699D170F1C97C126522263A1C5B8EDE2C806_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->set_U3CU3E9__2_0_2(L_4); G_B2_0 = L_4; G_B2_1 = ((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)(G_B1_1)); } IL_0020: { NullCheck(G_B2_1); G_B2_1->set_mSetter_2(G_B2_0); // public UnityEvent OnValueChanged = new OnPropertyChangedEvent(); OnPropertyChangedEvent_1_t98BEAEBCE9BEBBD710F879809228011B86422A04 * L_5 = (OnPropertyChangedEvent_1_t98BEAEBCE9BEBBD710F879809228011B86422A04 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4)); (( void (*) (OnPropertyChangedEvent_1_t98BEAEBCE9BEBBD710F879809228011B86422A04 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)(L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); __this->set_OnValueChanged_3(L_5); // public Property(T initValue) NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // mValue = initValue; bool L_6 = ___initValue0; __this->set_mValue_1(L_6); // } return; } } // T QFramework.Property`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Property_1_get_Value_mDB63C6456D0D876CDC319075106C3DDB439DD4A4_gshared (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * __this, const RuntimeMethod* method) { { // get { return GetValue(); } NullCheck((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); bool L_0 = VirtFuncInvoker0< bool >::Invoke(4 /* T QFramework.Property`1::GetValue() */, (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); return L_0; } } // System.Void QFramework.Property`1::set_Value(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_set_Value_m39358574643390E5AB539CC3B58CD70DDF885AE9_gshared (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * __this, bool ___value0, const RuntimeMethod* method) { { // set { SetValue(value); } bool L_0 = ___value0; NullCheck((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); VirtActionInvoker1< bool >::Invoke(5 /* System.Void QFramework.Property`1::SetValue(T) */, (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this, (bool)L_0); // set { SetValue(value); } return; } } // T QFramework.Property`1::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Property_1_GetValue_m7625C2B4ADD3E950FD4B6195FBEA4DE2291E01F3_gshared (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * __this, const RuntimeMethod* method) { { // return mValue; bool L_0 = (bool)__this->get_mValue_1(); return L_0; } } // System.Void QFramework.Property`1::SetValue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_SetValue_mE917C5873F1DD8B13172A414027B149A7ADCB1AF_gshared (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * __this, bool ___value0, const RuntimeMethod* method) { { // if (IsValueChanged(value)) bool L_0 = ___value0; NullCheck((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); bool L_1 = VirtFuncInvoker1< bool, bool >::Invoke(6 /* System.Boolean QFramework.Property`1::IsValueChanged(T) */, (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this, (bool)L_0); if (!L_1) { goto IL_001d; } } { // mValue = value; bool L_2 = ___value0; __this->set_mValue_1(L_2); // DispatchValueChangeEvent(); NullCheck((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); VirtActionInvoker0::Invoke(7 /* System.Void QFramework.Property`1::DispatchValueChangeEvent() */, (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); // mSetted = true; __this->set_mSetted_0((bool)1); } IL_001d: { // } return; } } // System.Boolean QFramework.Property`1::IsValueChanged(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Property_1_IsValueChanged_m78C737533C9A16496B3F69444F60832E3D983AAA_gshared (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * __this, bool ___value0, const RuntimeMethod* method) { { // return value == null || !value.Equals(mValue) || !mSetted; } { bool L_1 = (bool)__this->get_mValue_1(); bool L_2 = L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), &L_2); bool L_4 = Boolean_Equals_mB97E1CE732F7A08D8F45C86B8994FB67222C99E7((bool*)(bool*)(&___value0), (RuntimeObject *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } { bool L_5 = (bool)__this->get_mSetted_0(); return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } IL_002c: { return (bool)1; } } // System.Void QFramework.Property`1::DispatchValueChangeEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_DispatchValueChangeEvent_mD4F3B8699C4C0FF383A4C2555E41CEDE486F4025_gshared (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * __this, const RuntimeMethod* method) { { // if (mSetter != null) Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_0 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)__this->get_mSetter_2(); if (!L_0) { goto IL_002a; } } { // mSetter.Invoke(mValue); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_1 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)__this->get_mSetter_2(); bool L_2 = (bool)__this->get_mValue_1(); NullCheck((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_1); (( void (*) (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); // OnValueChanged.Invoke(mValue); UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 * L_3 = (UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 *)__this->get_OnValueChanged_3(); bool L_4 = (bool)__this->get_mValue_1(); NullCheck((UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 *)L_3); (( void (*) (UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((UnityEvent_1_tE1EF042798523847EEBB2A12FA37C4003C1B1299 *)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); } IL_002a: { // } return; } } // System.IDisposable QFramework.Property`1::Bind(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Property_1_Bind_mB3E134D20C78FCE5F8F2DE54069F3A56C3986BEF_gshared (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * __this, Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___onValueChanged0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Property_1_Bind_mB3E134D20C78FCE5F8F2DE54069F3A56C3986BEF_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534 * V_0 = NULL; { U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534 * L_0 = (U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 14)); (( void (*) (U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); V_0 = (U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534 *)L_0; U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_0(__this); U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534 * L_2 = V_0; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_3 = ___onValueChanged0; NullCheck(L_2); L_2->set_onValueChanged_1(L_3); // mSetter += onValueChanged; U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534 * L_4 = V_0; NullCheck(L_4); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_5 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_4->get_onValueChanged_1(); NullCheck((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); (( void (*) (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *, Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this, (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)); // return new CustomDisposable(() => { mSetter -= onValueChanged; }); U3CU3Ec__DisplayClass11_0_t0DC2D7A752B20614196E80880C29602FF801F534 * L_6 = V_0; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_7 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var); Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_7, (RuntimeObject *)L_6, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)), /*hidden argument*/NULL); CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59 * L_8 = (CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59 *)il2cpp_codegen_object_new(CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59_il2cpp_TypeInfo_var); CustomDisposable__ctor_mBA76C1B1E4A462F1EDE23B612CA410ABE78F75BC(L_8, (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)L_7, /*hidden argument*/NULL); return L_8; } } // System.IDisposable QFramework.Property`1::BindWithInitialValue(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Property_1_BindWithInitialValue_m9BAA617668F1965FD48E7730FD358C2C0A209A14_gshared (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * __this, Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___onValueChanged0, const RuntimeMethod* method) { { // onValueChanged.Invoke(GetValue()); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_0 = ___onValueChanged0; NullCheck((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); bool L_1 = VirtFuncInvoker0< bool >::Invoke(4 /* T QFramework.Property`1::GetValue() */, (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); NullCheck((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_0); (( void (*) (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_0, (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); // return Bind(onValueChanged); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_2 = ___onValueChanged0; NullCheck((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this); RuntimeObject* L_3 = (( RuntimeObject* (*) (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *, Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E *)__this, (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); return L_3; } } // System.Void QFramework.Property`1::UnBindAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_UnBindAll_m49B9E8E0F6BF72B4E389D45B4E49C9C14130DC82_gshared (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * __this, const RuntimeMethod* method) { { // mSetter = null; __this->set_mSetter_2((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)NULL); // } return; } } // System.Void QFramework.Property`1::add_mSetter(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_add_mSetter_m0AEB51365BBA0FFAF1D8881AD262DD820BC55F8C_gshared (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * __this, Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___value0, const RuntimeMethod* method) { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_0 = NULL; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_1 = NULL; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_2 = NULL; { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_0 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)__this->get_mSetter_2(); V_0 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_0; } IL_0007: { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_1 = V_0; V_1 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_1; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_2 = V_1; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_3 = ___value0; Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL); V_2 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD ** L_5 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD **)__this->get_address_of_mSetter_2(); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_6 = V_2; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_7 = V_1; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_8 = InterlockedCompareExchangeImpl((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD **)(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD **)L_5, (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_6, (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_7); V_0 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_8; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_9 = V_0; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_9) == ((RuntimeObject*)(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_10)))) { goto IL_0007; } } { return; } } // System.Void QFramework.Property`1::remove_mSetter(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_remove_mSetter_mDC8AE38FC958D7E6F211EE83EB3F19443B07AA47_gshared (Property_1_tCDDD3771981A5E57224EFAB5320DB3731F4F553E * __this, Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___value0, const RuntimeMethod* method) { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_0 = NULL; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_1 = NULL; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_2 = NULL; { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_0 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)__this->get_mSetter_2(); V_0 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_0; } IL_0007: { Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_1 = V_0; V_1 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_1; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_2 = V_1; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_3 = ___value0; Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL); V_2 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD ** L_5 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD **)__this->get_address_of_mSetter_2(); Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_6 = V_2; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_7 = V_1; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_8 = InterlockedCompareExchangeImpl((Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD **)(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD **)L_5, (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_6, (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_7); V_0 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_8; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_9 = V_0; Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_9) == ((RuntimeObject*)(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)L_10)))) { goto IL_0007; } } { 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 QFramework.Property`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1__ctor_m940ADB857D7E464ECF5486ED7E060CBC13E3D39B_gshared (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * __this, const RuntimeMethod* method) { Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * G_B2_0 = NULL; Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * G_B2_1 = NULL; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * G_B1_0 = NULL; Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * G_B1_1 = NULL; { // private event Action mSetter = t => { }; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_0 = ((U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9__0_0_1(); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_1 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_0; G_B1_0 = L_1; G_B1_1 = ((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)(__this)); if (L_1) { G_B2_0 = L_1; G_B2_1 = ((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)(__this)); goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F * L_2 = ((U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9_0(); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_3 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_4 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_3; ((U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->set_U3CU3E9__0_0_1(L_4); G_B2_0 = L_4; G_B2_1 = ((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)(G_B1_1)); } IL_0020: { NullCheck(G_B2_1); G_B2_1->set_mSetter_2(G_B2_0); // public UnityEvent OnValueChanged = new OnPropertyChangedEvent(); OnPropertyChangedEvent_1_t696E5D4B2E5ADF64AD33DA2902FDF9E037C484C0 * L_5 = (OnPropertyChangedEvent_1_t696E5D4B2E5ADF64AD33DA2902FDF9E037C484C0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4)); (( void (*) (OnPropertyChangedEvent_1_t696E5D4B2E5ADF64AD33DA2902FDF9E037C484C0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)(L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); __this->set_OnValueChanged_3(L_5); // public Property() NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // } return; } } // System.Void QFramework.Property`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1__ctor_mA6B8BADBA6CFA96AA2D6AAFD24B00B336D909D25_gshared (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * __this, int32_t ___initValue0, const RuntimeMethod* method) { Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * G_B2_0 = NULL; Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * G_B2_1 = NULL; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * G_B1_0 = NULL; Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * G_B1_1 = NULL; { // private event Action mSetter = t => { }; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_0 = ((U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9__2_0_2(); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_1 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_0; G_B1_0 = L_1; G_B1_1 = ((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)(__this)); if (L_1) { G_B2_0 = L_1; G_B2_1 = ((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)(__this)); goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F * L_2 = ((U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9_0(); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_3 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_4 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_3; ((U3CU3Ec_t79FDA6CE1725513AB6CA0C79B1DD7FC10D11722F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->set_U3CU3E9__2_0_2(L_4); G_B2_0 = L_4; G_B2_1 = ((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)(G_B1_1)); } IL_0020: { NullCheck(G_B2_1); G_B2_1->set_mSetter_2(G_B2_0); // public UnityEvent OnValueChanged = new OnPropertyChangedEvent(); OnPropertyChangedEvent_1_t696E5D4B2E5ADF64AD33DA2902FDF9E037C484C0 * L_5 = (OnPropertyChangedEvent_1_t696E5D4B2E5ADF64AD33DA2902FDF9E037C484C0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4)); (( void (*) (OnPropertyChangedEvent_1_t696E5D4B2E5ADF64AD33DA2902FDF9E037C484C0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)(L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); __this->set_OnValueChanged_3(L_5); // public Property(T initValue) NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // mValue = initValue; int32_t L_6 = ___initValue0; __this->set_mValue_1(L_6); // } return; } } // T QFramework.Property`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Property_1_get_Value_mD442895C75103F3F7BE294BA40DF6CEFF73B2194_gshared (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * __this, const RuntimeMethod* method) { { // get { return GetValue(); } NullCheck((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this); int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(4 /* T QFramework.Property`1::GetValue() */, (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this); return L_0; } } // System.Void QFramework.Property`1::set_Value(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_set_Value_m894FF85A0DB0D0B46D7982A8C7ACA3DF21B3CC93_gshared (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { SetValue(value); } int32_t L_0 = ___value0; NullCheck((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this); VirtActionInvoker1< int32_t >::Invoke(5 /* System.Void QFramework.Property`1::SetValue(T) */, (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this, (int32_t)L_0); // set { SetValue(value); } return; } } // T QFramework.Property`1::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Property_1_GetValue_m5CE80A79B9E9B9E415378C246569305E40933337_gshared (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * __this, const RuntimeMethod* method) { { // return mValue; int32_t L_0 = (int32_t)__this->get_mValue_1(); return L_0; } } // System.Void QFramework.Property`1::SetValue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_SetValue_m9D13C59CA4F572AD107DD7E677E3B68A47CEF4E2_gshared (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * __this, int32_t ___value0, const RuntimeMethod* method) { { // if (IsValueChanged(value)) int32_t L_0 = ___value0; NullCheck((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this); bool L_1 = VirtFuncInvoker1< bool, int32_t >::Invoke(6 /* System.Boolean QFramework.Property`1::IsValueChanged(T) */, (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this, (int32_t)L_0); if (!L_1) { goto IL_001d; } } { // mValue = value; int32_t L_2 = ___value0; __this->set_mValue_1(L_2); // DispatchValueChangeEvent(); NullCheck((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this); VirtActionInvoker0::Invoke(7 /* System.Void QFramework.Property`1::DispatchValueChangeEvent() */, (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this); // mSetted = true; __this->set_mSetted_0((bool)1); } IL_001d: { // } return; } } // System.Boolean QFramework.Property`1::IsValueChanged(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Property_1_IsValueChanged_m9E9902186E47FE71A16B76AB52C2755B2F484724_gshared (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * __this, int32_t ___value0, const RuntimeMethod* method) { { // return value == null || !value.Equals(mValue) || !mSetted; } { int32_t L_1 = (int32_t)__this->get_mValue_1(); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), &L_2); bool L_4 = Int32_Equals_mBE9097707986D98549AC11E94FB986DA1AB3E16C((int32_t*)(int32_t*)(&___value0), (RuntimeObject *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } { bool L_5 = (bool)__this->get_mSetted_0(); return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } IL_002c: { return (bool)1; } } // System.Void QFramework.Property`1::DispatchValueChangeEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_DispatchValueChangeEvent_m39238A1EF5C377F48E575E08BBF237840F1974A5_gshared (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * __this, const RuntimeMethod* method) { { // if (mSetter != null) Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_0 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)__this->get_mSetter_2(); if (!L_0) { goto IL_002a; } } { // mSetter.Invoke(mValue); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_1 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)__this->get_mSetter_2(); int32_t L_2 = (int32_t)__this->get_mValue_1(); NullCheck((Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_1); (( void (*) (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); // OnValueChanged.Invoke(mValue); UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 * L_3 = (UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 *)__this->get_OnValueChanged_3(); int32_t L_4 = (int32_t)__this->get_mValue_1(); NullCheck((UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 *)L_3); (( void (*) (UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); } IL_002a: { // } return; } } // System.IDisposable QFramework.Property`1::Bind(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Property_1_Bind_m0F802DFEFC0AB7D629F247D8FFBCBD2597FE4E7D_gshared (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * __this, Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * ___onValueChanged0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Property_1_Bind_m0F802DFEFC0AB7D629F247D8FFBCBD2597FE4E7D_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6 * V_0 = NULL; { U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6 * L_0 = (U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 14)); (( void (*) (U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); V_0 = (U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6 *)L_0; U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_0(__this); U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6 * L_2 = V_0; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_3 = ___onValueChanged0; NullCheck(L_2); L_2->set_onValueChanged_1(L_3); // mSetter += onValueChanged; U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6 * L_4 = V_0; NullCheck(L_4); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_5 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_4->get_onValueChanged_1(); NullCheck((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this); (( void (*) (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *, Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this, (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)); // return new CustomDisposable(() => { mSetter -= onValueChanged; }); U3CU3Ec__DisplayClass11_0_t55B8A64E97D8FAA46CD1206E83121ACED77E06D6 * L_6 = V_0; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_7 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var); Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_7, (RuntimeObject *)L_6, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)), /*hidden argument*/NULL); CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59 * L_8 = (CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59 *)il2cpp_codegen_object_new(CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59_il2cpp_TypeInfo_var); CustomDisposable__ctor_mBA76C1B1E4A462F1EDE23B612CA410ABE78F75BC(L_8, (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)L_7, /*hidden argument*/NULL); return L_8; } } // System.IDisposable QFramework.Property`1::BindWithInitialValue(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Property_1_BindWithInitialValue_m700C25993090DF140B3280820D608D8D4247C646_gshared (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * __this, Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * ___onValueChanged0, const RuntimeMethod* method) { { // onValueChanged.Invoke(GetValue()); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_0 = ___onValueChanged0; NullCheck((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(4 /* T QFramework.Property`1::GetValue() */, (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this); NullCheck((Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_0); (( void (*) (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); // return Bind(onValueChanged); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_2 = ___onValueChanged0; NullCheck((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this); RuntimeObject* L_3 = (( RuntimeObject* (*) (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *, Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 *)__this, (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); return L_3; } } // System.Void QFramework.Property`1::UnBindAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_UnBindAll_mC12D02D4F0AC6C2B6D975BF23355184E40DB9D7A_gshared (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * __this, const RuntimeMethod* method) { { // mSetter = null; __this->set_mSetter_2((Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)NULL); // } return; } } // System.Void QFramework.Property`1::add_mSetter(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_add_mSetter_mDDCEF958F014D82DDBA6D238CE12002EE7FF7923_gshared (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * __this, Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * ___value0, const RuntimeMethod* method) { Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * V_0 = NULL; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * V_1 = NULL; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * V_2 = NULL; { Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_0 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)__this->get_mSetter_2(); V_0 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_0; } IL_0007: { Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_1 = V_0; V_1 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_1; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_2 = V_1; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL); V_2 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)((Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 ** L_5 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 **)__this->get_address_of_mSetter_2(); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_6 = V_2; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_7 = V_1; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_8 = InterlockedCompareExchangeImpl((Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 **)(Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 **)L_5, (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_6, (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_7); V_0 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_8; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_9 = V_0; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_9) == ((RuntimeObject*)(Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void QFramework.Property`1::remove_mSetter(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_remove_mSetter_m71712C8DDBDDEA5309554A04152A17045F9E4CFE_gshared (Property_1_t763DF75F9E2B0D63B6DF4D0DDEB0F51D54AEDEF0 * __this, Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * ___value0, const RuntimeMethod* method) { Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * V_0 = NULL; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * V_1 = NULL; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * V_2 = NULL; { Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_0 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)__this->get_mSetter_2(); V_0 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_0; } IL_0007: { Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_1 = V_0; V_1 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_1; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_2 = V_1; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL); V_2 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)((Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 ** L_5 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 **)__this->get_address_of_mSetter_2(); Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_6 = V_2; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_7 = V_1; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_8 = InterlockedCompareExchangeImpl((Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 **)(Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 **)L_5, (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_6, (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_7); V_0 = (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_8; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_9 = V_0; Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_9) == ((RuntimeObject*)(Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 *)L_10)))) { goto IL_0007; } } { 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 QFramework.Property`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1__ctor_mD7AF6515087787FD1DFE48D88D02E29CB7BAB308_gshared (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * __this, const RuntimeMethod* method) { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * G_B2_0 = NULL; Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * G_B2_1 = NULL; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * G_B1_0 = NULL; Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * G_B1_1 = NULL; { // private event Action mSetter = t => { }; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = ((U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9__0_0_1(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_1 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_0; G_B1_0 = L_1; G_B1_1 = ((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)(__this)); if (L_1) { G_B2_0 = L_1; G_B2_1 = ((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)(__this)); goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D * L_2 = ((U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9_0(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_3 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_4 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_3; ((U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->set_U3CU3E9__0_0_1(L_4); G_B2_0 = L_4; G_B2_1 = ((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)(G_B1_1)); } IL_0020: { NullCheck(G_B2_1); G_B2_1->set_mSetter_2(G_B2_0); // public UnityEvent OnValueChanged = new OnPropertyChangedEvent(); OnPropertyChangedEvent_1_tA55D6074D5BB2946C21F6C61D01F7DDA40D7AA94 * L_5 = (OnPropertyChangedEvent_1_tA55D6074D5BB2946C21F6C61D01F7DDA40D7AA94 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4)); (( void (*) (OnPropertyChangedEvent_1_tA55D6074D5BB2946C21F6C61D01F7DDA40D7AA94 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)(L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); __this->set_OnValueChanged_3(L_5); // public Property() NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // } return; } } // System.Void QFramework.Property`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1__ctor_m9624141801C928EDB7524229201A0B10A39E618C_gshared (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * __this, RuntimeObject * ___initValue0, const RuntimeMethod* method) { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * G_B2_0 = NULL; Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * G_B2_1 = NULL; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * G_B1_0 = NULL; Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * G_B1_1 = NULL; { // private event Action mSetter = t => { }; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = ((U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9__2_0_2(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_1 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_0; G_B1_0 = L_1; G_B1_1 = ((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)(__this)); if (L_1) { G_B2_0 = L_1; G_B2_1 = ((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)(__this)); goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D * L_2 = ((U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9_0(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_3 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_4 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_3; ((U3CU3Ec_t17518B10FBDF6027913BF11C57C1098804F2568D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->set_U3CU3E9__2_0_2(L_4); G_B2_0 = L_4; G_B2_1 = ((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)(G_B1_1)); } IL_0020: { NullCheck(G_B2_1); G_B2_1->set_mSetter_2(G_B2_0); // public UnityEvent OnValueChanged = new OnPropertyChangedEvent(); OnPropertyChangedEvent_1_tA55D6074D5BB2946C21F6C61D01F7DDA40D7AA94 * L_5 = (OnPropertyChangedEvent_1_tA55D6074D5BB2946C21F6C61D01F7DDA40D7AA94 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4)); (( void (*) (OnPropertyChangedEvent_1_tA55D6074D5BB2946C21F6C61D01F7DDA40D7AA94 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)(L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); __this->set_OnValueChanged_3(L_5); // public Property(T initValue) NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // mValue = initValue; RuntimeObject * L_6 = ___initValue0; __this->set_mValue_1(L_6); // } return; } } // T QFramework.Property`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Property_1_get_Value_mBFDCE4C42F3367B8F56E4E37BBFC1813D1B6A84C_gshared (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * __this, const RuntimeMethod* method) { { // get { return GetValue(); } NullCheck((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); RuntimeObject * L_0 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* T QFramework.Property`1::GetValue() */, (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); return L_0; } } // System.Void QFramework.Property`1::set_Value(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_set_Value_mAE32FF9BCFD9A84C461C54CA29A39A6CB7811253_gshared (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { // set { SetValue(value); } RuntimeObject * L_0 = ___value0; NullCheck((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); VirtActionInvoker1< RuntimeObject * >::Invoke(5 /* System.Void QFramework.Property`1::SetValue(T) */, (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this, (RuntimeObject *)L_0); // set { SetValue(value); } return; } } // T QFramework.Property`1::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Property_1_GetValue_mD0F2E2393C7EECDBB9006FE769310745B58C25D5_gshared (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * __this, const RuntimeMethod* method) { { // return mValue; RuntimeObject * L_0 = (RuntimeObject *)__this->get_mValue_1(); return L_0; } } // System.Void QFramework.Property`1::SetValue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_SetValue_m6ED878EB66FD6DB2B85184F2DAF6556822F321FE_gshared (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { // if (IsValueChanged(value)) RuntimeObject * L_0 = ___value0; NullCheck((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); bool L_1 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(6 /* System.Boolean QFramework.Property`1::IsValueChanged(T) */, (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this, (RuntimeObject *)L_0); if (!L_1) { goto IL_001d; } } { // mValue = value; RuntimeObject * L_2 = ___value0; __this->set_mValue_1(L_2); // DispatchValueChangeEvent(); NullCheck((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); VirtActionInvoker0::Invoke(7 /* System.Void QFramework.Property`1::DispatchValueChangeEvent() */, (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); // mSetted = true; __this->set_mSetted_0((bool)1); } IL_001d: { // } return; } } // System.Boolean QFramework.Property`1::IsValueChanged(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Property_1_IsValueChanged_m5D6AF01818D3E388C8D375EDE30788BE13FF1F22_gshared (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { // return value == null || !value.Equals(mValue) || !mSetted; RuntimeObject * L_0 = ___value0; if (!L_0) { goto IL_002c; } } { RuntimeObject * L_1 = (RuntimeObject *)__this->get_mValue_1(); NullCheck((RuntimeObject *)(___value0)); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(___value0), (RuntimeObject *)L_1); if (!L_2) { goto IL_002c; } } { bool L_3 = (bool)__this->get_mSetted_0(); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_002c: { return (bool)1; } } // System.Void QFramework.Property`1::DispatchValueChangeEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_DispatchValueChangeEvent_mC22F294BCABD6EBC22FBC4F3D6202D2860245E10_gshared (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * __this, const RuntimeMethod* method) { { // if (mSetter != null) Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)__this->get_mSetter_2(); if (!L_0) { goto IL_002a; } } { // mSetter.Invoke(mValue); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_1 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)__this->get_mSetter_2(); RuntimeObject * L_2 = (RuntimeObject *)__this->get_mValue_1(); NullCheck((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_1); (( void (*) (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); // OnValueChanged.Invoke(mValue); UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D * L_3 = (UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D *)__this->get_OnValueChanged_3(); RuntimeObject * L_4 = (RuntimeObject *)__this->get_mValue_1(); NullCheck((UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D *)L_3); (( void (*) (UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); } IL_002a: { // } return; } } // System.IDisposable QFramework.Property`1::Bind(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Property_1_Bind_mD9079366A6A7270AEA638531C1DA990F8C1860FA_gshared (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___onValueChanged0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Property_1_Bind_mD9079366A6A7270AEA638531C1DA990F8C1860FA_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E * V_0 = NULL; { U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E * L_0 = (U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 14)); (( void (*) (U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); V_0 = (U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E *)L_0; U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_0(__this); U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E * L_2 = V_0; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_3 = ___onValueChanged0; NullCheck(L_2); L_2->set_onValueChanged_1(L_3); // mSetter += onValueChanged; U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E * L_4 = V_0; NullCheck(L_4); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_5 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_4->get_onValueChanged_1(); NullCheck((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); (( void (*) (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this, (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)); // return new CustomDisposable(() => { mSetter -= onValueChanged; }); U3CU3Ec__DisplayClass11_0_t1B18C90D4BDDB75B14AC7B65CE0D764027A01D8E * L_6 = V_0; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_7 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var); Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_7, (RuntimeObject *)L_6, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)), /*hidden argument*/NULL); CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59 * L_8 = (CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59 *)il2cpp_codegen_object_new(CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59_il2cpp_TypeInfo_var); CustomDisposable__ctor_mBA76C1B1E4A462F1EDE23B612CA410ABE78F75BC(L_8, (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)L_7, /*hidden argument*/NULL); return L_8; } } // System.IDisposable QFramework.Property`1::BindWithInitialValue(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Property_1_BindWithInitialValue_mC924560C36FBD7C3C9C56575D5A312C354780BAD_gshared (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___onValueChanged0, const RuntimeMethod* method) { { // onValueChanged.Invoke(GetValue()); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = ___onValueChanged0; NullCheck((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* T QFramework.Property`1::GetValue() */, (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); NullCheck((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_0); (( void (*) (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); // return Bind(onValueChanged); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_2 = ___onValueChanged0; NullCheck((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this); RuntimeObject* L_3 = (( RuntimeObject* (*) (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A *)__this, (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); return L_3; } } // System.Void QFramework.Property`1::UnBindAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_UnBindAll_m73379CEE681E36693D244B3585D10C91350BB4E7_gshared (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * __this, const RuntimeMethod* method) { { // mSetter = null; __this->set_mSetter_2((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)NULL); // } return; } } // System.Void QFramework.Property`1::add_mSetter(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_add_mSetter_m524024DFD9A4925691FA5B84894BBEB2952C46CC_gshared (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___value0, const RuntimeMethod* method) { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * V_0 = NULL; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * V_1 = NULL; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * V_2 = NULL; { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)__this->get_mSetter_2(); V_0 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_0; } IL_0007: { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_1 = V_0; V_1 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_1; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_2 = V_1; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL); V_2 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** L_5 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 **)__this->get_address_of_mSetter_2(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_6 = V_2; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_7 = V_1; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_8 = InterlockedCompareExchangeImpl((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 **)(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 **)L_5, (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_6, (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_7); V_0 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_8; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_9 = V_0; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_9) == ((RuntimeObject*)(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void QFramework.Property`1::remove_mSetter(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_remove_mSetter_m42BBADB0B02DF0046873F08B66141C49B21C3DB7_gshared (Property_1_t42A9AAE9CEDBEB39666B580E14984D6A73B4EF0A * __this, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___value0, const RuntimeMethod* method) { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * V_0 = NULL; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * V_1 = NULL; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * V_2 = NULL; { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)__this->get_mSetter_2(); V_0 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_0; } IL_0007: { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_1 = V_0; V_1 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_1; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_2 = V_1; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_3 = ___value0; Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL); V_2 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** L_5 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 **)__this->get_address_of_mSetter_2(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_6 = V_2; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_7 = V_1; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_8 = InterlockedCompareExchangeImpl((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 **)(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 **)L_5, (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_6, (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_7); V_0 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_8; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_9 = V_0; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_9) == ((RuntimeObject*)(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_10)))) { goto IL_0007; } } { 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 QFramework.Property`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1__ctor_m8F21D40B456D93C7C54E524E5C059D04B8CA1F21_gshared (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * __this, const RuntimeMethod* method) { Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * G_B2_0 = NULL; Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * G_B2_1 = NULL; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * G_B1_0 = NULL; Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * G_B1_1 = NULL; { // private event Action mSetter = t => { }; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_0 = ((U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9__0_0_1(); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_1 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_0; G_B1_0 = L_1; G_B1_1 = ((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)(__this)); if (L_1) { G_B2_0 = L_1; G_B2_1 = ((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)(__this)); goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD * L_2 = ((U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9_0(); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_3 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_4 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_3; ((U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->set_U3CU3E9__0_0_1(L_4); G_B2_0 = L_4; G_B2_1 = ((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)(G_B1_1)); } IL_0020: { NullCheck(G_B2_1); G_B2_1->set_mSetter_2(G_B2_0); // public UnityEvent OnValueChanged = new OnPropertyChangedEvent(); OnPropertyChangedEvent_1_t731744BDC5B694C8E34D7148382406B4D8620951 * L_5 = (OnPropertyChangedEvent_1_t731744BDC5B694C8E34D7148382406B4D8620951 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4)); (( void (*) (OnPropertyChangedEvent_1_t731744BDC5B694C8E34D7148382406B4D8620951 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)(L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); __this->set_OnValueChanged_3(L_5); // public Property() NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // } return; } } // System.Void QFramework.Property`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1__ctor_m70B1B57CD5812132159C249E404B6CAE0C92085C_gshared (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * __this, float ___initValue0, const RuntimeMethod* method) { Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * G_B2_0 = NULL; Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * G_B2_1 = NULL; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * G_B1_0 = NULL; Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * G_B1_1 = NULL; { // private event Action mSetter = t => { }; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_0 = ((U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9__2_0_2(); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_1 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_0; G_B1_0 = L_1; G_B1_1 = ((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)(__this)); if (L_1) { G_B2_0 = L_1; G_B2_1 = ((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)(__this)); goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD * L_2 = ((U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9_0(); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_3 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_4 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_3; ((U3CU3Ec_t84EA665F54C04AEA0BBA679A2548B60203D42BDD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->set_U3CU3E9__2_0_2(L_4); G_B2_0 = L_4; G_B2_1 = ((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)(G_B1_1)); } IL_0020: { NullCheck(G_B2_1); G_B2_1->set_mSetter_2(G_B2_0); // public UnityEvent OnValueChanged = new OnPropertyChangedEvent(); OnPropertyChangedEvent_1_t731744BDC5B694C8E34D7148382406B4D8620951 * L_5 = (OnPropertyChangedEvent_1_t731744BDC5B694C8E34D7148382406B4D8620951 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4)); (( void (*) (OnPropertyChangedEvent_1_t731744BDC5B694C8E34D7148382406B4D8620951 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)(L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); __this->set_OnValueChanged_3(L_5); // public Property(T initValue) NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // mValue = initValue; float L_6 = ___initValue0; __this->set_mValue_1(L_6); // } return; } } // T QFramework.Property`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Property_1_get_Value_m12CE949123CF81B45BA677FD1CB6BDF142758E5F_gshared (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * __this, const RuntimeMethod* method) { { // get { return GetValue(); } NullCheck((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this); float L_0 = VirtFuncInvoker0< float >::Invoke(4 /* T QFramework.Property`1::GetValue() */, (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this); return L_0; } } // System.Void QFramework.Property`1::set_Value(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_set_Value_m10AB93C6DC3E61A0946DD1EFFF0BF60A98F9B43B_gshared (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * __this, float ___value0, const RuntimeMethod* method) { { // set { SetValue(value); } float L_0 = ___value0; NullCheck((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this); VirtActionInvoker1< float >::Invoke(5 /* System.Void QFramework.Property`1::SetValue(T) */, (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this, (float)L_0); // set { SetValue(value); } return; } } // T QFramework.Property`1::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Property_1_GetValue_m17D0C7E949062AF1EE2E38C5FFD732B2D7AD16C6_gshared (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * __this, const RuntimeMethod* method) { { // return mValue; float L_0 = (float)__this->get_mValue_1(); return L_0; } } // System.Void QFramework.Property`1::SetValue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_SetValue_m8AC6A1508E993ECFE6989C0E503BE3DAE7569140_gshared (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * __this, float ___value0, const RuntimeMethod* method) { { // if (IsValueChanged(value)) float L_0 = ___value0; NullCheck((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this); bool L_1 = VirtFuncInvoker1< bool, float >::Invoke(6 /* System.Boolean QFramework.Property`1::IsValueChanged(T) */, (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this, (float)L_0); if (!L_1) { goto IL_001d; } } { // mValue = value; float L_2 = ___value0; __this->set_mValue_1(L_2); // DispatchValueChangeEvent(); NullCheck((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this); VirtActionInvoker0::Invoke(7 /* System.Void QFramework.Property`1::DispatchValueChangeEvent() */, (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this); // mSetted = true; __this->set_mSetted_0((bool)1); } IL_001d: { // } return; } } // System.Boolean QFramework.Property`1::IsValueChanged(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Property_1_IsValueChanged_m97DDCF370FBD988EE2846095C908112D1EEF14CD_gshared (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * __this, float ___value0, const RuntimeMethod* method) { { // return value == null || !value.Equals(mValue) || !mSetted; } { float L_1 = (float)__this->get_mValue_1(); float L_2 = L_1; RuntimeObject * L_3 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11), &L_2); bool L_4 = Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16((float*)(float*)(&___value0), (RuntimeObject *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } { bool L_5 = (bool)__this->get_mSetted_0(); return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } IL_002c: { return (bool)1; } } // System.Void QFramework.Property`1::DispatchValueChangeEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_DispatchValueChangeEvent_mFA562BD64406285B6562E34666AD346AF92C33FB_gshared (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * __this, const RuntimeMethod* method) { { // if (mSetter != null) Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_0 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)__this->get_mSetter_2(); if (!L_0) { goto IL_002a; } } { // mSetter.Invoke(mValue); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_1 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)__this->get_mSetter_2(); float L_2 = (float)__this->get_mValue_1(); NullCheck((Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_1); (( void (*) (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); // OnValueChanged.Invoke(mValue); UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA * L_3 = (UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA *)__this->get_OnValueChanged_3(); float L_4 = (float)__this->get_mValue_1(); NullCheck((UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA *)L_3); (( void (*) (UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA *)L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); } IL_002a: { // } return; } } // System.IDisposable QFramework.Property`1::Bind(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Property_1_Bind_mB66B57AC88AF3BB23BB620F483D1AEE047133B80_gshared (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * __this, Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * ___onValueChanged0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Property_1_Bind_mB66B57AC88AF3BB23BB620F483D1AEE047133B80_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41 * V_0 = NULL; { U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41 * L_0 = (U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 14)); (( void (*) (U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); V_0 = (U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41 *)L_0; U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_0(__this); U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41 * L_2 = V_0; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_3 = ___onValueChanged0; NullCheck(L_2); L_2->set_onValueChanged_1(L_3); // mSetter += onValueChanged; U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41 * L_4 = V_0; NullCheck(L_4); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_5 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_4->get_onValueChanged_1(); NullCheck((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this); (( void (*) (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *, Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this, (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)); // return new CustomDisposable(() => { mSetter -= onValueChanged; }); U3CU3Ec__DisplayClass11_0_t9C9855FF5CDD13B494EB619908A1FD0CE3123E41 * L_6 = V_0; Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_7 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var); Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_7, (RuntimeObject *)L_6, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)), /*hidden argument*/NULL); CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59 * L_8 = (CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59 *)il2cpp_codegen_object_new(CustomDisposable_t1B97409648E94EE218D8309AA86BCCE41C94CF59_il2cpp_TypeInfo_var); CustomDisposable__ctor_mBA76C1B1E4A462F1EDE23B612CA410ABE78F75BC(L_8, (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)L_7, /*hidden argument*/NULL); return L_8; } } // System.IDisposable QFramework.Property`1::BindWithInitialValue(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Property_1_BindWithInitialValue_m96007C8E0388BFAAEBD0E726DDD6BF42E6A81C08_gshared (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * __this, Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * ___onValueChanged0, const RuntimeMethod* method) { { // onValueChanged.Invoke(GetValue()); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_0 = ___onValueChanged0; NullCheck((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this); float L_1 = VirtFuncInvoker0< float >::Invoke(4 /* T QFramework.Property`1::GetValue() */, (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this); NullCheck((Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_0); (( void (*) (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_0, (float)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); // return Bind(onValueChanged); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_2 = ___onValueChanged0; NullCheck((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this); RuntimeObject* L_3 = (( RuntimeObject* (*) (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *, Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 *)__this, (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); return L_3; } } // System.Void QFramework.Property`1::UnBindAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_UnBindAll_m98B5A64F0DA09991379959985A1CA65ECF038554_gshared (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * __this, const RuntimeMethod* method) { { // mSetter = null; __this->set_mSetter_2((Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)NULL); // } return; } } // System.Void QFramework.Property`1::add_mSetter(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_add_mSetter_m0C2AD037DDD00FAB679A6F6B42F04AF1F6B4B5C6_gshared (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * __this, Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * ___value0, const RuntimeMethod* method) { Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * V_0 = NULL; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * V_1 = NULL; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * V_2 = NULL; { Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_0 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)__this->get_mSetter_2(); V_0 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_0; } IL_0007: { Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_1 = V_0; V_1 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_1; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_2 = V_1; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_3 = ___value0; Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL); V_2 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)((Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB ** L_5 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB **)__this->get_address_of_mSetter_2(); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_6 = V_2; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_7 = V_1; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_8 = InterlockedCompareExchangeImpl((Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB **)(Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB **)L_5, (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_6, (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_7); V_0 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_8; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_9 = V_0; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_9) == ((RuntimeObject*)(Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_10)))) { goto IL_0007; } } { return; } } // System.Void QFramework.Property`1::remove_mSetter(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Property_1_remove_mSetter_mBBDDBBDD363584CA29B1EA4E8E87970F3764BD69_gshared (Property_1_t9E8CB76514568A76DD18CDC19B15164C9DF694F1 * __this, Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * ___value0, const RuntimeMethod* method) { Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * V_0 = NULL; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * V_1 = NULL; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * V_2 = NULL; { Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_0 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)__this->get_mSetter_2(); V_0 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_0; } IL_0007: { Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_1 = V_0; V_1 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_1; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_2 = V_1; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_3 = ___value0; Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL); V_2 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)((Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB ** L_5 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB **)__this->get_address_of_mSetter_2(); Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_6 = V_2; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_7 = V_1; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_8 = InterlockedCompareExchangeImpl((Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB **)(Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB **)L_5, (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_6, (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_7); V_0 = (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_8; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_9 = V_0; Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_9) == ((RuntimeObject*)(Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB *)L_10)))) { goto IL_0007; } } { 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 QFramework.QFrameworkContainer_<>c__21`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__21_1__cctor_m020FD064F6F05FD7647FA7EE43B13E4AC3D56BCB_gshared (const RuntimeMethod* method) { { U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7 * L_0 = (U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); (( void (*) (U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); ((U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void QFramework.QFrameworkContainer_<>c__21`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__21_1__ctor_m4C066AE65F5C67D4E343041C7941D28C3AEDD4E7_gshared (U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean QFramework.QFrameworkContainer_<>c__21`1::b__21_0(QFramework.Tuple`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__21_1_U3CUnRegisterInstanceU3Eb__21_0_m167C6813AE10BA84AF334B536DB0813B695B60F6_gshared (U3CU3Ec__21_1_tFD61F7FA041F274FA460702110CAC2EC9AA8D6C7 * __this, Tuple_2_tBE815999D98FB5CEBFE8F1E64F615ED2071AEB59 * ___k0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__21_1_U3CUnRegisterInstanceU3Eb__21_0_m167C6813AE10BA84AF334B536DB0813B695B60F6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // var key = Instances.Keys.SingleOrDefault(k => k.Item1 == typeof(TBase)); Tuple_2_tBE815999D98FB5CEBFE8F1E64F615ED2071AEB59 * L_0 = ___k0; NullCheck(L_0); Type_t * L_1 = (Type_t *)L_0->get_Item1_0(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 3)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); bool L_4 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); return L_4; } } #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 QFramework.QFrameworkContainer_d__11`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResolveAllU3Ed__11_1__ctor_m9273233C01D6EDC916722AD613E9063A90D6FCB7_gshared (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); int32_t L_1 = Environment_get_CurrentManagedThreadId_m0E897C88355903220B1EC214832F5E815D7C13D1(/*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_1); return; } } // System.Void QFramework.QFrameworkContainer_d__11`1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResolveAllU3Ed__11_1_System_IDisposable_Dispose_mAB99A1DBC768BC9C7E0BE7613D0D1C99457938B3_gshared (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); 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 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } IL_0011: try { // begin try (depth: 1) IL2CPP_LEAVE(0x1A, FINALLY_0013); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0013; } FINALLY_0013: { // begin finally (depth: 1) NullCheck((U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *)__this); (( void (*) (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); IL2CPP_END_FINALLY(19) } // end finally (depth: 1) IL2CPP_CLEANUP(19) { IL2CPP_JUMP_TBL(0x1A, IL_001a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_001a: { return; } } // System.Boolean QFramework.QFrameworkContainer_d__11`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CResolveAllU3Ed__11_1_MoveNext_m195E6CE29BA308C614DA844705B03FE5856014C3_gshared (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CResolveAllU3Ed__11_1_MoveNext_m195E6CE29BA308C614DA844705B03FE5856014C3_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 * V_2 = NULL; RuntimeObject * 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) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_1 = (int32_t)L_0; QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 * L_1 = (QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 *)__this->get_U3CU3E4__this_3(); V_2 = (QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 *)L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_0019; } } IL_0011: { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0068; } } IL_0015: { V_0 = (bool)0; goto IL_0095; } IL_0019: { __this->set_U3CU3E1__state_0((-1)); // foreach (var obj in ResolveAll(typeof(TType))) QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 * L_4 = V_2; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_5, /*hidden argument*/NULL); NullCheck((QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 *)L_4); RuntimeObject* L_7 = QFrameworkContainer_ResolveAll_mD37FE7B07B2330B49578B6BDA75FB53F295B945B((QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 *)L_4, (Type_t *)L_6, /*hidden argument*/NULL); NullCheck((RuntimeObject*)L_7); RuntimeObject* L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); __this->set_U3CU3E7__wrap1_4(L_8); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_0070; } IL_0045: { // foreach (var obj in ResolveAll(typeof(TType))) RuntimeObject* L_9 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_4(); NullCheck((RuntimeObject*)L_9); RuntimeObject * L_10 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8_il2cpp_TypeInfo_var, (RuntimeObject*)L_9); V_3 = (RuntimeObject *)L_10; // yield return (TType) obj; RuntimeObject * L_11 = V_3; __this->set_U3CU3E2__current_1(((RuntimeObject *)Castclass((RuntimeObject*)L_11, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)))); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_0095; } IL_0068: { __this->set_U3CU3E1__state_0(((int32_t)-3)); } IL_0070: { // foreach (var obj in ResolveAll(typeof(TType))) RuntimeObject* L_12 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_4(); NullCheck((RuntimeObject*)L_12); bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, (RuntimeObject*)L_12); if (L_13) { goto IL_0045; } } IL_007d: { NullCheck((U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *)__this); (( void (*) (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); __this->set_U3CU3E7__wrap1_4((RuntimeObject*)NULL); // } V_0 = (bool)0; goto IL_0095; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_008e; } FAULT_008e: { // begin fault (depth: 1) NullCheck((U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *)__this); (( void (*) (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); IL2CPP_END_FINALLY(142) } // end fault IL2CPP_CLEANUP(142) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0095: { bool L_14 = V_0; return L_14; } } // System.Void QFramework.QFrameworkContainer_d__11`1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResolveAllU3Ed__11_1_U3CU3Em__Finally1_m010A71BEEFA2CA24AFDDB5A49C0BFD71844A65A5_gshared (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CResolveAllU3Ed__11_1_U3CU3Em__Finally1_m010A71BEEFA2CA24AFDDB5A49C0BFD71844A65A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_4(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_4(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); } IL_001a: { return; } } // TType QFramework.QFrameworkContainer_d__11`1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CResolveAllU3Ed__11_1_System_Collections_Generic_IEnumeratorU3CTTypeU3E_get_Current_m9C0584D79D39394C203E573AE34677C70B070AF0_gshared (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return L_0; } } // System.Void QFramework.QFrameworkContainer_d__11`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResolveAllU3Ed__11_1_System_Collections_IEnumerator_Reset_mE7E8F94D904C9048C567E2A7CB18906E263C312F_gshared (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CResolveAllU3Ed__11_1_System_Collections_IEnumerator_Reset_mE7E8F94D904C9048C567E2A7CB18906E263C312F_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, U3CResolveAllU3Ed__11_1_System_Collections_IEnumerator_Reset_mE7E8F94D904C9048C567E2A7CB18906E263C312F_RuntimeMethod_var); } } // System.Object QFramework.QFrameworkContainer_d__11`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CResolveAllU3Ed__11_1_System_Collections_IEnumerator_get_Current_m3AC7A2610BF1F3A1C59D6DF61E2EDBB2C49B8CA3_gshared (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 QFramework.QFrameworkContainer_d__11`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CResolveAllU3Ed__11_1_System_Collections_Generic_IEnumerableU3CTTypeU3E_GetEnumerator_mB95A85F0BCD051B544F5196BF3E62EA4ABF08F76_gshared (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF * __this, const RuntimeMethod* method) { U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF * V_0 = NULL; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0022; } } { int32_t L_1 = (int32_t)__this->get_U3CU3El__initialThreadId_2(); int32_t L_2 = Environment_get_CurrentManagedThreadId_m0E897C88355903220B1EC214832F5E815D7C13D1(/*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0022; } } { __this->set_U3CU3E1__state_0(0); V_0 = (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *)__this; goto IL_0035; } IL_0022: { U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF * L_3 = (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4)); (( void (*) (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)(L_3, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); V_0 = (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *)L_3; U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF * L_4 = V_0; QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 * L_5 = (QFrameworkContainer_t1097F6224C23F4B7271219C2B7B9EC5C70505511 *)__this->get_U3CU3E4__this_3(); NullCheck(L_4); L_4->set_U3CU3E4__this_3(L_5); } IL_0035: { U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF * L_6 = V_0; return L_6; } } // System.Collections.IEnumerator QFramework.QFrameworkContainer_d__11`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CResolveAllU3Ed__11_1_System_Collections_IEnumerable_GetEnumerator_m9A83EBE62413CA2AA4E602D69BFDB1CCFBB722FB_gshared (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF * __this, const RuntimeMethod* method) { { NullCheck((U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *)__this); RuntimeObject* L_0 = (( RuntimeObject* (*) (U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((U3CResolveAllU3Ed__11_1_t09D999AE12F76E5F4F856DF0D62EC24AB27998CF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); 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 QFramework.ResFactory_<>c__2`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__2_1__cctor_mA35548C23B534CC4C7D7EE6AE541F38F1D44223B_gshared (const RuntimeMethod* method) { { U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE * L_0 = (U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); (( void (*) (U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); ((U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void QFramework.ResFactory_<>c__2`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__2_1__ctor_mAF7A45E286331C3BBEA883579B03DD912BFDCA5D_gshared (U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean QFramework.ResFactory_<>c__2`1::b__2_0(QFramework.IResCreator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__2_1_U3CRemoveResCreatorU3Eb__2_0_m992C78DE78343D7EF3538B0F383A58A59DAD44F3_gshared (U3CU3Ec__2_1_t010A2093E46A27FCC84ED2B88D78E068721D8CFE * __this, RuntimeObject* ___r0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__2_1_U3CRemoveResCreatorU3Eb__2_0_m992C78DE78343D7EF3538B0F383A58A59DAD44F3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // mResCreators.RemoveAll(r => r.GetType() == typeof(T)); RuntimeObject* L_0 = ___r0; NullCheck((RuntimeObject *)L_0); Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60((RuntimeObject *)L_0, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 3)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL); bool L_4 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); return L_4; } } #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 QFramework.SafeObjectPool`1::QFramework.ISingleton.OnSingletonInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeObjectPool_1_QFramework_ISingleton_OnSingletonInit_mA047B501059D19F1FAB899AEBC208B74278EF169_gshared (SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A * __this, const RuntimeMethod* method) { { // void ISingleton.OnSingletonInit() {} return; } } // System.Void QFramework.SafeObjectPool`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeObjectPool_1__ctor_m6E1E7ADB59C2BE2D72A2DD4B497FBEA7BB9D27A5_gshared (SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A * __this, const RuntimeMethod* method) { { // protected SafeObjectPool() NullCheck((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this); (( void (*) (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); // mFactory = new DefaultObjectFactory(); DefaultObjectFactory_1_t40260E6B8615206FA2749FF4EAF663B05EB4AE3D * L_0 = (DefaultObjectFactory_1_t40260E6B8615206FA2749FF4EAF663B05EB4AE3D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (DefaultObjectFactory_1_t40260E6B8615206FA2749FF4EAF663B05EB4AE3D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->set_mFactory_0(L_0); // } return; } } // QFramework.SafeObjectPool`1 QFramework.SafeObjectPool`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A * SafeObjectPool_1_get_Instance_m0014CB9685D77E40F12412166D5FB79B837B5050_gshared (const RuntimeMethod* method) { { // get { return SingletonProperty>.Instance; } IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)); SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A * L_0 = (( SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); return L_0; } } // System.Void QFramework.SafeObjectPool`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeObjectPool_1_Dispose_m2938736BCFDE770B5E8862BCB809E438FA253B00_gshared (SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A * __this, const RuntimeMethod* method) { { // SingletonProperty>.Dispose(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)); (( void (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); // } return; } } // System.Void QFramework.SafeObjectPool`1::Init(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeObjectPool_1_Init_m390AE33D3E85FE424DE7753F1AFF4A4362F8D937_gshared (SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A * __this, int32_t ___maxCount0, int32_t ___initCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SafeObjectPool_1_Init_m390AE33D3E85FE424DE7753F1AFF4A4362F8D937_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // MaxCacheCount = maxCount; int32_t L_0 = ___maxCount0; NullCheck((SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A *)__this); (( void (*) (SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)((SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); // if (maxCount > 0) int32_t L_1 = ___maxCount0; if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0014; } } { // initCount = Math.Min(maxCount, initCount); int32_t L_2 = ___maxCount0; int32_t L_3 = ___initCount1; IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_4 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525((int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); ___initCount1 = (int32_t)L_4; } IL_0014: { // if (CurCount < initCount) NullCheck((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this); int32_t L_5 = (( int32_t (*) (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); int32_t L_6 = ___initCount1; if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_003a; } } { // for (var i = CurCount; i < initCount; ++i) NullCheck((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this); int32_t L_7 = (( int32_t (*) (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); V_0 = (int32_t)L_7; goto IL_0036; } IL_0026: { // Recycle(new T()); RuntimeObject * L_8 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); NullCheck((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this); VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(8 /* System.Boolean QFramework.Pool`1::Recycle(T) */, (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this, (RuntimeObject *)L_8); // for (var i = CurCount; i < initCount; ++i) int32_t L_9 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0036: { // for (var i = CurCount; i < initCount; ++i) int32_t L_10 = V_0; int32_t L_11 = ___initCount1; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0026; } } IL_003a: { // } return; } } // System.Int32 QFramework.SafeObjectPool`1::get_MaxCacheCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SafeObjectPool_1_get_MaxCacheCount_mC907F7DB4F691EA6B94633CEAC8A3CFA0EBF7D8E_gshared (SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A * __this, const RuntimeMethod* method) { { // get { return mMaxCount; } int32_t L_0 = (int32_t)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mMaxCount_2(); return L_0; } } // System.Void QFramework.SafeObjectPool`1::set_MaxCacheCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeObjectPool_1_set_MaxCacheCount_mA1B22F47F28D6750D0569EE58F55CFE774F2F9D6_gshared (SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A * __this, int32_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { // mMaxCount = value; int32_t L_0 = ___value0; ((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->set_mMaxCount_2(L_0); // if (mCacheStack != null) Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_1 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); if (!L_1) { goto IL_0054; } } { // if (mMaxCount > 0) int32_t L_2 = (int32_t)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mMaxCount_2(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0054; } } { // if (mMaxCount < mCacheStack.Count) int32_t L_3 = (int32_t)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mMaxCount_2(); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_4 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_4); int32_t L_5 = (( int32_t (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); if ((((int32_t)L_3) >= ((int32_t)L_5))) { goto IL_0054; } } { // int removeCount = mCacheStack.Count - mMaxCount; Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_6 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_6); int32_t L_7 = (( int32_t (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_8 = (int32_t)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mMaxCount_2(); V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)); goto IL_0050; } IL_0040: { // mCacheStack.Pop(); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_9 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_9); (( RuntimeObject * (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); // --removeCount; int32_t L_10 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); } IL_0050: { // while (removeCount > 0) int32_t L_11 = V_0; if ((((int32_t)L_11) > ((int32_t)0))) { goto IL_0040; } } IL_0054: { // } return; } } // T QFramework.SafeObjectPool`1::Allocate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SafeObjectPool_1_Allocate_m2A86CB8FF5C99A5F21DDE02DFF86C7DC7B66E4E5_gshared (SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SafeObjectPool_1_Allocate_m2A86CB8FF5C99A5F21DDE02DFF86C7DC7B66E4E5_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { // var result = base.Allocate(); NullCheck((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this); RuntimeObject * L_0 = (( RuntimeObject * (*) (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_0 = (RuntimeObject *)L_0; // result.IsRecycled = false; NullCheck((RuntimeObject*)(V_0)); InterfaceActionInvoker1< bool >::Invoke(2 /* System.Void QFramework.IPoolable::set_IsRecycled(System.Boolean) */, IPoolable_tB09D4232C363FD3C380370608C4AFD9160D94502_il2cpp_TypeInfo_var, (RuntimeObject*)(V_0), (bool)0); // return result; RuntimeObject * L_1 = V_0; return L_1; } } // System.Boolean QFramework.SafeObjectPool`1::Recycle(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeObjectPool_1_Recycle_mC6FDEB294BDAEFDFA92F0A9E7547384ECB87B3A7_gshared (SafeObjectPool_1_tFECAD37D4AB2E45ECE56429D1C6BCAB15FAB8D5A * __this, RuntimeObject * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SafeObjectPool_1_Recycle_mC6FDEB294BDAEFDFA92F0A9E7547384ECB87B3A7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (t == null || t.IsRecycled) RuntimeObject * L_0 = ___t0; if (!L_0) { goto IL_0017; } } { NullCheck((RuntimeObject*)(___t0)); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean QFramework.IPoolable::get_IsRecycled() */, IPoolable_tB09D4232C363FD3C380370608C4AFD9160D94502_il2cpp_TypeInfo_var, (RuntimeObject*)(___t0)); if (!L_1) { goto IL_0019; } } IL_0017: { // return false; return (bool)0; } IL_0019: { // if (mMaxCount > 0) int32_t L_2 = (int32_t)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mMaxCount_2(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0044; } } { // if (mCacheStack.Count >= mMaxCount) Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_3 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_3); int32_t L_4 = (( int32_t (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); int32_t L_5 = (int32_t)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mMaxCount_2(); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0044; } } { // t.OnRecycled(); NullCheck((RuntimeObject*)(___t0)); InterfaceActionInvoker0::Invoke(0 /* System.Void QFramework.IPoolable::OnRecycled() */, IPoolable_tB09D4232C363FD3C380370608C4AFD9160D94502_il2cpp_TypeInfo_var, (RuntimeObject*)(___t0)); // return false; return (bool)0; } IL_0044: { // t.IsRecycled = true; NullCheck((RuntimeObject*)(___t0)); InterfaceActionInvoker1< bool >::Invoke(2 /* System.Void QFramework.IPoolable::set_IsRecycled(System.Boolean) */, IPoolable_tB09D4232C363FD3C380370608C4AFD9160D94502_il2cpp_TypeInfo_var, (RuntimeObject*)(___t0), (bool)1); // t.OnRecycled(); NullCheck((RuntimeObject*)(___t0)); InterfaceActionInvoker0::Invoke(0 /* System.Void QFramework.IPoolable::OnRecycled() */, IPoolable_tB09D4232C363FD3C380370608C4AFD9160D94502_il2cpp_TypeInfo_var, (RuntimeObject*)(___t0)); // mCacheStack.Push(t); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_6 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); RuntimeObject * L_7 = ___t0; NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_6); (( void (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_6, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); // return true; 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 QFramework.SimpleObjectPool`1::.ctor(System.Func`1,System.Action`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleObjectPool_1__ctor_m59B17980258B762DBC02822E78D739A54A03B2A9_gshared (SimpleObjectPool_1_t27D0BC67CBCC78D13F7620F77999B321EB12A304 * __this, Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * ___factoryMethod0, Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___resetMethod1, int32_t ___initCount2, const RuntimeMethod* method) { int32_t V_0 = 0; { // public SimpleObjectPool(Func factoryMethod, Action resetMethod = null,int initCount = 0) NullCheck((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this); (( void (*) (Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); // mFactory = new CustomObjectFactory(factoryMethod); Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * L_0 = ___factoryMethod0; CustomObjectFactory_1_t5A2095116C134ED80595E8FF5BECC89818FD1B77 * L_1 = (CustomObjectFactory_1_t5A2095116C134ED80595E8FF5BECC89818FD1B77 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (CustomObjectFactory_1_t5A2095116C134ED80595E8FF5BECC89818FD1B77 *, Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_1, (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); ((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->set_mFactory_0(L_1); // mResetMethod = resetMethod; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_2 = ___resetMethod1; __this->set_mResetMethod_3(L_2); // for (int i = 0; i < initCount; i++) V_0 = (int32_t)0; goto IL_0037; } IL_001d: { // mCacheStack.Push(mFactory.Create()); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_3 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); RuntimeObject* L_4 = (RuntimeObject*)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mFactory_0(); NullCheck((RuntimeObject*)L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* T QFramework.IObjectFactory`1::Create() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4), (RuntimeObject*)L_4); NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_3); (( void (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_3, (RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); // for (int i = 0; i < initCount; i++) int32_t L_6 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0037: { // for (int i = 0; i < initCount; i++) int32_t L_7 = V_0; int32_t L_8 = ___initCount2; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_001d; } } { // } return; } } // System.Boolean QFramework.SimpleObjectPool`1::Recycle(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleObjectPool_1_Recycle_m3BE15B695521C69E0104290EC06E9D2B1CFC431B_gshared (SimpleObjectPool_1_t27D0BC67CBCC78D13F7620F77999B321EB12A304 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { // if (mResetMethod != null) Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)__this->get_mResetMethod_3(); if (!L_0) { goto IL_0014; } } { // mResetMethod.Invoke(obj); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_1 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)__this->get_mResetMethod_3(); RuntimeObject * L_2 = ___obj0; NullCheck((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_1); (( void (*) (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); } IL_0014: { // mCacheStack.Push(obj); Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 * L_3 = (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)((Pool_1_tD550DFDD73BD14A8BC2786F958D278A68390DCF3 *)__this)->get_mCacheStack_1(); RuntimeObject * L_4 = ___obj0; NullCheck((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_3); (( void (*) (Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((Stack_1_t5697A763CE21E705BB0297FFBE9AFCB5F95C9163 *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); // return true; 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 QFramework.SingletonCreator_<>c__0`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__0_1__cctor_m83E82CE0073833E1EB4B596C6BF0FF7F5F4A3122_gshared (const RuntimeMethod* method) { { U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A * L_0 = (U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); (( void (*) (U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); ((U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void QFramework.SingletonCreator_<>c__0`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__0_1__ctor_mC2FF696B0F3C754CBECEE6FF99DF3422116BC0ED_gshared (U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean QFramework.SingletonCreator_<>c__0`1::b__0_0(System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__0_1_U3CCreateSingletonU3Eb__0_0_m8FBFF7F6E9C399CE0F577AD69A58AA449138EED0_gshared (U3CU3Ec__0_1_t01EA151966EC4D596EE380D503680A0AC1B0E87A * __this, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * ___c0, const RuntimeMethod* method) { { // var ctor = Array.Find(ctors, c => c.GetParameters().Length == 0); ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF * L_0 = ___c0; NullCheck((MethodBase_t *)L_0); ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_1 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(18 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, (MethodBase_t *)L_0); NullCheck(L_1); return (bool)((((int32_t)(((RuntimeArray*)L_1)->max_length)) == ((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 // T QFramework.SingletonProperty`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SingletonProperty_1_get_Instance_m8C7E4661B5A85177095ADE55DBD614E0F1124D21_gshared (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); { // lock (mLock) IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); RuntimeObject * L_0 = ((SingletonProperty_1_t88ABA4CC5988B9FCC0685FC706BFE74B6852F726_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mLock_1(); V_0 = (RuntimeObject *)L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5((RuntimeObject *)L_1, (bool*)(bool*)(&V_1), /*hidden argument*/NULL); // if (mInstance == null) IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); RuntimeObject * L_2 = ((SingletonProperty_1_t88ABA4CC5988B9FCC0685FC706BFE74B6852F726_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mInstance_0(); if (L_2) { goto IL_0026; } } IL_001c: { // mInstance = SingletonCreator.CreateSingleton(); RuntimeObject * L_3 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ((SingletonProperty_1_t88ABA4CC5988B9FCC0685FC706BFE74B6852F726_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_mInstance_0(L_3); } IL_0026: { // } IL2CPP_LEAVE(0x32, FINALLY_0028); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0028; } FINALLY_0028: { // begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0031; } } IL_002b: { RuntimeObject * L_5 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2((RuntimeObject *)L_5, /*hidden argument*/NULL); } IL_0031: { IL2CPP_END_FINALLY(40) } } // end finally (depth: 1) IL2CPP_CLEANUP(40) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { // return mInstance; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); RuntimeObject * L_6 = ((SingletonProperty_1_t88ABA4CC5988B9FCC0685FC706BFE74B6852F726_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mInstance_0(); return L_6; } } // System.Void QFramework.SingletonProperty`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingletonProperty_1_Dispose_m70D327863A370212C19F733C259A73C503E8B10C_gshared (const RuntimeMethod* method) { { // mInstance = null; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); il2cpp_codegen_initobj((((SingletonProperty_1_t88ABA4CC5988B9FCC0685FC706BFE74B6852F726_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_address_of_mInstance_0()), sizeof(RuntimeObject *)); // } return; } } // System.Void QFramework.SingletonProperty`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingletonProperty_1__cctor_m90318EBB84339C7DC4D664C5B8B878B708F79856_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SingletonProperty_1__cctor_m90318EBB84339C7DC4D664C5B8B878B708F79856_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // private static readonly object mLock = new object(); RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL); ((SingletonProperty_1_t88ABA4CC5988B9FCC0685FC706BFE74B6852F726_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_mLock_1(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 // T QFramework.Singleton`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Singleton_1_get_Instance_m3DB4A72DA6F8E0F00006362D36B2622338D48E9A_gshared (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); { // lock (mLock) IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); RuntimeObject * L_0 = ((Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mLock_1(); V_0 = (RuntimeObject *)L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5((RuntimeObject *)L_1, (bool*)(bool*)(&V_1), /*hidden argument*/NULL); // if (mInstance == null) IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); RuntimeObject * L_2 = ((Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mInstance_0(); if (L_2) { goto IL_0026; } } IL_001c: { // mInstance = SingletonCreator.CreateSingleton(); RuntimeObject * L_3 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ((Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_mInstance_0(L_3); } IL_0026: { // } IL2CPP_LEAVE(0x32, FINALLY_0028); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0028; } FINALLY_0028: { // begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0031; } } IL_002b: { RuntimeObject * L_5 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2((RuntimeObject *)L_5, /*hidden argument*/NULL); } IL_0031: { IL2CPP_END_FINALLY(40) } } // end finally (depth: 1) IL2CPP_CLEANUP(40) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { // return mInstance; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); RuntimeObject * L_6 = ((Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_mInstance_0(); return L_6; } } // System.Void QFramework.Singleton`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1_Dispose_m0599D17F9C67AC9BFEB8B95E7BBDED094AC5741A_gshared (Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60 * __this, const RuntimeMethod* method) { { // mInstance = null; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); il2cpp_codegen_initobj((((Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_address_of_mInstance_0()), sizeof(RuntimeObject *)); // } return; } } // System.Void QFramework.Singleton`1::OnSingletonInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1_OnSingletonInit_m17261EAA13EDDB843029463436123CEBDD9BD3EA_gshared (Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void QFramework.Singleton`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1__ctor_mF8CC984D9815FB712041FB4DA36939A6B4AFEC40_gshared (Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.Singleton`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1__cctor_mF8DBA3C3F16F954B6D4520D8F70DB45BA22DFB34_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Singleton_1__cctor_mF8DBA3C3F16F954B6D4520D8F70DB45BA22DFB34_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // static object mLock = new object(); RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL); ((Singleton_1_t82333E911B5E9528C4C07962A21CD9AC1D252D60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_mLock_1(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 QFramework.TableIndex`2::.ctor(System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TableIndex_2__ctor_m6C06E3A8CB42ACC7C62ABEC50A7C0048E5470BD2_gshared (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * ___keyGetter0, const RuntimeMethod* method) { { // private Dictionary> mIndex = new Dictionary>(); Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * L_0 = (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); (( void (*) (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); __this->set_mIndex_0(L_0); // public TableIndex(Func keyGetter) NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // mGetKeyByDataItem = keyGetter; Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * L_1 = ___keyGetter0; __this->set_mGetKeyByDataItem_1(L_1); // } return; } } // System.Collections.Generic.IDictionary`2> QFramework.TableIndex`2::get_Dictionary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TableIndex_2_get_Dictionary_mB0253DD26E5B660C3EEBAE553C749B6E536DDAD4_gshared (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, const RuntimeMethod* method) { { // get { return mIndex; } Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * L_0 = (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)__this->get_mIndex_0(); return L_0; } } // System.Void QFramework.TableIndex`2::Add(TDataItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TableIndex_2_Add_m41142B6CF19A0E927F95C46F9928416EECB12CC1_gshared (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, RuntimeObject * ___dataItem0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * V_1 = NULL; { // var key = mGetKeyByDataItem(dataItem); Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * L_0 = (Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 *)__this->get_mGetKeyByDataItem_1(); RuntimeObject * L_1 = ___dataItem0; NullCheck((Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (RuntimeObject *)L_2; // if (mIndex.ContainsKey(key)) Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * L_3 = (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)__this->get_mIndex_0(); RuntimeObject * L_4 = V_0; NullCheck((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_3); bool L_5 = (( bool (*) (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); if (!L_5) { goto IL_002e; } } { // mIndex[key].Add(dataItem); Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * L_6 = (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)__this->get_mIndex_0(); RuntimeObject * L_7 = V_0; NullCheck((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_6); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_8 = (( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * (*) (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_6, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); RuntimeObject * L_9 = ___dataItem0; NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_8); (( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); // } return; } IL_002e: { // var list = ListPool.Get(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7)); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_10 = (( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_1 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_10; // list.Add(dataItem); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_11 = V_1; RuntimeObject * L_12 = ___dataItem0; NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_11); (( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_11, (RuntimeObject *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); // mIndex.Add(key, list); Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * L_13 = (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)__this->get_mIndex_0(); RuntimeObject * L_14 = V_0; List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_15 = V_1; NullCheck((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_13); (( void (*) (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *, RuntimeObject *, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_13, (RuntimeObject *)L_14, (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); // } return; } } // System.Void QFramework.TableIndex`2::Remove(TDataItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TableIndex_2_Remove_m55FECDC968EFAB2D7BA7B0FE3C65959C0B996487_gshared (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, RuntimeObject * ___dataItem0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { // var key = mGetKeyByDataItem(dataItem); Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 * L_0 = (Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 *)__this->get_mGetKeyByDataItem_1(); RuntimeObject * L_1 = ___dataItem0; NullCheck((Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Func_2_tE9A60F007AC624EA27BF19DEF4242B7DA2F1C2A4 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); V_0 = (RuntimeObject *)L_2; // mIndex[key].Remove(dataItem); Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * L_3 = (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)__this->get_mIndex_0(); RuntimeObject * L_4 = V_0; NullCheck((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_3); List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_5 = (( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * (*) (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); RuntimeObject * L_6 = ___dataItem0; NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_5); (( bool (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_5, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)); // } return; } } // System.Collections.Generic.IEnumerable`1 QFramework.TableIndex`2::Get(TKeyType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TableIndex_2_Get_mB161A927E9AAD69D5A85CE8D4B8195E27832251A_gshared (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * V_0 = NULL; { // List retList = null; V_0 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)NULL; // if (mIndex.TryGetValue(key, out retList)) Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * L_0 = (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)__this->get_mIndex_0(); RuntimeObject * L_1 = ___key0; NullCheck((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_0); bool L_2 = (( bool (*) (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *, RuntimeObject *, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_0, (RuntimeObject *)L_1, (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D **)(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D **)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); if (!L_2) { goto IL_0014; } } { // return retList; List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_3 = V_0; return L_3; } IL_0014: { // return Enumerable.Empty(); RuntimeObject* L_4 = (( RuntimeObject* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)); return L_4; } } // System.Void QFramework.TableIndex`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TableIndex_2_Clear_m8822A3EE4D5379753EEB362E1CA786DEED16B20E_gshared (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TableIndex_2_Clear_m8822A3EE4D5379753EEB362E1CA786DEED16B20E_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 V_0; memset((&V_0), 0, sizeof(V_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) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // foreach (var value in mIndex.Values) Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * L_0 = (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)__this->get_mIndex_0(); NullCheck((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_0); ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 * L_1 = (( ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 * (*) (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 *)L_1); Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 L_2 = (( Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 (*) (ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_0 = (Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 )L_2; } IL_0011: try { // begin try (depth: 1) { goto IL_001f; } IL_0013: { // foreach (var value in mIndex.Values) List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_3 = Enumerator_get_Current_m6134C9642E2C4E117B001AB15CD1F834A7819FF4_inline((Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 *)(Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); // value.Clear(); NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_3); (( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); } IL_001f: { // foreach (var value in mIndex.Values) bool L_4 = Enumerator_MoveNext_mBEDA100508BC12F520224E4AB1806E5879EE07BB((Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 *)(Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)); if (L_4) { goto IL_0013; } } IL_0028: { IL2CPP_LEAVE(0x38, FINALLY_002a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: { // begin finally (depth: 1) Il2CppFakeBox L_5(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 17), (&V_0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__50 = il2cpp_codegen_get_interface_invoke_data(0, (&L_5), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var); (( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__50.methodPtr)((RuntimeObject*)(&L_5), /*hidden argument*/il2cpp_virtual_invoke_data__50.method); V_0 = L_5.m_Value; IL2CPP_END_FINALLY(42) } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_JUMP_TBL(0x38, IL_0038) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0038: { // mIndex.Clear(); Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * L_6 = (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)__this->get_mIndex_0(); NullCheck((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_6); (( void (*) (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)->methodPointer)((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 18)); // } return; } } // System.Void QFramework.TableIndex`2::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TableIndex_2_Dispose_m827BF372D361382678CC8F733533B4028FCE2789_gshared (TableIndex_2_t7E1431AEBBE11B720A993B680BDBE80E4B0E636D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TableIndex_2_Dispose_m827BF372D361382678CC8F733533B4028FCE2789_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 V_0; memset((&V_0), 0, sizeof(V_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) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { // foreach (var value in mIndex.Values) Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * L_0 = (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)__this->get_mIndex_0(); NullCheck((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_0); ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 * L_1 = (( ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 * (*) (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); NullCheck((ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 *)L_1); Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 L_2 = (( Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 (*) (ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((ValueCollection_t63C89DD9DEC8D5CEF0AA272B864CD9F7215AFBC1 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); V_0 = (Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 )L_2; } IL_0011: try { // begin try (depth: 1) { goto IL_001f; } IL_0013: { // foreach (var value in mIndex.Values) List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_3 = Enumerator_get_Current_m6134C9642E2C4E117B001AB15CD1F834A7819FF4_inline((Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 *)(Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); // value.Release2Pool(); (( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); } IL_001f: { // foreach (var value in mIndex.Values) bool L_4 = Enumerator_MoveNext_mBEDA100508BC12F520224E4AB1806E5879EE07BB((Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 *)(Enumerator_t2F6F78A061D30C15DF1849721FEBB2DFBF3D6184 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)); if (L_4) { goto IL_0013; } } IL_0028: { IL2CPP_LEAVE(0x38, FINALLY_002a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: { // begin finally (depth: 1) Il2CppFakeBox L_5(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 17), (&V_0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__50 = il2cpp_codegen_get_interface_invoke_data(0, (&L_5), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var); (( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__50.methodPtr)((RuntimeObject*)(&L_5), /*hidden argument*/il2cpp_virtual_invoke_data__50.method); V_0 = L_5.m_Value; IL2CPP_END_FINALLY(42) } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_JUMP_TBL(0x38, IL_0038) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0038: { // mIndex.Release2Pool(); Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE * L_6 = (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)__this->get_mIndex_0(); (( void (*) (Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20)->methodPointer)((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20)); // mIndex = null; __this->set_mIndex_0((Dictionary_2_tA19190C3AEF1393971CA47017D2AF398ACF4BADE *)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 QFramework.Table`1::Add(TDataItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Table_1_Add_m662FB962935AB271F8284037A80321108664BC6C_gshared (Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { // OnAdd(item); RuntimeObject * L_0 = ___item0; NullCheck((Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 *)__this); VirtActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void QFramework.Table`1::OnAdd(TDataItem) */, (Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 *)__this, (RuntimeObject *)L_0); // } return; } } // System.Void QFramework.Table`1::Remove(TDataItem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Table_1_Remove_m4C086A770041D8241F56452BC9A6FEF665224E03_gshared (Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { // OnRemove(item); RuntimeObject * L_0 = ___item0; NullCheck((Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 *)__this); VirtActionInvoker1< RuntimeObject * >::Invoke(8 /* System.Void QFramework.Table`1::OnRemove(TDataItem) */, (Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 *)__this, (RuntimeObject *)L_0); // } return; } } // System.Void QFramework.Table`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Table_1_Clear_mF0FA9EFB61C7ADE0EF29825443C5F0B499DF3D69_gshared (Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 * __this, const RuntimeMethod* method) { { // OnClear(); NullCheck((Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 *)__this); VirtActionInvoker0::Invoke(9 /* System.Void QFramework.Table`1::OnClear() */, (Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 *)__this); // } return; } } // System.Void QFramework.Table`1::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Table_1_Update_mD89C799255BB77B907B6A25C43578E7F81E20268_gshared (Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 * __this, const RuntimeMethod* method) { { // } return; } } // System.Collections.IEnumerator QFramework.Table`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Table_1_System_Collections_IEnumerable_GetEnumerator_m42D7B82F44C3091676F264E1417F5FE136F3F888_gshared (Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 * __this, const RuntimeMethod* method) { { // return GetEnumerator(); NullCheck((Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 *)__this); RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.Generic.IEnumerator`1 QFramework.Table`1::GetEnumerator() */, (Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 *)__this); return L_0; } } // System.Void QFramework.Table`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Table_1_Dispose_m7890E34D9AC1A03706AEC5DF7AB61243D380514B_gshared (Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 * __this, const RuntimeMethod* method) { { // OnDispose(); NullCheck((Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 *)__this); VirtActionInvoker0::Invoke(11 /* System.Void QFramework.Table`1::OnDispose() */, (Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 *)__this); // } return; } } // System.Void QFramework.Table`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Table_1__ctor_mDD47AB64DABF02E43F7AE94DF47B242CEE0A6ED3_gshared (Table_1_tD89D5474D3BA7C019CEB9E41716028DD47281933 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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 QFramework.Tuple`2::.ctor(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tuple_2__ctor_m05C6806ADC6F30952579F947F853463FD0A4C35F_gshared (Tuple_2_t693252D990783B408258D1D95761F626CB05802C * __this, RuntimeObject * ___item10, RuntimeObject * ___item21, const RuntimeMethod* method) { { // public Tuple(T1 item1, T2 item2) NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); // Item1 = item1; RuntimeObject * L_0 = ___item10; __this->set_Item1_0(L_0); // Item2 = item2; RuntimeObject * L_1 = ___item21; __this->set_Item2_1(L_1); // } return; } } // System.Boolean QFramework.Tuple`2::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Tuple_2_Equals_m8020E9AE373E5201BCF1CFAF0225140DE5B3C9B8_gshared (Tuple_2_t693252D990783B408258D1D95761F626CB05802C * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { Tuple_2_t693252D990783B408258D1D95761F626CB05802C * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; { // Tuple p = obj as Tuple; RuntimeObject * L_0 = ___obj0; V_0 = (Tuple_2_t693252D990783B408258D1D95761F626CB05802C *)((Tuple_2_t693252D990783B408258D1D95761F626CB05802C *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))); // if (obj == null) return false; RuntimeObject * L_1 = ___obj0; if (L_1) { goto IL_000c; } } { // if (obj == null) return false; return (bool)0; } IL_000c: { // if (Item1 == null) RuntimeObject * L_2 = (RuntimeObject *)__this->get_Item1_0(); if (L_2) { goto IL_0028; } } { // if (p.Item1 != null) return false; Tuple_2_t693252D990783B408258D1D95761F626CB05802C * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = (RuntimeObject *)L_3->get_Item1_0(); if (!L_4) { goto IL_0058; } } { // if (p.Item1 != null) return false; return (bool)0; } IL_0028: { // if (p.Item1 == null || !Item1.Equals(p.Item1)) return false; Tuple_2_t693252D990783B408258D1D95761F626CB05802C * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6 = (RuntimeObject *)L_5->get_Item1_0(); if (!L_6) { goto IL_0056; } } { RuntimeObject * L_7 = (RuntimeObject *)__this->get_Item1_0(); V_1 = (RuntimeObject *)L_7; Tuple_2_t693252D990783B408258D1D95761F626CB05802C * L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9 = (RuntimeObject *)L_8->get_Item1_0(); NullCheck((RuntimeObject *)(V_1)); bool L_10 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(V_1), (RuntimeObject *)L_9); if (L_10) { goto IL_0058; } } IL_0056: { // if (p.Item1 == null || !Item1.Equals(p.Item1)) return false; return (bool)0; } IL_0058: { // if (Item2 == null) RuntimeObject * L_11 = (RuntimeObject *)__this->get_Item2_1(); if (L_11) { goto IL_0074; } } { // if (p.Item2 != null) return false; Tuple_2_t693252D990783B408258D1D95761F626CB05802C * L_12 = V_0; NullCheck(L_12); RuntimeObject * L_13 = (RuntimeObject *)L_12->get_Item2_1(); if (!L_13) { goto IL_00a4; } } { // if (p.Item2 != null) return false; return (bool)0; } IL_0074: { // if (p.Item2 == null || !Item2.Equals(p.Item2)) return false; Tuple_2_t693252D990783B408258D1D95761F626CB05802C * L_14 = V_0; NullCheck(L_14); RuntimeObject * L_15 = (RuntimeObject *)L_14->get_Item2_1(); if (!L_15) { goto IL_00a2; } } { RuntimeObject * L_16 = (RuntimeObject *)__this->get_Item2_1(); V_2 = (RuntimeObject *)L_16; Tuple_2_t693252D990783B408258D1D95761F626CB05802C * L_17 = V_0; NullCheck(L_17); RuntimeObject * L_18 = (RuntimeObject *)L_17->get_Item2_1(); NullCheck((RuntimeObject *)(V_2)); bool L_19 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(V_2), (RuntimeObject *)L_18); if (L_19) { goto IL_00a4; } } IL_00a2: { // if (p.Item2 == null || !Item2.Equals(p.Item2)) return false; return (bool)0; } IL_00a4: { // return true; return (bool)1; } } // System.Int32 QFramework.Tuple`2::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Tuple_2_GetHashCode_m1F85C8CDD5AFAE59D8C32CE3EC9B9734D17E1BA2_gshared (Tuple_2_t693252D990783B408258D1D95761F626CB05802C * __this, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; { // int hash = 0; V_0 = (int32_t)0; // if (Item1 != null) RuntimeObject * L_0 = (RuntimeObject *)__this->get_Item1_0(); if (!L_0) { goto IL_0026; } } { // hash ^= Item1.GetHashCode(); int32_t L_1 = V_0; RuntimeObject * L_2 = (RuntimeObject *)__this->get_Item1_0(); V_1 = (RuntimeObject *)L_2; NullCheck((RuntimeObject *)(V_1)); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(V_1)); V_0 = (int32_t)((int32_t)((int32_t)L_1^(int32_t)L_3)); } IL_0026: { // if (Item2 != null) RuntimeObject * L_4 = (RuntimeObject *)__this->get_Item2_1(); if (!L_4) { goto IL_004a; } } { // hash ^= Item2.GetHashCode(); int32_t L_5 = V_0; RuntimeObject * L_6 = (RuntimeObject *)__this->get_Item2_1(); V_2 = (RuntimeObject *)L_6; NullCheck((RuntimeObject *)(V_2)); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(V_2)); V_0 = (int32_t)((int32_t)((int32_t)L_5^(int32_t)L_7)); } IL_004a: { // return hash; int32_t L_8 = V_0; return L_8; } } #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 QFramework.TypeEventSystem_Registerations`1_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mDA5C439ABB06120A5E1D83EE4499B9CEF80A98CD_gshared (const RuntimeMethod* method) { { U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79 * L_0 = (U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); (( void (*) (U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); ((U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void QFramework.TypeEventSystem_Registerations`1_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m0AA26874993C19CE1FE2D2A9A9AA5885298E0437_gshared (U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void QFramework.TypeEventSystem_Registerations`1_<>c::<.ctor>b__2_0(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__2_0_mE92C4554952158A8E7383C8D5589057CF6E01F15_gshared (U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { // public Action OnReceives = obj => { }; 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 QFramework.TypeEventSystem_Registerations`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Registerations_1_Dispose_m5E534BF54BF0D3CE0FC732A99EFA4F67EC988925_gshared (Registerations_1_t96F872647BF90F1F20AD7DFCA2AF2369BB1532B0 * __this, const RuntimeMethod* method) { { // OnReceives = null; __this->set_OnReceives_0((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)NULL); // } return; } } // System.Void QFramework.TypeEventSystem_Registerations`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Registerations_1__ctor_m3426CF4038761E3CDE61512D7AC48D2E9935D92A_gshared (Registerations_1_t96F872647BF90F1F20AD7DFCA2AF2369BB1532B0 * __this, const RuntimeMethod* method) { Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * G_B2_0 = NULL; Registerations_1_t96F872647BF90F1F20AD7DFCA2AF2369BB1532B0 * G_B2_1 = NULL; Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * G_B1_0 = NULL; Registerations_1_t96F872647BF90F1F20AD7DFCA2AF2369BB1532B0 * G_B1_1 = NULL; { // public Action OnReceives = obj => { }; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = ((U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9__2_0_1(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_1 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_0; G_B1_0 = L_1; G_B1_1 = ((Registerations_1_t96F872647BF90F1F20AD7DFCA2AF2369BB1532B0 *)(__this)); if (L_1) { G_B2_0 = L_1; G_B2_1 = ((Registerations_1_t96F872647BF90F1F20AD7DFCA2AF2369BB1532B0 *)(__this)); goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)); U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79 * L_2 = ((U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_U3CU3E9_0(); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_3 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); (( void (*) (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject *)L_2, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_4 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_3; ((U3CU3Ec_t1DD8EDAD524B38D320B6DF3D877E13EC723ECE79_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->set_U3CU3E9__2_0_1(L_4); G_B2_0 = L_4; G_B2_1 = ((Registerations_1_t96F872647BF90F1F20AD7DFCA2AF2369BB1532B0 *)(G_B1_1)); } IL_0020: { NullCheck(G_B2_1); G_B2_1->set_OnReceives_0(G_B2_0); NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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 QFramework.TypeEventUnregister`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeEventUnregister_1_Dispose_m8A92D91C6966CF8B2E02A22526F047C648B2DF98_gshared (TypeEventUnregister_1_t76091AEAC6D6711EEA018D03D4513737795A191F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeEventUnregister_1_Dispose_m8A92D91C6966CF8B2E02A22526F047C648B2DF98_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // TypeEventSystem.UnRegister(OnReceive); Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * L_0 = (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)__this->get_OnReceive_0(); IL2CPP_RUNTIME_CLASS_INIT(TypeEventSystem_t1490050F9E83A810D5B06392AB57CD544EBE4EC5_il2cpp_TypeInfo_var); (( void (*) (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); // } return; } } // System.Void QFramework.TypeEventUnregister`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeEventUnregister_1__ctor_mDB006FF3C89FB6FA9E406169205C021DFB03B2B3_gshared (TypeEventUnregister_1_t76091AEAC6D6711EEA018D03D4513737795A191F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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 Response`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Response_1__ctor_m17952B6F76F212D034128A00E86223CA79930949_gshared (Response_1_tA0E21C67995767E17A1C6923587C5EE8CC46C326 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__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 // T Singleton`1::GetInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Singleton_1_GetInstance_m0F495F44B0CFC72223E41F65CB177E94AD3E2862_gshared (const RuntimeMethod* method) { { // if (instance == null) { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); RuntimeObject * L_0 = ((Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_instance_0(); if (L_0) { goto IL_0025; } } { // instance = new T(); RuntimeObject * L_1 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); ((Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_instance_0(L_1); // instance.InitializeInstance(); RuntimeObject * L_2 = ((Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_instance_0(); NullCheck((Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550 *)L_2); VirtActionInvoker0::Invoke(4 /* System.Void Singleton`1::InitializeInstance() */, (Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550 *)L_2); } IL_0025: { // return instance; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); RuntimeObject * L_3 = ((Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_instance_0(); return L_3; } } // System.Void Singleton`1::ResetInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1_ResetInstance_mE1D9AED8B51AF2B58D65B790D32443543BF7EC5B_gshared (const RuntimeMethod* method) { { // if (instance != null) { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); RuntimeObject * L_0 = ((Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_instance_0(); if (!L_0) { goto IL_0026; } } { // instance.ShutdownInstance(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); RuntimeObject * L_1 = ((Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_instance_0(); NullCheck((Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550 *)L_1); VirtActionInvoker0::Invoke(5 /* System.Void Singleton`1::ShutdownInstance() */, (Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550 *)L_1); // instance = null; il2cpp_codegen_initobj((((Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_address_of_instance_0()), sizeof(RuntimeObject *)); } IL_0026: { // } return; } } // System.Void Singleton`1::InitializeInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1_InitializeInstance_mE11945F7D7DC49F4EB202BD85D1229E56A9D16BA_gshared (Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550 * __this, const RuntimeMethod* method) { { // protected virtual void InitializeInstance() { } return; } } // System.Void Singleton`1::ShutdownInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1_ShutdownInstance_m69BBD5CCD34503E66669891CD27D845DAB0857C5_gshared (Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550 * __this, const RuntimeMethod* method) { { // protected virtual void ShutdownInstance() { } return; } } // System.Void Singleton`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1__ctor_m629428708A0E543187CADC9B0B21F7363B0DDFEF_gshared (Singleton_1_tED9082D93E67F632D3487C3E0A91F16140913550 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void Singleton`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Singleton_1__cctor_m5E553C4D6E14F17A3E8CE4E6C6D1599450AA2B06_gshared (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.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m77C080082793F97A834E80DED26BE5259243B8C4_gshared (Action_1_t97D1FB97578BDD98FFDE2DF9FCC9C2ED9A4EE453 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m345A24643C1FEAA75E798FCD25DFE5EF9805F9E1_gshared (Action_1_t97D1FB97578BDD98FFDE2DF9FCC9C2ED9A4EE453 * __this, PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m5D84684AE186EFC2BF5D4A04B9AEA19B2DF0B1E4_gshared (Action_1_t97D1FB97578BDD98FFDE2DF9FCC9C2ED9A4EE453 * __this, PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m5D84684AE186EFC2BF5D4A04B9AEA19B2DF0B1E4_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mA5B2A530BE0D0FE1A654A81D71246E4BD85E2827_gshared (Action_1_t97D1FB97578BDD98FFDE2DF9FCC9C2ED9A4EE453 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m36BDDA4161961F2E9C6B8A2AA17EACB845FE6896_gshared (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m45E8F9900F9DB395C48A868A7C6A83BDD7FC692F_gshared (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * __this, bool ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m10C6A956131CC7E0B40A82EF4973DB68378C7F11_gshared (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * __this, bool ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m10C6A956131CC7E0B40A82EF4973DB68378C7F11_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m015FBFB09F7184CC5F17647CA950DBC77D10A54A_gshared (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m79D6B44D66130806746CEDFF5C17061C9D77CE10_gshared (Action_1_t7CCD21D1063A83C9B6E5A95BFCE022A6EB65C46A * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m4CA3C565611C40259D904353017B4DA9EFE799C7_gshared (Action_1_t7CCD21D1063A83C9B6E5A95BFCE022A6EB65C46A * __this, uint8_t ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (uint8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, uint8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (uint8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< uint8_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< uint8_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< uint8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< uint8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, uint8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m06493A4A91EF5E0099535DF5E9D1CCA85F7519F6_gshared (Action_1_t7CCD21D1063A83C9B6E5A95BFCE022A6EB65C46A * __this, uint8_t ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m06493A4A91EF5E0099535DF5E9D1CCA85F7519F6_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m0DA07977F085F74CAD3DC28D914D43C86B57C2D1_gshared (Action_1_t7CCD21D1063A83C9B6E5A95BFCE022A6EB65C46A * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mBD01ACD206530C7F3C56B353BA5206FBAD6D9AD7_gshared (Action_1_t49CEE65271E77B0724B9809B1517C3095C59B004 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mC9191252CB273FF4B1E6BC7732B51B87755CF076_gshared (Action_1_t49CEE65271E77B0724B9809B1517C3095C59B004 * __this, Il2CppChar ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (Il2CppChar, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Il2CppChar, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (Il2CppChar, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Il2CppChar >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Il2CppChar >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Il2CppChar >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Il2CppChar, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_mEECC98245C2D4BC85D633A8F8FA854E3DD22D27E_gshared (Action_1_t49CEE65271E77B0724B9809B1517C3095C59B004 * __this, Il2CppChar ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_mEECC98245C2D4BC85D633A8F8FA854E3DD22D27E_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mE66409CEC5BB56BBD32CFE85217501A97865D0F5_gshared (Action_1_t49CEE65271E77B0724B9809B1517C3095C59B004 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mF1244F034C6849C76C89CC52AA7461D884E08BA5_gshared (Action_1_t0DEF774B03048897D0C95E1C3FDEC90E76AD66F6 * __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.Void System.Action`1>::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m1A0E605ED2664E7DF168EB141E0235B798655E79_gshared (Action_1_t0DEF774B03048897D0C95E1C3FDEC90E76AD66F6 * __this, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1>::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m02789A61A2C3829C117DD7793B1273498B3EB8E6_gshared (Action_1_t0DEF774B03048897D0C95E1C3FDEC90E76AD66F6 * __this, KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m02789A61A2C3829C117DD7793B1273498B3EB8E6_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1>::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mCA6077E6DA920AFFEF1BBD0FCF5F621E71C59159_gshared (Action_1_t0DEF774B03048897D0C95E1C3FDEC90E76AD66F6 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m783074D26369ABF5CDEEC2FD6183A82CD100C7C8_gshared (Action_1_t270B04F21C721E2ABDBD54528470836F7B679CD7 * __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.Void System.Action`1>::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m0D6828177CDD15476271A1D5CECE17594608265B_gshared (Action_1_t270B04F21C721E2ABDBD54528470836F7B679CD7 * __this, KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1>::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m4A588680F0C6E444C9AF4CC66C8E06BE1EE1BA84_gshared (Action_1_t270B04F21C721E2ABDBD54528470836F7B679CD7 * __this, KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m4A588680F0C6E444C9AF4CC66C8E06BE1EE1BA84_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1>::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mC263319BFD340046F0F2A9191790D83249BD589A_gshared (Action_1_t270B04F21C721E2ABDBD54528470836F7B679CD7 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m97953D4FE028F8F09E9C4281E6AA296EEEE806F8_gshared (Action_1_t8CEEAFF163330A93E9E6B250A5D877C88F83DA0D * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m0DC771464F109AF8778F5880A6E9127B2663BB7D_gshared (Action_1_t8CEEAFF163330A93E9E6B250A5D877C88F83DA0D * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m8E3FDA5BC52BC20728902EA5802FB1F3E991F247_gshared (Action_1_t8CEEAFF163330A93E9E6B250A5D877C88F83DA0D * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m8E3FDA5BC52BC20728902EA5802FB1F3E991F247_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m74D29ECF4345417D2EDBD3C538A1761ABE6B3012_gshared (Action_1_t8CEEAFF163330A93E9E6B250A5D877C88F83DA0D * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m537DD01E7DF339ABDEC5532EF8A0CA64B7EF2C44_gshared (Action_1_t13BD397B370C97145826C7C63AC82C4B1B499E7F * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m8F5866EE0F7CB9AC61B5B8CBBAF0B85FE941C350_gshared (Action_1_t13BD397B370C97145826C7C63AC82C4B1B499E7F * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_mBDEB8DF3A5800188BAEB1E96251B8F6FBC2DF352_gshared (Action_1_t13BD397B370C97145826C7C63AC82C4B1B499E7F * __this, DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_mBDEB8DF3A5800188BAEB1E96251B8F6FBC2DF352_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(DateTimeOffset_t6C333873402CAD576160B4F8E159EB6834F06B85_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m75CF371069E4576C8B505832B025BDB8A687D508_gshared (Action_1_t13BD397B370C97145826C7C63AC82C4B1B499E7F * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m4C1F72E92394587441FDCCFEBD2F2990EE9CE07F_gshared (Action_1_tC6D5FE255E109287FAF476CEBE48FF74C3442F50 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m7DD7E2435D6074BAFDB195F5CC9CED16ADC507C6_gshared (Action_1_tC6D5FE255E109287FAF476CEBE48FF74C3442F50 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m1194D283FDCFED5C6C1D8513C1E9B2127BDCCA9E_gshared (Action_1_tC6D5FE255E109287FAF476CEBE48FF74C3442F50 * __this, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1194D283FDCFED5C6C1D8513C1E9B2127BDCCA9E_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mE79BF10C8EE06BF83009187F3817A884248A9578_gshared (Action_1_tC6D5FE255E109287FAF476CEBE48FF74C3442F50 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m1FB5A50B7C3B11182DC98243A751DCCBE0E041C2_gshared (Action_1_t8C2E57068917ACE417DC9F9EE5C1B893777A9E26 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m8603CBD873C24664D8329437326A8FFA148436BA_gshared (Action_1_t8C2E57068917ACE417DC9F9EE5C1B893777A9E26 * __this, SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m4A0C89BFD4F9ACA2EC33779E1FE47885A25D5063_gshared (Action_1_t8C2E57068917ACE417DC9F9EE5C1B893777A9E26 * __this, SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m4A0C89BFD4F9ACA2EC33779E1FE47885A25D5063_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(SessionInfo_tEAFEEFE3C65BFE4DCD6DBA6F4B1F525553E17F4A_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m285CCB45A987C95996681BB5C7C831B1478D2486_gshared (Action_1_t8C2E57068917ACE417DC9F9EE5C1B893777A9E26 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mDB9FB3394B9836EB83E9CA44E2DAE1695CEBC0E0_gshared (Action_1_t9BB369186272B2A25DCBA7C802CE39A9B30B459F * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mC09AE9B17C83B86B3BFC0EE196D120EF51556B2D_gshared (Action_1_t9BB369186272B2A25DCBA7C802CE39A9B30B459F * __this, double ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< double >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< double >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< double >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< double >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, double, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m6C63D70159077D66D3F8861E7CEAFFFDE465561F_gshared (Action_1_t9BB369186272B2A25DCBA7C802CE39A9B30B459F * __this, double ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m6C63D70159077D66D3F8861E7CEAFFFDE465561F_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mA1A9771D87C297385311458D6034AB916DC31850_gshared (Action_1_t9BB369186272B2A25DCBA7C802CE39A9B30B459F * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m1B1AAFACBBC63972A7B94AFDF7122B330CBE9EE8_gshared (Action_1_t914484DED737548EE8FABFA959036371C8235942 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m0A36AC4F2CACB1975B2716676ED3576FD82E20DA_gshared (Action_1_t914484DED737548EE8FABFA959036371C8235942 * __this, Guid_t ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (Guid_t , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Guid_t , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (Guid_t , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Guid_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Guid_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Guid_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Guid_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Guid_t , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m147EA0AF0B438620EBDA154160680EDFB8FDE786_gshared (Action_1_t914484DED737548EE8FABFA959036371C8235942 * __this, Guid_t ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m147EA0AF0B438620EBDA154160680EDFB8FDE786_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Guid_t_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m01A63BAFFC2B2B3DA4D9F1E316F90534ADE07962_gshared (Action_1_t914484DED737548EE8FABFA959036371C8235942 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mF908A052FFCC8A6720288345E4A10F48E6A950C5_gshared (Action_1_t52D823F32CE5686DBFA794FE0C8A92E293D1E775 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m0BEAC540261A912C34E2DF3BEA4EE50EFAEF8019_gshared (Action_1_t52D823F32CE5686DBFA794FE0C8A92E293D1E775 * __this, int16_t ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (int16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (int16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int16_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< int16_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int16_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< int16_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, int16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_mF4A156C4BFA25885AC7AC9C9A72B919DB94B6E82_gshared (Action_1_t52D823F32CE5686DBFA794FE0C8A92E293D1E775 * __this, int16_t ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_mF4A156C4BFA25885AC7AC9C9A72B919DB94B6E82_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m0CD22B9822092F1B8D77C99D6A783BC3F0D37791_gshared (Action_1_t52D823F32CE5686DBFA794FE0C8A92E293D1E775 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m93BC6BFB2BFC2874D2A27724F28C7E7DF650B70E_gshared (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mF80D501B8E5E0AC14A44B746E68E9ECAAD9F3523_gshared (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * __this, int32_t ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_mBCFE828824358B60CCF7516B3819DE3C6273488A_gshared (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * __this, int32_t ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_mBCFE828824358B60CCF7516B3819DE3C6273488A_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m9928383A4BF97F840C80D37A0751B01BDDB2AEAD_gshared (Action_1_t6576D96DC217B48E1C6C6A86EE61D92BA1F89134 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mABA45A1E0D469C919BA3E91E52598F7CB38EDDE9_gshared (Action_1_tABA1E3BFA092E3309A0ECC53722E4F9826DCE983 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m83B65885AF676046EB9CBBE78DA7A03D72B22AC3_gshared (Action_1_tABA1E3BFA092E3309A0ECC53722E4F9826DCE983 * __this, int32_t ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m7BC329DB2132CBE9D7D92B0F80134971E5EDB976_gshared (Action_1_tABA1E3BFA092E3309A0ECC53722E4F9826DCE983 * __this, int32_t ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m7BC329DB2132CBE9D7D92B0F80134971E5EDB976_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m8E9AAC4C2BBCB6DA3FB469B61C1924D0AAF3B04F_gshared (Action_1_tABA1E3BFA092E3309A0ECC53722E4F9826DCE983 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mE6AF66ADADA490132D58643FF76985B2FEA30581_gshared (Action_1_t3F91D2593C80181986F6D400B3944EA3C78AA703 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m79D995CF8B5DED8A70F2D134BA1E949E2975F07C_gshared (Action_1_t3F91D2593C80181986F6D400B3944EA3C78AA703 * __this, int64_t ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int64_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< int64_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_mB5EE85C60F21703BEEA682D1C69251C11FA35225_gshared (Action_1_t3F91D2593C80181986F6D400B3944EA3C78AA703 * __this, int64_t ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_mB5EE85C60F21703BEEA682D1C69251C11FA35225_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m4E3CAC2FFB84F5127DCD2A34578B3939AEB925F2_gshared (Action_1_t3F91D2593C80181986F6D400B3944EA3C78AA703 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___obj0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___obj0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___obj0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, 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 void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m1D9F0AFC5864321DE96BED72F9B47CFB288907E9_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___obj0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mACF259F14B1B9C8DA5E54D0D3349F682C71952DE_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m76BA3F496A0AC3BFFA4AA2AEFFC8A24A1B25FB22_gshared (Action_1_tF07301208FFDEC194EC0F6BB024B1F68E2D82911 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m6B8C5DD7CDDA980B3E4B2B07927B8C89AD859271_gshared (Action_1_tF07301208FFDEC194EC0F6BB024B1F68E2D82911 * __this, int8_t ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (int8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (int8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int8_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< int8_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< int8_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, int8_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_mFFE15CB007598C266F542911975AD02297267D8B_gshared (Action_1_tF07301208FFDEC194EC0F6BB024B1F68E2D82911 * __this, int8_t ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_mFFE15CB007598C266F542911975AD02297267D8B_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m80C3AB827894DA0D341E70BF7319457ED95999EA_gshared (Action_1_tF07301208FFDEC194EC0F6BB024B1F68E2D82911 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m31BC390E2E0368C57885B41C5A9D480DE46FD72D_gshared (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m55B40D28F52C723538E0931710217972D6386F55_gshared (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * __this, float ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< float >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< float >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m9180967E80D10A8E0F1D965A99D8AFDAFDB41B2F_gshared (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * __this, float ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m9180967E80D10A8E0F1D965A99D8AFDAFDB41B2F_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m424C199EF47703478818C670633F7B3D7BCD3E7B_gshared (Action_1_t298B565CF49E0C72E4377AA3B30170F58D9F64FB * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m09B6544493F7B95A7FA3A568D25489C5E3EEAFB6_gshared (Action_1_tC9C78235CE090A8C814E2C458627F15C33AF0180 * __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.Void System.Action`1>::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m9353AD83FE03CCDD354D18BF22CFB6F19C4CF4D0_gshared (Action_1_tC9C78235CE090A8C814E2C458627F15C33AF0180 * __this, AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1>::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m38D4DB74F04D419EB6A08DC496693915A0A3060D_gshared (Action_1_tC9C78235CE090A8C814E2C458627F15C33AF0180 * __this, AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m38D4DB74F04D419EB6A08DC496693915A0A3060D_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(AsyncLocalValueChangedArgs_1_t64BF6800935406CA808E9821DF12DBB72A71640D_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1>::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mB5DE8FAC1ABE1A25A6D3EBC97D75FDD9D44A78B4_gshared (Action_1_tC9C78235CE090A8C814E2C458627F15C33AF0180 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m0BB1932FDFB1F3BCA303C3A8037827CCC190B727_gshared (Action_1_t02D6BE40C6C251D29250AA75AFF55A37125245C1 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m7AF53CBE502495F3C62CA7B7C5E466A30AA1F24C_gshared (Action_1_t02D6BE40C6C251D29250AA75AFF55A37125245C1 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m856B325E9FAA6993B68AD62F1127A264109BBC2E_gshared (Action_1_t02D6BE40C6C251D29250AA75AFF55A37125245C1 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m856B325E9FAA6993B68AD62F1127A264109BBC2E_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mD27639E21EF3E7C82EEC8ED18EA48EFFB7A93A2D_gshared (Action_1_t02D6BE40C6C251D29250AA75AFF55A37125245C1 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m64184CA9F3D57A9F62F3279A2E8F34A639669F84_gshared (Action_1_t99022DE2E8CCAC4B355488B0BF900648405F50FD * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mD32ACD378A23E6A91DE0F65BEDFFED28C0445355_gshared (Action_1_t99022DE2E8CCAC4B355488B0BF900648405F50FD * __this, uint16_t ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (uint16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, uint16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (uint16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< uint16_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< uint16_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< uint16_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< uint16_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, uint16_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m43B30D869DAFB9D9B3BEBFA2667F81761C745C62_gshared (Action_1_t99022DE2E8CCAC4B355488B0BF900648405F50FD * __this, uint16_t ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m43B30D869DAFB9D9B3BEBFA2667F81761C745C62_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mF3187777E53625DC3CFF824844E6108252F20E46_gshared (Action_1_t99022DE2E8CCAC4B355488B0BF900648405F50FD * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mE814C331AF2CD541B1C7F303CD33735BC6B60B54_gshared (Action_1_t6131F366126278D446E2FDDB6336343007AC2F72 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mFBA1525E8C2EA071F964AC15676FA03C0388A559_gshared (Action_1_t6131F366126278D446E2FDDB6336343007AC2F72 * __this, uint32_t ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (uint32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, uint32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (uint32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< uint32_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< uint32_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< uint32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, uint32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m1CD951C5C13C40C9041757E11FA70D942A302894_gshared (Action_1_t6131F366126278D446E2FDDB6336343007AC2F72 * __this, uint32_t ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m1CD951C5C13C40C9041757E11FA70D942A302894_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m549EA6925D8939121FC75CDCE086C1C4694CC5F1_gshared (Action_1_t6131F366126278D446E2FDDB6336343007AC2F72 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m13E08D12C9AF59A22AD30B10692570CABFA369BE_gshared (Action_1_t871A401E6A572812A4A4A51F3A4CCE60BEC5CF17 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m2C8E8F622C77B88022785A800B16033A34C12C73_gshared (Action_1_t871A401E6A572812A4A4A51F3A4CCE60BEC5CF17 * __this, uint64_t ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (uint64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, uint64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (uint64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< uint64_t >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< uint64_t >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< uint64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< uint64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, uint64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_mC98C5450437D4211B29891F16F31D1EEF56C1522_gshared (Action_1_t871A401E6A572812A4A4A51F3A4CCE60BEC5CF17 * __this, uint64_t ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_mC98C5450437D4211B29891F16F31D1EEF56C1522_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m8C2955E6205C7753655CAC4C9AED6676DB5B959D_gshared (Action_1_t871A401E6A572812A4A4A51F3A4CCE60BEC5CF17 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mDB44D44690A68933BB1B310806307D812A942DB2_gshared (Action_1_tD67110AB1919B5C7788F5BE94BF0823C16A5419F * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m43EDF2277F02A5CDA86E0DCF8F2AA34915EF6F69_gshared (Action_1_tD67110AB1919B5C7788F5BE94BF0823C16A5419F * __this, SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m87597218FBB70DB8F918E480309E134D2AA26F5E_gshared (Action_1_tD67110AB1919B5C7788F5BE94BF0823C16A5419F * __this, SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m87597218FBB70DB8F918E480309E134D2AA26F5E_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(SpriteData_t8ADAD39500AF244CC913ED9B1F964DF04B4E5728_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mD2ADF6BA5E10E330149F236694034BF0FF34F92E_gshared (Action_1_tD67110AB1919B5C7788F5BE94BF0823C16A5419F * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m1AEA819C8C3073973ED2D30B85E0ACB116745B06_gshared (Action_1_tFEDD064D971126B0D10EFA0985118B241D1D1869 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m4F1D98310C1F7AE0C0469B98BC7380AA75669CD8_gshared (Action_1_tFEDD064D971126B0D10EFA0985118B241D1D1869 * __this, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m5CDBA15E106EF1422C06CA296C25DEB9F63315DD_gshared (Action_1_tFEDD064D971126B0D10EFA0985118B241D1D1869 * __this, OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m5CDBA15E106EF1422C06CA296C25DEB9F63315DD_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(OrderBlock_t3B2BBCE8320FAEC3DB605F7DC9AB641102F53727_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m4B0C81BC63C7F2CDB2369115A9F0D5E9E744BA39_gshared (Action_1_tFEDD064D971126B0D10EFA0985118B241D1D1869 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m68119E007C82BBD95534D9A01AFB504B0CA30DA5_gshared (Action_1_t82786770BFC5780C2E617DB25669143D9ED35825 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m9DDE75DBEAF6037DFA29E3C5622028EC3889F2D9_gshared (Action_1_t82786770BFC5780C2E617DB25669143D9ED35825 * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m35B0142A5389168177B0689FB5B5FB008A0F18D5_gshared (Action_1_t82786770BFC5780C2E617DB25669143D9ED35825 * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m35B0142A5389168177B0689FB5B5FB008A0F18D5_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m1D8A6BBE2C1A4068E8E9556FB75B9DB40E08B9B1_gshared (Action_1_t82786770BFC5780C2E617DB25669143D9ED35825 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m3886BC0058EFCB9D71FB240266B584EA580097B8_gshared (Action_1_tC702DABE17B351D93212ED7DD55836C03C5562C4 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mAB6E9DED7FA386BC13C59C36383645CBDAF8B57D_gshared (Action_1_tC702DABE17B351D93212ED7DD55836C03C5562C4 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m42AB4E6D3BD06BC294B126E6D474C6D0CD82EEB7_gshared (Action_1_tC702DABE17B351D93212ED7DD55836C03C5562C4 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m42AB4E6D3BD06BC294B126E6D474C6D0CD82EEB7_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m200C36B6E105E8449D8326754070F4B53F26C7E7_gshared (Action_1_tC702DABE17B351D93212ED7DD55836C03C5562C4 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m7A6116101BE8D1B83A5EF3A31F53FD0F468D971F_gshared (Action_1_t6C5DB7139F66EB76956C49A23DE0D327DCA73C81 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m2EEB642F3E77239C6C09CBF0EA06C574DFDAD8C2_gshared (Action_1_t6C5DB7139F66EB76956C49A23DE0D327DCA73C81 * __this, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_mE4313EF810BAC126BFC787D0F9A91B89564A5F78_gshared (Action_1_t6C5DB7139F66EB76956C49A23DE0D327DCA73C81 * __this, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_mE4313EF810BAC126BFC787D0F9A91B89564A5F78_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m43AF66B5BCD4C69FBCB2474507BF27B72DC4ACBE_gshared (Action_1_t6C5DB7139F66EB76956C49A23DE0D327DCA73C81 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m55F8DFA7F18AF976768C92F7E9BB1DD3FF3E6062_gshared (Action_1_t163F662A723789B8BC371105BBD6022F26D9C6A6 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mEC0CE174BDCA992BB6547F088BBAD9C158C7ABB3_gshared (Action_1_t163F662A723789B8BC371105BBD6022F26D9C6A6 * __this, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_mC77F0EE59782F18A917A440DC2882C8B4B8AC6DF_gshared (Action_1_t163F662A723789B8BC371105BBD6022F26D9C6A6 * __this, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_mC77F0EE59782F18A917A440DC2882C8B4B8AC6DF_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m96C6EC2E11534B05081A71060600FE1CEE4BEA61_gshared (Action_1_t163F662A723789B8BC371105BBD6022F26D9C6A6 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2EA142D6A9C1F5438A9BEE51EA45A32E251BBBF7_gshared (Action_1_t57C161C9CBCBA5532FB6D55BE62E0EB3F8A7D409 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m1F151E529258D41F1B64188B6312BB8BFE5446EC_gshared (Action_1_t57C161C9CBCBA5532FB6D55BE62E0EB3F8A7D409 * __this, GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m0B75E22AD8F23D38EE74158E9CE7F2C50AD47D73_gshared (Action_1_t57C161C9CBCBA5532FB6D55BE62E0EB3F8A7D409 * __this, GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m0B75E22AD8F23D38EE74158E9CE7F2C50AD47D73_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m48431BB903FE7B6AFE7EAA010A78B9E01B5D6A2E_gshared (Action_1_t57C161C9CBCBA5532FB6D55BE62E0EB3F8A7D409 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mF7204709533A559AD2360CE21C4E9132749448C2_gshared (Action_1_t4362622E084A551168772B92FB4DFEA74E07CDA5 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mE5D6CFA5513201963291139EAE4BA751E6BAA9E3_gshared (Action_1_t4362622E084A551168772B92FB4DFEA74E07CDA5 * __this, UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_mEB7D149E305B5161037D7B4EA53522C466DB64F0_gshared (Action_1_t4362622E084A551168772B92FB4DFEA74E07CDA5 * __this, UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_mEB7D149E305B5161037D7B4EA53522C466DB64F0_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UICharInfo_tB4C92043A686A600D36A92E3108F173C499E318A_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m8C1485409A75344C81D3B49484A8A98BA33BE1FD_gshared (Action_1_t4362622E084A551168772B92FB4DFEA74E07CDA5 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mE0CCFE17BB10BDFCD8D07CA02BC0DFA560399FA7_gshared (Action_1_t7065A5D96364A7C750A7B180A2502537A82A9910 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m4BF0EFA723AA159FF2AAC8C0242FDF00B68EE960_gshared (Action_1_t7065A5D96364A7C750A7B180A2502537A82A9910 * __this, UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_mD00742BE47DDC0E0C42E919A99410635BF60ED73_gshared (Action_1_t7065A5D96364A7C750A7B180A2502537A82A9910 * __this, UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_mD00742BE47DDC0E0C42E919A99410635BF60ED73_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UILineInfo_t0AF27251CA07CEE2BC0C1FEF752245596B8033E6_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mF513AA8524CB0E18A8FFDBE60E3D76E03F82A012_gshared (Action_1_t7065A5D96364A7C750A7B180A2502537A82A9910 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m6505C49F955F69391EF444EB0908EB0D42FE9550_gshared (Action_1_tE875D12E6922BF87BD02BA6C0FBD1096BCBB9426 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m7C2DF2B9ABC27A45AA93CD1AFFE294D90117F7E8_gshared (Action_1_tE875D12E6922BF87BD02BA6C0FBD1096BCBB9426 * __this, UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m4AF84490D9160024EE3E0848204F17DF364D0670_gshared (Action_1_tE875D12E6922BF87BD02BA6C0FBD1096BCBB9426 * __this, UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m4AF84490D9160024EE3E0848204F17DF364D0670_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(UIVertex_t0583C35B730B218B542E80203F5F4BC6F1E9E577_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m18180130C331EC55CC4EA2B355844502FC01F805_gshared (Action_1_tE875D12E6922BF87BD02BA6C0FBD1096BCBB9426 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m67A4804AE910B8E1C9E63CBE2337026D7C97996D_gshared (Action_1_tD3557152EC38C36B3C25B7FA509B9EC992BEBED0 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mA9936F7D0BFFA208E6E8980985D512EC43CB2634_gshared (Action_1_tD3557152EC38C36B3C25B7FA509B9EC992BEBED0 * __this, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_mFD2A2F356CD808B55B916C0DD2D9F0DE63B33F0D_gshared (Action_1_tD3557152EC38C36B3C25B7FA509B9EC992BEBED0 * __this, WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_mFD2A2F356CD808B55B916C0DD2D9F0DE63B33F0D_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(WorkRequest_t0247B62D135204EAA95FC0B2EC829CB27B433F94_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mC476BFB9DE2778ED8150DE12373D9A14D7007FF8_gshared (Action_1_tD3557152EC38C36B3C25B7FA509B9EC992BEBED0 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mF36F999AF26B709D679B51ABE299AC26652C2018_gshared (Action_1_t97B24A3F0ABA64DD934A3DA82A6C9EB77C813E25 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m674AE591E31E21CBE94BD41AAF0519868413C863_gshared (Action_1_t97B24A3F0ABA64DD934A3DA82A6C9EB77C813E25 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m4606EE7147EF7F25AA23990FA44B7402D66175FD_gshared (Action_1_t97B24A3F0ABA64DD934A3DA82A6C9EB77C813E25 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m4606EE7147EF7F25AA23990FA44B7402D66175FD_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mB3F04205E72ECDC9CEEE7E3B695FE580FADE16D1_gshared (Action_1_t97B24A3F0ABA64DD934A3DA82A6C9EB77C813E25 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m197B29E727EEBB746017E6EBB5FC98EEE3CCF6A0_gshared (Action_1_tA44107B06FF0DB8292A09BDC892436393CD13E67 * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m321BB9839163AF14BD24B52BDA483C032A3C81FA_gshared (Action_1_tA44107B06FF0DB8292A09BDC892436393CD13E67 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_m4567A97BF77F30EC35B138E04CE92FDC0BDC9EA9_gshared (Action_1_tA44107B06FF0DB8292A09BDC892436393CD13E67 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_m4567A97BF77F30EC35B138E04CE92FDC0BDC9EA9_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_mE6DCDFF015BC0B96D386AC04A6F75C89FEDC67A5_gshared (Action_1_tA44107B06FF0DB8292A09BDC892436393CD13E67 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m53D22EB5B431DC2741DFD57307FC48C532D2D1B8_gshared (Action_1_t6289D638A9944C0743697466AAE4CAB276AF2F5A * __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.Void System.Action`1::Invoke(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_m1284EB19343CD9DB32F2C8EE9EFF55999DA89881_gshared (Action_1_t6289D638A9944C0743697466AAE4CAB276AF2F5A * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___obj0, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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 void (*FunctionPointerType) (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E >::Invoke(targetMethod, targetThis, ___obj0); else GenericVirtActionInvoker1< Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E >::Invoke(targetMethod, targetThis, ___obj0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0); else VirtActionInvoker1< Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___obj0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod); } } } } } // System.IAsyncResult System.Action`1::BeginInvoke(T,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_1_BeginInvoke_mC47E6E9D12041F47B283B476BA584D82A76007CA_gshared (Action_1_t6289D638A9944C0743697466AAE4CAB276AF2F5A * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_1_BeginInvoke_mC47E6E9D12041F47B283B476BA584D82A76007CA_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var, &___obj0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Action`1::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_EndInvoke_m43BC7861ACBF73E05B023007359954B5414F7DFF_gshared (Action_1_t6289D638A9944C0743697466AAE4CAB276AF2F5A * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m554B24ED5873B2CD7DF609F61D2D11CC35DF6AE7_gshared (Action_2_t6C33D80670016FFA10F03F59FB542306FA60F1F3 * __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.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mA21ADF47E3138BEEB6A3E0015B2587A341D9FC36_gshared (Action_2_t6C33D80670016FFA10F03F59FB542306FA60F1F3 * __this, bool ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (bool, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, bool, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 void (*FunctionPointerType) (bool, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< bool, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< bool, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< bool, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, bool, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m4F9434B4D9C00487F3304FDB70D3303596AD3081_gshared (Action_2_t6C33D80670016FFA10F03F59FB542306FA60F1F3 * __this, bool ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m4F9434B4D9C00487F3304FDB70D3303596AD3081_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = ___arg21; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_EndInvoke_mAFE67979FF5DB345AFA6B5CEEC790EB620C12E99_gshared (Action_2_t6C33D80670016FFA10F03F59FB542306FA60F1F3 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mA2639DB159E3B05930C6A2D4ADA031412CCFB1A0_gshared (Action_2_t2F784F6A8F0E6D7B6C7C73DCA17B1CCA8D724E48 * __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.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mB35D966442076362FBEEAD952988680900A4B476_gshared (Action_2_t2F784F6A8F0E6D7B6C7C73DCA17B1CCA8D724E48 * __this, Il2CppChar ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (Il2CppChar, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Il2CppChar, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 void (*FunctionPointerType) (Il2CppChar, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< Il2CppChar, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< Il2CppChar, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< Il2CppChar, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< Il2CppChar, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, Il2CppChar, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m00BD43B0496F386EBA85D9FD7BF8480F6B2C1E13_gshared (Action_2_t2F784F6A8F0E6D7B6C7C73DCA17B1CCA8D724E48 * __this, Il2CppChar ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m00BD43B0496F386EBA85D9FD7BF8480F6B2C1E13_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = ___arg21; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m314FF98D07323AB25B265AD9CF765812747A22FC_gshared (Action_2_t2F784F6A8F0E6D7B6C7C73DCA17B1CCA8D724E48 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m9C040F19BDAD892FF07CCF43ECF57026B3D9851C_gshared (Action_2_tC52FA3FD223419FC0456E089309277012CCE38E8 * __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.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m4CA8B2E800895A188FD0F7981737F367C5916FC7_gshared (Action_2_tC52FA3FD223419FC0456E089309277012CCE38E8 * __this, int32_t ___arg10, int64_t ___arg21, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (int32_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 void (*FunctionPointerType) (int32_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int64_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< int32_t, int64_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, int32_t, int64_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m1A2023AD69CC33FE7360200C4E77F16B840BCCBB_gshared (Action_2_tC52FA3FD223419FC0456E089309277012CCE38E8 * __this, int32_t ___arg10, int64_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m1A2023AD69CC33FE7360200C4E77F16B840BCCBB_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m57B49839A4E216265C8247977CFB0361F32730D3_gshared (Action_2_tC52FA3FD223419FC0456E089309277012CCE38E8 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m751CA8C9B62BB079F31A5A1725B002B4A7FA04C6_gshared (Action_2_tC72B6763E93CD8BDCA164EB52F1D9F5AC4147A91 * __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.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m065F55B218E32CB76C8D6A04D693886E1C3CD8B4_gshared (Action_2_tC72B6763E93CD8BDCA164EB52F1D9F5AC4147A91 * __this, int32_t ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 void (*FunctionPointerType) (int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, int32_t, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m915F6C6EEB9AEC2D7666637A75347C2092B8D6DC_gshared (Action_2_tC72B6763E93CD8BDCA164EB52F1D9F5AC4147A91 * __this, int32_t ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m915F6C6EEB9AEC2D7666637A75347C2092B8D6DC_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = ___arg21; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_EndInvoke_mE285E6C63BD0D974F6780BDEE600414E571593F7_gshared (Action_2_tC72B6763E93CD8BDCA164EB52F1D9F5AC4147A91 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m657B1B0C1E9AC8EB5EBD8CF1E13727FDACB91441_gshared (Action_2_t429E4750D84EBAC7EB494EB565EE0C8E1177C576 * __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.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m7A04B203A571345E2BAEF8243CCC59E208EB189E_gshared (Action_2_t429E4750D84EBAC7EB494EB565EE0C8E1177C576 * __this, RuntimeObject * ___arg10, bool ___arg21, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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)) GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___arg21) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, 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 void (*FunctionPointerType) (RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, bool >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< RuntimeObject *, bool >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< RuntimeObject *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m90CE2E30BF265027DA651AF5A3946F6E1C2404E7_gshared (Action_2_t429E4750D84EBAC7EB494EB565EE0C8E1177C576 * __this, RuntimeObject * ___arg10, bool ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m90CE2E30BF265027DA651AF5A3946F6E1C2404E7_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___arg10; __d_args[1] = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m42B557D898D05509759CA1113E3D28BA935CF1B8_gshared (Action_2_t429E4750D84EBAC7EB494EB565EE0C8E1177C576 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m7525CD4683212CFF4DBD798B8F7A6E95253EE9B5_gshared (Action_2_t803A47D93CAEBCDD093590B0872DE504874D9F35 * __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.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m677CCB206F5E009CDA475A580FD34C428C09312C_gshared (Action_2_t803A47D93CAEBCDD093590B0872DE504874D9F35 * __this, RuntimeObject * ___arg10, int32_t ___arg21, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___arg21) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, 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 void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< RuntimeObject *, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< RuntimeObject *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m83DBEFC78ABDBBC646700985C7BFD49EAD976B32_gshared (Action_2_t803A47D93CAEBCDD093590B0872DE504874D9F35 * __this, RuntimeObject * ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m83DBEFC78ABDBBC646700985C7BFD49EAD976B32_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___arg10; __d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m4D36740AAA5D5A68FCCAF8FC34F3905FB190437F_gshared (Action_2_t803A47D93CAEBCDD093590B0872DE504874D9F35 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m11C09FEBBF4BEC8CAF47DAF048B54ED68F75D8DB_gshared (Action_2_t4A92D51BAC0CF291CCBECDD41B622EDAE4E77D9F * __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.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m99868E8D293BF895026CEE7BD216A5AD7480826D_gshared (Action_2_t4A92D51BAC0CF291CCBECDD41B622EDAE4E77D9F * __this, RuntimeObject * ___arg10, int32_t ___arg21, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___arg21) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, 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 void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< RuntimeObject *, int32_t >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< RuntimeObject *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m701B18451EA00B7A907C490C88AD8DA88992B8CC_gshared (Action_2_t4A92D51BAC0CF291CCBECDD41B622EDAE4E77D9F * __this, RuntimeObject * ___arg10, int32_t ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m701B18451EA00B7A907C490C88AD8DA88992B8CC_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___arg10; __d_args[1] = Box(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_EndInvoke_mA6DA71CAB733365347DE2FAC719EA046A9EE4DAD_gshared (Action_2_t4A92D51BAC0CF291CCBECDD41B622EDAE4E77D9F * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mB83B0C1C61CED5B54803D334FFC7187881D32EFB_gshared (Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * __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.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m1738FFAE74BE5E599FD42520FA2BEF69D1AC4709_gshared (Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___arg21) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, 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 void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_mD0FF883616A21651A83167C74B2DDA0AC1389A4C_gshared (Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___arg10; __d_args[1] = ___arg21; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m571D4054E4D4C22830424759ECF29B004D7C78D0_gshared (Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mEA92E3984CA4AD88AA19DDEBD1F094B140A9DC9C_gshared (Action_2_t6614CB55E7CBF2119E4A6402E4E2A25EF45412E5 * __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.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mF8EC5A593705FD7908057A0C1CB0892D7339EC1E_gshared (Action_2_t6614CB55E7CBF2119E4A6402E4E2A25EF45412E5 * __this, float ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (float, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, float, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 void (*FunctionPointerType) (float, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< float, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< float, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< float, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< float, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, float, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_mE68550780DB259480F8E3E74AB025D7B1592A766_gshared (Action_2_t6614CB55E7CBF2119E4A6402E4E2A25EF45412E5 * __this, float ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_mE68550780DB259480F8E3E74AB025D7B1592A766_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = ___arg21; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_EndInvoke_mE57E1888F0F06B7D642BA8B93F88AEAEDE9F39CA_gshared (Action_2_t6614CB55E7CBF2119E4A6402E4E2A25EF45412E5 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mC4C33ECDEE56768D85CAF8FD98E507028E40C409_gshared (Action_2_t39F2FD12230E5D2CE6C0FE959B2F84310997B857 * __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.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m8B806AC7EE551D8495ED7DAA3C25F6D21B1DDDA6_gshared (Action_2_t39F2FD12230E5D2CE6C0FE959B2F84310997B857 * __this, float ___arg10, float ___arg21, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (float, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, float, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 void (*FunctionPointerType) (float, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< float, float >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< float, float >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, float, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_mA77D534A8D811AC40A47B54B25925B171EF0BAA4_gshared (Action_2_t39F2FD12230E5D2CE6C0FE959B2F84310997B857 * __this, float ___arg10, float ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_mA77D534A8D811AC40A47B54B25925B171EF0BAA4_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &___arg21); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_EndInvoke_mFB83AD558D0A8DD58A40FDECCB0D8B2117CF8DDF_gshared (Action_2_t39F2FD12230E5D2CE6C0FE959B2F84310997B857 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mADA691F687D021D68BD7406ACAD1074893A6B39C_gshared (Action_2_t2C6E8B13602564FA6CC0AADA6FFE4346CF58FF36 * __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.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_mC14C2237081E7EA2B51CDCF5AB3C46E114EF3146_gshared (Action_2_t2C6E8B13602564FA6CC0AADA6FFE4346CF58FF36 * __this, ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 void (*FunctionPointerType) (ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B , RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B , RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B , RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B , RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m453D9C1F422A31F6F6D197507CD6CD017E148426_gshared (Action_2_t2C6E8B13602564FA6CC0AADA6FFE4346CF58FF36 * __this, ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m453D9C1F422A31F6F6D197507CD6CD017E148426_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(ScriptableRenderContext_t7A3C889E3516E8C79C1C0327D33ED9601D163A2B_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = ___arg21; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_EndInvoke_mC85362D56FFC1C88C24E1914516E9DAE3882FC18_gshared (Action_2_t2C6E8B13602564FA6CC0AADA6FFE4346CF58FF36 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m8D40842E04CA18B02363C847731FDB2E640826CA_gshared (Action_2_t7C222A59CA4E7FC9BB18253F5F7B332C7F7E1034 * __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.Void System.Action`2::Invoke(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m78B67DECDFA85EC65E6E1F24309F1CB36AA5C706_gshared (Action_2_t7C222A59CA4E7FC9BB18253F5F7B332C7F7E1034 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method) { 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 void (*FunctionPointerType) (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, 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 void (*FunctionPointerType) (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); else GenericVirtActionInvoker2< Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21); else VirtActionInvoker2< Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___arg10) - 1), ___arg21, targetMethod); } else { typedef void (*FunctionPointerType) (void*, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, targetMethod); } } } } } // System.IAsyncResult System.Action`2::BeginInvoke(T1,T2,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_2_BeginInvoke_m45A1770CF1DEE06E27C29D569B4CA5AE6AF44C53_gshared (Action_2_t7C222A59CA4E7FC9BB18253F5F7B332C7F7E1034 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___arg10, RuntimeObject * ___arg21, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_2_BeginInvoke_m45A1770CF1DEE06E27C29D569B4CA5AE6AF44C53_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var, &___arg10); __d_args[1] = ___arg21; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Action`2::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_EndInvoke_m1ACA6DC9502404173DF9512D67ACB267BEBDC7E4_gshared (Action_2_t7C222A59CA4E7FC9BB18253F5F7B332C7F7E1034 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3__ctor_m43CF23ACBBB54C9FE89D0131E9878392FED217C8_gshared (Action_3_t5EE4F8B9C50F576C16A8CE302D8F2790394C22EA * __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.Void System.Action`3::Invoke(T1,T2,T3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3_Invoke_m5922AE21BD6876BFE85E55ACEB04A9946B478950_gshared (Action_3_t5EE4F8B9C50F576C16A8CE302D8F2790394C22EA * __this, RuntimeObject * ___arg10, bool ___arg21, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 ___arg32, const RuntimeMethod* method) { 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 == 3) { // open typedef void (*FunctionPointerType) (RuntimeObject *, bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } else if (___parameterCount != 3) { // 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)) GenericInterfaceActionInvoker2< bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker2< bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32); else VirtActionInvoker2< bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___arg21) - 1), ___arg32, targetMethod); } else { typedef void (*FunctionPointerType) (RuntimeObject *, bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, 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 void (*FunctionPointerType) (RuntimeObject *, bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< RuntimeObject *, bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< RuntimeObject *, bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< RuntimeObject *, bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< RuntimeObject *, bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___arg10) - 1), ___arg21, ___arg32, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, bool, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_mA891E1DC8C7E105C63B16AFFBB1009FC68E1DF91_gshared (Action_3_t5EE4F8B9C50F576C16A8CE302D8F2790394C22EA * __this, RuntimeObject * ___arg10, bool ___arg21, DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2 ___arg32, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Action_3_BeginInvoke_mA891E1DC8C7E105C63B16AFFBB1009FC68E1DF91_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___arg10; __d_args[1] = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &___arg21); __d_args[2] = Box(DebugScreenCapture_t0250AAA3AE55F6AE2BDDBC4F85B00E2519A8CEF2_il2cpp_TypeInfo_var, &___arg32); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m9BCBEBB265CBE0A5D515C761BB52F80584D45FA0_gshared (Action_3_t5EE4F8B9C50F576C16A8CE302D8F2790394C22EA * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Action`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3__ctor_m25A724612A54C1E14CFA77D23347E46330066B07_gshared (Action_3_tCC14115B7178951118504E7198B7C872630643C5 * __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.Void System.Action`3::Invoke(T1,T2,T3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3_Invoke_mD5A124763BAD82556A8D306185AD34536508013B_gshared (Action_3_tCC14115B7178951118504E7198B7C872630643C5 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, const RuntimeMethod* method) { 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 == 3) { // open typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } else if (___parameterCount != 3) { // 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)) GenericInterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg10, ___arg21, ___arg32); else VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg10, ___arg21, ___arg32); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___arg21) - 1), ___arg32, targetMethod); } else { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, 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 void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___arg10, ___arg21, ___arg32, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); else GenericVirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg10, ___arg21, ___arg32); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); else VirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg10, ___arg21, ___arg32); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___arg10) - 1), ___arg21, ___arg32, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___arg10, ___arg21, ___arg32, targetMethod); } } } } } // System.IAsyncResult System.Action`3::BeginInvoke(T1,T2,T3,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Action_3_BeginInvoke_mB7C2A7A582F5FDE5A43E718EEDCADA5AF24C67A5_gshared (Action_3_tCC14115B7178951118504E7198B7C872630643C5 * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, RuntimeObject * ___arg32, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { void *__d_args[4] = {0}; __d_args[0] = ___arg10; __d_args[1] = ___arg21; __d_args[2] = ___arg32; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Action`3::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_3_EndInvoke_m1AB06047C37C4249AE68BDE6F900F3AD86821A8D_gshared (Action_3_tCC14115B7178951118504E7198B7C872630643C5 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Array_EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m01271BE01ED5C6878E8D58FCB405077105AB1831_gshared (EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m5642AB3BDC4A550AAC71CAF3C8DE78EFD78F0882_gshared (EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StackElement_tE937B04B0833AAB447C643AD70AE2A84C804B567 EmptyInternalEnumerator_1_get_Current_m7E4959D1AE2BA654D615CFA4828683901FD1F2E6_gshared (EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m7E4959D1AE2BA654D615CFA4828683901FD1F2E6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m7E4959D1AE2BA654D615CFA4828683901FD1F2E6_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m8049DA33555F5578918E6987DEBC4C024DA17FB2_gshared (EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 *)__this); StackElement_tE937B04B0833AAB447C643AD70AE2A84C804B567 L_0 = (( StackElement_tE937B04B0833AAB447C643AD70AE2A84C804B567 (*) (EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); StackElement_tE937B04B0833AAB447C643AD70AE2A84C804B567 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m9994C629E3B97C13D3B1F3A895ADE4ECE6CF5BA0_gshared (EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mB7A53F4ACFF155DCA2D160DB10EBD89A979EF3C1_gshared (EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3DEF3F15A312B1B1D57DC9CCF98C4214D8A05918_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 * L_0 = (EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t29BE1992774CAAC88EE72E3A87633FDA9EF41386_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0F22CBB25BA0D38119FEB508C3029D3009B9939A_gshared (EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7725CBB67AEDF13738B283578B171A09CFD00850_gshared (EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5 EmptyInternalEnumerator_1_get_Current_mA6CEBF84F7B08215F9F043A8C16B3D4831C0D605_gshared (EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mA6CEBF84F7B08215F9F043A8C16B3D4831C0D605_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mA6CEBF84F7B08215F9F043A8C16B3D4831C0D605_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB0D73902D3D383977C09EFEBB850C09F8F9955B1_gshared (EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB *)__this); ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5 L_0 = (( ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5 (*) (EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ArrayMetadata_t45750A068FF8D4EC7EEC64FCE50EA28DB3BCD7D5 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE8DB700F69D29FA092D1076C15911EFC4A2DD6FF_gshared (EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mD2BC0CC42BA629D72172D29670FC60322A0E3B54_gshared (EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m71659A13F1B1B32414718BE0F0A49F3D26C28588_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB * L_0 = (EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t7FED6376DDE3230331457FBAD329744749BE46EB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m33ED69716C0D04B20530913A14D7E48A6B8920C8_gshared (EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m5E935DA9A4E151973EFD8F4B5A4154A1A0457B4C_gshared (EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D EmptyInternalEnumerator_1_get_Current_mE27B1BA418E7696CFFED3AB95317DEABE9DCA24F_gshared (EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mE27B1BA418E7696CFFED3AB95317DEABE9DCA24F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mE27B1BA418E7696CFFED3AB95317DEABE9DCA24F_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAF0F262199F5753C5C16775C453F2BC829DAC8B1_gshared (EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 *)__this); ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D L_0 = (( ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D (*) (EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ObjectMetadata_t358DFD540CA50C30225DA4451DD6B24B9B90A03D L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m59FF1FCDFC249CCE1565B5002665B8B2459AEEAC_gshared (EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mFCF6852F1062995867D69B71704B75513D0102E9_gshared (EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC0492E671C40DB9F32AC3997680A4F1C80C6C44E_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 * L_0 = (EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tCE5DDF56E928C64716999E8FA2DBF0ECAC65F990_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mD4DA3D3FC0EB55FD68F959C7D843BFA97E9C6ED0_gshared (EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m568A7A247B20D6053AE5462348D3DCE07F0633E6_gshared (EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 EmptyInternalEnumerator_1_get_Current_m7E10FE061B6ADB7F4E40E781054118600F91A3FB_gshared (EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m7E10FE061B6ADB7F4E40E781054118600F91A3FB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m7E10FE061B6ADB7F4E40E781054118600F91A3FB_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mB85C49A191BB07423AAEF2B5531658B893FF2942_gshared (EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 *)__this); PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 L_0 = (( PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 (*) (EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); PropertyMetadata_t08D9EFE12986756B612B04750F0F5CE878B725F6 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m02AF65B32752E138FF3CC9A19D25BFF9855A8C09_gshared (EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mFB7B1B1B4A9D0C488B44819E490CB6EFE9EF10CB_gshared (EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m5FFE50BF9CD599A284523BEF29CADD0A9B82C744_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 * L_0 = (EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t5ABC948DBFE2F88970CA9C5510E24EB81EE559C3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m9A6F5A0A862BA8558177CB46E2622EE677644382_gshared (EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6C047BE56EC90AD9B9DA8B841DFACEEEEAC901D8_gshared (EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 EmptyInternalEnumerator_1_get_Current_m94FCFEF8CF8E1CD6A28D53363101CAFF017D2253_gshared (EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m94FCFEF8CF8E1CD6A28D53363101CAFF017D2253_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m94FCFEF8CF8E1CD6A28D53363101CAFF017D2253_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m6A0783A58FADD807F9D49E67C862279D1BAD34B0_gshared (EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC *)__this); XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 L_0 = (( XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 (*) (EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC4CB14D96900A276F74AAA84058C0C91254402FE_gshared (EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF5B33D0985D3E1217D8C27B9EB2C60E40470B6A1_gshared (EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m35D7CBDB68EFF81744679A4DC8BAFE621D4F1036_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC * L_0 = (EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tF1CC427C92073400D4667A841768406685D1E9DC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m7A8D77D51C4D06F7E7007B409EB1A2766DD6362E_gshared (EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m484F899FF4B2935CF56C83D702C8D19EDD445941_gshared (EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 EmptyInternalEnumerator_1_get_Current_mFB97499DAC0E24B448458421C4DC4C732A53685C_gshared (EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mFB97499DAC0E24B448458421C4DC4C732A53685C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mFB97499DAC0E24B448458421C4DC4C732A53685C_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m9AA383949736AA5BE8C26939D0A13C0146ECD3AD_gshared (EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF *)__this); XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 L_0 = (( XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 (*) (EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m46F1A710202C47522216A7DAAF4BBEA4293BE4FA_gshared (EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m28D2BF6CF6D9BDE41E66DC47F4C776149C09E369_gshared (EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC61A9AB7F631F7F8DBB7A80A733FE536457B09AA_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF * L_0 = (EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t12B863D4A40813E854992B84BF46768755F661AF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m215D1405D67CC92D7E62FEE78CB443E47E344A6E_gshared (EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m897312AE3CCDDC3226A9BBE9258A4977EBEA5B0D_gshared (EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 EmptyInternalEnumerator_1_get_Current_m293B9C3C02900945171CC48486B75790594968C4_gshared (EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m293B9C3C02900945171CC48486B75790594968C4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m293B9C3C02900945171CC48486B75790594968C4_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mF0986CF525A4682BB1723F6EFE6B97264C64B7EC_gshared (EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F *)__this); TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 L_0 = (( TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 (*) (EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); TableRange_t485CF0807771CC05023466CFCB0AE25C46648100 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m7E92DB01F9D86DF179CD299C623378D585732E7C_gshared (EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mEB80F6F0A53A9C18840EEEC6F33DCAEA3473AA69_gshared (EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m6D42B4A27555171E65D9E6E9963676DDDC949483_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F * L_0 = (EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t0E2DD3C6D716A5F267DF9CFDF5DF37DE08990B1F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC810EEE0A79EFB509570614209EF13A6D3C10070_gshared (EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF5EE695464890E75B31CD20A78F02C5E96533E41_gshared (EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA EmptyInternalEnumerator_1_get_Current_m43CEF72B27A72848C3DFB1353CE9DF1A565B1E1F_gshared (EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m43CEF72B27A72848C3DFB1353CE9DF1A565B1E1F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m43CEF72B27A72848C3DFB1353CE9DF1A565B1E1F_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mFA0867F034614AC267445CB7FBEB2815EB2ECDDB_gshared (EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 *)__this); ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA L_0 = (( ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA (*) (EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE13189C69D06DD2CDB6EAA1983EABA93A61B1D0A_gshared (EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m89349B9595C11B22BEE09C53C248EC4FA0DAA6ED_gshared (EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB555E71D7EC43D7EE41487161045D2B43869F046_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 * L_0 = (EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t899B5C1B3F1641DC613355F6DDD16F72FE3FA6A0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m8885A418B4EEB6672F0BFFF9C6E05F20055417F5_gshared (EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m74B68C92611D878CE644F51C85D39C50F2DC77F9_gshared (EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_get_Current_m43159AC3B73F8C7B43D68F731301DAAF9660A0FF_gshared (EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m43159AC3B73F8C7B43D68F731301DAAF9660A0FF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m43159AC3B73F8C7B43D68F731301DAAF9660A0FF_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3FC589A0727ED9F77EB60F0DD110207E323783BC_gshared (EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 *)__this); bool L_0 = (( bool (*) (EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); bool L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mBA3C9890B11409AB3860F36DF7560FF65D0E1009_gshared (EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC5F3543A1E024A9563861BC69DCB5D60EC234A0C_gshared (EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m5B6D9DB2A4B771FAD1E24248F0869DE42E66C883_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 * L_0 = (EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tFA86E51CE1C2DDFA8FB9C480D56A2503217488A8_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m713A719776A78FB091BCFCD6FB8583C8AD4F3DE0_gshared (EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m5ABFA67ED2DE271F9BD57C6C26CDE5DC2AF9CFC3_gshared (EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t EmptyInternalEnumerator_1_get_Current_m420EE01A411C337671037356ED272F11275F1CB5_gshared (EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m420EE01A411C337671037356ED272F11275F1CB5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m420EE01A411C337671037356ED272F11275F1CB5_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m4F30997E76A261D5A7048B78E39D6953567A0963_gshared (EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A *)__this); uint8_t L_0 = (( uint8_t (*) (EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); uint8_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m7AEDD5F60C2AE0B62EAF2E3AAE0A889FB9ABBFD9_gshared (EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mBDAB36790D0E5860EE1FBC7308700969603B4390_gshared (EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC4DD0B4E33508AB63EAB5D0656FE32A7C50BE06C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A * L_0 = (EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t8990DCB2ED70C2D8F091563F66E63289500B6D4A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m25B26DE0E8E071BA2D337756D26174E6874C0F76_gshared (EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mABDC8DCED384745ABAB0A15CE20D2BF8F223F195_gshared (EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t EmptyInternalEnumerator_1_get_Current_m00C665840A87945218E609B845EA154CB0462E15_gshared (EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m00C665840A87945218E609B845EA154CB0462E15_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m00C665840A87945218E609B845EA154CB0462E15_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3C4DBE4669F87904E9F43E7EF4325B3778FCE4B0_gshared (EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 *)__this); uint8_t L_0 = (( uint8_t (*) (EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); uint8_t L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m90D7F7B823D532A0836828AE0851F90849BEDE5C_gshared (EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mFC7CF1381F34317E904EDE41776BCC0A53A58B05_gshared (EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m56BC441E497AB820526AA2DBF2E98BABDB0EA2C6_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 * L_0 = (EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE00BD57AB922E3039088A252B4D7804A9606C749_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3F6A0B5AB03FAB7CD877B3ED8FD2FD556DAE6864_gshared (EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE0C713EE39303B29BF69C5DCE85AD3498D5AD4F3_gshared (EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar EmptyInternalEnumerator_1_get_Current_m7BC4D764094154DE60F8FB6C4201D3E091D5BFE5_gshared (EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m7BC4D764094154DE60F8FB6C4201D3E091D5BFE5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m7BC4D764094154DE60F8FB6C4201D3E091D5BFE5_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m52A65B323390709429FEA901950D6C34BAA97FC0_gshared (EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD *)__this); Il2CppChar L_0 = (( Il2CppChar (*) (EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Il2CppChar L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC6FBFAA069FA70AE8FC086EBD55B0B8EBF3CBB07_gshared (EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF3D2B81FAABE5627D18FCA6A9554426ABB540523_gshared (EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mDD3882014B3DCD4EEA30C94447AB18D08B3E0395_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD * L_0 = (EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC42BBE2DCC3BF9978E5C3A47D7CB6AFE67FB9DDD_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF26FE9262BC4A24D324C756544CDF58ECF07B364_gshared (EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mD078E2D4C0D3C0DC580A042ADE90C552B40062AD_gshared (EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 EmptyInternalEnumerator_1_get_Current_m8D775E44C86196D9A8E7493AE45BB5274764C46A_gshared (EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m8D775E44C86196D9A8E7493AE45BB5274764C46A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m8D775E44C86196D9A8E7493AE45BB5274764C46A_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m88FBF9A650DFC8C09EE8382F6B90F7EC799B204E_gshared (EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE *)__this); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_0 = (( DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 (*) (EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m8E52F01C3C20D71E35ECC54B344F5DBD93829FB1_gshared (EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mE87CC8EF989DF064366EC5E3B2359CB0C059C96B_gshared (EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m953F54256C552508DA94EAD36B6CABFA687CD731_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE * L_0 = (EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t8AAEA1F7532F0059C00E3B37C926F0D465636BAE_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC008FE00291DC02F71789E2F2C255E166816FE93_gshared (EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mD98BFE70459D09B548C05A094429535C82798EE4_gshared (EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tC1463A26CB3583633B8650196083947E916945AD EmptyInternalEnumerator_1_get_Current_mE26B17729A0F32FE4822B9CE75A34C8A28997609_gshared (EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mE26B17729A0F32FE4822B9CE75A34C8A28997609_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mE26B17729A0F32FE4822B9CE75A34C8A28997609_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m92EE1B1CABCA6E6C6034FCED5C0AA5F9614EE773_gshared (EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 *)__this); Entry_tC1463A26CB3583633B8650196083947E916945AD L_0 = (( Entry_tC1463A26CB3583633B8650196083947E916945AD (*) (EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tC1463A26CB3583633B8650196083947E916945AD L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE24ADEB122D8670595AC80BF1AA2B5847B18A23D_gshared (EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m8D65232D11ECF94FDA12D90A698816A959DC901C_gshared (EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m942F37D5C287597ED1DE70E16DECB2D568652392_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 * L_0 = (EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t83594E5A72C6BF26E45F9912CFA7372DEA31A889_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m68E920AA6F551B445DEB9F4E88858C331CA09E73_gshared (EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mAB230CA7811228F4DB3AC85C87EF767578A8D401_gshared (EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B EmptyInternalEnumerator_1_get_Current_mD800F852E962B9D1218277EFD649CD79B0E26D33_gshared (EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mD800F852E962B9D1218277EFD649CD79B0E26D33_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mD800F852E962B9D1218277EFD649CD79B0E26D33_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m23DF7F5FE9C1F3DD6891C56B94F7FF19ABB745C7_gshared (EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B *)__this); Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B L_0 = (( Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B (*) (EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t6E46F05FF9A5E45FFFD93303C9C602F264AF8C9B L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC26B8F0209BD8D4944596ED642C841170D235A3D_gshared (EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA75039E25E860EE7195FB2A4ADF6AEC56FA0C13D_gshared (EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m678046EA061A978BA2A6C72D04B49661520BDECC_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B * L_0 = (EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB85A8C4FE4D2B7053C00758D135C4D3890FE433B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m7CFEB525A416F3E6F9AE87F865939253658BDB47_gshared (EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mC42D55B86AA75AAB6D3EC238423132141CC65E70_gshared (EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61 EmptyInternalEnumerator_1_get_Current_m16E674B3825305061DF3B07FBB5601B7487E2CE2_gshared (EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m16E674B3825305061DF3B07FBB5601B7487E2CE2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m16E674B3825305061DF3B07FBB5601B7487E2CE2_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m9B78064298E3045043E1A8EAF61E6B9A40AF4D0B_gshared (EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 *)__this); Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61 L_0 = (( Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61 (*) (EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tB35805CEB0D3485BE77EA9BA8C3026B75A8EEC61 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mEE797BD2D221EE26F06DCEBE2D1C9F153F6814A2_gshared (EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA3D33A187B7920F6170ED87290CEB677836526D6_gshared (EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC137CC3366A87C9EAAE51B18006F2A2AC865068D_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 * L_0 = (EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t19D05B7D036159AB280DD444A007494312C59E85_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mCB9A99055D731320CF0F616017C84514390CF294_gshared (EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m41FBA97685DBEB9F6A8706D5651511EA6BEA6C79_gshared (EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A EmptyInternalEnumerator_1_get_Current_m49F492D18B14089845E11EED3BA10C5E7A04A28A_gshared (EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m49F492D18B14089845E11EED3BA10C5E7A04A28A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m49F492D18B14089845E11EED3BA10C5E7A04A28A_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m99393E927C873810B9D2F533DFFA39786477947F_gshared (EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB *)__this); Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A L_0 = (( Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A (*) (EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t650EC46021B48AB1D80CD2D34D2B0EAC3165926A L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m1186AA1A5A7AF52BA4B4EC8AE247F89F00F1A3CD_gshared (EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m49874E3C5103EE6323BCB7FBF7F3BAC1CF7251C0_gshared (EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3F5F71C5DF24A20FBA47C7573917BEA08E140AD7_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB * L_0 = (EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t3FBB7F055575B386C6B4288C5C93E8014426A5CB_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m60D476ACA969005522213E37C83C881CD6A8C252_gshared (EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8469F8D0783D599F305516BF55F8CAB10B0FE66F_gshared (EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27 EmptyInternalEnumerator_1_get_Current_mBC8EF4EC42CCC007C49DEE9DC8F9E7F7FD79C206_gshared (EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mBC8EF4EC42CCC007C49DEE9DC8F9E7F7FD79C206_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mBC8EF4EC42CCC007C49DEE9DC8F9E7F7FD79C206_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m86C060AA70639A0B3AAE8A34B2582EFD2E75117F_gshared (EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D *)__this); Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27 L_0 = (( Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27 (*) (EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t35447FB46EE257F0AD329D0D4FC3AC17C9C79B27 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mDDDC11591AC6434C884E81EB0B64299119D45EB7_gshared (EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m02E3AC38E0E955F365B679D3D0673F6E62B3B3F8_gshared (EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m6FD29D0141FB49E2576110C9A7E5DC115E9397E0_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D * L_0 = (EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t1905CDF59E164E33EA796C58CD0B4A16B2BBA42D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m38447F0E31D5598899AA03B27BF450EBAAC6F87B_gshared (EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m75582C45DB0B90D47319B28BAC6ADDED0E0B81B1_gshared (EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A EmptyInternalEnumerator_1_get_Current_m8971103C0FFF666C1EBE651943C53F7E3AFBCC92_gshared (EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m8971103C0FFF666C1EBE651943C53F7E3AFBCC92_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m8971103C0FFF666C1EBE651943C53F7E3AFBCC92_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mDFE42C43B689A7BE4CE7BB438F174E08F3D185FE_gshared (EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 *)__this); Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A L_0 = (( Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A (*) (EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tEF57BE8378C384B7B525EA94DA5797623AB1B44A L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m3414281A4FB45415EDC33DEBE5ED1763239ED5CD_gshared (EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mF08934E4BDCFCF213A16613197C0B9C0E649948E_gshared (EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m34E92704899A610F235161BE171B2214E95BD36E_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 * L_0 = (EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t5B635C3F3C5D3DE127E5F73781AC1F9A324ECE58_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m03E8852482C7F42B15C49AE663784DCA10EF4EF4_gshared (EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m1C015DEE133648D1FC057467CFE0CA7368D71D2F_gshared (EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D EmptyInternalEnumerator_1_get_Current_m68884E7F37A82001ECE18FF1AB9E0807E71EEB14_gshared (EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m68884E7F37A82001ECE18FF1AB9E0807E71EEB14_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m68884E7F37A82001ECE18FF1AB9E0807E71EEB14_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mDBFE5EE2C4B9D552AF016D8F9A7B39B0B5CF6A64_gshared (EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 *)__this); Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D L_0 = (( Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D (*) (EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t7D7748D5ED1AF0BF0D2AE30579C5C71A06D98D3D L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m0398EA0E7B145009AE5AA2D593F1A14BAA8A113F_gshared (EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m8EE19BC8D9F59BA6F9791590C62A04C1E69F8FFF_gshared (EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m50F30A6AE7EA622F80BA600CE193EF01BD18BAB5_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 * L_0 = (EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t38E20B961E244B042F99E10B7AD0C7485F2A9796_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m3FF56704504B7BA822AD58E6DF3969C9972B13D5_gshared (EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m95AEE9BFD84EAFE6D2A6197EDA8AFDCF2F85E13E_gshared (EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t0947D15694A2F80B19118B0E9DA4161A92D6139A EmptyInternalEnumerator_1_get_Current_m910FFFE9B6084C49044B25580AA121D94A7965DF_gshared (EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m910FFFE9B6084C49044B25580AA121D94A7965DF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m910FFFE9B6084C49044B25580AA121D94A7965DF_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD7D5A2C7A2D766651FDC22F809C2C7D1F60CF485_gshared (EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 *)__this); Entry_t0947D15694A2F80B19118B0E9DA4161A92D6139A L_0 = (( Entry_t0947D15694A2F80B19118B0E9DA4161A92D6139A (*) (EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t0947D15694A2F80B19118B0E9DA4161A92D6139A L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE9DD62ED95D0773E9FCA5FFADB83A1CACECE46D1_gshared (EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m08B765E4AE5B410CB493AADEE9EB7B775682A3DB_gshared (EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB0545B031D98AAD1D35A11722EBB56DFC1EFE71E_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 * L_0 = (EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC45EDFC87DBAECB747A9CC77B201FE251B4A0AA1_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m1756A410342BB05CF461D423B7D39883243E98DA_gshared (EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m16CC12F104F9158F29F7E8BDA5710C75EC814E84_gshared (EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB EmptyInternalEnumerator_1_get_Current_mA45DF890E107BD73ECE183A4739033960EA4AA34_gshared (EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mA45DF890E107BD73ECE183A4739033960EA4AA34_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mA45DF890E107BD73ECE183A4739033960EA4AA34_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mA2A7CA15B2FE5794399DE163E40556787BB18A90_gshared (EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B *)__this); Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB L_0 = (( Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB (*) (EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tF26C2CEDD5AB28304287A51E136FD99D9DC1E3BB L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mCADD482C7767F0721E4572398D3508C54C147DE5_gshared (EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m9429455A727F9B96AE8ABA2DFD480E983EFB5163_gshared (EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA755DFBF28081B2CF526FA2F45BE08C63A61F052_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B * L_0 = (EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t1B349D7F9E89DE770644BC8D6FAC803BFC1A1A7B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m01516C04E95BD19A6B866C2CA0BC793C0CD5F763_gshared (EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mAF9E8A3898EA97FB417D8A11EFE2FECDBFA6730F_gshared (EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t8FEDB41E4DFF38BA120005D72EC1F0F47FE88307 EmptyInternalEnumerator_1_get_Current_mDCEC4DF41B9E9AD4C529AF3F577474F9C81DCD7F_gshared (EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mDCEC4DF41B9E9AD4C529AF3F577474F9C81DCD7F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mDCEC4DF41B9E9AD4C529AF3F577474F9C81DCD7F_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m3BE6CAD6D5C3CD64D003A2D88EC849994920C5BF_gshared (EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 *)__this); Entry_t8FEDB41E4DFF38BA120005D72EC1F0F47FE88307 L_0 = (( Entry_t8FEDB41E4DFF38BA120005D72EC1F0F47FE88307 (*) (EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t8FEDB41E4DFF38BA120005D72EC1F0F47FE88307 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m32C754CE90ADF26FF7E59EFB72C3007A60D44044_gshared (EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA0FC934A860DBF39E83CBB2544D51A87A9824047_gshared (EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m0222A8DF1E562A324ED2FBB9153E047822CB4546_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 * L_0 = (EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t8378F8B7723DE58FEB892E5C47B57BD1A4A446F5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m6917DC71A90CE191E8DF493C3AD1014499671D7B_gshared (EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m45C219E117DE3A8358BCEFA78F14E02620425230_gshared (EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tC3B503C9D98391783FF786C6FB84B492C4E9D275 EmptyInternalEnumerator_1_get_Current_m65491C202A5B07CBBD8061EA3566196E61692F0B_gshared (EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m65491C202A5B07CBBD8061EA3566196E61692F0B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m65491C202A5B07CBBD8061EA3566196E61692F0B_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m52C2740A1E93EE1E998A9994F2ABAD7F26B9B769_gshared (EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B *)__this); Entry_tC3B503C9D98391783FF786C6FB84B492C4E9D275 L_0 = (( Entry_tC3B503C9D98391783FF786C6FB84B492C4E9D275 (*) (EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tC3B503C9D98391783FF786C6FB84B492C4E9D275 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m95514E304A4F2A3151133F377264348D7A990940_gshared (EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA9DB1597FF48730D00F2F1666F145D979937547D_gshared (EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4B50392AD1A2382F952CA8E0C128F0BA4F640BC5_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B * L_0 = (EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB6625BBAB52BB445D3918114EF80B9DCEFBCDD9B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mDE26637AFFC25DD42AD708AE32AAE538DEAAC699_gshared (EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m7120A45770568E4BF93BB12BE344B91AE8093514_gshared (EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t210CAE5957BE251E9EC3FA7059C5BD202E4BB8AF EmptyInternalEnumerator_1_get_Current_m8DAFB7669FCA109882F8F767C7898F08B5300DB7_gshared (EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m8DAFB7669FCA109882F8F767C7898F08B5300DB7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m8DAFB7669FCA109882F8F767C7898F08B5300DB7_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAAEB90A809691C8E4BCCC48FF916CA8AF4345D99_gshared (EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 *)__this); Entry_t210CAE5957BE251E9EC3FA7059C5BD202E4BB8AF L_0 = (( Entry_t210CAE5957BE251E9EC3FA7059C5BD202E4BB8AF (*) (EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t210CAE5957BE251E9EC3FA7059C5BD202E4BB8AF L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m0D0148E78F9178592FCF6233F850FEE091FD53A3_gshared (EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m20E2DFD9EBED41A36D19981ECBD4DF66C33D3B09_gshared (EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m5729ABA878BF0C5B85CFFF0BB4922D6C0F3815A2_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 * L_0 = (EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tBF4566DE733F6D55902A203FC5B5ACC2A9FD8D41_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m8415ED0B9702486EF4CF0935048EA666A9A3E4F3_gshared (EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m13C8F207FC5254D6D286D95E3EC998D0F395203B_gshared (EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 EmptyInternalEnumerator_1_get_Current_m6D484D3328B19128493A066268CD4B0FFDDD18E6_gshared (EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m6D484D3328B19128493A066268CD4B0FFDDD18E6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m6D484D3328B19128493A066268CD4B0FFDDD18E6_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m275835B3A7737A297FA92FE33ED9C3BA4D9F5FD5_gshared (EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC *)__this); Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 L_0 = (( Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 (*) (EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t495C47A91D5A1899AF832D603308B663495EC5A8 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mFDFD6AE20E2AE9371FB7BCFAA1DC6D7573558159_gshared (EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m3775F04274218F2A60F01AD2174375F4403B1331_gshared (EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mC7909A8483DB454D572CEA2B782806C38C7AEF29_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC * L_0 = (EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tBDC6ADB7BA1551F77F7907273C1A5EBA7473C4AC_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m8D1AF638B114BC37E0A94ED8D8B3100B4A705283_gshared (EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mEDD4C2E8719C60F73919863F06486DF697EA48A8_gshared (EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE EmptyInternalEnumerator_1_get_Current_m48F65C072D4CD934C97FB2CB5DF62922B52C9970_gshared (EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m48F65C072D4CD934C97FB2CB5DF62922B52C9970_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m48F65C072D4CD934C97FB2CB5DF62922B52C9970_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m61B960CEB01F9048939923E7BD41436DEF182209_gshared (EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 *)__this); Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE L_0 = (( Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE (*) (EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t06E52CC4FA420E7C4AC082F266C2BBBC94AF8ECE L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m39B9D591DF5FFCF6A8295F761ADB35B4DC551A1E_gshared (EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m58FB8B7CE73530E50092FF783A99051CDF8668E8_gshared (EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mCDBFC4B22DE4463540100BDAC78F665EEE0E7D4A_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 * L_0 = (EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tC5CD0680EDF58D3BEF5C9866DC3334C745352E85_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mA9FD0226081FB3EF26FE2FAF62E31FC950796A75_gshared (EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m8EF6A87940BF455E4D15564DD31AA2D32D2FC2D1_gshared (EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA EmptyInternalEnumerator_1_get_Current_m0CABA4EE26CC086C7D8C239B67A07B4890E7C8EC_gshared (EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m0CABA4EE26CC086C7D8C239B67A07B4890E7C8EC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m0CABA4EE26CC086C7D8C239B67A07B4890E7C8EC_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m608E61D81FF69DC904AF0BAC3B7AC59809D9EC03_gshared (EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 *)__this); Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA L_0 = (( Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA (*) (EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t03898C03E4E291FD6780D28D81A25E3CACF2BADA L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m895BB0FCE49D32C8BAC301ED58A981CF893E714D_gshared (EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m6934B42A8606FB0F18FD689D3E50CD6FE034E817_gshared (EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mCC861504224003003CACF83A945DA71124C6F44C_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 * L_0 = (EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tEFE3D5037437A38A17C1DBF1A284E08F2C694A99_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m98260EC8E0010AF3FBF3A894025E56B50F4DBCE8_gshared (EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF37D8F8F6D87B47882D38BAB30E97F8EE4717306_gshared (EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D EmptyInternalEnumerator_1_get_Current_m74F78B949FE0A28B76A17D74BD70A9ED83FD0864_gshared (EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m74F78B949FE0A28B76A17D74BD70A9ED83FD0864_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m74F78B949FE0A28B76A17D74BD70A9ED83FD0864_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m6BFFED128F043A38F93E3925FCF4B59C86852F04_gshared (EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 *)__this); Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D L_0 = (( Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D (*) (EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tF9DF2A46F3E6119E3AF03BA9B2FA24224378770D L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mF1B9BD4212BAF527BC9AC6E26D92158FC54F908E_gshared (EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m8DE8682FFB11A9732C6A919FE54C97CFA41F24EC_gshared (EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m83468D0994ED99116E8B0673DA6451A767A61A60_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 * L_0 = (EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tBB474592B4A12738A3119A0D4EDDA29DE6ADE504_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mCC1713118AB4266FF3F236803B0D68FF7B99865A_gshared (EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mBED9BA581FACF4C0879DA28BAD4768D8505A5A54_gshared (EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117 EmptyInternalEnumerator_1_get_Current_m0017F839468FBAEC427AE72CE2C0E3D07F59E9E5_gshared (EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m0017F839468FBAEC427AE72CE2C0E3D07F59E9E5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m0017F839468FBAEC427AE72CE2C0E3D07F59E9E5_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m1F13536AF2987253169ACC99AB70029AB2CE075E_gshared (EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 *)__this); Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117 L_0 = (( Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117 (*) (EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_t93F83B1CDC257C53D5E3FB97F7E4CD8B9A4F7117 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m918F158F2DA309ECB7E951A42BF9F572B879FE5E_gshared (EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m786E590D7EE4A98B61FD71B042F3AB26BFA68FED_gshared (EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7B0E7884E7F556C3618434A2F5D46D238F96BC18_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 * L_0 = (EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD466DB226324AA86D1270509C379159260376765_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m522FD6CAD7277E6B6BA42B66F255634D9C73C57C_gshared (EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mCBB6F11F447EEE1302655640D0AEB4106333CF96_gshared (EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A EmptyInternalEnumerator_1_get_Current_mBE2285654F4CC086F5B8F7BBE6E2FC0BDBB0EB06_gshared (EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mBE2285654F4CC086F5B8F7BBE6E2FC0BDBB0EB06_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mBE2285654F4CC086F5B8F7BBE6E2FC0BDBB0EB06_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mEF7FB532986A44E31FEBFA953880886845985262_gshared (EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF *)__this); Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A L_0 = (( Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A (*) (EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tD304CC089DFC48EBF9E3ECC2C08CB84E0AB1AC9A L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m5FB5ABC8E84708DEF7B04A77E681D17C37D86B25_gshared (EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m1ADF1828CCEEA5602342E64BF8B3B81B3153CE3E_gshared (EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4E20CC07A3548BE690C7B37F1567D658DFDE4B39_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF * L_0 = (EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t2283E7EF7CEA5820917C085CA6A174727527B7EF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mFFD90AB25BC8631AC14E7D738827C7E3E35200C0_gshared (EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m30AA775C4ABA275FDE8FCC3B19E3BE4CEEFAF83D_gshared (EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_tF00169F106D087C791655821B46CB7BBDEAC4A29 EmptyInternalEnumerator_1_get_Current_m4D75CAE0763650D9067F695B43181AD1167219BC_gshared (EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m4D75CAE0763650D9067F695B43181AD1167219BC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m4D75CAE0763650D9067F695B43181AD1167219BC_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m49BBCEF3E262C27531074F1DC719133745603469_gshared (EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 *)__this); Entry_tF00169F106D087C791655821B46CB7BBDEAC4A29 L_0 = (( Entry_tF00169F106D087C791655821B46CB7BBDEAC4A29 (*) (EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Entry_tF00169F106D087C791655821B46CB7BBDEAC4A29 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m98EE0F81826F89F7A1F60A3FC3FC392ECAAA3F6F_gshared (EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mBD749F36DBB171E6D8177002F748EE6F38C873BC_gshared (EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m4950DABBB6B20F01832A418DDFBC3F566FF5735E_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 * L_0 = (EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t213F805CEA647960A7DC4797E2107CE28CC8A975_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0DB2025107C7B43E6DEDE0359A908AE2DC05B1F3_gshared (EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m0C9D27DA78AB212D8726A3B16A19045DCD85C361_gshared (EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 EmptyInternalEnumerator_1_get_Current_mEEEA3BB14A06103E355C424A371C59B0968ABC51_gshared (EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mEEEA3BB14A06103E355C424A371C59B0968ABC51_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mEEEA3BB14A06103E355C424A371C59B0968ABC51_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC1F16AD49455952D4E5C4D9E4ABFE4034541EFB6_gshared (EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F *)__this); Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 L_0 = (( Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 (*) (EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Slot_t394A01CC2CDB2C0780E7D536D7851E87E9B85279 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m34AE36DA0ACCD8C380F3D41891935031BE385E59_gshared (EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m22F2B4E966FC9E29F9635DB057F233A131CB581E_gshared (EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mA9527356D056AB215B05E0B9B67C080DA6AE2163_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F * L_0 = (EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t887606F29B8A919FD373602FC5DFD84927B4450F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC4765B78B6C0EDD8C7EAB61F996DBE603B6594A0_gshared (EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m870DE040C6023B03252DDB561F6C4FE25D455F15_gshared (EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 EmptyInternalEnumerator_1_get_Current_mB63112D2E4EDDDECD77FB53EAF0846157DA749D1_gshared (EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mB63112D2E4EDDDECD77FB53EAF0846157DA749D1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mB63112D2E4EDDDECD77FB53EAF0846157DA749D1_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mF846B39669A04298A2556A05DA326F14D7C1EE52_gshared (EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF *)__this); KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 L_0 = (( KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 (*) (EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t7021B3989E46B5E2ED55D76D82C8176A7AF6B443 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m0EB53E05086FFFCDE2C7D474B35EA240FD3C51EE_gshared (EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mE1ED424AB8E8BA0878FB40D2BEEE625E52FCA06E_gshared (EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mFC6559212ED16D9B094555BA696477AC86F99F45_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF * L_0 = (EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t7B6521384672DAF5DBEB2D22D61C52EA5B36A5BF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m9790D04C1C74F7E3BB0E34A8F7CC19BC6CC50F80_gshared (EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m22CB6BB798E7B60A3668F721D80DC4D7BF22E479_gshared (EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B EmptyInternalEnumerator_1_get_Current_m2B71AC61E1D5E112E4E40B79E0FC768F981AF275_gshared (EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m2B71AC61E1D5E112E4E40B79E0FC768F981AF275_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m2B71AC61E1D5E112E4E40B79E0FC768F981AF275_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m4FB36B4F4141E8B682553EFEB167283B44682F71_gshared (EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 *)__this); KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B L_0 = (( KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B (*) (EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t5DDBBB9A3C8CBE3A4A39721E8F0A10AEBF13737B L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m79F6A2AE06BC11D1CCC850749FFFC676DA79C7F9_gshared (EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m83A136CDB94F993520C41B1BDD8F242510F7CE68_gshared (EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mB9BA58884EE5DAEFE4BFFA8B8347E24F2DFFB16E_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 * L_0 = (EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tE770A5A971D8DBE3EB3E7066ED8C431CB1D464D3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mBAC811406162E511BB6FBA469A78464D60D4C885_gshared (EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mD43D3E2A26415BF62D1BB67CCB59ACEB935AAF05_gshared (EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t12CFA7FF15603BD4A555CDBFEBC08ECD343F1937 EmptyInternalEnumerator_1_get_Current_mE2016AE72E368C527141CFB7657D9644FEF1561E_gshared (EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mE2016AE72E368C527141CFB7657D9644FEF1561E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mE2016AE72E368C527141CFB7657D9644FEF1561E_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mF6D596124B49066D34A81973DB0BF3112BFAA033_gshared (EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C *)__this); KeyValuePair_2_t12CFA7FF15603BD4A555CDBFEBC08ECD343F1937 L_0 = (( KeyValuePair_2_t12CFA7FF15603BD4A555CDBFEBC08ECD343F1937 (*) (EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t12CFA7FF15603BD4A555CDBFEBC08ECD343F1937 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA27096B3C2B591D72DC4FF15263A7BB500302F84_gshared (EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m2E73FA28D003EE5186766A37A54098269B52AE8A_gshared (EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mDF3079E1CF640347E2236D6C9B4C5EEC66AB3548_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C * L_0 = (EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t9CD8E7F09750488F359F33930F12FBEDDB2E644C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m9389082DAF0E3CB824835F1DC409A89E8F71D272_gshared (EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mC5E58C3866BDEF32662C067C9FFDFA1641D7A33D_gshared (EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 EmptyInternalEnumerator_1_get_Current_mBEC4557EDCDBE1BCFE4279943CFC23E51EE664A0_gshared (EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mBEC4557EDCDBE1BCFE4279943CFC23E51EE664A0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mBEC4557EDCDBE1BCFE4279943CFC23E51EE664A0_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m84FF33FDBBD84B95894623A46A5ABFFA1192A3D9_gshared (EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF *)__this); KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 L_0 = (( KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 (*) (EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tD85A2E33C726647EDFB2F7F8E7EDC766E3C53B78 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mC669CF4FC2E974BBE380249612CA412A695DCF67_gshared (EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC584F4CF9DCA8449232DF19F6646B096CB407B62_gshared (EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m86224F3203FEB3B985181961D794C9ACD8727EAE_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF * L_0 = (EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t2DBCF4BC76913CA103209337C0694038F3124ACF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0A18F5110DEC9F96FA0B9CDB484E5B6CBFA25953_gshared (EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m988B9A2E22789DB7149C9963A563D6FCB6693CB9_gshared (EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 EmptyInternalEnumerator_1_get_Current_mFD7123CCC1280A3380BF4F49580C706144C48B6B_gshared (EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mFD7123CCC1280A3380BF4F49580C706144C48B6B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mFD7123CCC1280A3380BF4F49580C706144C48B6B_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m95FD1DAE9DC1E9167F09423D287ED6B613C4C2E6_gshared (EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 *)__this); KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 L_0 = (( KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 (*) (EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t411E4248A20D0FDB15190B13EA12EBCB69500C82 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2D98494F982F38EEBDFC71263EDB061A383B9906_gshared (EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m946C16372E1B528D6A0283616F355BE241837DE7_gshared (EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m70B82E416FCF533ACB7CB5D53113B5DF2632607B_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 * L_0 = (EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tEDF3FC26BC26276D153763ED3360E7898113D864_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m96568A404FC3D49FDF896E6DE206539A184C6512_gshared (EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mB16679FF8E3D3B9A410F52FA954FFD801CBF31B4_gshared (EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F EmptyInternalEnumerator_1_get_Current_m63950696FAEAEEC6C301546211895D8B43821C76_gshared (EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m63950696FAEAEEC6C301546211895D8B43821C76_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m63950696FAEAEEC6C301546211895D8B43821C76_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m2B447E8A6AFB41F4ED566D408F839CFF4C27A47B_gshared (EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B *)__this); KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F L_0 = (( KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F (*) (EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t13BE4DA362E151A60E59C414DB8A5C61F4A1B30F L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mD6357C479F7831C2DD35A8F668DEA267476E05DB_gshared (EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m59E33CABD17341B8ADA37E0CC03CF6BCFDE4D99D_gshared (EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m573EB0D774F2A18205ADBFD536F9A4948FBF1395_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B * L_0 = (EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t86518A5E7BA10A02A51A3ADDBAE4C5338DF1058B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m78BE1FC06D750B6FEBC988B03CA22423DBDF6F13_gshared (EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m3DAA59CDDC850D5D5F282C67D23B955FA97D2E8F_gshared (EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 EmptyInternalEnumerator_1_get_Current_mD31A934DECA1ABBE794516D2EDFDB8448A707F0C_gshared (EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mD31A934DECA1ABBE794516D2EDFDB8448A707F0C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mD31A934DECA1ABBE794516D2EDFDB8448A707F0C_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m6E6587CEA6A5084B4AE80C8A0D063E7E3518FFA4_gshared (EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA *)__this); KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 L_0 = (( KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 (*) (EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tA9AFBC865B07606ED8F020A8E3AF8E27491AF809 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m0E2A311C9538E500CBB2FC840F04B9D4AF364B57_gshared (EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA18A72879AD9A1A67F7B020A78E66833F45DB8D6_gshared (EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3E95C5EDF60824478325ADB45F68880A5AC858BE_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA * L_0 = (EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t0A294AC7D30EF8E473069A184FF965AF27C170AA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m8F42DD9BA0FCE50C7F7A3A1F6C8E65EC52F45795_gshared (EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mA8B3F6B2C4F5BEE93EC76C56EE5255B5C9DEC098_gshared (EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 EmptyInternalEnumerator_1_get_Current_m98222555864729D08E4DB43F11A882EB9737BE4F_gshared (EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m98222555864729D08E4DB43F11A882EB9737BE4F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m98222555864729D08E4DB43F11A882EB9737BE4F_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD0DCF1A1E9E0D79ABE9AC52E7DED990CB8A666D6_gshared (EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 *)__this); KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 L_0 = (( KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 (*) (EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t7C4859F20ECDF8EEA530886FE8ADEE363F117FB5 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mABEFFF535125F2947B0DF89DA62707CA18571AA0_gshared (EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mA6DC18ED099208E9058B37ABF8195DCB8193ADFE_gshared (EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m2EB03C7B6EA2FA455779623547A872970361C634_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 * L_0 = (EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB29E96D494E255A69F64B73902B10AF4C7216C03_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m0D4FE3FAEDF8F1ABED5BD3382BBFFDC1AB395E63_gshared (EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m12530971797535AF076AA6A2F31030F9D391F328_gshared (EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 EmptyInternalEnumerator_1_get_Current_m952BF74D0CB1544321A6EC1605BF7919CAFF0896_gshared (EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m952BF74D0CB1544321A6EC1605BF7919CAFF0896_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m952BF74D0CB1544321A6EC1605BF7919CAFF0896_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m81BC7A7A219CB2B171DF4D58B5FED48D07DCDA5C_gshared (EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 *)__this); KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 L_0 = (( KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 (*) (EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tB49DA8C7F6817D87925F65955E8E1190BE76D367 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mBF1B3FB2F69FDED48E930D87FDA48AFC26D88FD3_gshared (EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m4FADA0916D87B3F6358D74464FA3BE85B9152B62_gshared (EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m7C7281E9EA139788448FD90B46ED53F6D90A1F4F_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 * L_0 = (EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t564FCD0B08A92565DEF37CF013F5398CA6C5F1E0_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mF7EFEC067BC3E94F3B06B936AADBF4914F220413_gshared (EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m9FC53FC08E23E39086B272B6F4026F49A5577F57_gshared (EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t3E2FA99646DABF7198310827D5D9F061504C5769 EmptyInternalEnumerator_1_get_Current_mFB77E5146D7A64D21962702F26773CC58D9A0A8E_gshared (EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mFB77E5146D7A64D21962702F26773CC58D9A0A8E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mFB77E5146D7A64D21962702F26773CC58D9A0A8E_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m4A9D210E8718835C50B5CF0373479BC7E768D4AA_gshared (EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 *)__this); KeyValuePair_2_t3E2FA99646DABF7198310827D5D9F061504C5769 L_0 = (( KeyValuePair_2_t3E2FA99646DABF7198310827D5D9F061504C5769 (*) (EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t3E2FA99646DABF7198310827D5D9F061504C5769 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m00B4FF3EED086BCB869D89FDA2E8C91FAE93A4D3_gshared (EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m70E00C1F7343D6580BC994D35278784E9E448C4A_gshared (EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m85B98E8BAC7BC2EC0AFC8D9196F3C2D19B5D07F2_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 * L_0 = (EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t7CDEE184846C7A29EFB56D3A3DABF3A60A26C203_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m36A6919C57CD26CF663910CF7F3C5E32710F7305_gshared (EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m0A297DB374B6B8624335D1EFFD27D2D218752E25_gshared (EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA EmptyInternalEnumerator_1_get_Current_m832FB1D6E078077C38BCDC48FE614F30D96E01F5_gshared (EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m832FB1D6E078077C38BCDC48FE614F30D96E01F5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m832FB1D6E078077C38BCDC48FE614F30D96E01F5_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mFE119AA8253697BF6B5F520ED22017BEEC6ACA1D_gshared (EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 *)__this); KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA L_0 = (( KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA (*) (EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t5188B56466B1848E6B75FAD7F0A1A07DD95FD8BA L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mE79E1C099FB41B15F22F7ABF064ED1896DE836FE_gshared (EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mC8C7C1493834EF39CDCF8380281903D2F8405F3D_gshared (EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mD234819555484BAF2DE82D80566C8E8770376A15_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 * L_0 = (EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t159074B983ECFD49233A23F809D970D1ED5D7FE4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m7E038A8A5B8F4B56A7771165A7D46509AEFE9963_gshared (EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m76AB26DFCF36BB15E7FAEB8F8DE70B64FE5E526B_gshared (EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tF42F617238503884BD0918869A8BE1B39FBD513C EmptyInternalEnumerator_1_get_Current_mB6E2CDAB4E0C87D6B6D0CEB09FF4578A584028E9_gshared (EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mB6E2CDAB4E0C87D6B6D0CEB09FF4578A584028E9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mB6E2CDAB4E0C87D6B6D0CEB09FF4578A584028E9_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mD191221CD5F7811DDB088AA1BA8CEF79C37C2B14_gshared (EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 *)__this); KeyValuePair_2_tF42F617238503884BD0918869A8BE1B39FBD513C L_0 = (( KeyValuePair_2_tF42F617238503884BD0918869A8BE1B39FBD513C (*) (EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tF42F617238503884BD0918869A8BE1B39FBD513C L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m7E9975B5B80643CC39903A375AF6978F5A7E0161_gshared (EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m92C00CD0E0D4F4162ED42B842B1F62F5C595B9E8_gshared (EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m3CF6ED50C336F067DE369C9CE091907FC1D9FFC3_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 * L_0 = (EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t9A6B092CA8D2CE9A650E40429D54ACFF89F4BFD3_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mBAE0D0C8481DAB8876CDC5C15660BB20B465533B_gshared (EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m5376CE9338BCFA2EA250AC6BDCC8EEF7D20F2CF1_gshared (EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tDD152988DA0441DE4587A9E5FCC24B70EFFAE4CF EmptyInternalEnumerator_1_get_Current_m03A5706B12EC199917510F73810A462EAEF0755A_gshared (EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m03A5706B12EC199917510F73810A462EAEF0755A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m03A5706B12EC199917510F73810A462EAEF0755A_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m84FB8A883341644238FCA3C55DA30D6A56B0EBEC_gshared (EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B *)__this); KeyValuePair_2_tDD152988DA0441DE4587A9E5FCC24B70EFFAE4CF L_0 = (( KeyValuePair_2_tDD152988DA0441DE4587A9E5FCC24B70EFFAE4CF (*) (EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tDD152988DA0441DE4587A9E5FCC24B70EFFAE4CF L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m9F1F87CAAC867ADC9E4F02B14BA3C7B6BA60A680_gshared (EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m5F2CCF5615CA7CBA37C43D44AFE242CC48C7E669_gshared (EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m88A5E608DAD8D191B1981EBC927F6CE7CAC00912_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B * L_0 = (EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD7EE843F872B1CA6C294E02E1AE3F38A2FD5153B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mDC779B67C1E84E4CB5F87E5DF0E44FF2E8D7AEC0_gshared (EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mE73866AF7029374ADD7C5F4E6B0C92E05F490838_gshared (EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t915519670FA700274E63EC59045BF02636947397 EmptyInternalEnumerator_1_get_Current_mBF8C7A074037829E345398CCFC6145655FF45B3B_gshared (EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mBF8C7A074037829E345398CCFC6145655FF45B3B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mBF8C7A074037829E345398CCFC6145655FF45B3B_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mAA9F13FDF86FA00481DA2154D65B9C5E1B4E4760_gshared (EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 *)__this); KeyValuePair_2_t915519670FA700274E63EC59045BF02636947397 L_0 = (( KeyValuePair_2_t915519670FA700274E63EC59045BF02636947397 (*) (EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t915519670FA700274E63EC59045BF02636947397 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m6DCFF87A4D56896823309C9B183C2036275ACFB1_gshared (EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m5E49558543DAE093BC57FE4B7BA18C84821716A6_gshared (EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mDD6C6F835F5CB64F8ED8B2107ED76567E5D1347B_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 * L_0 = (EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t8DA3D2B4501CD11FABAD6E9F7857720AA3F4F815_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mEC105C07CC3FDE3F158886E701B034621D75DF48_gshared (EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_mF8DA77D9FB1378BA99D0C39DBD9219B42E79A7E1_gshared (EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 EmptyInternalEnumerator_1_get_Current_m98697278B9C23B5B13E8926CD092AD89F73B56A1_gshared (EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m98697278B9C23B5B13E8926CD092AD89F73B56A1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m98697278B9C23B5B13E8926CD092AD89F73B56A1_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m22F91388D3232F27E7EDF9E31A110732BFA62129_gshared (EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 *)__this); KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 L_0 = (( KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 (*) (EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tF975BF5238F06AC9CCA19111DD41484E071258C1 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA01237858B30D4C110FF4FD89CF2B71FC81D68D0_gshared (EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m4080AE843CEC9F50DF02C0856EAA74FB81E6C679_gshared (EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m772A748CBE630A6C6EDB37086280A5D0C1E5F025_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 * L_0 = (EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB68EB4E8EDD596F295F5A0487DBF7DFFA4AEB2F5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_mC12462868A20F4231399264FDC2E34FF14AE1801_gshared (EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m6DBEDF354752FFB5E53B18B63CC0ABCFED142AB7_gshared (EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E EmptyInternalEnumerator_1_get_Current_mA09E0C78D8EF2892E5C4EF4F2DCFBF8DBEFDD8FB_gshared (EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mA09E0C78D8EF2892E5C4EF4F2DCFBF8DBEFDD8FB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mA09E0C78D8EF2892E5C4EF4F2DCFBF8DBEFDD8FB_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m6191E40A0A0E783576D1FC4E48B58465FBBB6C6B_gshared (EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF *)__this); KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E L_0 = (( KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E (*) (EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t3BAB6A80A3894F871F1F6B030436D8F2FF1D398E L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m2933ED45C484E07AC0891B019E207876E725597D_gshared (EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m9394C74AE58AC4B155E505C6FB99CD4066C8C170_gshared (EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mF63350E961183A69E1FF526AC7554CA38CA4C54B_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF * L_0 = (EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tB7E6E303FAA41561FF7826C9C9FD89D704C4AFAF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m5D2644643A158EA7A7AE3B2F9FCFA4A6EDB506C9_gshared (EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m2A3CE970E9D40CD4C5A76C84DFB034D4A9C8E4A5_gshared (EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE EmptyInternalEnumerator_1_get_Current_m2D99D91E76466691A4182B87F18C0507601C08C8_gshared (EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m2D99D91E76466691A4182B87F18C0507601C08C8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m2D99D91E76466691A4182B87F18C0507601C08C8_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mBDB69BAF9EE37F2721B5AD3A3811CB8CF2D5ACEA_gshared (EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 *)__this); KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_0 = (( KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE (*) (EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m1B7A894AB0B9C965A31DCDBA0545217219A4D624_gshared (EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_m484DB995ED0D7DDF7EA6CAFC065726903923DE6E_gshared (EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m842779DEB332E5E709AD1B6D15087094D6D3C7D3_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 * L_0 = (EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_t077D57541F9916A746A2F0220661FFD69717F687_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m84EB9D6CBE9A1FA2F085C27CD808FD0AD2D00723_gshared (EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m091F18477680715F913802535CB538B87F5EBAE6_gshared (EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 EmptyInternalEnumerator_1_get_Current_m6E9F5FEA95891488995D987661B9DDDFFA7E2EA4_gshared (EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_m6E9F5FEA95891488995D987661B9DDDFFA7E2EA4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_m6E9F5FEA95891488995D987661B9DDDFFA7E2EA4_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_m5DF9A865043C8742470DD94C7C3BC56A87B47D96_gshared (EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA *)__this); KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 L_0 = (( KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 (*) (EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_t2D8427F03B42441C4598C9D3AAB86FBA90CDF7F6 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_mA87153CEF10D5E0151751F1426826A46299595F7_gshared (EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mFDE880DC824FEAE7DE941D9492BF2D174764DD9D_gshared (EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_m9D8D00AE0F180E5F43A63CBC0FE09B8CCF1BA359_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA * L_0 = (EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tA71F937821A1B8CEABC6503D7D2AAC14AE3708DA_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->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 // System.Void System.Array_EmptyInternalEnumerator`1>::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_Dispose_m5209B2FB1D74F3FE769872B67CA4C805611D9250_gshared (EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Array_EmptyInternalEnumerator`1>::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyInternalEnumerator_1_MoveNext_m2EA8B1D010A378A2DC72D7E0A364A7214941A26E_gshared (EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 * __this, const RuntimeMethod* method) { { return (bool)0; } } // T System.Array_EmptyInternalEnumerator`1>::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C EmptyInternalEnumerator_1_get_Current_mA5293594F8C1520005236A56F66528CD22C6C2CC_gshared (EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyInternalEnumerator_1_get_Current_mA5293594F8C1520005236A56F66528CD22C6C2CC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_0 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_0, (String_t*)_stringLiteral2743196813A5635EC097418239BD515966A50491, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EmptyInternalEnumerator_1_get_Current_mA5293594F8C1520005236A56F66528CD22C6C2CC_RuntimeMethod_var); } } // System.Object System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyInternalEnumerator_1_System_Collections_IEnumerator_get_Current_mC8115FE91412F9BDD82A0AD7AA8EAE03D2051A95_gshared (EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 * __this, const RuntimeMethod* method) { { NullCheck((EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 *)__this); KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C L_0 = (( KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C (*) (EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); KeyValuePair_2_tE6C1358EE7D1267190A395EAC9AEA64A81377D2C L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1), &L_1); return L_2; } } // System.Void System.Array_EmptyInternalEnumerator`1>::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1_System_Collections_IEnumerator_Reset_m04ACF3EF4AAE6CD4D38011CDB859739B3558EB0D_gshared (EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__ctor_mEBD1F9A9BE6518BC48D67EEB7CE86C5BE075B0F0_gshared (EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void System.Array_EmptyInternalEnumerator`1>::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyInternalEnumerator_1__cctor_mCDBE5F398251B70C7D3FD5A9D928E25B99C6E845_gshared (const RuntimeMethod* method) { { EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 * L_0 = (EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2)); (( void (*) (EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); ((EmptyInternalEnumerator_1_tD118CCEA9B557EE58C26E68CB1DF4AF147112D07_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 4)))->set_Value_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool MonoSingletonCreator_get_IsUnitTestMode_m92F1202B0C5A6C393A70AC54727715AC453C9A5B_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoSingletonCreator_get_IsUnitTestMode_m92F1202B0C5A6C393A70AC54727715AC453C9A5BGenerics_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // public static bool IsUnitTestMode { get; set; } bool L_0 = ((MonoSingletonCreator_t6CDD468701F29D8B1896A7D8DCC097B853F9E906_StaticFields*)il2cpp_codegen_static_fields_for(MonoSingletonCreator_t6CDD468701F29D8B1896A7D8DCC097B853F9E906_il2cpp_TypeInfo_var))->get_U3CIsUnitTestModeU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { { KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_0 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )__this->get_current_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m29EC6C6EB1047528546CB514A575C8C4EFA48E1C_gshared_inline (Enumerator_tB5076FB1730C18188DBB208FD1B6870FC5A660E6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_currentValue_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return L_0; } }