#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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 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 VirtActionInvoker11 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, 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 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 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); } }; 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 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 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 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 GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 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 InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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); } }; 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 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 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 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 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); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1835836317; // DG.Tweening.Tweener struct Tweener_t436044680; // System.Type struct Type_t; // System.String struct String_t; // System.Object[] struct ObjectU5BU5D_t2843939325; // DG.Tweening.Tween struct Tween_t2342918553; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1116502072; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3746269868; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2924512484; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1969933424; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2849099616; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2233520741; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t420566061; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1601250467; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t4012845184; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t281541932; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3321825548; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t835568657; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1253391633; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3542497879; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t30281596; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2785364532; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2480340187; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3999134832; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1371845967; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3009965658; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3139126069; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t1456286679; // DMCore.Framework.Thread.CSafeLinkedList`1 struct CSafeLinkedList_1_t1705214213; // System.Collections.Generic.List`1 struct List_1_t257213610; // FitFun.Singleton`1 struct Singleton_1_t1404806610; // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t1560551489; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // UnityEngine.Object struct Object_t631007953; // UnityEngine.GameObject struct GameObject_t1113636619; // Kylin.GeniricPool`1 struct GeniricPool_1_t2321946559; // System.Func`2 struct Func_2_t2447130374; // System.Action`1 struct Action_1_t3252573759; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2059959053; // LitJson.ExporterFunc`1 struct ExporterFunc_1_t1983223696; // LitJson.JsonWriter struct JsonWriter_t3570089748; // LitJson.ImporterFunc`2 struct ImporterFunc_2_t3974708465; // LitJson.JsonMapper/c__AnonStorey0`1 struct U3CRegisterExporterU3Ec__AnonStorey0_1_t1306306425; // LitJson.JsonMapper/c__AnonStorey1`2 struct U3CRegisterImporterU3Ec__AnonStorey1_2_t1504413337; // Newtonsoft.Json.Converters.CustomCreationConverter`1 struct CustomCreationConverter_1_t2737042215; // Newtonsoft.Json.JsonWriter struct JsonWriter_t1467272295; // Newtonsoft.Json.JsonSerializer struct JsonSerializer_t1424496335; // System.NotSupportedException struct NotSupportedException_t1314879016; // Newtonsoft.Json.JsonReader struct JsonReader_t2369136700; // Newtonsoft.Json.JsonSerializationException struct JsonSerializationException_t4152118729; // Newtonsoft.Json.JsonConverter struct JsonConverter_t1047106545; // Newtonsoft.Json.Linq.Extensions/<>c__0`1 struct U3CU3Ec__0_1_t375822018; // Newtonsoft.Json.Linq.Extensions/<>c__1`1 struct U3CU3Ec__1_1_t4257191618; // Newtonsoft.Json.Linq.Extensions/<>c__13`2 struct U3CU3Ec__13_2_t3688947821; // Newtonsoft.Json.Linq.Extensions/<>c__2`1 struct U3CU3Ec__2_1_t3843593922; // Newtonsoft.Json.Linq.Extensions/<>c__3`1 struct U3CU3Ec__3_1_t3429996226; // Newtonsoft.Json.Linq.Extensions/d__14`2 struct U3CConvertU3Ed__14_2_t384064213; // System.Threading.Thread struct Thread_t2300836069; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3512676632; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // Newtonsoft.Json.Linq.Extensions/d__11`2 struct U3CValuesU3Ed__11_2_t3838330508; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t1471109715; // Newtonsoft.Json.Linq.JToken/d__171`1 struct U3CAnnotationsU3Ed__171_1_t3517280185; // Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2/d__2 struct U3CGetEnumeratorU3Ed__2_t2488681596; // Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2 struct EnumerableDictionaryWrapper_2_t476851046; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_t2962787787; // Newtonsoft.Json.Serialization.ObjectConstructor`1 struct ObjectConstructor_1_t3207922868; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_t3581858927; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t892470886; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.ArgumentException struct ArgumentException_t132251570; // Newtonsoft.Json.Utilities.CollectionWrapper`1 struct CollectionWrapper_1_t1427305972; // System.InvalidOperationException struct InvalidOperationException_t56020091; // Newtonsoft.Json.Utilities.Creator`1 struct Creator_1_t584988672; // Newtonsoft.Json.Utilities.DictionaryWrapper`2/<>c struct U3CU3Ec_t886711376; // Newtonsoft.Json.Utilities.DictionaryWrapper`2 struct DictionaryWrapper_2_t2717202687; // System.Collections.Generic.ICollection`1 struct ICollection_1_t1613291102; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t118269214; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2103828527; // System.Collections.IEnumerable struct IEnumerable_t1941168011; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t1693217257; // System.Collections.ICollection struct ICollection_t3904884886; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1 struct U3CU3Ec__DisplayClass4_0_1_t1908165307; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // System.Reflection.MethodBase struct MethodBase_t; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1 struct U3CU3Ec__DisplayClass5_0_1_t1174996856; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t441828405; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass7_0`1 struct U3CU3Ec__DisplayClass7_0_1_t4003627250; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass8_0`1 struct U3CU3Ec__DisplayClass8_0_1_t2706806143; // System.Reflection.FieldInfo struct FieldInfo_t; // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t3906388924; // Newtonsoft.Json.Utilities.MethodCall`2 struct MethodCall_2_t2845904993; // Newtonsoft.Json.Utilities.StringUtils/<>c__DisplayClass15_0`1 struct U3CU3Ec__DisplayClass15_0_1_t3575266068; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t3475939383; // System.Func`2 struct Func_2_t561625213; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t3584855580; // System.Func`2 struct Func_2_t670541410; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t1066477248; // Response`1 struct Response_1_t3363644753; // Spine.ExposedList`1 struct ExposedList_1_t2759233236; // System.ObjectDisposedException struct ObjectDisposedException_t21392786; // Spine.ExposedList`1 struct ExposedList_1_t2804399831; // Spine.ExposedList`1 struct ExposedList_1_t1363090323; // Spine.ExposedList`1 struct ExposedList_1_t1492250734; // Spine.ExposedList`1 struct ExposedList_1_t4104378640; // Spine.ExposedList`1 struct ExposedList_1_t1012645862; // Spine.ExposedList`1 struct ExposedList_1_t568374093; // Spine.ExposedList`1 struct ExposedList_1_t2134458034; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3326941555; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // Spine.Unity.SubmeshInstruction[] struct SubmeshInstructionU5BU5D_t131014463; // System.Collections.Generic.ICollection`1 struct ICollection_1_t2880273604; // System.Collections.Generic.IComparer`1 struct IComparer_1_t1306386849; // System.Predicate`1 struct Predicate_1_t877415494; // System.Action`1 struct Action_1_t224588965; // System.Comparison`1 struct Comparison_1_t4122019845; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t484691838; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3372108150; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Collections.Generic.ICollection`1 struct ICollection_1_t2925440199; // System.Collections.Generic.IComparer`1 struct IComparer_1_t1351553444; // System.Predicate`1 struct Predicate_1_t922582089; // System.Action`1 struct Action_1_t269755560; // System.Comparison`1 struct Comparison_1_t4167186440; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t529858433; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1930798642; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.ICollection`1 struct ICollection_1_t1484130691; // System.Collections.Generic.IComparer`1 struct IComparer_1_t4205211232; // System.Predicate`1 struct Predicate_1_t3776239877; // System.Action`1 struct Action_1_t3123413348; // System.Comparison`1 struct Comparison_1_t2725876932; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3383516221; // System.Collections.Generic.IComparer`1 struct IComparer_1_t39404347; // System.Predicate`1 struct Predicate_1_t3905400288; // System.Comparison`1 struct Comparison_1_t2855037343; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t377119663; // System.Single[] struct SingleU5BU5D_t1444911251; // System.Collections.Generic.ICollection`1 struct ICollection_1_t4225419008; // System.Collections.Generic.IComparer`1 struct IComparer_1_t2651532253; // System.Predicate`1 struct Predicate_1_t2222560898; // System.Action`1 struct Action_1_t1569734369; // System.Comparison`1 struct Comparison_1_t1172197953; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t1829837242; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1580354181; // UnityEngine.Color32[] struct Color32U5BU5D_t3850468773; // System.Collections.Generic.ICollection`1 struct ICollection_1_t1133686230; // System.Collections.Generic.IComparer`1 struct IComparer_1_t3854766771; // System.Predicate`1 struct Predicate_1_t3425795416; // System.Action`1 struct Action_1_t2772968887; // System.Comparison`1 struct Comparison_1_t2375432471; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3033071760; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t2891363839; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t1510070208; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4209139644; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Func`2> struct Func_2_t3270419407; // System.Collections.IList struct IList_t2094931216; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // Newtonsoft.Json.Linq.JToken struct JToken_t1038539247; // LitJson.WriterContext struct WriterContext_t1011093999; // System.Collections.Generic.Stack`1 struct Stack_1_t1854483454; // System.Char[] struct CharU5BU5D_t3528271667; // System.Text.StringBuilder struct StringBuilder_t; // System.IO.TextWriter struct TextWriter_t3478189236; // Newtonsoft.Json.Linq.JContainer struct JContainer_t1023664833; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t1887505675; // System.Reflection.PropertyInfo struct PropertyInfo_t; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey[] struct TypeNameKeyU5BU5D_t958434164; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t797906683; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t531404425; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2542007287; // System.Func`2 struct Func_2_t1214474899; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2650923484; // Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey[] struct TypeConvertKeyU5BU5D_t1067350361; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2392638778; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3147039600; // System.Collections.Generic.Stack`1 struct Stack_1_t3923495619; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2825281267; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1919752173; // Spine.Skeleton struct Skeleton_t3686076450; // UnityEngine.Material struct Material_t340375123; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t18392136; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> struct ThreadSafeStore_2_t1780285614; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t1567256624; // Newtonsoft.Json.Utilities.ReflectionObject struct ReflectionObject_t701100009; // System.Func`3 struct Func_3_t766691812; // DG.Tweening.Core.DOTweenComponent struct DOTweenComponent_t828035757; // System.Collections.Generic.List`1 struct List_1_t904863771; // DG.Tweening.TweenCallback struct TweenCallback_t3727756325; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // Newtonsoft.Json.JsonConverterCollection struct JsonConverterCollection_t3675964822; // Newtonsoft.Json.Serialization.IContractResolver struct IContractResolver_t4193385603; // Newtonsoft.Json.Serialization.ITraceWriter struct ITraceWriter_t2623073143; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t274213469; // Newtonsoft.Json.Serialization.IReferenceResolver struct IReferenceResolver_t2564061104; // System.EventHandler`1 struct EventHandler_1_t2935836205; // Newtonsoft.Json.JsonWriter/State[][] struct StateU5BU5DU5BU5D_t3190318925; // System.Collections.Generic.List`1 struct List_1_t4000102456; // DG.Tweening.EaseFunction struct EaseFunction_t3531141372; // DG.Tweening.Sequence struct Sequence_t2050373119; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3061825141; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t74169973; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t TweenerCore_3__ctor_m698802971_MetadataUsageId; extern RuntimeClass* Debugger_t1756157868_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2188308937; extern String_t* _stringLiteral2165126248; extern String_t* _stringLiteral1228253608; extern String_t* _stringLiteral3452614535; extern const uint32_t TweenerCore_3_ChangeStartValue_m2922317920_MetadataUsageId; extern String_t* _stringLiteral2208209292; extern const uint32_t TweenerCore_3_ChangeEndValue_m4278658572_MetadataUsageId; extern String_t* _stringLiteral3251123125; extern const uint32_t TweenerCore_3_ChangeValues_m859190676_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeStartValue_m1465459413_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeEndValue_m2766559253_MetadataUsageId; extern const uint32_t TweenerCore_3_ChangeValues_m3786425178_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const uint32_t TweenerCore_3_Validate_m1096912033_MetadataUsageId; extern RuntimeClass* DOTween_t2744875806_il2cpp_TypeInfo_var; extern const uint32_t TweenerCore_3_ApplyTween_m1239908102_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t TweenCallback_1_BeginInvoke_m1357486154_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const uint32_t TweenCallback_1_BeginInvoke_m3383348033_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern String_t* _stringLiteral531699260; extern const uint32_t SingletonMonobehaviour_1_get_Instance_m1810564294_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t GeniricPool_1_Push_m749829018_MetadataUsageId; extern const uint32_t GeniricPool_1_Clear_m1240955718_MetadataUsageId; extern const uint32_t GeniricPool_1_NewObject_m2680938506_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* CustomCreationConverter_1_WriteJson_m2911941134_RuntimeMethod_var; extern String_t* _stringLiteral3859324895; extern const uint32_t CustomCreationConverter_1_WriteJson_m2911941134_MetadataUsageId; extern RuntimeClass* JsonSerializationException_t4152118729_il2cpp_TypeInfo_var; extern const RuntimeMethod* CustomCreationConverter_1_ReadJson_m2375568098_RuntimeMethod_var; extern String_t* _stringLiteral2154539622; extern const uint32_t CustomCreationConverter_1_ReadJson_m2375568098_MetadataUsageId; extern const uint32_t CustomCreationConverter_1_CanConvert_m1306154802_MetadataUsageId; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern const uint32_t U3CConvertU3Ed__14_2__ctor_m4242234143_MetadataUsageId; extern String_t* _stringLiteral4294193667; extern const uint32_t U3CConvertU3Ed__14_2_MoveNext_m1440592516_MetadataUsageId; extern const uint32_t U3CConvertU3Ed__14_2_U3CU3Em__Finally1_m2817753268_MetadataUsageId; extern const RuntimeMethod* U3CConvertU3Ed__14_2_System_Collections_IEnumerator_Reset_m4173138332_RuntimeMethod_var; extern const uint32_t U3CConvertU3Ed__14_2_System_Collections_IEnumerator_Reset_m4173138332_MetadataUsageId; extern const uint32_t U3CConvertU3Ed__14_2_System_Collections_Generic_IEnumerableU3CUU3E_GetEnumerator_m2653836992_MetadataUsageId; extern const uint32_t U3CValuesU3Ed__11_2__ctor_m2955613919_MetadataUsageId; extern RuntimeClass* JValue_t1448862567_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t1471109715_il2cpp_TypeInfo_var; extern const RuntimeMethod* JEnumerable_1_GetEnumerator_m3956591064_RuntimeMethod_var; extern const uint32_t U3CValuesU3Ed__11_2_MoveNext_m2479048478_MetadataUsageId; extern const uint32_t U3CValuesU3Ed__11_2_U3CU3Em__Finally1_m413640719_MetadataUsageId; extern const uint32_t U3CValuesU3Ed__11_2_U3CU3Em__Finally2_m10356192_MetadataUsageId; extern const RuntimeMethod* U3CValuesU3Ed__11_2_System_Collections_IEnumerator_Reset_m3266893607_RuntimeMethod_var; extern const uint32_t U3CValuesU3Ed__11_2_System_Collections_IEnumerator_Reset_m3266893607_MetadataUsageId; extern const uint32_t U3CValuesU3Ed__11_2_System_Collections_Generic_IEnumerableU3CUU3E_GetEnumerator_m2708819786_MetadataUsageId; extern String_t* _stringLiteral2858515859; extern const uint32_t JEnumerable_1__ctor_m1584927905_MetadataUsageId; extern const uint32_t U3CAnnotationsU3Ed__171_1__ctor_m4088012321_MetadataUsageId; extern const uint32_t U3CAnnotationsU3Ed__171_1_MoveNext_m3800130424_MetadataUsageId; extern const RuntimeMethod* U3CAnnotationsU3Ed__171_1_System_Collections_IEnumerator_Reset_m461106128_RuntimeMethod_var; extern const uint32_t U3CAnnotationsU3Ed__171_1_System_Collections_IEnumerator_Reset_m461106128_MetadataUsageId; extern const uint32_t U3CAnnotationsU3Ed__171_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m594429572_MetadataUsageId; extern const RuntimeMethod* KeyValuePair_2__ctor_m727165395_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ed__2_MoveNext_m1002037063_MetadataUsageId; extern const uint32_t U3CGetEnumeratorU3Ed__2_U3CU3Em__Finally1_m808908153_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ed__2_System_Collections_IEnumerator_Reset_m1576030526_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ed__2_System_Collections_IEnumerator_Reset_m1576030526_MetadataUsageId; extern RuntimeClass* KeyValuePair_2_t2530217319_il2cpp_TypeInfo_var; extern const uint32_t U3CGetEnumeratorU3Ed__2_System_Collections_IEnumerator_get_Current_m1515764905_MetadataUsageId; extern String_t* _stringLiteral1631240985; extern const uint32_t BidirectionalDictionary_2__ctor_m2728182391_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* BidirectionalDictionary_2_Set_m1803187920_RuntimeMethod_var; extern const uint32_t BidirectionalDictionary_2_Set_m1803187920_MetadataUsageId; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern const uint32_t CollectionWrapper_1_Add_m2072917768_MetadataUsageId; extern const uint32_t CollectionWrapper_1_Clear_m2909019797_MetadataUsageId; extern const uint32_t CollectionWrapper_1_Contains_m2141875706_MetadataUsageId; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern const uint32_t CollectionWrapper_1_CopyTo_m3948681670_MetadataUsageId; extern const uint32_t CollectionWrapper_1_get_Count_m4120075697_MetadataUsageId; extern const uint32_t CollectionWrapper_1_get_IsReadOnly_m2847567113_MetadataUsageId; extern const uint32_t CollectionWrapper_1_Remove_m1533843467_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern const uint32_t CollectionWrapper_1_System_Collections_IEnumerable_GetEnumerator_m3306994405_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* CollectionWrapper_1_System_Collections_IList_IndexOf_m3936487641_RuntimeMethod_var; extern String_t* _stringLiteral2544997588; extern const uint32_t CollectionWrapper_1_System_Collections_IList_IndexOf_m3936487641_MetadataUsageId; extern const RuntimeMethod* CollectionWrapper_1_System_Collections_IList_RemoveAt_m3732256904_RuntimeMethod_var; extern String_t* _stringLiteral3347394962; extern const uint32_t CollectionWrapper_1_System_Collections_IList_RemoveAt_m3732256904_MetadataUsageId; extern const RuntimeMethod* CollectionWrapper_1_System_Collections_IList_Insert_m2009932547_RuntimeMethod_var; extern String_t* _stringLiteral717282481; extern const uint32_t CollectionWrapper_1_System_Collections_IList_Insert_m2009932547_MetadataUsageId; extern const uint32_t CollectionWrapper_1_System_Collections_IList_get_IsFixedSize_m119431329_MetadataUsageId; extern const RuntimeMethod* CollectionWrapper_1_System_Collections_IList_get_Item_m2679746692_RuntimeMethod_var; extern String_t* _stringLiteral934351096; extern const uint32_t CollectionWrapper_1_System_Collections_IList_get_Item_m2679746692_MetadataUsageId; extern const RuntimeMethod* CollectionWrapper_1_System_Collections_IList_set_Item_m192822682_RuntimeMethod_var; extern const uint32_t CollectionWrapper_1_System_Collections_IList_set_Item_m192822682_MetadataUsageId; extern const uint32_t CollectionWrapper_1_System_Collections_ICollection_get_SyncRoot_m3879714570_MetadataUsageId; extern const RuntimeMethod* CollectionWrapper_1_VerifyValueType_m3647695872_RuntimeMethod_var; extern String_t* _stringLiteral178859674; extern String_t* _stringLiteral3493618073; extern const uint32_t CollectionWrapper_1_VerifyValueType_m3647695872_MetadataUsageId; extern RuntimeClass* ReflectionUtils_t2669115404_il2cpp_TypeInfo_var; extern const uint32_t CollectionWrapper_1_IsCompatibleObject_m1066537451_MetadataUsageId; extern String_t* _stringLiteral3452614587; extern const uint32_t DictionaryEnumerator_2__ctor_m3557537382_MetadataUsageId; extern RuntimeClass* DictionaryEntry_t3123975638_il2cpp_TypeInfo_var; extern const uint32_t DictionaryEnumerator_2_get_Entry_m208460265_MetadataUsageId; extern const uint32_t DictionaryEnumerator_2_get_Current_m2441123761_MetadataUsageId; extern const uint32_t DictionaryEnumerator_2_MoveNext_m3374823900_MetadataUsageId; extern const uint32_t DictionaryEnumerator_2_Reset_m3219320982_MetadataUsageId; extern RuntimeClass* IDictionary_t1363984059_il2cpp_TypeInfo_var; extern const RuntimeMethod* DictionaryWrapper_2_Add_m2521504752_RuntimeMethod_var; extern const uint32_t DictionaryWrapper_2_Add_m2521504752_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_ContainsKey_m3392262843_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_get_Keys_m4236428414_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_Remove_m2001640446_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_TryGetValue_m530001089_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_get_Values_m659438092_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_get_Item_m736688520_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_set_Item_m686143736_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_Add_m3457009431_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_Clear_m3325516640_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_Contains_m1855058084_MetadataUsageId; extern RuntimeClass* IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var; extern const uint32_t DictionaryWrapper_2_CopyTo_m1975389880_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_get_Count_m688121333_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_get_IsReadOnly_m3102170761_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_Remove_m4278208592_MetadataUsageId; extern const RuntimeMethod* Enumerable_Cast_TisDictionaryEntry_t3123975638_m4211080986_RuntimeMethod_var; extern const uint32_t DictionaryWrapper_2_GetEnumerator_m614830544_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_System_Collections_IDictionary_Add_m794326513_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_System_Collections_IDictionary_get_Item_m2316565322_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_System_Collections_IDictionary_set_Item_m3044563904_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_System_Collections_IDictionary_GetEnumerator_m2977965988_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_System_Collections_IDictionary_Contains_m2962763968_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_System_Collections_IDictionary_get_IsFixedSize_m3788547748_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_System_Collections_IDictionary_get_Keys_m1042785848_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_Remove_m3620029997_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_System_Collections_IDictionary_get_Values_m3041783360_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_System_Collections_ICollection_CopyTo_m1573956008_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_System_Collections_ICollection_get_IsSynchronized_m943856105_MetadataUsageId; extern const uint32_t DictionaryWrapper_2_System_Collections_ICollection_get_SyncRoot_m2438993567_MetadataUsageId; extern const uint32_t U3CU3Ec__DisplayClass15_0_1_U3CForgivingCaseSensitiveFindU3Eb__0_m3695645288_MetadataUsageId; extern const uint32_t U3CU3Ec__DisplayClass15_0_1_U3CForgivingCaseSensitiveFindU3Eb__1_m3695644381_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* ThreadSafeStore_2__ctor_m4221623391_RuntimeMethod_var; extern String_t* _stringLiteral1491702720; extern const uint32_t ThreadSafeStore_2__ctor_m4221623391_MetadataUsageId; extern const RuntimeMethod* ThreadSafeStore_2__ctor_m3588564154_RuntimeMethod_var; extern const uint32_t ThreadSafeStore_2__ctor_m3588564154_MetadataUsageId; extern const RuntimeMethod* ThreadSafeStore_2__ctor_m3312637891_RuntimeMethod_var; extern const uint32_t ThreadSafeStore_2__ctor_m3312637891_MetadataUsageId; extern RuntimeClass* ObjectDisposedException_t21392786_il2cpp_TypeInfo_var; extern const RuntimeMethod* Enumerator_VerifyState_m1045313464_RuntimeMethod_var; extern String_t* _stringLiteral1621028992; extern const uint32_t Enumerator_VerifyState_m1045313464_MetadataUsageId; extern const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m4213691290_RuntimeMethod_var; extern const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m4213691290_MetadataUsageId; extern const RuntimeMethod* Enumerator_VerifyState_m4292354361_RuntimeMethod_var; extern const uint32_t Enumerator_VerifyState_m4292354361_MetadataUsageId; extern const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m2425946203_RuntimeMethod_var; extern const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m2425946203_MetadataUsageId; extern const RuntimeMethod* Enumerator_VerifyState_m1678412114_RuntimeMethod_var; extern const uint32_t Enumerator_VerifyState_m1678412114_MetadataUsageId; extern const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m441349309_RuntimeMethod_var; extern const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m441349309_MetadataUsageId; extern const RuntimeMethod* Enumerator_VerifyState_m924160022_RuntimeMethod_var; extern const uint32_t Enumerator_VerifyState_m924160022_MetadataUsageId; extern const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m3126799594_RuntimeMethod_var; extern const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m3126799594_MetadataUsageId; extern const RuntimeMethod* Enumerator_VerifyState_m2776009332_RuntimeMethod_var; extern const uint32_t Enumerator_VerifyState_m2776009332_MetadataUsageId; extern const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m1918156716_RuntimeMethod_var; extern const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m1918156716_MetadataUsageId; extern const RuntimeMethod* Enumerator_VerifyState_m2881396919_RuntimeMethod_var; extern const uint32_t Enumerator_VerifyState_m2881396919_MetadataUsageId; extern const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m3544313985_RuntimeMethod_var; extern const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m3544313985_MetadataUsageId; extern const RuntimeMethod* Enumerator_VerifyState_m470267029_RuntimeMethod_var; extern const uint32_t Enumerator_VerifyState_m470267029_MetadataUsageId; extern const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m129862955_RuntimeMethod_var; extern const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m129862955_MetadataUsageId; extern const RuntimeMethod* Enumerator_VerifyState_m4237210871_RuntimeMethod_var; extern const uint32_t Enumerator_VerifyState_m4237210871_MetadataUsageId; extern const RuntimeMethod* Enumerator_System_Collections_IEnumerator_get_Current_m4243393678_RuntimeMethod_var; extern const uint32_t Enumerator_System_Collections_IEnumerator_get_Current_m4243393678_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExposedList_1__ctor_m3609935212_RuntimeMethod_var; extern String_t* _stringLiteral3623012086; extern const uint32_t ExposedList_1__ctor_m3609935212_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckRange_m2763046272_RuntimeMethod_var; extern String_t* _stringLiteral797640427; extern String_t* _stringLiteral2002595880; extern String_t* _stringLiteral3335335170; extern const uint32_t ExposedList_1_CheckRange_m2763046272_MetadataUsageId; extern const uint32_t ExposedList_1_AddEnumerable_m1736665891_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckMatch_m183135092_RuntimeMethod_var; extern String_t* _stringLiteral461028519; extern const uint32_t ExposedList_1_CheckMatch_m183135092_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_ForEach_m3475270665_RuntimeMethod_var; extern String_t* _stringLiteral2365897554; extern const uint32_t ExposedList_1_ForEach_m3475270665_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_IndexOf_m2567668444_RuntimeMethod_var; extern const uint32_t ExposedList_1_IndexOf_m2567668444_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckIndex_m1815710434_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckIndex_m1815710434_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckCollection_m3870978273_RuntimeMethod_var; extern String_t* _stringLiteral3723644332; extern const uint32_t ExposedList_1_CheckCollection_m3870978273_MetadataUsageId; extern const uint32_t ExposedList_1_InsertEnumeration_m1384183449_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_LastIndexOf_m2725904907_RuntimeMethod_var; extern String_t* _stringLiteral1103599130; extern String_t* _stringLiteral3690514408; extern String_t* _stringLiteral2617075568; extern const uint32_t ExposedList_1_LastIndexOf_m2725904907_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_RemoveAt_m2041677176_RuntimeMethod_var; extern const uint32_t ExposedList_1_RemoveAt_m2041677176_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Pop_m1650496555_RuntimeMethod_var; extern String_t* _stringLiteral1428145348; extern const uint32_t ExposedList_1_Pop_m1650496555_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_set_Capacity_m690422444_RuntimeMethod_var; extern const uint32_t ExposedList_1_set_Capacity_m690422444_MetadataUsageId; extern const RuntimeMethod* ExposedList_1__ctor_m1622853111_RuntimeMethod_var; extern const uint32_t ExposedList_1__ctor_m1622853111_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckRange_m3805101644_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckRange_m3805101644_MetadataUsageId; extern const uint32_t ExposedList_1_AddEnumerable_m1944994396_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckMatch_m2709079636_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckMatch_m2709079636_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_ForEach_m2694538368_RuntimeMethod_var; extern const uint32_t ExposedList_1_ForEach_m2694538368_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_IndexOf_m471692076_RuntimeMethod_var; extern const uint32_t ExposedList_1_IndexOf_m471692076_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckIndex_m520906255_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckIndex_m520906255_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckCollection_m1448983010_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckCollection_m1448983010_MetadataUsageId; extern const uint32_t ExposedList_1_InsertEnumeration_m3298514559_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_LastIndexOf_m1428898251_RuntimeMethod_var; extern const uint32_t ExposedList_1_LastIndexOf_m1428898251_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_RemoveAt_m1238664670_RuntimeMethod_var; extern const uint32_t ExposedList_1_RemoveAt_m1238664670_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Pop_m4165808704_RuntimeMethod_var; extern const uint32_t ExposedList_1_Pop_m4165808704_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_set_Capacity_m1862119290_RuntimeMethod_var; extern const uint32_t ExposedList_1_set_Capacity_m1862119290_MetadataUsageId; extern const RuntimeMethod* ExposedList_1__ctor_m4079222511_RuntimeMethod_var; extern const uint32_t ExposedList_1__ctor_m4079222511_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckRange_m358035110_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckRange_m358035110_MetadataUsageId; extern const uint32_t ExposedList_1_AddEnumerable_m2510457544_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckMatch_m2310200062_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckMatch_m2310200062_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_ForEach_m738327156_RuntimeMethod_var; extern const uint32_t ExposedList_1_ForEach_m738327156_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_IndexOf_m1621320106_RuntimeMethod_var; extern const uint32_t ExposedList_1_IndexOf_m1621320106_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckIndex_m4021216555_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckIndex_m4021216555_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckCollection_m337276846_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckCollection_m337276846_MetadataUsageId; extern const uint32_t ExposedList_1_InsertEnumeration_m2779056443_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_LastIndexOf_m4153545838_RuntimeMethod_var; extern const uint32_t ExposedList_1_LastIndexOf_m4153545838_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_RemoveAt_m3845229811_RuntimeMethod_var; extern const uint32_t ExposedList_1_RemoveAt_m3845229811_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Pop_m3500744441_RuntimeMethod_var; extern const uint32_t ExposedList_1_Pop_m3500744441_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_set_Capacity_m4139010326_RuntimeMethod_var; extern const uint32_t ExposedList_1_set_Capacity_m4139010326_MetadataUsageId; extern const RuntimeMethod* ExposedList_1__ctor_m3746667435_RuntimeMethod_var; extern const uint32_t ExposedList_1__ctor_m3746667435_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckRange_m621102627_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckRange_m621102627_MetadataUsageId; extern const uint32_t ExposedList_1_AddEnumerable_m1665448962_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckMatch_m3810851484_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckMatch_m3810851484_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_ForEach_m1154742960_RuntimeMethod_var; extern const uint32_t ExposedList_1_ForEach_m1154742960_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_IndexOf_m1738450987_RuntimeMethod_var; extern const uint32_t ExposedList_1_IndexOf_m1738450987_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckIndex_m3698236739_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckIndex_m3698236739_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckCollection_m959465958_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckCollection_m959465958_MetadataUsageId; extern const uint32_t ExposedList_1_InsertEnumeration_m2902648050_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_LastIndexOf_m3352230753_RuntimeMethod_var; extern const uint32_t ExposedList_1_LastIndexOf_m3352230753_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_RemoveAt_m2131523012_RuntimeMethod_var; extern const uint32_t ExposedList_1_RemoveAt_m2131523012_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Pop_m3024691063_RuntimeMethod_var; extern const uint32_t ExposedList_1_Pop_m3024691063_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_set_Capacity_m186555788_RuntimeMethod_var; extern const uint32_t ExposedList_1_set_Capacity_m186555788_MetadataUsageId; extern const RuntimeMethod* ExposedList_1__ctor_m3034036963_RuntimeMethod_var; extern const uint32_t ExposedList_1__ctor_m3034036963_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckRange_m3833762953_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckRange_m3833762953_MetadataUsageId; extern const uint32_t ExposedList_1_AddEnumerable_m3244829037_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckMatch_m3919168048_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckMatch_m3919168048_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_ForEach_m3977284648_RuntimeMethod_var; extern const uint32_t ExposedList_1_ForEach_m3977284648_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_IndexOf_m4204834827_RuntimeMethod_var; extern const uint32_t ExposedList_1_IndexOf_m4204834827_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckIndex_m3939869851_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckIndex_m3939869851_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckCollection_m3040594082_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckCollection_m3040594082_MetadataUsageId; extern const uint32_t ExposedList_1_InsertEnumeration_m1762452917_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_LastIndexOf_m535682982_RuntimeMethod_var; extern const uint32_t ExposedList_1_LastIndexOf_m535682982_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_RemoveAt_m1650951829_RuntimeMethod_var; extern const uint32_t ExposedList_1_RemoveAt_m1650951829_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Pop_m1358637263_RuntimeMethod_var; extern const uint32_t ExposedList_1_Pop_m1358637263_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_set_Capacity_m1671286360_RuntimeMethod_var; extern const uint32_t ExposedList_1_set_Capacity_m1671286360_MetadataUsageId; extern const RuntimeMethod* ExposedList_1__ctor_m823976159_RuntimeMethod_var; extern const uint32_t ExposedList_1__ctor_m823976159_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckRange_m3621980048_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckRange_m3621980048_MetadataUsageId; extern const uint32_t ExposedList_1_AddEnumerable_m752426302_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckMatch_m4171222422_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckMatch_m4171222422_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_ForEach_m3586378714_RuntimeMethod_var; extern const uint32_t ExposedList_1_ForEach_m3586378714_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_IndexOf_m2597963433_RuntimeMethod_var; extern const uint32_t ExposedList_1_IndexOf_m2597963433_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckIndex_m698559163_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckIndex_m698559163_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_CheckCollection_m850020508_RuntimeMethod_var; extern const uint32_t ExposedList_1_CheckCollection_m850020508_MetadataUsageId; extern const uint32_t ExposedList_1_InsertEnumeration_m1169731785_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_LastIndexOf_m3826904071_RuntimeMethod_var; extern const uint32_t ExposedList_1_LastIndexOf_m3826904071_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_RemoveAt_m2146095091_RuntimeMethod_var; extern const uint32_t ExposedList_1_RemoveAt_m2146095091_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_Pop_m4254532390_RuntimeMethod_var; extern const uint32_t ExposedList_1_Pop_m4254532390_MetadataUsageId; extern const RuntimeMethod* ExposedList_1_set_Capacity_m1744858633_RuntimeMethod_var; extern const uint32_t ExposedList_1_set_Capacity_m1744858633_MetadataUsageId; struct ObjectU5BU5D_t2843939325; struct KeyValuePair_2U5BU5D_t118269214; struct SubmeshInstructionU5BU5D_t131014463; struct BooleanU5BU5D_t2897418192; struct Int32U5BU5D_t385246372; struct SingleU5BU5D_t1444911251; struct Color32U5BU5D_t3850468773; struct Vector2U5BU5D_t1457185986; struct Vector3U5BU5D_t1718750761; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef EQUALITYCOMPARER_1_T1249878500_H #define EQUALITYCOMPARER_1_T1249878500_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1249878500 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t1249878500_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t1249878500 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t1249878500_StaticFields, ____default_0)); } inline EqualityComparer_1_t1249878500 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t1249878500 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t1249878500 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T1249878500_H #ifndef BIDIRECTIONALDICTIONARY_2_T3581858927_H #define BIDIRECTIONALDICTIONARY_2_T3581858927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_t3581858927 : public RuntimeObject { public: // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_firstToSecond RuntimeObject* ____firstToSecond_0; // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_secondToFirst RuntimeObject* ____secondToFirst_1; // System.String Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_duplicateFirstErrorMessage String_t* ____duplicateFirstErrorMessage_2; // System.String Newtonsoft.Json.Utilities.BidirectionalDictionary`2::_duplicateSecondErrorMessage String_t* ____duplicateSecondErrorMessage_3; public: inline static int32_t get_offset_of__firstToSecond_0() { return static_cast(offsetof(BidirectionalDictionary_2_t3581858927, ____firstToSecond_0)); } inline RuntimeObject* get__firstToSecond_0() const { return ____firstToSecond_0; } inline RuntimeObject** get_address_of__firstToSecond_0() { return &____firstToSecond_0; } inline void set__firstToSecond_0(RuntimeObject* value) { ____firstToSecond_0 = value; Il2CppCodeGenWriteBarrier((&____firstToSecond_0), value); } inline static int32_t get_offset_of__secondToFirst_1() { return static_cast(offsetof(BidirectionalDictionary_2_t3581858927, ____secondToFirst_1)); } inline RuntimeObject* get__secondToFirst_1() const { return ____secondToFirst_1; } inline RuntimeObject** get_address_of__secondToFirst_1() { return &____secondToFirst_1; } inline void set__secondToFirst_1(RuntimeObject* value) { ____secondToFirst_1 = value; Il2CppCodeGenWriteBarrier((&____secondToFirst_1), value); } inline static int32_t get_offset_of__duplicateFirstErrorMessage_2() { return static_cast(offsetof(BidirectionalDictionary_2_t3581858927, ____duplicateFirstErrorMessage_2)); } inline String_t* get__duplicateFirstErrorMessage_2() const { return ____duplicateFirstErrorMessage_2; } inline String_t** get_address_of__duplicateFirstErrorMessage_2() { return &____duplicateFirstErrorMessage_2; } inline void set__duplicateFirstErrorMessage_2(String_t* value) { ____duplicateFirstErrorMessage_2 = value; Il2CppCodeGenWriteBarrier((&____duplicateFirstErrorMessage_2), value); } inline static int32_t get_offset_of__duplicateSecondErrorMessage_3() { return static_cast(offsetof(BidirectionalDictionary_2_t3581858927, ____duplicateSecondErrorMessage_3)); } inline String_t* get__duplicateSecondErrorMessage_3() const { return ____duplicateSecondErrorMessage_3; } inline String_t** get_address_of__duplicateSecondErrorMessage_3() { return &____duplicateSecondErrorMessage_3; } inline void set__duplicateSecondErrorMessage_3(String_t* value) { ____duplicateSecondErrorMessage_3 = value; Il2CppCodeGenWriteBarrier((&____duplicateSecondErrorMessage_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BIDIRECTIONALDICTIONARY_2_T3581858927_H #ifndef ENUMERABLEDICTIONARYWRAPPER_2_T476851046_H #define ENUMERABLEDICTIONARYWRAPPER_2_T476851046_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2 struct EnumerableDictionaryWrapper_2_t476851046 : public RuntimeObject { public: // System.Collections.Generic.IEnumerable`1> Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2::_e RuntimeObject* ____e_0; public: inline static int32_t get_offset_of__e_0() { return static_cast(offsetof(EnumerableDictionaryWrapper_2_t476851046, ____e_0)); } inline RuntimeObject* get__e_0() const { return ____e_0; } inline RuntimeObject** get_address_of__e_0() { return &____e_0; } inline void set__e_0(RuntimeObject* value) { ____e_0 = value; Il2CppCodeGenWriteBarrier((&____e_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERABLEDICTIONARYWRAPPER_2_T476851046_H #ifndef THREADSAFESTORE_2_T1066477248_H #define THREADSAFESTORE_2_T1066477248_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t1066477248 : public RuntimeObject { public: // System.Object Newtonsoft.Json.Utilities.ThreadSafeStore`2::_lock RuntimeObject * ____lock_0; // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_store Dictionary_2_t132545152 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_t2447130374 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_t1066477248, ____lock_0)); } inline RuntimeObject * get__lock_0() const { return ____lock_0; } inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; } inline void set__lock_0(RuntimeObject * value) { ____lock_0 = value; Il2CppCodeGenWriteBarrier((&____lock_0), value); } inline static int32_t get_offset_of__store_1() { return static_cast(offsetof(ThreadSafeStore_2_t1066477248, ____store_1)); } inline Dictionary_2_t132545152 * get__store_1() const { return ____store_1; } inline Dictionary_2_t132545152 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_t132545152 * value) { ____store_1 = value; Il2CppCodeGenWriteBarrier((&____store_1), value); } inline static int32_t get_offset_of__creator_2() { return static_cast(offsetof(ThreadSafeStore_2_t1066477248, ____creator_2)); } inline Func_2_t2447130374 * get__creator_2() const { return ____creator_2; } inline Func_2_t2447130374 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_t2447130374 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((&____creator_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSAFESTORE_2_T1066477248_H #ifndef CACHEDATTRIBUTEGETTER_1_T1979468950_H #define CACHEDATTRIBUTEGETTER_1_T1979468950_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.CachedAttributeGetter`1 struct CachedAttributeGetter_1_t1979468950 : public RuntimeObject { public: public: }; struct CachedAttributeGetter_1_t1979468950_StaticFields { public: // Newtonsoft.Json.Utilities.ThreadSafeStore`2 Newtonsoft.Json.Serialization.CachedAttributeGetter`1::TypeAttributeCache ThreadSafeStore_2_t1066477248 * ___TypeAttributeCache_0; public: inline static int32_t get_offset_of_TypeAttributeCache_0() { return static_cast(offsetof(CachedAttributeGetter_1_t1979468950_StaticFields, ___TypeAttributeCache_0)); } inline ThreadSafeStore_2_t1066477248 * get_TypeAttributeCache_0() const { return ___TypeAttributeCache_0; } inline ThreadSafeStore_2_t1066477248 ** get_address_of_TypeAttributeCache_0() { return &___TypeAttributeCache_0; } inline void set_TypeAttributeCache_0(ThreadSafeStore_2_t1066477248 * value) { ___TypeAttributeCache_0 = value; Il2CppCodeGenWriteBarrier((&___TypeAttributeCache_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CACHEDATTRIBUTEGETTER_1_T1979468950_H #ifndef DICTIONARY_2_T132545152_H #define DICTIONARY_2_T132545152_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots ObjectU5BU5D_t2843939325* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots ObjectU5BU5D_t2843939325* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t132545152, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t132545152, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t132545152, ___keySlots_6)); } inline ObjectU5BU5D_t2843939325* get_keySlots_6() const { return ___keySlots_6; } inline ObjectU5BU5D_t2843939325** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(ObjectU5BU5D_t2843939325* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t132545152, ___valueSlots_7)); } inline ObjectU5BU5D_t2843939325* get_valueSlots_7() const { return ___valueSlots_7; } inline ObjectU5BU5D_t2843939325** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ObjectU5BU5D_t2843939325* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t132545152, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t132545152, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t132545152, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t132545152, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t132545152, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t132545152, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t132545152, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t132545152_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4209139644 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t132545152_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4209139644 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4209139644 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4209139644 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T132545152_H #ifndef U3CU3EC__DISPLAYCLASS5_0_1_T1174996856_H #define U3CU3EC__DISPLAYCLASS5_0_1_T1174996856_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1 struct U3CU3Ec__DisplayClass5_0_1_t1174996856 : public RuntimeObject { public: // System.Type Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1::type Type_t * ___type_0; // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1::constructorInfo ConstructorInfo_t5769829 * ___constructorInfo_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_1_t1174996856, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_constructorInfo_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_1_t1174996856, ___constructorInfo_1)); } inline ConstructorInfo_t5769829 * get_constructorInfo_1() const { return ___constructorInfo_1; } inline ConstructorInfo_t5769829 ** get_address_of_constructorInfo_1() { return &___constructorInfo_1; } inline void set_constructorInfo_1(ConstructorInfo_t5769829 * value) { ___constructorInfo_1 = value; Il2CppCodeGenWriteBarrier((&___constructorInfo_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS5_0_1_T1174996856_H #ifndef U3CU3EC__DISPLAYCLASS4_0_1_T1908165307_H #define U3CU3EC__DISPLAYCLASS4_0_1_T1908165307_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1 struct U3CU3Ec__DisplayClass4_0_1_t1908165307 : public RuntimeObject { public: // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1::c ConstructorInfo_t5769829 * ___c_0; // System.Reflection.MethodBase Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1::method MethodBase_t * ___method_1; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_1_t1908165307, ___c_0)); } inline ConstructorInfo_t5769829 * get_c_0() const { return ___c_0; } inline ConstructorInfo_t5769829 ** get_address_of_c_0() { return &___c_0; } inline void set_c_0(ConstructorInfo_t5769829 * value) { ___c_0 = value; Il2CppCodeGenWriteBarrier((&___c_0), value); } inline static int32_t get_offset_of_method_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_1_t1908165307, ___method_1)); } inline MethodBase_t * get_method_1() const { return ___method_1; } inline MethodBase_t ** get_address_of_method_1() { return &___method_1; } inline void set_method_1(MethodBase_t * value) { ___method_1 = value; Il2CppCodeGenWriteBarrier((&___method_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS4_0_1_T1908165307_H #ifndef DICTIONARYWRAPPER_2_T2717202687_H #define DICTIONARYWRAPPER_2_T2717202687_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.DictionaryWrapper`2 struct DictionaryWrapper_2_t2717202687 : public RuntimeObject { public: // System.Collections.IDictionary Newtonsoft.Json.Utilities.DictionaryWrapper`2::_dictionary RuntimeObject* ____dictionary_0; // System.Collections.Generic.IDictionary`2 Newtonsoft.Json.Utilities.DictionaryWrapper`2::_genericDictionary RuntimeObject* ____genericDictionary_1; // System.Object Newtonsoft.Json.Utilities.DictionaryWrapper`2::_syncRoot RuntimeObject * ____syncRoot_2; public: inline static int32_t get_offset_of__dictionary_0() { return static_cast(offsetof(DictionaryWrapper_2_t2717202687, ____dictionary_0)); } inline RuntimeObject* get__dictionary_0() const { return ____dictionary_0; } inline RuntimeObject** get_address_of__dictionary_0() { return &____dictionary_0; } inline void set__dictionary_0(RuntimeObject* value) { ____dictionary_0 = value; Il2CppCodeGenWriteBarrier((&____dictionary_0), value); } inline static int32_t get_offset_of__genericDictionary_1() { return static_cast(offsetof(DictionaryWrapper_2_t2717202687, ____genericDictionary_1)); } inline RuntimeObject* get__genericDictionary_1() const { return ____genericDictionary_1; } inline RuntimeObject** get_address_of__genericDictionary_1() { return &____genericDictionary_1; } inline void set__genericDictionary_1(RuntimeObject* value) { ____genericDictionary_1 = value; Il2CppCodeGenWriteBarrier((&____genericDictionary_1), value); } inline static int32_t get_offset_of__syncRoot_2() { return static_cast(offsetof(DictionaryWrapper_2_t2717202687, ____syncRoot_2)); } inline RuntimeObject * get__syncRoot_2() const { return ____syncRoot_2; } inline RuntimeObject ** get_address_of__syncRoot_2() { return &____syncRoot_2; } inline void set__syncRoot_2(RuntimeObject * value) { ____syncRoot_2 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARYWRAPPER_2_T2717202687_H #ifndef U3CU3EC_T886711376_H #define U3CU3EC_T886711376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.DictionaryWrapper`2/<>c struct U3CU3Ec_t886711376 : public RuntimeObject { public: public: }; struct U3CU3Ec_t886711376_StaticFields { public: // Newtonsoft.Json.Utilities.DictionaryWrapper`2/<>c Newtonsoft.Json.Utilities.DictionaryWrapper`2/<>c::<>9 U3CU3Ec_t886711376 * ___U3CU3E9_0; // System.Func`2> Newtonsoft.Json.Utilities.DictionaryWrapper`2/<>c::<>9__25_0 Func_2_t3270419407 * ___U3CU3E9__25_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t886711376_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t886711376 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t886711376 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t886711376 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value); } inline static int32_t get_offset_of_U3CU3E9__25_0_1() { return static_cast(offsetof(U3CU3Ec_t886711376_StaticFields, ___U3CU3E9__25_0_1)); } inline Func_2_t3270419407 * get_U3CU3E9__25_0_1() const { return ___U3CU3E9__25_0_1; } inline Func_2_t3270419407 ** get_address_of_U3CU3E9__25_0_1() { return &___U3CU3E9__25_0_1; } inline void set_U3CU3E9__25_0_1(Func_2_t3270419407 * value) { ___U3CU3E9__25_0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9__25_0_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC_T886711376_H #ifndef COLLECTIONWRAPPER_1_T1427305972_H #define COLLECTIONWRAPPER_1_T1427305972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.CollectionWrapper`1 struct CollectionWrapper_1_t1427305972 : public RuntimeObject { public: // System.Collections.IList Newtonsoft.Json.Utilities.CollectionWrapper`1::_list RuntimeObject* ____list_0; // System.Collections.Generic.ICollection`1 Newtonsoft.Json.Utilities.CollectionWrapper`1::_genericCollection RuntimeObject* ____genericCollection_1; // System.Object Newtonsoft.Json.Utilities.CollectionWrapper`1::_syncRoot RuntimeObject * ____syncRoot_2; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(CollectionWrapper_1_t1427305972, ____list_0)); } inline RuntimeObject* get__list_0() const { return ____list_0; } inline RuntimeObject** get_address_of__list_0() { return &____list_0; } inline void set__list_0(RuntimeObject* value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((&____list_0), value); } inline static int32_t get_offset_of__genericCollection_1() { return static_cast(offsetof(CollectionWrapper_1_t1427305972, ____genericCollection_1)); } inline RuntimeObject* get__genericCollection_1() const { return ____genericCollection_1; } inline RuntimeObject** get_address_of__genericCollection_1() { return &____genericCollection_1; } inline void set__genericCollection_1(RuntimeObject* value) { ____genericCollection_1 = value; Il2CppCodeGenWriteBarrier((&____genericCollection_1), value); } inline static int32_t get_offset_of__syncRoot_2() { return static_cast(offsetof(CollectionWrapper_1_t1427305972, ____syncRoot_2)); } inline RuntimeObject * get__syncRoot_2() const { return ____syncRoot_2; } inline RuntimeObject ** get_address_of__syncRoot_2() { return &____syncRoot_2; } inline void set__syncRoot_2(RuntimeObject * value) { ____syncRoot_2 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONWRAPPER_1_T1427305972_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef U3CANNOTATIONSU3ED__171_1_T3517280185_H #define U3CANNOTATIONSU3ED__171_1_T3517280185_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JToken/d__171`1 struct U3CAnnotationsU3Ed__171_1_t3517280185 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JToken/d__171`1::<>1__state int32_t ___U3CU3E1__state_0; // T Newtonsoft.Json.Linq.JToken/d__171`1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.JToken/d__171`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken/d__171`1::<>4__this JToken_t1038539247 * ___U3CU3E4__this_3; // System.Object[] Newtonsoft.Json.Linq.JToken/d__171`1::5__1 ObjectU5BU5D_t2843939325* ___U3CannotationsU3E5__1_4; // System.Int32 Newtonsoft.Json.Linq.JToken/d__171`1::5__2 int32_t ___U3CiU3E5__2_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CAnnotationsU3Ed__171_1_t3517280185, ___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(U3CAnnotationsU3Ed__171_1_t3517280185, ___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((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CAnnotationsU3Ed__171_1_t3517280185, ___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(U3CAnnotationsU3Ed__171_1_t3517280185, ___U3CU3E4__this_3)); } inline JToken_t1038539247 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline JToken_t1038539247 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(JToken_t1038539247 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_3), value); } inline static int32_t get_offset_of_U3CannotationsU3E5__1_4() { return static_cast(offsetof(U3CAnnotationsU3Ed__171_1_t3517280185, ___U3CannotationsU3E5__1_4)); } inline ObjectU5BU5D_t2843939325* get_U3CannotationsU3E5__1_4() const { return ___U3CannotationsU3E5__1_4; } inline ObjectU5BU5D_t2843939325** get_address_of_U3CannotationsU3E5__1_4() { return &___U3CannotationsU3E5__1_4; } inline void set_U3CannotationsU3E5__1_4(ObjectU5BU5D_t2843939325* value) { ___U3CannotationsU3E5__1_4 = value; Il2CppCodeGenWriteBarrier((&___U3CannotationsU3E5__1_4), value); } inline static int32_t get_offset_of_U3CiU3E5__2_5() { return static_cast(offsetof(U3CAnnotationsU3Ed__171_1_t3517280185, ___U3CiU3E5__2_5)); } inline int32_t get_U3CiU3E5__2_5() const { return ___U3CiU3E5__2_5; } inline int32_t* get_address_of_U3CiU3E5__2_5() { return &___U3CiU3E5__2_5; } inline void set_U3CiU3E5__2_5(int32_t value) { ___U3CiU3E5__2_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CANNOTATIONSU3ED__171_1_T3517280185_H #ifndef U3CU3EC__0_1_T375822018_H #define U3CU3EC__0_1_T375822018_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.Extensions/<>c__0`1 struct U3CU3Ec__0_1_t375822018 : public RuntimeObject { public: public: }; struct U3CU3Ec__0_1_t375822018_StaticFields { public: // Newtonsoft.Json.Linq.Extensions/<>c__0`1 Newtonsoft.Json.Linq.Extensions/<>c__0`1::<>9 U3CU3Ec__0_1_t375822018 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec__0_1_t375822018_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec__0_1_t375822018 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec__0_1_t375822018 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec__0_1_t375822018 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__0_1_T375822018_H #ifndef JSONCONVERTER_T1047106545_H #define JSONCONVERTER_T1047106545_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonConverter struct JsonConverter_t1047106545 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONVERTER_T1047106545_H #ifndef U3CREGISTERIMPORTERU3EC__ANONSTOREY1_2_T1504413337_H #define U3CREGISTERIMPORTERU3EC__ANONSTOREY1_2_T1504413337_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonMapper/c__AnonStorey1`2 struct U3CRegisterImporterU3Ec__AnonStorey1_2_t1504413337 : public RuntimeObject { public: // LitJson.ImporterFunc`2 LitJson.JsonMapper/c__AnonStorey1`2::importer ImporterFunc_2_t3974708465 * ___importer_0; public: inline static int32_t get_offset_of_importer_0() { return static_cast(offsetof(U3CRegisterImporterU3Ec__AnonStorey1_2_t1504413337, ___importer_0)); } inline ImporterFunc_2_t3974708465 * get_importer_0() const { return ___importer_0; } inline ImporterFunc_2_t3974708465 ** get_address_of_importer_0() { return &___importer_0; } inline void set_importer_0(ImporterFunc_2_t3974708465 * value) { ___importer_0 = value; Il2CppCodeGenWriteBarrier((&___importer_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTERIMPORTERU3EC__ANONSTOREY1_2_T1504413337_H #ifndef U3CREGISTEREXPORTERU3EC__ANONSTOREY0_1_T1306306425_H #define U3CREGISTEREXPORTERU3EC__ANONSTOREY0_1_T1306306425_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonMapper/c__AnonStorey0`1 struct U3CRegisterExporterU3Ec__AnonStorey0_1_t1306306425 : public RuntimeObject { public: // LitJson.ExporterFunc`1 LitJson.JsonMapper/c__AnonStorey0`1::exporter ExporterFunc_1_t1983223696 * ___exporter_0; public: inline static int32_t get_offset_of_exporter_0() { return static_cast(offsetof(U3CRegisterExporterU3Ec__AnonStorey0_1_t1306306425, ___exporter_0)); } inline ExporterFunc_1_t1983223696 * get_exporter_0() const { return ___exporter_0; } inline ExporterFunc_1_t1983223696 ** get_address_of_exporter_0() { return &___exporter_0; } inline void set_exporter_0(ExporterFunc_1_t1983223696 * value) { ___exporter_0 = value; Il2CppCodeGenWriteBarrier((&___exporter_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CREGISTEREXPORTERU3EC__ANONSTOREY0_1_T1306306425_H #ifndef JSONWRITER_T3570089748_H #define JSONWRITER_T3570089748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.JsonWriter struct JsonWriter_t3570089748 : public RuntimeObject { public: // LitJson.WriterContext LitJson.JsonWriter::context WriterContext_t1011093999 * ___context_1; // System.Collections.Generic.Stack`1 LitJson.JsonWriter::ctx_stack Stack_1_t1854483454 * ___ctx_stack_2; // System.Boolean LitJson.JsonWriter::has_reached_end bool ___has_reached_end_3; // System.Char[] LitJson.JsonWriter::hex_seq CharU5BU5D_t3528271667* ___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.IO.TextWriter LitJson.JsonWriter::writer TextWriter_t3478189236 * ___writer_10; public: inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(JsonWriter_t3570089748, ___context_1)); } inline WriterContext_t1011093999 * get_context_1() const { return ___context_1; } inline WriterContext_t1011093999 ** get_address_of_context_1() { return &___context_1; } inline void set_context_1(WriterContext_t1011093999 * value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((&___context_1), value); } inline static int32_t get_offset_of_ctx_stack_2() { return static_cast(offsetof(JsonWriter_t3570089748, ___ctx_stack_2)); } inline Stack_1_t1854483454 * get_ctx_stack_2() const { return ___ctx_stack_2; } inline Stack_1_t1854483454 ** get_address_of_ctx_stack_2() { return &___ctx_stack_2; } inline void set_ctx_stack_2(Stack_1_t1854483454 * value) { ___ctx_stack_2 = value; Il2CppCodeGenWriteBarrier((&___ctx_stack_2), value); } inline static int32_t get_offset_of_has_reached_end_3() { return static_cast(offsetof(JsonWriter_t3570089748, ___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_t3570089748, ___hex_seq_4)); } inline CharU5BU5D_t3528271667* get_hex_seq_4() const { return ___hex_seq_4; } inline CharU5BU5D_t3528271667** get_address_of_hex_seq_4() { return &___hex_seq_4; } inline void set_hex_seq_4(CharU5BU5D_t3528271667* value) { ___hex_seq_4 = value; Il2CppCodeGenWriteBarrier((&___hex_seq_4), value); } inline static int32_t get_offset_of_indentation_5() { return static_cast(offsetof(JsonWriter_t3570089748, ___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_t3570089748, ___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_t3570089748, ___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((&___inst_string_builder_7), value); } inline static int32_t get_offset_of_pretty_print_8() { return static_cast(offsetof(JsonWriter_t3570089748, ___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_t3570089748, ___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_writer_10() { return static_cast(offsetof(JsonWriter_t3570089748, ___writer_10)); } inline TextWriter_t3478189236 * get_writer_10() const { return ___writer_10; } inline TextWriter_t3478189236 ** get_address_of_writer_10() { return &___writer_10; } inline void set_writer_10(TextWriter_t3478189236 * value) { ___writer_10 = value; Il2CppCodeGenWriteBarrier((&___writer_10), value); } }; struct JsonWriter_t3570089748_StaticFields { public: // System.Globalization.NumberFormatInfo LitJson.JsonWriter::number_format NumberFormatInfo_t435877138 * ___number_format_0; public: inline static int32_t get_offset_of_number_format_0() { return static_cast(offsetof(JsonWriter_t3570089748_StaticFields, ___number_format_0)); } inline NumberFormatInfo_t435877138 * get_number_format_0() const { return ___number_format_0; } inline NumberFormatInfo_t435877138 ** get_address_of_number_format_0() { return &___number_format_0; } inline void set_number_format_0(NumberFormatInfo_t435877138 * value) { ___number_format_0 = value; Il2CppCodeGenWriteBarrier((&___number_format_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONWRITER_T3570089748_H #ifndef STACK_1_T3923495619_H #define STACK_1_T3923495619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Stack`1 struct Stack_1_t3923495619 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array ObjectU5BU5D_t2843939325* ____array_1; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__array_1() { return static_cast(offsetof(Stack_1_t3923495619, ____array_1)); } inline ObjectU5BU5D_t2843939325* get__array_1() const { return ____array_1; } inline ObjectU5BU5D_t2843939325** get_address_of__array_1() { return &____array_1; } inline void set__array_1(ObjectU5BU5D_t2843939325* value) { ____array_1 = value; Il2CppCodeGenWriteBarrier((&____array_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Stack_1_t3923495619, ____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(Stack_1_t3923495619, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T3923495619_H #ifndef U3CU3EC__1_1_T4257191618_H #define U3CU3EC__1_1_T4257191618_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.Extensions/<>c__1`1 struct U3CU3Ec__1_1_t4257191618 : public RuntimeObject { public: public: }; struct U3CU3Ec__1_1_t4257191618_StaticFields { public: // Newtonsoft.Json.Linq.Extensions/<>c__1`1 Newtonsoft.Json.Linq.Extensions/<>c__1`1::<>9 U3CU3Ec__1_1_t4257191618 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec__1_1_t4257191618_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec__1_1_t4257191618 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec__1_1_t4257191618 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec__1_1_t4257191618 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__1_1_T4257191618_H #ifndef U3CVALUESU3ED__11_2_T3838330508_H #define U3CVALUESU3ED__11_2_T3838330508_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.Extensions/d__11`2 struct U3CValuesU3Ed__11_2_t3838330508 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.Extensions/d__11`2::<>1__state int32_t ___U3CU3E1__state_0; // U Newtonsoft.Json.Linq.Extensions/d__11`2::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.Extensions/d__11`2::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.Extensions/d__11`2::source RuntimeObject* ___source_3; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.Extensions/d__11`2::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Object Newtonsoft.Json.Linq.Extensions/d__11`2::key RuntimeObject * ___key_5; // System.Object Newtonsoft.Json.Linq.Extensions/d__11`2::<>3__key RuntimeObject * ___U3CU3E3__key_6; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.Extensions/d__11`2::5__1 JToken_t1038539247 * ___U3CtokenU3E5__1_7; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.Extensions/d__11`2::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_8; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.Extensions/d__11`2::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_9; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CValuesU3Ed__11_2_t3838330508, ___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(U3CValuesU3Ed__11_2_t3838330508, ___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((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CValuesU3Ed__11_2_t3838330508, ___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_source_3() { return static_cast(offsetof(U3CValuesU3Ed__11_2_t3838330508, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((&___source_3), value); } inline static int32_t get_offset_of_U3CU3E3__source_4() { return static_cast(offsetof(U3CValuesU3Ed__11_2_t3838330508, ___U3CU3E3__source_4)); } inline RuntimeObject* get_U3CU3E3__source_4() const { return ___U3CU3E3__source_4; } inline RuntimeObject** get_address_of_U3CU3E3__source_4() { return &___U3CU3E3__source_4; } inline void set_U3CU3E3__source_4(RuntimeObject* value) { ___U3CU3E3__source_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E3__source_4), value); } inline static int32_t get_offset_of_key_5() { return static_cast(offsetof(U3CValuesU3Ed__11_2_t3838330508, ___key_5)); } inline RuntimeObject * get_key_5() const { return ___key_5; } inline RuntimeObject ** get_address_of_key_5() { return &___key_5; } inline void set_key_5(RuntimeObject * value) { ___key_5 = value; Il2CppCodeGenWriteBarrier((&___key_5), value); } inline static int32_t get_offset_of_U3CU3E3__key_6() { return static_cast(offsetof(U3CValuesU3Ed__11_2_t3838330508, ___U3CU3E3__key_6)); } inline RuntimeObject * get_U3CU3E3__key_6() const { return ___U3CU3E3__key_6; } inline RuntimeObject ** get_address_of_U3CU3E3__key_6() { return &___U3CU3E3__key_6; } inline void set_U3CU3E3__key_6(RuntimeObject * value) { ___U3CU3E3__key_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E3__key_6), value); } inline static int32_t get_offset_of_U3CtokenU3E5__1_7() { return static_cast(offsetof(U3CValuesU3Ed__11_2_t3838330508, ___U3CtokenU3E5__1_7)); } inline JToken_t1038539247 * get_U3CtokenU3E5__1_7() const { return ___U3CtokenU3E5__1_7; } inline JToken_t1038539247 ** get_address_of_U3CtokenU3E5__1_7() { return &___U3CtokenU3E5__1_7; } inline void set_U3CtokenU3E5__1_7(JToken_t1038539247 * value) { ___U3CtokenU3E5__1_7 = value; Il2CppCodeGenWriteBarrier((&___U3CtokenU3E5__1_7), value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_8() { return static_cast(offsetof(U3CValuesU3Ed__11_2_t3838330508, ___U3CU3E7__wrap1_8)); } inline RuntimeObject* get_U3CU3E7__wrap1_8() const { return ___U3CU3E7__wrap1_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_8() { return &___U3CU3E7__wrap1_8; } inline void set_U3CU3E7__wrap1_8(RuntimeObject* value) { ___U3CU3E7__wrap1_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap1_8), value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_9() { return static_cast(offsetof(U3CValuesU3Ed__11_2_t3838330508, ___U3CU3E7__wrap2_9)); } inline RuntimeObject* get_U3CU3E7__wrap2_9() const { return ___U3CU3E7__wrap2_9; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_9() { return &___U3CU3E7__wrap2_9; } inline void set_U3CU3E7__wrap2_9(RuntimeObject* value) { ___U3CU3E7__wrap2_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap2_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CVALUESU3ED__11_2_T3838330508_H #ifndef JTOKEN_T1038539247_H #define JTOKEN_T1038539247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JToken struct JToken_t1038539247 : public RuntimeObject { public: // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::_parent JContainer_t1023664833 * ____parent_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_previous JToken_t1038539247 * ____previous_1; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_next JToken_t1038539247 * ____next_2; // System.Object Newtonsoft.Json.Linq.JToken::_annotations RuntimeObject * ____annotations_3; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(JToken_t1038539247, ____parent_0)); } inline JContainer_t1023664833 * get__parent_0() const { return ____parent_0; } inline JContainer_t1023664833 ** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(JContainer_t1023664833 * value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((&____parent_0), value); } inline static int32_t get_offset_of__previous_1() { return static_cast(offsetof(JToken_t1038539247, ____previous_1)); } inline JToken_t1038539247 * get__previous_1() const { return ____previous_1; } inline JToken_t1038539247 ** get_address_of__previous_1() { return &____previous_1; } inline void set__previous_1(JToken_t1038539247 * value) { ____previous_1 = value; Il2CppCodeGenWriteBarrier((&____previous_1), value); } inline static int32_t get_offset_of__next_2() { return static_cast(offsetof(JToken_t1038539247, ____next_2)); } inline JToken_t1038539247 * get__next_2() const { return ____next_2; } inline JToken_t1038539247 ** get_address_of__next_2() { return &____next_2; } inline void set__next_2(JToken_t1038539247 * value) { ____next_2 = value; Il2CppCodeGenWriteBarrier((&____next_2), value); } inline static int32_t get_offset_of__annotations_3() { return static_cast(offsetof(JToken_t1038539247, ____annotations_3)); } inline RuntimeObject * get__annotations_3() const { return ____annotations_3; } inline RuntimeObject ** get_address_of__annotations_3() { return &____annotations_3; } inline void set__annotations_3(RuntimeObject * value) { ____annotations_3 = value; Il2CppCodeGenWriteBarrier((&____annotations_3), value); } }; struct JToken_t1038539247_StaticFields { public: // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BooleanTypes JTokenTypeU5BU5D_t1887505675* ___BooleanTypes_4; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::NumberTypes JTokenTypeU5BU5D_t1887505675* ___NumberTypes_5; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::StringTypes JTokenTypeU5BU5D_t1887505675* ___StringTypes_6; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::GuidTypes JTokenTypeU5BU5D_t1887505675* ___GuidTypes_7; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::TimeSpanTypes JTokenTypeU5BU5D_t1887505675* ___TimeSpanTypes_8; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::UriTypes JTokenTypeU5BU5D_t1887505675* ___UriTypes_9; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::CharTypes JTokenTypeU5BU5D_t1887505675* ___CharTypes_10; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::DateTimeTypes JTokenTypeU5BU5D_t1887505675* ___DateTimeTypes_11; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BytesTypes JTokenTypeU5BU5D_t1887505675* ___BytesTypes_12; public: inline static int32_t get_offset_of_BooleanTypes_4() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___BooleanTypes_4)); } inline JTokenTypeU5BU5D_t1887505675* get_BooleanTypes_4() const { return ___BooleanTypes_4; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_BooleanTypes_4() { return &___BooleanTypes_4; } inline void set_BooleanTypes_4(JTokenTypeU5BU5D_t1887505675* value) { ___BooleanTypes_4 = value; Il2CppCodeGenWriteBarrier((&___BooleanTypes_4), value); } inline static int32_t get_offset_of_NumberTypes_5() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___NumberTypes_5)); } inline JTokenTypeU5BU5D_t1887505675* get_NumberTypes_5() const { return ___NumberTypes_5; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_NumberTypes_5() { return &___NumberTypes_5; } inline void set_NumberTypes_5(JTokenTypeU5BU5D_t1887505675* value) { ___NumberTypes_5 = value; Il2CppCodeGenWriteBarrier((&___NumberTypes_5), value); } inline static int32_t get_offset_of_StringTypes_6() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___StringTypes_6)); } inline JTokenTypeU5BU5D_t1887505675* get_StringTypes_6() const { return ___StringTypes_6; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_StringTypes_6() { return &___StringTypes_6; } inline void set_StringTypes_6(JTokenTypeU5BU5D_t1887505675* value) { ___StringTypes_6 = value; Il2CppCodeGenWriteBarrier((&___StringTypes_6), value); } inline static int32_t get_offset_of_GuidTypes_7() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___GuidTypes_7)); } inline JTokenTypeU5BU5D_t1887505675* get_GuidTypes_7() const { return ___GuidTypes_7; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_GuidTypes_7() { return &___GuidTypes_7; } inline void set_GuidTypes_7(JTokenTypeU5BU5D_t1887505675* value) { ___GuidTypes_7 = value; Il2CppCodeGenWriteBarrier((&___GuidTypes_7), value); } inline static int32_t get_offset_of_TimeSpanTypes_8() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___TimeSpanTypes_8)); } inline JTokenTypeU5BU5D_t1887505675* get_TimeSpanTypes_8() const { return ___TimeSpanTypes_8; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_TimeSpanTypes_8() { return &___TimeSpanTypes_8; } inline void set_TimeSpanTypes_8(JTokenTypeU5BU5D_t1887505675* value) { ___TimeSpanTypes_8 = value; Il2CppCodeGenWriteBarrier((&___TimeSpanTypes_8), value); } inline static int32_t get_offset_of_UriTypes_9() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___UriTypes_9)); } inline JTokenTypeU5BU5D_t1887505675* get_UriTypes_9() const { return ___UriTypes_9; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_UriTypes_9() { return &___UriTypes_9; } inline void set_UriTypes_9(JTokenTypeU5BU5D_t1887505675* value) { ___UriTypes_9 = value; Il2CppCodeGenWriteBarrier((&___UriTypes_9), value); } inline static int32_t get_offset_of_CharTypes_10() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___CharTypes_10)); } inline JTokenTypeU5BU5D_t1887505675* get_CharTypes_10() const { return ___CharTypes_10; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_CharTypes_10() { return &___CharTypes_10; } inline void set_CharTypes_10(JTokenTypeU5BU5D_t1887505675* value) { ___CharTypes_10 = value; Il2CppCodeGenWriteBarrier((&___CharTypes_10), value); } inline static int32_t get_offset_of_DateTimeTypes_11() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___DateTimeTypes_11)); } inline JTokenTypeU5BU5D_t1887505675* get_DateTimeTypes_11() const { return ___DateTimeTypes_11; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_DateTimeTypes_11() { return &___DateTimeTypes_11; } inline void set_DateTimeTypes_11(JTokenTypeU5BU5D_t1887505675* value) { ___DateTimeTypes_11 = value; Il2CppCodeGenWriteBarrier((&___DateTimeTypes_11), value); } inline static int32_t get_offset_of_BytesTypes_12() { return static_cast(offsetof(JToken_t1038539247_StaticFields, ___BytesTypes_12)); } inline JTokenTypeU5BU5D_t1887505675* get_BytesTypes_12() const { return ___BytesTypes_12; } inline JTokenTypeU5BU5D_t1887505675** get_address_of_BytesTypes_12() { return &___BytesTypes_12; } inline void set_BytesTypes_12(JTokenTypeU5BU5D_t1887505675* value) { ___BytesTypes_12 = value; Il2CppCodeGenWriteBarrier((&___BytesTypes_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JTOKEN_T1038539247_H #ifndef U3CCONVERTU3ED__14_2_T384064213_H #define U3CCONVERTU3ED__14_2_T384064213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.Extensions/d__14`2 struct U3CConvertU3Ed__14_2_t384064213 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.Extensions/d__14`2::<>1__state int32_t ___U3CU3E1__state_0; // U Newtonsoft.Json.Linq.Extensions/d__14`2::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 Newtonsoft.Json.Linq.Extensions/d__14`2::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.Extensions/d__14`2::source RuntimeObject* ___source_3; // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.Extensions/d__14`2::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.Extensions/d__14`2::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CConvertU3Ed__14_2_t384064213, ___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(U3CConvertU3Ed__14_2_t384064213, ___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((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CConvertU3Ed__14_2_t384064213, ___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_source_3() { return static_cast(offsetof(U3CConvertU3Ed__14_2_t384064213, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((&___source_3), value); } inline static int32_t get_offset_of_U3CU3E3__source_4() { return static_cast(offsetof(U3CConvertU3Ed__14_2_t384064213, ___U3CU3E3__source_4)); } inline RuntimeObject* get_U3CU3E3__source_4() const { return ___U3CU3E3__source_4; } inline RuntimeObject** get_address_of_U3CU3E3__source_4() { return &___U3CU3E3__source_4; } inline void set_U3CU3E3__source_4(RuntimeObject* value) { ___U3CU3E3__source_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E3__source_4), value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_5() { return static_cast(offsetof(U3CConvertU3Ed__14_2_t384064213, ___U3CU3E7__wrap1_5)); } inline RuntimeObject* get_U3CU3E7__wrap1_5() const { return ___U3CU3E7__wrap1_5; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_5() { return &___U3CU3E7__wrap1_5; } inline void set_U3CU3E7__wrap1_5(RuntimeObject* value) { ___U3CU3E7__wrap1_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap1_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCONVERTU3ED__14_2_T384064213_H #ifndef U3CU3EC__3_1_T3429996226_H #define U3CU3EC__3_1_T3429996226_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.Extensions/<>c__3`1 struct U3CU3Ec__3_1_t3429996226 : public RuntimeObject { public: public: }; struct U3CU3Ec__3_1_t3429996226_StaticFields { public: // Newtonsoft.Json.Linq.Extensions/<>c__3`1 Newtonsoft.Json.Linq.Extensions/<>c__3`1::<>9 U3CU3Ec__3_1_t3429996226 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec__3_1_t3429996226_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec__3_1_t3429996226 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec__3_1_t3429996226 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec__3_1_t3429996226 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__3_1_T3429996226_H #ifndef U3CU3EC__2_1_T3843593922_H #define U3CU3EC__2_1_T3843593922_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.Extensions/<>c__2`1 struct U3CU3Ec__2_1_t3843593922 : public RuntimeObject { public: public: }; struct U3CU3Ec__2_1_t3843593922_StaticFields { public: // Newtonsoft.Json.Linq.Extensions/<>c__2`1 Newtonsoft.Json.Linq.Extensions/<>c__2`1::<>9 U3CU3Ec__2_1_t3843593922 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec__2_1_t3843593922_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec__2_1_t3843593922 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec__2_1_t3843593922 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec__2_1_t3843593922 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__2_1_T3843593922_H #ifndef U3CU3EC__13_2_T3688947821_H #define U3CU3EC__13_2_T3688947821_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.Extensions/<>c__13`2 struct U3CU3Ec__13_2_t3688947821 : public RuntimeObject { public: public: }; struct U3CU3Ec__13_2_t3688947821_StaticFields { public: // Newtonsoft.Json.Linq.Extensions/<>c__13`2 Newtonsoft.Json.Linq.Extensions/<>c__13`2::<>9 U3CU3Ec__13_2_t3688947821 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec__13_2_t3688947821_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec__13_2_t3688947821 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec__13_2_t3688947821 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec__13_2_t3688947821 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__13_2_T3688947821_H #ifndef U3CU3EC__DISPLAYCLASS6_0_1_T441828405_H #define U3CU3EC__DISPLAYCLASS6_0_1_T441828405_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t441828405 : public RuntimeObject { public: // System.Reflection.PropertyInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass6_0`1::propertyInfo PropertyInfo_t * ___propertyInfo_0; public: inline static int32_t get_offset_of_propertyInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t441828405, ___propertyInfo_0)); } inline PropertyInfo_t * get_propertyInfo_0() const { return ___propertyInfo_0; } inline PropertyInfo_t ** get_address_of_propertyInfo_0() { return &___propertyInfo_0; } inline void set_propertyInfo_0(PropertyInfo_t * value) { ___propertyInfo_0 = value; Il2CppCodeGenWriteBarrier((&___propertyInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS6_0_1_T441828405_H #ifndef EXPOSEDLIST_1_T1012645862_H #define EXPOSEDLIST_1_T1012645862_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t1012645862 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items Color32U5BU5D_t3850468773* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t1012645862, ___Items_0)); } inline Color32U5BU5D_t3850468773* get_Items_0() const { return ___Items_0; } inline Color32U5BU5D_t3850468773** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(Color32U5BU5D_t3850468773* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t1012645862, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t1012645862, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t1012645862_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray Color32U5BU5D_t3850468773* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t1012645862_StaticFields, ___EmptyArray_3)); } inline Color32U5BU5D_t3850468773* get_EmptyArray_3() const { return ___EmptyArray_3; } inline Color32U5BU5D_t3850468773** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(Color32U5BU5D_t3850468773* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T1012645862_H #ifndef EXPOSEDLIST_1_T568374093_H #define EXPOSEDLIST_1_T568374093_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t568374093 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items Vector2U5BU5D_t1457185986* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t568374093, ___Items_0)); } inline Vector2U5BU5D_t1457185986* get_Items_0() const { return ___Items_0; } inline Vector2U5BU5D_t1457185986** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(Vector2U5BU5D_t1457185986* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t568374093, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t568374093, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t568374093_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray Vector2U5BU5D_t1457185986* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t568374093_StaticFields, ___EmptyArray_3)); } inline Vector2U5BU5D_t1457185986* get_EmptyArray_3() const { return ___EmptyArray_3; } inline Vector2U5BU5D_t1457185986** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(Vector2U5BU5D_t1457185986* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T568374093_H #ifndef EXPOSEDLIST_1_T2134458034_H #define EXPOSEDLIST_1_T2134458034_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t2134458034 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items Vector3U5BU5D_t1718750761* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t2134458034, ___Items_0)); } inline Vector3U5BU5D_t1718750761* get_Items_0() const { return ___Items_0; } inline Vector3U5BU5D_t1718750761** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(Vector3U5BU5D_t1718750761* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t2134458034, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t2134458034, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t2134458034_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray Vector3U5BU5D_t1718750761* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t2134458034_StaticFields, ___EmptyArray_3)); } inline Vector3U5BU5D_t1718750761* get_EmptyArray_3() const { return ___EmptyArray_3; } inline Vector3U5BU5D_t1718750761** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(Vector3U5BU5D_t1718750761* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T2134458034_H #ifndef COMPARER_1_T1551876252_H #define COMPARER_1_T1551876252_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Comparer`1 struct Comparer_1_t1551876252 : public RuntimeObject { public: public: }; struct Comparer_1_t1551876252_StaticFields { public: // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::_default Comparer_1_t1551876252 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(Comparer_1_t1551876252_StaticFields, ____default_0)); } inline Comparer_1_t1551876252 * get__default_0() const { return ____default_0; } inline Comparer_1_t1551876252 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(Comparer_1_t1551876252 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARER_1_T1551876252_H #ifndef COMPARER_1_T1597042847_H #define COMPARER_1_T1597042847_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Comparer`1 struct Comparer_1_t1597042847 : public RuntimeObject { public: public: }; struct Comparer_1_t1597042847_StaticFields { public: // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::_default Comparer_1_t1597042847 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(Comparer_1_t1597042847_StaticFields, ____default_0)); } inline Comparer_1_t1597042847 * get__default_0() const { return ____default_0; } inline Comparer_1_t1597042847 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(Comparer_1_t1597042847 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARER_1_T1597042847_H #ifndef COMPARER_1_T155733339_H #define COMPARER_1_T155733339_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Comparer`1 struct Comparer_1_t155733339 : public RuntimeObject { public: public: }; struct Comparer_1_t155733339_StaticFields { public: // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::_default Comparer_1_t155733339 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(Comparer_1_t155733339_StaticFields, ____default_0)); } inline Comparer_1_t155733339 * get__default_0() const { return ____default_0; } inline Comparer_1_t155733339 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(Comparer_1_t155733339 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARER_1_T155733339_H #ifndef CRITICALFINALIZEROBJECT_T701527852_H #define CRITICALFINALIZEROBJECT_T701527852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t701527852 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRITICALFINALIZEROBJECT_T701527852_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef COMPARER_1_T4100256174_H #define COMPARER_1_T4100256174_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Comparer`1 struct Comparer_1_t4100256174 : public RuntimeObject { public: public: }; struct Comparer_1_t4100256174_StaticFields { public: // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::_default Comparer_1_t4100256174 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(Comparer_1_t4100256174_StaticFields, ____default_0)); } inline Comparer_1_t4100256174 * get__default_0() const { return ____default_0; } inline Comparer_1_t4100256174 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(Comparer_1_t4100256174 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARER_1_T4100256174_H #ifndef COMPARER_1_T2897021656_H #define COMPARER_1_T2897021656_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Comparer`1 struct Comparer_1_t2897021656 : public RuntimeObject { public: public: }; struct Comparer_1_t2897021656_StaticFields { public: // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::_default Comparer_1_t2897021656 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(Comparer_1_t2897021656_StaticFields, ____default_0)); } inline Comparer_1_t2897021656 * get__default_0() const { return ____default_0; } inline Comparer_1_t2897021656 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(Comparer_1_t2897021656 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARER_1_T2897021656_H #ifndef COMPARER_1_T284893750_H #define COMPARER_1_T284893750_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Comparer`1 struct Comparer_1_t284893750 : public RuntimeObject { public: public: }; struct Comparer_1_t284893750_StaticFields { public: // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::_default Comparer_1_t284893750 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(Comparer_1_t284893750_StaticFields, ____default_0)); } inline Comparer_1_t284893750 * get__default_0() const { return ____default_0; } inline Comparer_1_t284893750 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(Comparer_1_t284893750 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARER_1_T284893750_H #ifndef EXPOSEDLIST_1_T4104378640_H #define EXPOSEDLIST_1_T4104378640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t4104378640 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items SingleU5BU5D_t1444911251* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t4104378640, ___Items_0)); } inline SingleU5BU5D_t1444911251* get_Items_0() const { return ___Items_0; } inline SingleU5BU5D_t1444911251** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(SingleU5BU5D_t1444911251* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t4104378640, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t4104378640, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t4104378640_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray SingleU5BU5D_t1444911251* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t4104378640_StaticFields, ___EmptyArray_3)); } inline SingleU5BU5D_t1444911251* get_EmptyArray_3() const { return ___EmptyArray_3; } inline SingleU5BU5D_t1444911251** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(SingleU5BU5D_t1444911251* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T4104378640_H #ifndef DICTIONARY_2_T2542007287_H #define DICTIONARY_2_T2542007287_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2542007287 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots TypeNameKeyU5BU5D_t958434164* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots ObjectU5BU5D_t2843939325* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2542007287, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2542007287, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2542007287, ___keySlots_6)); } inline TypeNameKeyU5BU5D_t958434164* get_keySlots_6() const { return ___keySlots_6; } inline TypeNameKeyU5BU5D_t958434164** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeNameKeyU5BU5D_t958434164* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2542007287, ___valueSlots_7)); } inline ObjectU5BU5D_t2843939325* get_valueSlots_7() const { return ___valueSlots_7; } inline ObjectU5BU5D_t2843939325** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ObjectU5BU5D_t2843939325* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2542007287, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2542007287, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2542007287, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2542007287, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2542007287, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2542007287, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2542007287, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2542007287_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t531404425 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2542007287_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t531404425 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t531404425 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t531404425 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2542007287_H #ifndef THREADSAFESTORE_2_T3475939383_H #define THREADSAFESTORE_2_T3475939383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t3475939383 : public RuntimeObject { public: // System.Object Newtonsoft.Json.Utilities.ThreadSafeStore`2::_lock RuntimeObject * ____lock_0; // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_store Dictionary_2_t2542007287 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_t561625213 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_t3475939383, ____lock_0)); } inline RuntimeObject * get__lock_0() const { return ____lock_0; } inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; } inline void set__lock_0(RuntimeObject * value) { ____lock_0 = value; Il2CppCodeGenWriteBarrier((&____lock_0), value); } inline static int32_t get_offset_of__store_1() { return static_cast(offsetof(ThreadSafeStore_2_t3475939383, ____store_1)); } inline Dictionary_2_t2542007287 * get__store_1() const { return ____store_1; } inline Dictionary_2_t2542007287 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_t2542007287 * value) { ____store_1 = value; Il2CppCodeGenWriteBarrier((&____store_1), value); } inline static int32_t get_offset_of__creator_2() { return static_cast(offsetof(ThreadSafeStore_2_t3475939383, ____creator_2)); } inline Func_2_t561625213 * get__creator_2() const { return ____creator_2; } inline Func_2_t561625213 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_t561625213 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((&____creator_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSAFESTORE_2_T3475939383_H #ifndef U3CU3EC__DISPLAYCLASS15_0_1_T3575266068_H #define U3CU3EC__DISPLAYCLASS15_0_1_T3575266068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.StringUtils/<>c__DisplayClass15_0`1 struct U3CU3Ec__DisplayClass15_0_1_t3575266068 : public RuntimeObject { public: // System.Func`2 Newtonsoft.Json.Utilities.StringUtils/<>c__DisplayClass15_0`1::valueSelector Func_2_t1214474899 * ___valueSelector_0; // System.String Newtonsoft.Json.Utilities.StringUtils/<>c__DisplayClass15_0`1::testValue String_t* ___testValue_1; public: inline static int32_t get_offset_of_valueSelector_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass15_0_1_t3575266068, ___valueSelector_0)); } inline Func_2_t1214474899 * get_valueSelector_0() const { return ___valueSelector_0; } inline Func_2_t1214474899 ** get_address_of_valueSelector_0() { return &___valueSelector_0; } inline void set_valueSelector_0(Func_2_t1214474899 * value) { ___valueSelector_0 = value; Il2CppCodeGenWriteBarrier((&___valueSelector_0), value); } inline static int32_t get_offset_of_testValue_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass15_0_1_t3575266068, ___testValue_1)); } inline String_t* get_testValue_1() const { return ___testValue_1; } inline String_t** get_address_of_testValue_1() { return &___testValue_1; } inline void set_testValue_1(String_t* value) { ___testValue_1 = value; Il2CppCodeGenWriteBarrier((&___testValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS15_0_1_T3575266068_H #ifndef U3CU3EC__DISPLAYCLASS9_0_1_T3906388924_H #define U3CU3EC__DISPLAYCLASS9_0_1_T3906388924_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t3906388924 : public RuntimeObject { public: // System.Reflection.PropertyInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass9_0`1::propertyInfo PropertyInfo_t * ___propertyInfo_0; public: inline static int32_t get_offset_of_propertyInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t3906388924, ___propertyInfo_0)); } inline PropertyInfo_t * get_propertyInfo_0() const { return ___propertyInfo_0; } inline PropertyInfo_t ** get_address_of_propertyInfo_0() { return &___propertyInfo_0; } inline void set_propertyInfo_0(PropertyInfo_t * value) { ___propertyInfo_0 = value; Il2CppCodeGenWriteBarrier((&___propertyInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS9_0_1_T3906388924_H #ifndef U3CU3EC__DISPLAYCLASS8_0_1_T2706806143_H #define U3CU3EC__DISPLAYCLASS8_0_1_T2706806143_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass8_0`1 struct U3CU3Ec__DisplayClass8_0_1_t2706806143 : public RuntimeObject { public: // System.Reflection.FieldInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass8_0`1::fieldInfo FieldInfo_t * ___fieldInfo_0; public: inline static int32_t get_offset_of_fieldInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_1_t2706806143, ___fieldInfo_0)); } inline FieldInfo_t * get_fieldInfo_0() const { return ___fieldInfo_0; } inline FieldInfo_t ** get_address_of_fieldInfo_0() { return &___fieldInfo_0; } inline void set_fieldInfo_0(FieldInfo_t * value) { ___fieldInfo_0 = value; Il2CppCodeGenWriteBarrier((&___fieldInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS8_0_1_T2706806143_H #ifndef U3CU3EC__DISPLAYCLASS7_0_1_T4003627250_H #define U3CU3EC__DISPLAYCLASS7_0_1_T4003627250_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass7_0`1 struct U3CU3Ec__DisplayClass7_0_1_t4003627250 : public RuntimeObject { public: // System.Reflection.FieldInfo Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass7_0`1::fieldInfo FieldInfo_t * ___fieldInfo_0; public: inline static int32_t get_offset_of_fieldInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_1_t4003627250, ___fieldInfo_0)); } inline FieldInfo_t * get_fieldInfo_0() const { return ___fieldInfo_0; } inline FieldInfo_t ** get_address_of_fieldInfo_0() { return &___fieldInfo_0; } inline void set_fieldInfo_0(FieldInfo_t * value) { ___fieldInfo_0 = value; Il2CppCodeGenWriteBarrier((&___fieldInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS7_0_1_T4003627250_H #ifndef THREADSAFESTORE_2_T3584855580_H #define THREADSAFESTORE_2_T3584855580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t3584855580 : public RuntimeObject { public: // System.Object Newtonsoft.Json.Utilities.ThreadSafeStore`2::_lock RuntimeObject * ____lock_0; // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_store Dictionary_2_t2650923484 * ____store_1; // System.Func`2 Newtonsoft.Json.Utilities.ThreadSafeStore`2::_creator Func_2_t670541410 * ____creator_2; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(ThreadSafeStore_2_t3584855580, ____lock_0)); } inline RuntimeObject * get__lock_0() const { return ____lock_0; } inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; } inline void set__lock_0(RuntimeObject * value) { ____lock_0 = value; Il2CppCodeGenWriteBarrier((&____lock_0), value); } inline static int32_t get_offset_of__store_1() { return static_cast(offsetof(ThreadSafeStore_2_t3584855580, ____store_1)); } inline Dictionary_2_t2650923484 * get__store_1() const { return ____store_1; } inline Dictionary_2_t2650923484 ** get_address_of__store_1() { return &____store_1; } inline void set__store_1(Dictionary_2_t2650923484 * value) { ____store_1 = value; Il2CppCodeGenWriteBarrier((&____store_1), value); } inline static int32_t get_offset_of__creator_2() { return static_cast(offsetof(ThreadSafeStore_2_t3584855580, ____creator_2)); } inline Func_2_t670541410 * get__creator_2() const { return ____creator_2; } inline Func_2_t670541410 ** get_address_of__creator_2() { return &____creator_2; } inline void set__creator_2(Func_2_t670541410 * value) { ____creator_2 = value; Il2CppCodeGenWriteBarrier((&____creator_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSAFESTORE_2_T3584855580_H #ifndef EXPOSEDLIST_1_T1492250734_H #define EXPOSEDLIST_1_T1492250734_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t1492250734 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items ObjectU5BU5D_t2843939325* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t1492250734, ___Items_0)); } inline ObjectU5BU5D_t2843939325* get_Items_0() const { return ___Items_0; } inline ObjectU5BU5D_t2843939325** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(ObjectU5BU5D_t2843939325* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t1492250734, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t1492250734, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t1492250734_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t1492250734_StaticFields, ___EmptyArray_3)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_3() const { return ___EmptyArray_3; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T1492250734_H #ifndef EXPOSEDLIST_1_T1363090323_H #define EXPOSEDLIST_1_T1363090323_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t1363090323 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items Int32U5BU5D_t385246372* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t1363090323, ___Items_0)); } inline Int32U5BU5D_t385246372* get_Items_0() const { return ___Items_0; } inline Int32U5BU5D_t385246372** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(Int32U5BU5D_t385246372* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t1363090323, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t1363090323, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t1363090323_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray Int32U5BU5D_t385246372* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t1363090323_StaticFields, ___EmptyArray_3)); } inline Int32U5BU5D_t385246372* get_EmptyArray_3() const { return ___EmptyArray_3; } inline Int32U5BU5D_t385246372** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(Int32U5BU5D_t385246372* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T1363090323_H #ifndef EXPOSEDLIST_1_T2804399831_H #define EXPOSEDLIST_1_T2804399831_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t2804399831 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items BooleanU5BU5D_t2897418192* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t2804399831, ___Items_0)); } inline BooleanU5BU5D_t2897418192* get_Items_0() const { return ___Items_0; } inline BooleanU5BU5D_t2897418192** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(BooleanU5BU5D_t2897418192* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t2804399831, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t2804399831, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t2804399831_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray BooleanU5BU5D_t2897418192* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t2804399831_StaticFields, ___EmptyArray_3)); } inline BooleanU5BU5D_t2897418192* get_EmptyArray_3() const { return ___EmptyArray_3; } inline BooleanU5BU5D_t2897418192** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(BooleanU5BU5D_t2897418192* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T2804399831_H #ifndef EXPOSEDLIST_1_T2759233236_H #define EXPOSEDLIST_1_T2759233236_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1 struct ExposedList_1_t2759233236 : public RuntimeObject { public: // T[] Spine.ExposedList`1::Items SubmeshInstructionU5BU5D_t131014463* ___Items_0; // System.Int32 Spine.ExposedList`1::Count int32_t ___Count_1; // System.Int32 Spine.ExposedList`1::version int32_t ___version_4; public: inline static int32_t get_offset_of_Items_0() { return static_cast(offsetof(ExposedList_1_t2759233236, ___Items_0)); } inline SubmeshInstructionU5BU5D_t131014463* get_Items_0() const { return ___Items_0; } inline SubmeshInstructionU5BU5D_t131014463** get_address_of_Items_0() { return &___Items_0; } inline void set_Items_0(SubmeshInstructionU5BU5D_t131014463* value) { ___Items_0 = value; Il2CppCodeGenWriteBarrier((&___Items_0), value); } inline static int32_t get_offset_of_Count_1() { return static_cast(offsetof(ExposedList_1_t2759233236, ___Count_1)); } inline int32_t get_Count_1() const { return ___Count_1; } inline int32_t* get_address_of_Count_1() { return &___Count_1; } inline void set_Count_1(int32_t value) { ___Count_1 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ExposedList_1_t2759233236, ___version_4)); } inline int32_t get_version_4() const { return ___version_4; } inline int32_t* get_address_of_version_4() { return &___version_4; } inline void set_version_4(int32_t value) { ___version_4 = value; } }; struct ExposedList_1_t2759233236_StaticFields { public: // T[] Spine.ExposedList`1::EmptyArray SubmeshInstructionU5BU5D_t131014463* ___EmptyArray_3; public: inline static int32_t get_offset_of_EmptyArray_3() { return static_cast(offsetof(ExposedList_1_t2759233236_StaticFields, ___EmptyArray_3)); } inline SubmeshInstructionU5BU5D_t131014463* get_EmptyArray_3() const { return ___EmptyArray_3; } inline SubmeshInstructionU5BU5D_t131014463** get_address_of_EmptyArray_3() { return &___EmptyArray_3; } inline void set_EmptyArray_3(SubmeshInstructionU5BU5D_t131014463* value) { ___EmptyArray_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPOSEDLIST_1_T2759233236_H #ifndef RESPONSE_1_T3363644753_H #define RESPONSE_1_T3363644753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Response`1 struct Response_1_t3363644753 : public RuntimeObject { public: // System.Collections.Generic.List`1 Response`1::list List_1_t257213610 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Response_1_t3363644753, ___list_0)); } inline List_1_t257213610 * get_list_0() const { return ___list_0; } inline List_1_t257213610 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t257213610 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESPONSE_1_T3363644753_H #ifndef DICTIONARY_2_T2650923484_H #define DICTIONARY_2_T2650923484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2650923484 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots TypeConvertKeyU5BU5D_t1067350361* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots ObjectU5BU5D_t2843939325* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2650923484, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2650923484, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2650923484, ___keySlots_6)); } inline TypeConvertKeyU5BU5D_t1067350361* get_keySlots_6() const { return ___keySlots_6; } inline TypeConvertKeyU5BU5D_t1067350361** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeConvertKeyU5BU5D_t1067350361* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2650923484, ___valueSlots_7)); } inline ObjectU5BU5D_t2843939325* get_valueSlots_7() const { return ___valueSlots_7; } inline ObjectU5BU5D_t2843939325** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ObjectU5BU5D_t2843939325* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2650923484, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2650923484, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2650923484, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2650923484, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2650923484, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2650923484, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2650923484, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2650923484_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3147039600 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2650923484_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3147039600 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3147039600 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3147039600 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2650923484_H #ifndef GENIRICPOOL_1_T2321946559_H #define GENIRICPOOL_1_T2321946559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Kylin.GeniricPool`1 struct GeniricPool_1_t2321946559 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 Kylin.GeniricPool`1::pool Stack_1_t3923495619 * ___pool_0; // T Kylin.GeniricPool`1::k__BackingField RuntimeObject * ___U3CBlueprintU3Ek__BackingField_1; // System.Func`2 Kylin.GeniricPool`1::CreateFunction Func_2_t2447130374 * ___CreateFunction_2; // System.Action`1 Kylin.GeniricPool`1::OnPush Action_1_t3252573759 * ___OnPush_3; // System.Action`1 Kylin.GeniricPool`1::OnPop Action_1_t3252573759 * ___OnPop_4; public: inline static int32_t get_offset_of_pool_0() { return static_cast(offsetof(GeniricPool_1_t2321946559, ___pool_0)); } inline Stack_1_t3923495619 * get_pool_0() const { return ___pool_0; } inline Stack_1_t3923495619 ** get_address_of_pool_0() { return &___pool_0; } inline void set_pool_0(Stack_1_t3923495619 * value) { ___pool_0 = value; Il2CppCodeGenWriteBarrier((&___pool_0), value); } inline static int32_t get_offset_of_U3CBlueprintU3Ek__BackingField_1() { return static_cast(offsetof(GeniricPool_1_t2321946559, ___U3CBlueprintU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CBlueprintU3Ek__BackingField_1() const { return ___U3CBlueprintU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CBlueprintU3Ek__BackingField_1() { return &___U3CBlueprintU3Ek__BackingField_1; } inline void set_U3CBlueprintU3Ek__BackingField_1(RuntimeObject * value) { ___U3CBlueprintU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CBlueprintU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_CreateFunction_2() { return static_cast(offsetof(GeniricPool_1_t2321946559, ___CreateFunction_2)); } inline Func_2_t2447130374 * get_CreateFunction_2() const { return ___CreateFunction_2; } inline Func_2_t2447130374 ** get_address_of_CreateFunction_2() { return &___CreateFunction_2; } inline void set_CreateFunction_2(Func_2_t2447130374 * value) { ___CreateFunction_2 = value; Il2CppCodeGenWriteBarrier((&___CreateFunction_2), value); } inline static int32_t get_offset_of_OnPush_3() { return static_cast(offsetof(GeniricPool_1_t2321946559, ___OnPush_3)); } inline Action_1_t3252573759 * get_OnPush_3() const { return ___OnPush_3; } inline Action_1_t3252573759 ** get_address_of_OnPush_3() { return &___OnPush_3; } inline void set_OnPush_3(Action_1_t3252573759 * value) { ___OnPush_3 = value; Il2CppCodeGenWriteBarrier((&___OnPush_3), value); } inline static int32_t get_offset_of_OnPop_4() { return static_cast(offsetof(GeniricPool_1_t2321946559, ___OnPop_4)); } inline Action_1_t3252573759 * get_OnPop_4() const { return ___OnPop_4; } inline Action_1_t3252573759 ** get_address_of_OnPop_4() { return &___OnPop_4; } inline void set_OnPop_4(Action_1_t3252573759 * value) { ___OnPop_4 = value; Il2CppCodeGenWriteBarrier((&___OnPop_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GENIRICPOOL_1_T2321946559_H #ifndef ABSTWEENPLUGIN_3_T4012845184_H #define ABSTWEENPLUGIN_3_T4012845184_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t4012845184 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T4012845184_H #ifndef ABSTWEENPLUGIN_3_T281541932_H #define ABSTWEENPLUGIN_3_T281541932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t281541932 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T281541932_H #ifndef ABSTWEENPLUGIN_3_T3321825548_H #define ABSTWEENPLUGIN_3_T3321825548_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3321825548 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T3321825548_H #ifndef ABSTWEENPLUGIN_3_T835568657_H #define ABSTWEENPLUGIN_3_T835568657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t835568657 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T835568657_H #ifndef ABSTWEENPLUGIN_3_T1253391633_H #define ABSTWEENPLUGIN_3_T1253391633_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1253391633 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T1253391633_H #ifndef ABSTWEENPLUGIN_3_T3542497879_H #define ABSTWEENPLUGIN_3_T3542497879_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3542497879 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T3542497879_H #ifndef ABSTWEENPLUGIN_3_T30281596_H #define ABSTWEENPLUGIN_3_T30281596_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t30281596 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T30281596_H #ifndef ABSTWEENPLUGIN_3_T2785364532_H #define ABSTWEENPLUGIN_3_T2785364532_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2785364532 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T2785364532_H #ifndef ABSTWEENPLUGIN_3_T2480340187_H #define ABSTWEENPLUGIN_3_T2480340187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2480340187 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T2480340187_H #ifndef ABSTWEENPLUGIN_3_T3999134832_H #define ABSTWEENPLUGIN_3_T3999134832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3999134832 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T3999134832_H #ifndef ABSTWEENPLUGIN_3_T1601250467_H #define ABSTWEENPLUGIN_3_T1601250467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1601250467 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T1601250467_H #ifndef DEBUGGER_T1756157868_H #define DEBUGGER_T1756157868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Debugger struct Debugger_t1756157868 : public RuntimeObject { public: public: }; struct Debugger_t1756157868_StaticFields { public: // System.Int32 DG.Tweening.Core.Debugger::logPriority int32_t ___logPriority_0; public: inline static int32_t get_offset_of_logPriority_0() { return static_cast(offsetof(Debugger_t1756157868_StaticFields, ___logPriority_0)); } inline int32_t get_logPriority_0() const { return ___logPriority_0; } inline int32_t* get_address_of_logPriority_0() { return &___logPriority_0; } inline void set_logPriority_0(int32_t value) { ___logPriority_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEBUGGER_T1756157868_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef ABSTWEENPLUGIN_3_T1371845967_H #define ABSTWEENPLUGIN_3_T1371845967_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1371845967 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T1371845967_H #ifndef ABSTWEENPLUGIN_3_T1116502072_H #define ABSTWEENPLUGIN_3_T1116502072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1116502072 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T1116502072_H #ifndef ABSTWEENPLUGIN_3_T3746269868_H #define ABSTWEENPLUGIN_3_T3746269868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3746269868 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T3746269868_H #ifndef ABSTWEENPLUGIN_3_T2924512484_H #define ABSTWEENPLUGIN_3_T2924512484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2924512484 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T2924512484_H #ifndef ABSTWEENPLUGIN_3_T1969933424_H #define ABSTWEENPLUGIN_3_T1969933424_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1969933424 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T1969933424_H #ifndef ABSTWEENPLUGIN_3_T2849099616_H #define ABSTWEENPLUGIN_3_T2849099616_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2849099616 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T2849099616_H #ifndef ABSTWEENPLUGIN_3_T2233520741_H #define ABSTWEENPLUGIN_3_T2233520741_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2233520741 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T2233520741_H #ifndef ABSTWEENPLUGIN_3_T420566061_H #define ABSTWEENPLUGIN_3_T420566061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t420566061 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTWEENPLUGIN_3_T420566061_H #ifndef SINGLETON_1_T1404806610_H #define SINGLETON_1_T1404806610_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.Singleton`1 struct Singleton_1_t1404806610 : public RuntimeObject { public: public: }; struct Singleton_1_t1404806610_StaticFields { public: // T FitFun.Singleton`1::instance RuntimeObject * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(Singleton_1_t1404806610_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((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETON_1_T1404806610_H #ifndef LINKEDLIST_1_T1919752173_H #define LINKEDLIST_1_T1919752173_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t1919752173 : public RuntimeObject { public: // System.UInt32 System.Collections.Generic.LinkedList`1::count uint32_t ___count_2; // System.UInt32 System.Collections.Generic.LinkedList`1::version uint32_t ___version_3; // System.Object System.Collections.Generic.LinkedList`1::syncRoot RuntimeObject * ___syncRoot_4; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::first LinkedListNode_1_t2825281267 * ___first_5; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::si SerializationInfo_t950877179 * ___si_6; public: inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(LinkedList_1_t1919752173, ___count_2)); } inline uint32_t get_count_2() const { return ___count_2; } inline uint32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(uint32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(LinkedList_1_t1919752173, ___version_3)); } inline uint32_t get_version_3() const { return ___version_3; } inline uint32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(uint32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_syncRoot_4() { return static_cast(offsetof(LinkedList_1_t1919752173, ___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((&___syncRoot_4), value); } inline static int32_t get_offset_of_first_5() { return static_cast(offsetof(LinkedList_1_t1919752173, ___first_5)); } inline LinkedListNode_1_t2825281267 * get_first_5() const { return ___first_5; } inline LinkedListNode_1_t2825281267 ** get_address_of_first_5() { return &___first_5; } inline void set_first_5(LinkedListNode_1_t2825281267 * value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((&___first_5), value); } inline static int32_t get_offset_of_si_6() { return static_cast(offsetof(LinkedList_1_t1919752173, ___si_6)); } inline SerializationInfo_t950877179 * get_si_6() const { return ___si_6; } inline SerializationInfo_t950877179 ** get_address_of_si_6() { return &___si_6; } inline void set_si_6(SerializationInfo_t950877179 * value) { ___si_6 = value; Il2CppCodeGenWriteBarrier((&___si_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLIST_1_T1919752173_H #ifndef CSAFELINKEDLIST_1_T1705214213_H #define CSAFELINKEDLIST_1_T1705214213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DMCore.Framework.Thread.CSafeLinkedList`1 struct CSafeLinkedList_1_t1705214213 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 DMCore.Framework.Thread.CSafeLinkedList`1::m_list LinkedList_1_t1919752173 * ___m_list_0; public: inline static int32_t get_offset_of_m_list_0() { return static_cast(offsetof(CSafeLinkedList_1_t1705214213, ___m_list_0)); } inline LinkedList_1_t1919752173 * get_m_list_0() const { return ___m_list_0; } inline LinkedList_1_t1919752173 ** get_address_of_m_list_0() { return &___m_list_0; } inline void set_m_list_0(LinkedList_1_t1919752173 * value) { ___m_list_0 = value; Il2CppCodeGenWriteBarrier((&___m_list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSAFELINKEDLIST_1_T1705214213_H #ifndef LINKEDLISTNODE_1_T2825281267_H #define LINKEDLISTNODE_1_T2825281267_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t2825281267 : public RuntimeObject { public: // T System.Collections.Generic.LinkedListNode`1::item RuntimeObject * ___item_0; // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::container LinkedList_1_t1919752173 * ___container_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::forward LinkedListNode_1_t2825281267 * ___forward_2; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::back LinkedListNode_1_t2825281267 * ___back_3; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(LinkedListNode_1_t2825281267, ___item_0)); } inline RuntimeObject * get_item_0() const { return ___item_0; } inline RuntimeObject ** get_address_of_item_0() { return &___item_0; } inline void set_item_0(RuntimeObject * value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(LinkedListNode_1_t2825281267, ___container_1)); } inline LinkedList_1_t1919752173 * get_container_1() const { return ___container_1; } inline LinkedList_1_t1919752173 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(LinkedList_1_t1919752173 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((&___container_1), value); } inline static int32_t get_offset_of_forward_2() { return static_cast(offsetof(LinkedListNode_1_t2825281267, ___forward_2)); } inline LinkedListNode_1_t2825281267 * get_forward_2() const { return ___forward_2; } inline LinkedListNode_1_t2825281267 ** get_address_of_forward_2() { return &___forward_2; } inline void set_forward_2(LinkedListNode_1_t2825281267 * value) { ___forward_2 = value; Il2CppCodeGenWriteBarrier((&___forward_2), value); } inline static int32_t get_offset_of_back_3() { return static_cast(offsetof(LinkedListNode_1_t2825281267, ___back_3)); } inline LinkedListNode_1_t2825281267 * get_back_3() const { return ___back_3; } inline LinkedListNode_1_t2825281267 ** get_address_of_back_3() { return &___back_3; } inline void set_back_3(LinkedListNode_1_t2825281267 * value) { ___back_3 = value; Il2CppCodeGenWriteBarrier((&___back_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINKEDLISTNODE_1_T2825281267_H #ifndef LIST_1_T257213610_H #define LIST_1_T257213610_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t257213610 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t2843939325* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t257213610, ____items_1)); } inline ObjectU5BU5D_t2843939325* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t2843939325** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t2843939325* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t257213610, ____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_t257213610, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct List_1_t257213610_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t257213610_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T257213610_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef VECTOR4_T3319028937_H #define VECTOR4_T3319028937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector4 struct Vector4_t3319028937 { 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_t3319028937, ___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_t3319028937, ___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_t3319028937, ___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_t3319028937, ___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_t3319028937_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t3319028937 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t3319028937 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t3319028937 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t3319028937 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___zeroVector_5)); } inline Vector4_t3319028937 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_t3319028937 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_t3319028937 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___oneVector_6)); } inline Vector4_t3319028937 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_t3319028937 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_t3319028937 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_t3319028937 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_t3319028937 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_t3319028937 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_t3319028937 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_t3319028937 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_t3319028937 value) { ___negativeInfinityVector_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR4_T3319028937_H #ifndef ENUMERATOR_T3433219795_H #define ENUMERATOR_T3433219795_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t3433219795 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t4104378640 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current float ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t3433219795, ___l_0)); } inline ExposedList_1_t4104378640 * get_l_0() const { return ___l_0; } inline ExposedList_1_t4104378640 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t4104378640 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3433219795, ___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_ver_2() { return static_cast(offsetof(Enumerator_t3433219795, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3433219795, ___current_3)); } inline float get_current_3() const { return ___current_3; } inline float* get_address_of_current_3() { return &___current_3; } inline void set_current_3(float value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3433219795_H #ifndef DICTIONARYENUMERATOR_2_T2687225351_H #define DICTIONARYENUMERATOR_2_T2687225351_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2 struct DictionaryEnumerator_2_t2687225351 { public: // System.Collections.Generic.IEnumerator`1> Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::_e RuntimeObject* ____e_0; public: inline static int32_t get_offset_of__e_0() { return static_cast(offsetof(DictionaryEnumerator_2_t2687225351, ____e_0)); } inline RuntimeObject* get__e_0() const { return ____e_0; } inline RuntimeObject** get_address_of__e_0() { return &____e_0; } inline void set__e_0(RuntimeObject* value) { ____e_0 = value; Il2CppCodeGenWriteBarrier((&____e_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARYENUMERATOR_2_T2687225351_H #ifndef DICTIONARYENTRY_T3123975638_H #define DICTIONARYENTRY_T3123975638_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638 { 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_t3123975638, ____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((&____key_0), value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____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((&____value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; #endif // DICTIONARYENTRY_T3123975638_H #ifndef ENUMERATOR_T821091889_H #define ENUMERATOR_T821091889_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t821091889 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t1492250734 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t821091889, ___l_0)); } inline ExposedList_1_t1492250734 * get_l_0() const { return ___l_0; } inline ExposedList_1_t1492250734 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t1492250734 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t821091889, ___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_ver_2() { return static_cast(offsetof(Enumerator_t821091889, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t821091889, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T821091889_H #ifndef TYPENAMEKEY_T2985541961_H #define TYPENAMEKEY_T2985541961_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_t2985541961 { public: // System.String Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::AssemblyName String_t* ___AssemblyName_0; // System.String Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey::TypeName String_t* ___TypeName_1; public: inline static int32_t get_offset_of_AssemblyName_0() { return static_cast(offsetof(TypeNameKey_t2985541961, ___AssemblyName_0)); } inline String_t* get_AssemblyName_0() const { return ___AssemblyName_0; } inline String_t** get_address_of_AssemblyName_0() { return &___AssemblyName_0; } inline void set_AssemblyName_0(String_t* value) { ___AssemblyName_0 = value; Il2CppCodeGenWriteBarrier((&___AssemblyName_0), value); } inline static int32_t get_offset_of_TypeName_1() { return static_cast(offsetof(TypeNameKey_t2985541961, ___TypeName_1)); } inline String_t* get_TypeName_1() const { return ___TypeName_1; } inline String_t** get_address_of_TypeName_1() { return &___TypeName_1; } inline void set_TypeName_1(String_t* value) { ___TypeName_1 = value; Il2CppCodeGenWriteBarrier((&___TypeName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_t2985541961_marshaled_pinvoke { char* ___AssemblyName_0; char* ___TypeName_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Serialization.DefaultSerializationBinder/TypeNameKey struct TypeNameKey_t2985541961_marshaled_com { Il2CppChar* ___AssemblyName_0; Il2CppChar* ___TypeName_1; }; #endif // TYPENAMEKEY_T2985541961_H #ifndef TYPECONVERTKEY_T285306760_H #define TYPECONVERTKEY_T285306760_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t285306760 { public: // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::_initialType Type_t * ____initialType_0; // System.Type Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey::_targetType Type_t * ____targetType_1; public: inline static int32_t get_offset_of__initialType_0() { return static_cast(offsetof(TypeConvertKey_t285306760, ____initialType_0)); } inline Type_t * get__initialType_0() const { return ____initialType_0; } inline Type_t ** get_address_of__initialType_0() { return &____initialType_0; } inline void set__initialType_0(Type_t * value) { ____initialType_0 = value; Il2CppCodeGenWriteBarrier((&____initialType_0), value); } inline static int32_t get_offset_of__targetType_1() { return static_cast(offsetof(TypeConvertKey_t285306760, ____targetType_1)); } inline Type_t * get__targetType_1() const { return ____targetType_1; } inline Type_t ** get_address_of__targetType_1() { return &____targetType_1; } inline void set__targetType_1(Type_t * value) { ____targetType_1 = value; Il2CppCodeGenWriteBarrier((&____targetType_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t285306760_marshaled_pinvoke { Type_t * ____initialType_0; Type_t * ____targetType_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Utilities.ConvertUtils/TypeConvertKey struct TypeConvertKey_t285306760_marshaled_com { Type_t * ____initialType_0; Type_t * ____targetType_1; }; #endif // TYPECONVERTKEY_T285306760_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef SUBMESHINSTRUCTION_T52121370_H #define SUBMESHINSTRUCTION_T52121370_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.Unity.SubmeshInstruction struct SubmeshInstruction_t52121370 { public: // Spine.Skeleton Spine.Unity.SubmeshInstruction::skeleton Skeleton_t3686076450 * ___skeleton_0; // System.Int32 Spine.Unity.SubmeshInstruction::startSlot int32_t ___startSlot_1; // System.Int32 Spine.Unity.SubmeshInstruction::endSlot int32_t ___endSlot_2; // UnityEngine.Material Spine.Unity.SubmeshInstruction::material Material_t340375123 * ___material_3; // System.Boolean Spine.Unity.SubmeshInstruction::forceSeparate bool ___forceSeparate_4; // System.Int32 Spine.Unity.SubmeshInstruction::preActiveClippingSlotSource int32_t ___preActiveClippingSlotSource_5; // System.Int32 Spine.Unity.SubmeshInstruction::rawTriangleCount int32_t ___rawTriangleCount_6; // System.Int32 Spine.Unity.SubmeshInstruction::rawVertexCount int32_t ___rawVertexCount_7; // System.Int32 Spine.Unity.SubmeshInstruction::rawFirstVertexIndex int32_t ___rawFirstVertexIndex_8; // System.Boolean Spine.Unity.SubmeshInstruction::hasClipping bool ___hasClipping_9; public: inline static int32_t get_offset_of_skeleton_0() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___skeleton_0)); } inline Skeleton_t3686076450 * get_skeleton_0() const { return ___skeleton_0; } inline Skeleton_t3686076450 ** get_address_of_skeleton_0() { return &___skeleton_0; } inline void set_skeleton_0(Skeleton_t3686076450 * value) { ___skeleton_0 = value; Il2CppCodeGenWriteBarrier((&___skeleton_0), value); } inline static int32_t get_offset_of_startSlot_1() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___startSlot_1)); } inline int32_t get_startSlot_1() const { return ___startSlot_1; } inline int32_t* get_address_of_startSlot_1() { return &___startSlot_1; } inline void set_startSlot_1(int32_t value) { ___startSlot_1 = value; } inline static int32_t get_offset_of_endSlot_2() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___endSlot_2)); } inline int32_t get_endSlot_2() const { return ___endSlot_2; } inline int32_t* get_address_of_endSlot_2() { return &___endSlot_2; } inline void set_endSlot_2(int32_t value) { ___endSlot_2 = value; } inline static int32_t get_offset_of_material_3() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___material_3)); } inline Material_t340375123 * get_material_3() const { return ___material_3; } inline Material_t340375123 ** get_address_of_material_3() { return &___material_3; } inline void set_material_3(Material_t340375123 * value) { ___material_3 = value; Il2CppCodeGenWriteBarrier((&___material_3), value); } inline static int32_t get_offset_of_forceSeparate_4() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___forceSeparate_4)); } inline bool get_forceSeparate_4() const { return ___forceSeparate_4; } inline bool* get_address_of_forceSeparate_4() { return &___forceSeparate_4; } inline void set_forceSeparate_4(bool value) { ___forceSeparate_4 = value; } inline static int32_t get_offset_of_preActiveClippingSlotSource_5() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___preActiveClippingSlotSource_5)); } inline int32_t get_preActiveClippingSlotSource_5() const { return ___preActiveClippingSlotSource_5; } inline int32_t* get_address_of_preActiveClippingSlotSource_5() { return &___preActiveClippingSlotSource_5; } inline void set_preActiveClippingSlotSource_5(int32_t value) { ___preActiveClippingSlotSource_5 = value; } inline static int32_t get_offset_of_rawTriangleCount_6() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___rawTriangleCount_6)); } inline int32_t get_rawTriangleCount_6() const { return ___rawTriangleCount_6; } inline int32_t* get_address_of_rawTriangleCount_6() { return &___rawTriangleCount_6; } inline void set_rawTriangleCount_6(int32_t value) { ___rawTriangleCount_6 = value; } inline static int32_t get_offset_of_rawVertexCount_7() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___rawVertexCount_7)); } inline int32_t get_rawVertexCount_7() const { return ___rawVertexCount_7; } inline int32_t* get_address_of_rawVertexCount_7() { return &___rawVertexCount_7; } inline void set_rawVertexCount_7(int32_t value) { ___rawVertexCount_7 = value; } inline static int32_t get_offset_of_rawFirstVertexIndex_8() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___rawFirstVertexIndex_8)); } inline int32_t get_rawFirstVertexIndex_8() const { return ___rawFirstVertexIndex_8; } inline int32_t* get_address_of_rawFirstVertexIndex_8() { return &___rawFirstVertexIndex_8; } inline void set_rawFirstVertexIndex_8(int32_t value) { ___rawFirstVertexIndex_8 = value; } inline static int32_t get_offset_of_hasClipping_9() { return static_cast(offsetof(SubmeshInstruction_t52121370, ___hasClipping_9)); } inline bool get_hasClipping_9() const { return ___hasClipping_9; } inline bool* get_address_of_hasClipping_9() { return &___hasClipping_9; } inline void set_hasClipping_9(bool value) { ___hasClipping_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Spine.Unity.SubmeshInstruction struct SubmeshInstruction_t52121370_marshaled_pinvoke { Skeleton_t3686076450 * ___skeleton_0; int32_t ___startSlot_1; int32_t ___endSlot_2; Material_t340375123 * ___material_3; int32_t ___forceSeparate_4; int32_t ___preActiveClippingSlotSource_5; int32_t ___rawTriangleCount_6; int32_t ___rawVertexCount_7; int32_t ___rawFirstVertexIndex_8; int32_t ___hasClipping_9; }; // Native definition for COM marshalling of Spine.Unity.SubmeshInstruction struct SubmeshInstruction_t52121370_marshaled_com { Skeleton_t3686076450 * ___skeleton_0; int32_t ___startSlot_1; int32_t ___endSlot_2; Material_t340375123 * ___material_3; int32_t ___forceSeparate_4; int32_t ___preActiveClippingSlotSource_5; int32_t ___rawTriangleCount_6; int32_t ___rawVertexCount_7; int32_t ___rawFirstVertexIndex_8; int32_t ___hasClipping_9; }; #endif // SUBMESHINSTRUCTION_T52121370_H #ifndef ENUMERATOR_T2133240986_H #define ENUMERATOR_T2133240986_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t2133240986 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t2804399831 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current bool ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2133240986, ___l_0)); } inline ExposedList_1_t2804399831 * get_l_0() const { return ___l_0; } inline ExposedList_1_t2804399831 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t2804399831 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2133240986, ___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_ver_2() { return static_cast(offsetof(Enumerator_t2133240986, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2133240986, ___current_3)); } inline bool get_current_3() const { return ___current_3; } inline bool* get_address_of_current_3() { return &___current_3; } inline void set_current_3(bool value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2133240986_H #ifndef ENUMERATOR_T691931478_H #define ENUMERATOR_T691931478_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t691931478 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t1363090323 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current int32_t ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t691931478, ___l_0)); } inline ExposedList_1_t1363090323 * get_l_0() const { return ___l_0; } inline ExposedList_1_t1363090323 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t1363090323 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t691931478, ___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_ver_2() { return static_cast(offsetof(Enumerator_t691931478, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t691931478, ___current_3)); } inline int32_t get_current_3() const { return ___current_3; } inline int32_t* get_address_of_current_3() { return &___current_3; } inline void set_current_3(int32_t value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T691931478_H #ifndef FIELDINFO_T_H #define FIELDINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDINFO_T_H #ifndef ENUMERATOR_T1142515742_H #define ENUMERATOR_T1142515742_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Stack`1/Enumerator struct Enumerator_t1142515742 { public: // System.Collections.Generic.Stack`1 System.Collections.Generic.Stack`1/Enumerator::parent Stack_1_t3923495619 * ___parent_0; // System.Int32 System.Collections.Generic.Stack`1/Enumerator::idx int32_t ___idx_1; // System.Int32 System.Collections.Generic.Stack`1/Enumerator::_version int32_t ____version_2; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(Enumerator_t1142515742, ___parent_0)); } inline Stack_1_t3923495619 * get_parent_0() const { return ___parent_0; } inline Stack_1_t3923495619 ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(Stack_1_t3923495619 * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((&___parent_0), value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(Enumerator_t1142515742, ___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; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Enumerator_t1142515742, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1142515742_H #ifndef PROPERTYINFO_T_H #define PROPERTYINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYINFO_T_H #ifndef CUSTOMCREATIONCONVERTER_1_T2737042215_H #define CUSTOMCREATIONCONVERTER_1_T2737042215_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Converters.CustomCreationConverter`1 struct CustomCreationConverter_1_t2737042215 : public JsonConverter_t1047106545 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMCREATIONCONVERTER_1_T2737042215_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef JSONEXCEPTION_T3720114400_H #define JSONEXCEPTION_T3720114400_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonException struct JsonException_t3720114400 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONEXCEPTION_T3720114400_H #ifndef VECTOR2_T2156229523_H #define VECTOR2_T2156229523_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2 struct Vector2_t2156229523 { 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_t2156229523, ___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_t2156229523, ___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_t2156229523_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_t2156229523 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_t2156229523 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_t2156229523 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_t2156229523 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_t2156229523 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_t2156229523 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_t2156229523 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_t2156229523 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___zeroVector_2)); } inline Vector2_t2156229523 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_t2156229523 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_t2156229523 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___oneVector_3)); } inline Vector2_t2156229523 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_t2156229523 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_t2156229523 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___upVector_4)); } inline Vector2_t2156229523 get_upVector_4() const { return ___upVector_4; } inline Vector2_t2156229523 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_t2156229523 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___downVector_5)); } inline Vector2_t2156229523 get_downVector_5() const { return ___downVector_5; } inline Vector2_t2156229523 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_t2156229523 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___leftVector_6)); } inline Vector2_t2156229523 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_t2156229523 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_t2156229523 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___rightVector_7)); } inline Vector2_t2156229523 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_t2156229523 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_t2156229523 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_t2156229523 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_t2156229523 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_t2156229523 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_t2156229523 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_t2156229523 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_t2156229523 value) { ___negativeInfinityVector_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2_T2156229523_H #ifndef UINTPTR_T_H #define UINTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINTPTR_T_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef JENUMERABLE_1_T2061974265_H #define JENUMERABLE_1_T2061974265_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JEnumerable`1 struct JEnumerable_1_t2061974265 { public: // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::_enumerable RuntimeObject* ____enumerable_1; public: inline static int32_t get_offset_of__enumerable_1() { return static_cast(offsetof(JEnumerable_1_t2061974265, ____enumerable_1)); } inline RuntimeObject* get__enumerable_1() const { return ____enumerable_1; } inline RuntimeObject** get_address_of__enumerable_1() { return &____enumerable_1; } inline void set__enumerable_1(RuntimeObject* value) { ____enumerable_1 = value; Il2CppCodeGenWriteBarrier((&____enumerable_1), value); } }; struct JEnumerable_1_t2061974265_StaticFields { public: // Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::Empty JEnumerable_1_t2061974265 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(JEnumerable_1_t2061974265_StaticFields, ___Empty_0)); } inline JEnumerable_1_t2061974265 get_Empty_0() const { return ___Empty_0; } inline JEnumerable_1_t2061974265 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(JEnumerable_1_t2061974265 value) { ___Empty_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JENUMERABLE_1_T2061974265_H #ifndef JENUMERABLE_1_T20407348_H #define JENUMERABLE_1_T20407348_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JEnumerable`1 struct JEnumerable_1_t20407348 { public: // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::_enumerable RuntimeObject* ____enumerable_1; public: inline static int32_t get_offset_of__enumerable_1() { return static_cast(offsetof(JEnumerable_1_t20407348, ____enumerable_1)); } inline RuntimeObject* get__enumerable_1() const { return ____enumerable_1; } inline RuntimeObject** get_address_of__enumerable_1() { return &____enumerable_1; } inline void set__enumerable_1(RuntimeObject* value) { ____enumerable_1 = value; Il2CppCodeGenWriteBarrier((&____enumerable_1), value); } }; struct JEnumerable_1_t20407348_StaticFields { public: // Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::Empty JEnumerable_1_t20407348 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(JEnumerable_1_t20407348_StaticFields, ___Empty_0)); } inline JEnumerable_1_t20407348 get_Empty_0() const { return ___Empty_0; } inline JEnumerable_1_t20407348 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(JEnumerable_1_t20407348 value) { ___Empty_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JENUMERABLE_1_T20407348_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef VECTOR3_T3722313464_H #define VECTOR3_T3722313464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector3 struct Vector3_t3722313464 { public: // System.Single UnityEngine.Vector3::x float ___x_1; // System.Single UnityEngine.Vector3::y float ___y_2; // System.Single UnityEngine.Vector3::z float ___z_3; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector3_t3722313464, ___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(Vector3_t3722313464, ___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(Vector3_t3722313464, ___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; } }; struct Vector3_t3722313464_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t3722313464 ___zeroVector_4; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t3722313464 ___oneVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t3722313464 ___upVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t3722313464 ___downVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t3722313464 ___leftVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t3722313464 ___rightVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t3722313464 ___forwardVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t3722313464 ___backVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t3722313464 ___positiveInfinityVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t3722313464 ___negativeInfinityVector_13; public: inline static int32_t get_offset_of_zeroVector_4() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___zeroVector_4)); } inline Vector3_t3722313464 get_zeroVector_4() const { return ___zeroVector_4; } inline Vector3_t3722313464 * get_address_of_zeroVector_4() { return &___zeroVector_4; } inline void set_zeroVector_4(Vector3_t3722313464 value) { ___zeroVector_4 = value; } inline static int32_t get_offset_of_oneVector_5() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___oneVector_5)); } inline Vector3_t3722313464 get_oneVector_5() const { return ___oneVector_5; } inline Vector3_t3722313464 * get_address_of_oneVector_5() { return &___oneVector_5; } inline void set_oneVector_5(Vector3_t3722313464 value) { ___oneVector_5 = value; } inline static int32_t get_offset_of_upVector_6() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___upVector_6)); } inline Vector3_t3722313464 get_upVector_6() const { return ___upVector_6; } inline Vector3_t3722313464 * get_address_of_upVector_6() { return &___upVector_6; } inline void set_upVector_6(Vector3_t3722313464 value) { ___upVector_6 = value; } inline static int32_t get_offset_of_downVector_7() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___downVector_7)); } inline Vector3_t3722313464 get_downVector_7() const { return ___downVector_7; } inline Vector3_t3722313464 * get_address_of_downVector_7() { return &___downVector_7; } inline void set_downVector_7(Vector3_t3722313464 value) { ___downVector_7 = value; } inline static int32_t get_offset_of_leftVector_8() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___leftVector_8)); } inline Vector3_t3722313464 get_leftVector_8() const { return ___leftVector_8; } inline Vector3_t3722313464 * get_address_of_leftVector_8() { return &___leftVector_8; } inline void set_leftVector_8(Vector3_t3722313464 value) { ___leftVector_8 = value; } inline static int32_t get_offset_of_rightVector_9() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___rightVector_9)); } inline Vector3_t3722313464 get_rightVector_9() const { return ___rightVector_9; } inline Vector3_t3722313464 * get_address_of_rightVector_9() { return &___rightVector_9; } inline void set_rightVector_9(Vector3_t3722313464 value) { ___rightVector_9 = value; } inline static int32_t get_offset_of_forwardVector_10() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___forwardVector_10)); } inline Vector3_t3722313464 get_forwardVector_10() const { return ___forwardVector_10; } inline Vector3_t3722313464 * get_address_of_forwardVector_10() { return &___forwardVector_10; } inline void set_forwardVector_10(Vector3_t3722313464 value) { ___forwardVector_10 = value; } inline static int32_t get_offset_of_backVector_11() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___backVector_11)); } inline Vector3_t3722313464 get_backVector_11() const { return ___backVector_11; } inline Vector3_t3722313464 * get_address_of_backVector_11() { return &___backVector_11; } inline void set_backVector_11(Vector3_t3722313464 value) { ___backVector_11 = value; } inline static int32_t get_offset_of_positiveInfinityVector_12() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___positiveInfinityVector_12)); } inline Vector3_t3722313464 get_positiveInfinityVector_12() const { return ___positiveInfinityVector_12; } inline Vector3_t3722313464 * get_address_of_positiveInfinityVector_12() { return &___positiveInfinityVector_12; } inline void set_positiveInfinityVector_12(Vector3_t3722313464 value) { ___positiveInfinityVector_12 = value; } inline static int32_t get_offset_of_negativeInfinityVector_13() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___negativeInfinityVector_13)); } inline Vector3_t3722313464 get_negativeInfinityVector_13() const { return ___negativeInfinityVector_13; } inline Vector3_t3722313464 * get_address_of_negativeInfinityVector_13() { return &___negativeInfinityVector_13; } inline void set_negativeInfinityVector_13(Vector3_t3722313464 value) { ___negativeInfinityVector_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR3_T3722313464_H #ifndef KEYVALUEPAIR_2_T2530217319_H #define KEYVALUEPAIR_2_T2530217319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2530217319 { 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_t2530217319, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2530217319, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2530217319_H #ifndef NULLABLE_1_T378540539_H #define NULLABLE_1_T378540539_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t378540539 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t378540539, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t378540539, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T378540539_H #ifndef NULLABLE_1_T1819850047_H #define NULLABLE_1_T1819850047_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1819850047 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1819850047, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1819850047, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1819850047_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef COLOR32_T2600501292_H #define COLOR32_T2600501292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color32 struct Color32_t2600501292 { 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_t2600501292, ___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_t2600501292, ___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_t2600501292, ___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_t2600501292, ___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_t2600501292, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR32_T2600501292_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef TWEENTYPE_T1971673186_H #define TWEENTYPE_T1971673186_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenType struct TweenType_t1971673186 { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TweenType_t1971673186, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENTYPE_T1971673186_H #ifndef ENUMERATOR_T341487017_H #define ENUMERATOR_T341487017_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t341487017 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t1012645862 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current Color32_t2600501292 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t341487017, ___l_0)); } inline ExposedList_1_t1012645862 * get_l_0() const { return ___l_0; } inline ExposedList_1_t1012645862 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t1012645862 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t341487017, ___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_ver_2() { return static_cast(offsetof(Enumerator_t341487017, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t341487017, ___current_3)); } inline Color32_t2600501292 get_current_3() const { return ___current_3; } inline Color32_t2600501292 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(Color32_t2600501292 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T341487017_H #ifndef NESTEDTWEENFAILUREBEHAVIOUR_T751082215_H #define NESTEDTWEENFAILUREBEHAVIOUR_T751082215_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Enums.NestedTweenFailureBehaviour struct NestedTweenFailureBehaviour_t751082215 { public: // System.Int32 DG.Tweening.Core.Enums.NestedTweenFailureBehaviour::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NestedTweenFailureBehaviour_t751082215, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NESTEDTWEENFAILUREBEHAVIOUR_T751082215_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef AXISCONSTRAINT_T2771958344_H #define AXISCONSTRAINT_T2771958344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.AxisConstraint struct AxisConstraint_t2771958344 { public: // System.Int32 DG.Tweening.AxisConstraint::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AxisConstraint_t2771958344, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXISCONSTRAINT_T2771958344_H #ifndef SPECIALSTARTUPMODE_T1644068939_H #define SPECIALSTARTUPMODE_T1644068939_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Enums.SpecialStartupMode struct SpecialStartupMode_t1644068939 { public: // System.Int32 DG.Tweening.Core.Enums.SpecialStartupMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SpecialStartupMode_t1644068939, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPECIALSTARTUPMODE_T1644068939_H #ifndef EASE_T4010715394_H #define EASE_T4010715394_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Ease struct Ease_t4010715394 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Ease_t4010715394, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EASE_T4010715394_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef LOOPTYPE_T3049802818_H #define LOOPTYPE_T3049802818_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LoopType struct LoopType_t3049802818 { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoopType_t3049802818, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOOPTYPE_T3049802818_H #ifndef UPDATETYPE_T3937729206_H #define UPDATETYPE_T3937729206_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.UpdateType struct UpdateType_t3937729206 { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UpdateType_t3937729206, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UPDATETYPE_T3937729206_H #ifndef REWINDCALLBACKMODE_T4293633524_H #define REWINDCALLBACKMODE_T4293633524_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Enums.RewindCallbackMode struct RewindCallbackMode_t4293633524 { public: // System.Int32 DG.Tweening.Core.Enums.RewindCallbackMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RewindCallbackMode_t4293633524, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REWINDCALLBACKMODE_T4293633524_H #ifndef NULLVALUEHANDLING_T3402136445_H #define NULLVALUEHANDLING_T3402136445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.NullValueHandling struct NullValueHandling_t3402136445 { public: // System.Int32 Newtonsoft.Json.NullValueHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NullValueHandling_t3402136445, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLVALUEHANDLING_T3402136445_H #ifndef DEFAULTVALUEHANDLING_T3240998650_H #define DEFAULTVALUEHANDLING_T3240998650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.DefaultValueHandling struct DefaultValueHandling_t3240998650 { public: // System.Int32 Newtonsoft.Json.DefaultValueHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DefaultValueHandling_t3240998650, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTVALUEHANDLING_T3240998650_H #ifndef CONSTRUCTORHANDLING_T3189370124_H #define CONSTRUCTORHANDLING_T3189370124_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.ConstructorHandling struct ConstructorHandling_t3189370124 { public: // System.Int32 Newtonsoft.Json.ConstructorHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConstructorHandling_t3189370124, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORHANDLING_T3189370124_H #ifndef METADATAPROPERTYHANDLING_T1042169553_H #define METADATAPROPERTYHANDLING_T1042169553_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.MetadataPropertyHandling struct MetadataPropertyHandling_t1042169553 { public: // System.Int32 Newtonsoft.Json.MetadataPropertyHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MetadataPropertyHandling_t1042169553, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METADATAPROPERTYHANDLING_T1042169553_H #ifndef STATE_T879723262_H #define STATE_T879723262_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonReader/State struct State_t879723262 { public: // System.Int32 Newtonsoft.Json.JsonReader/State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(State_t879723262, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATE_T879723262_H #ifndef DATEPARSEHANDLING_T2751701876_H #define DATEPARSEHANDLING_T2751701876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.DateParseHandling struct DateParseHandling_t2751701876 { public: // System.Int32 Newtonsoft.Json.DateParseHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateParseHandling_t2751701876, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATEPARSEHANDLING_T2751701876_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef JSONCONTAINERTYPE_T3191599701_H #define JSONCONTAINERTYPE_T3191599701_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonContainerType struct JsonContainerType_t3191599701 { public: // System.Int32 Newtonsoft.Json.JsonContainerType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JsonContainerType_t3191599701, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONCONTAINERTYPE_T3191599701_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : 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::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_t1188392813, ___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((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef JTOKENTYPE_T3022361662_H #define JTOKENTYPE_T3022361662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JTokenType struct JTokenType_t3022361662 { public: // System.Int32 Newtonsoft.Json.Linq.JTokenType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JTokenType_t3022361662, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JTOKENTYPE_T3022361662_H #ifndef THREADSTATE_T2533302383_H #define THREADSTATE_T2533302383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadState struct ThreadState_t2533302383 { public: // System.Int32 System.Threading.ThreadState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ThreadState_t2533302383, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSTATE_T2533302383_H #ifndef FLOATPARSEHANDLING_T1006965658_H #define FLOATPARSEHANDLING_T1006965658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.FloatParseHandling struct FloatParseHandling_t1006965658 { public: // System.Int32 Newtonsoft.Json.FloatParseHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FloatParseHandling_t1006965658, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FLOATPARSEHANDLING_T1006965658_H #ifndef OBJECTCREATIONHANDLING_T3160794531_H #define OBJECTCREATIONHANDLING_T3160794531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.ObjectCreationHandling struct ObjectCreationHandling_t3160794531 { public: // System.Int32 Newtonsoft.Json.ObjectCreationHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ObjectCreationHandling_t3160794531, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTCREATIONHANDLING_T3160794531_H #ifndef DATETIMEZONEHANDLING_T3002599730_H #define DATETIMEZONEHANDLING_T3002599730_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.DateTimeZoneHandling struct DateTimeZoneHandling_t3002599730 { public: // System.Int32 Newtonsoft.Json.DateTimeZoneHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeZoneHandling_t3002599730, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEZONEHANDLING_T3002599730_H #ifndef DATEFORMATHANDLING_T1376167855_H #define DATEFORMATHANDLING_T1376167855_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.DateFormatHandling struct DateFormatHandling_t1376167855 { public: // System.Int32 Newtonsoft.Json.DateFormatHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateFormatHandling_t1376167855, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATEFORMATHANDLING_T1376167855_H #ifndef FORMATTING_T2192044929_H #define FORMATTING_T2192044929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Formatting struct Formatting_t2192044929 { public: // System.Int32 Newtonsoft.Json.Formatting::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Formatting_t2192044929, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATTING_T2192044929_H #ifndef STATE_T2595666649_H #define STATE_T2595666649_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonWriter/State struct State_t2595666649 { public: // System.Int32 Newtonsoft.Json.JsonWriter/State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(State_t2595666649, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATE_T2595666649_H #ifndef AUTOPLAY_T1346164433_H #define AUTOPLAY_T1346164433_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.AutoPlay struct AutoPlay_t1346164433 { public: // System.Int32 DG.Tweening.AutoPlay::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AutoPlay_t1346164433, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTOPLAY_T1346164433_H #ifndef LOGBEHAVIOUR_T1548882435_H #define LOGBEHAVIOUR_T1548882435_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LogBehaviour struct LogBehaviour_t1548882435 { public: // System.Int32 DG.Tweening.LogBehaviour::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogBehaviour_t1548882435, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGBEHAVIOUR_T1548882435_H #ifndef STRINGESCAPEHANDLING_T4077875565_H #define STRINGESCAPEHANDLING_T4077875565_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.StringEscapeHandling struct StringEscapeHandling_t4077875565 { public: // System.Int32 Newtonsoft.Json.StringEscapeHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StringEscapeHandling_t4077875565, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGESCAPEHANDLING_T4077875565_H #ifndef MISSINGMEMBERHANDLING_T4043300624_H #define MISSINGMEMBERHANDLING_T4043300624_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.MissingMemberHandling struct MissingMemberHandling_t4043300624 { public: // System.Int32 Newtonsoft.Json.MissingMemberHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MissingMemberHandling_t4043300624, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MISSINGMEMBERHANDLING_T4043300624_H #ifndef REFERENCELOOPHANDLING_T1329130968_H #define REFERENCELOOPHANDLING_T1329130968_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.ReferenceLoopHandling struct ReferenceLoopHandling_t1329130968 { public: // System.Int32 Newtonsoft.Json.ReferenceLoopHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ReferenceLoopHandling_t1329130968, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFERENCELOOPHANDLING_T1329130968_H #ifndef PRESERVEREFERENCESHANDLING_T815988812_H #define PRESERVEREFERENCESHANDLING_T815988812_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.PreserveReferencesHandling struct PreserveReferencesHandling_t815988812 { public: // System.Int32 Newtonsoft.Json.PreserveReferencesHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PreserveReferencesHandling_t815988812, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRESERVEREFERENCESHANDLING_T815988812_H #ifndef FORMATTERASSEMBLYSTYLE_T868039825_H #define FORMATTERASSEMBLYSTYLE_T868039825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle struct FormatterAssemblyStyle_t868039825 { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FormatterAssemblyStyle_t868039825, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATTERASSEMBLYSTYLE_T868039825_H #ifndef TYPENAMEHANDLING_T3731987346_H #define TYPENAMEHANDLING_T3731987346_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.TypeNameHandling struct TypeNameHandling_t3731987346 { public: // System.Int32 Newtonsoft.Json.TypeNameHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeNameHandling_t3731987346, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPENAMEHANDLING_T3731987346_H #ifndef FLOATFORMATHANDLING_T562907821_H #define FLOATFORMATHANDLING_T562907821_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.FloatFormatHandling struct FloatFormatHandling_t562907821 { public: // System.Int32 Newtonsoft.Json.FloatFormatHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FloatFormatHandling_t562907821, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FLOATFORMATHANDLING_T562907821_H #ifndef ENUMERATOR_T4192182544_H #define ENUMERATOR_T4192182544_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t4192182544 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t568374093 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current Vector2_t2156229523 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t4192182544, ___l_0)); } inline ExposedList_1_t568374093 * get_l_0() const { return ___l_0; } inline ExposedList_1_t568374093 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t568374093 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t4192182544, ___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_ver_2() { return static_cast(offsetof(Enumerator_t4192182544, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t4192182544, ___current_3)); } inline Vector2_t2156229523 get_current_3() const { return ___current_3; } inline Vector2_t2156229523 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(Vector2_t2156229523 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T4192182544_H #ifndef UPDATEMODE_T1164472539_H #define UPDATEMODE_T1164472539_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Enums.UpdateMode struct UpdateMode_t1164472539 { public: // System.Int32 DG.Tweening.Core.Enums.UpdateMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UpdateMode_t1164472539, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UPDATEMODE_T1164472539_H #ifndef U3CGETENUMERATORU3ED__2_T2488681596_H #define U3CGETENUMERATORU3ED__2_T2488681596_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2/d__2 struct U3CGetEnumeratorU3Ed__2_t2488681596 : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2/d__2::<>1__state int32_t ___U3CU3E1__state_0; // System.Collections.Generic.KeyValuePair`2 Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2/d__2::<>2__current KeyValuePair_2_t2530217319 ___U3CU3E2__current_1; // Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2 Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2/d__2::<>4__this EnumerableDictionaryWrapper_2_t476851046 * ___U3CU3E4__this_2; // System.Collections.Generic.IEnumerator`1> Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2/d__2::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__2_t2488681596, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__2_t2488681596, ___U3CU3E2__current_1)); } inline KeyValuePair_2_t2530217319 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline KeyValuePair_2_t2530217319 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(KeyValuePair_2_t2530217319 value) { ___U3CU3E2__current_1 = value; } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__2_t2488681596, ___U3CU3E4__this_2)); } inline EnumerableDictionaryWrapper_2_t476851046 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline EnumerableDictionaryWrapper_2_t476851046 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(EnumerableDictionaryWrapper_2_t476851046 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_2), value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__2_t2488681596, ___U3CU3E7__wrap1_3)); } inline RuntimeObject* get_U3CU3E7__wrap1_3() const { return ___U3CU3E7__wrap1_3; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_3() { return &___U3CU3E7__wrap1_3; } inline void set_U3CU3E7__wrap1_3(RuntimeObject* value) { ___U3CU3E7__wrap1_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E7__wrap1_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3ED__2_T2488681596_H #ifndef JSONSERIALIZATIONEXCEPTION_T4152118729_H #define JSONSERIALIZATIONEXCEPTION_T4152118729_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonSerializationException struct JsonSerializationException_t4152118729 : public JsonException_t3720114400 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONSERIALIZATIONEXCEPTION_T4152118729_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef JSONTOKEN_T1917433489_H #define JSONTOKEN_T1917433489_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonToken struct JsonToken_t1917433489 { public: // System.Int32 Newtonsoft.Json.JsonToken::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(JsonToken_t1917433489, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONTOKEN_T1917433489_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef ENUMERATOR_T2088074391_H #define ENUMERATOR_T2088074391_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t2088074391 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t2759233236 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current SubmeshInstruction_t52121370 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2088074391, ___l_0)); } inline ExposedList_1_t2759233236 * get_l_0() const { return ___l_0; } inline ExposedList_1_t2759233236 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t2759233236 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2088074391, ___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_ver_2() { return static_cast(offsetof(Enumerator_t2088074391, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2088074391, ___current_3)); } inline SubmeshInstruction_t52121370 get_current_3() const { return ___current_3; } inline SubmeshInstruction_t52121370 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(SubmeshInstruction_t52121370 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2088074391_H #ifndef JSONTYPEREFLECTOR_T526591219_H #define JSONTYPEREFLECTOR_T526591219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonTypeReflector struct JsonTypeReflector_t526591219 : public RuntimeObject { public: public: }; struct JsonTypeReflector_t526591219_StaticFields { public: // System.Nullable`1 Newtonsoft.Json.Serialization.JsonTypeReflector::_fullyTrusted Nullable_1_t1819850047 ____fullyTrusted_0; // Newtonsoft.Json.Utilities.ThreadSafeStore`2> Newtonsoft.Json.Serialization.JsonTypeReflector::JsonConverterCreatorCache ThreadSafeStore_2_t1780285614 * ___JsonConverterCreatorCache_1; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 Newtonsoft.Json.Serialization.JsonTypeReflector::AssociatedMetadataTypesCache ThreadSafeStore_2_t1567256624 * ___AssociatedMetadataTypesCache_2; // Newtonsoft.Json.Utilities.ReflectionObject Newtonsoft.Json.Serialization.JsonTypeReflector::_metadataTypeAttributeReflectionObject ReflectionObject_t701100009 * ____metadataTypeAttributeReflectionObject_3; public: inline static int32_t get_offset_of__fullyTrusted_0() { return static_cast(offsetof(JsonTypeReflector_t526591219_StaticFields, ____fullyTrusted_0)); } inline Nullable_1_t1819850047 get__fullyTrusted_0() const { return ____fullyTrusted_0; } inline Nullable_1_t1819850047 * get_address_of__fullyTrusted_0() { return &____fullyTrusted_0; } inline void set__fullyTrusted_0(Nullable_1_t1819850047 value) { ____fullyTrusted_0 = value; } inline static int32_t get_offset_of_JsonConverterCreatorCache_1() { return static_cast(offsetof(JsonTypeReflector_t526591219_StaticFields, ___JsonConverterCreatorCache_1)); } inline ThreadSafeStore_2_t1780285614 * get_JsonConverterCreatorCache_1() const { return ___JsonConverterCreatorCache_1; } inline ThreadSafeStore_2_t1780285614 ** get_address_of_JsonConverterCreatorCache_1() { return &___JsonConverterCreatorCache_1; } inline void set_JsonConverterCreatorCache_1(ThreadSafeStore_2_t1780285614 * value) { ___JsonConverterCreatorCache_1 = value; Il2CppCodeGenWriteBarrier((&___JsonConverterCreatorCache_1), value); } inline static int32_t get_offset_of_AssociatedMetadataTypesCache_2() { return static_cast(offsetof(JsonTypeReflector_t526591219_StaticFields, ___AssociatedMetadataTypesCache_2)); } inline ThreadSafeStore_2_t1567256624 * get_AssociatedMetadataTypesCache_2() const { return ___AssociatedMetadataTypesCache_2; } inline ThreadSafeStore_2_t1567256624 ** get_address_of_AssociatedMetadataTypesCache_2() { return &___AssociatedMetadataTypesCache_2; } inline void set_AssociatedMetadataTypesCache_2(ThreadSafeStore_2_t1567256624 * value) { ___AssociatedMetadataTypesCache_2 = value; Il2CppCodeGenWriteBarrier((&___AssociatedMetadataTypesCache_2), value); } inline static int32_t get_offset_of__metadataTypeAttributeReflectionObject_3() { return static_cast(offsetof(JsonTypeReflector_t526591219_StaticFields, ____metadataTypeAttributeReflectionObject_3)); } inline ReflectionObject_t701100009 * get__metadataTypeAttributeReflectionObject_3() const { return ____metadataTypeAttributeReflectionObject_3; } inline ReflectionObject_t701100009 ** get_address_of__metadataTypeAttributeReflectionObject_3() { return &____metadataTypeAttributeReflectionObject_3; } inline void set__metadataTypeAttributeReflectionObject_3(ReflectionObject_t701100009 * value) { ____metadataTypeAttributeReflectionObject_3 = value; Il2CppCodeGenWriteBarrier((&____metadataTypeAttributeReflectionObject_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONTYPEREFLECTOR_T526591219_H #ifndef OBJECT_T631007953_H #define OBJECT_T631007953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Object struct Object_t631007953 : 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_t631007953, ___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_t631007953_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_t631007953_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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_t631007953_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_t631007953_marshaled_com { intptr_t ___m_CachedPtr_0; }; #endif // OBJECT_T631007953_H #ifndef STRINGCOMPARISON_T3657712135_H #define STRINGCOMPARISON_T3657712135_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringComparison struct StringComparison_t3657712135 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StringComparison_t3657712135, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARISON_T3657712135_H #ifndef CONSTRUCTORINFO_T5769829_H #define CONSTRUCTORINFO_T5769829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829 : public MethodBase_t { public: public: }; struct ConstructorInfo_t5769829_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_t5769829_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((&___ConstructorName_0), value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t5769829_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((&___TypeConstructorName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORINFO_T5769829_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef UPDATENOTICE_T1001625488_H #define UPDATENOTICE_T1001625488_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.Enums.UpdateNotice struct UpdateNotice_t1001625488 { public: // System.Int32 DG.Tweening.Core.Enums.UpdateNotice::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UpdateNotice_t1001625488, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UPDATENOTICE_T1001625488_H #ifndef ENUMERATOR_T1463299189_H #define ENUMERATOR_T1463299189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Spine.ExposedList`1/Enumerator struct Enumerator_t1463299189 { public: // Spine.ExposedList`1 Spine.ExposedList`1/Enumerator::l ExposedList_1_t2134458034 * ___l_0; // System.Int32 Spine.ExposedList`1/Enumerator::next int32_t ___next_1; // System.Int32 Spine.ExposedList`1/Enumerator::ver int32_t ___ver_2; // T Spine.ExposedList`1/Enumerator::current Vector3_t3722313464 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1463299189, ___l_0)); } inline ExposedList_1_t2134458034 * get_l_0() const { return ___l_0; } inline ExposedList_1_t2134458034 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(ExposedList_1_t2134458034 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1463299189, ___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_ver_2() { return static_cast(offsetof(Enumerator_t1463299189, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1463299189, ___current_3)); } inline Vector3_t3722313464 get_current_3() const { return ___current_3; } inline Vector3_t3722313464 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(Vector3_t3722313464 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1463299189_H #ifndef NULLABLE_1_T3098729937_H #define NULLABLE_1_T3098729937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3098729937 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t3098729937, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3098729937, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3098729937_H #ifndef GAMEOBJECT_T1113636619_H #define GAMEOBJECT_T1113636619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.GameObject struct GameObject_t1113636619 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GAMEOBJECT_T1113636619_H #ifndef OBJECTDISPOSEDEXCEPTION_T21392786_H #define OBJECTDISPOSEDEXCEPTION_T21392786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObjectDisposedException struct ObjectDisposedException_t21392786 : public InvalidOperationException_t56020091 { public: // System.String System.ObjectDisposedException::obj_name String_t* ___obj_name_12; // System.String System.ObjectDisposedException::msg String_t* ___msg_13; public: inline static int32_t get_offset_of_obj_name_12() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___obj_name_12)); } inline String_t* get_obj_name_12() const { return ___obj_name_12; } inline String_t** get_address_of_obj_name_12() { return &___obj_name_12; } inline void set_obj_name_12(String_t* value) { ___obj_name_12 = value; Il2CppCodeGenWriteBarrier((&___obj_name_12), value); } inline static int32_t get_offset_of_msg_13() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___msg_13)); } inline String_t* get_msg_13() const { return ___msg_13; } inline String_t** get_address_of_msg_13() { return &___msg_13; } inline void set_msg_13(String_t* value) { ___msg_13 = value; Il2CppCodeGenWriteBarrier((&___msg_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTDISPOSEDEXCEPTION_T21392786_H #ifndef VECTOROPTIONS_T1354903650_H #define VECTOROPTIONS_T1354903650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t1354903650 { public: // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.VectorOptions::axisConstraint int32_t ___axisConstraint_0; // System.Boolean DG.Tweening.Plugins.Options.VectorOptions::snapping bool ___snapping_1; public: inline static int32_t get_offset_of_axisConstraint_0() { return static_cast(offsetof(VectorOptions_t1354903650, ___axisConstraint_0)); } inline int32_t get_axisConstraint_0() const { return ___axisConstraint_0; } inline int32_t* get_address_of_axisConstraint_0() { return &___axisConstraint_0; } inline void set_axisConstraint_0(int32_t value) { ___axisConstraint_0 = value; } inline static int32_t get_offset_of_snapping_1() { return static_cast(offsetof(VectorOptions_t1354903650, ___snapping_1)); } inline bool get_snapping_1() const { return ___snapping_1; } inline bool* get_address_of_snapping_1() { return &___snapping_1; } inline void set_snapping_1(bool value) { ___snapping_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t1354903650_marshaled_pinvoke { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t1354903650_marshaled_com { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; #endif // VECTOROPTIONS_T1354903650_H #ifndef NULLABLE_1_T3914607011_H #define NULLABLE_1_T3914607011_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3914607011 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t3914607011, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3914607011, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3914607011_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef DOTWEEN_T2744875806_H #define DOTWEEN_T2744875806_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.DOTween struct DOTween_t2744875806 : public RuntimeObject { public: public: }; struct DOTween_t2744875806_StaticFields { public: // System.String DG.Tweening.DOTween::Version String_t* ___Version_0; // System.Boolean DG.Tweening.DOTween::useSafeMode bool ___useSafeMode_1; // DG.Tweening.Core.Enums.NestedTweenFailureBehaviour DG.Tweening.DOTween::nestedTweenFailureBehaviour int32_t ___nestedTweenFailureBehaviour_2; // System.Boolean DG.Tweening.DOTween::showUnityEditorReport bool ___showUnityEditorReport_3; // System.Single DG.Tweening.DOTween::timeScale float ___timeScale_4; // System.Boolean DG.Tweening.DOTween::useSmoothDeltaTime bool ___useSmoothDeltaTime_5; // System.Single DG.Tweening.DOTween::maxSmoothUnscaledTime float ___maxSmoothUnscaledTime_6; // DG.Tweening.Core.Enums.RewindCallbackMode DG.Tweening.DOTween::rewindCallbackMode int32_t ___rewindCallbackMode_7; // DG.Tweening.LogBehaviour DG.Tweening.DOTween::_logBehaviour int32_t ____logBehaviour_8; // System.Func`3 DG.Tweening.DOTween::onWillLog Func_3_t766691812 * ___onWillLog_9; // System.Boolean DG.Tweening.DOTween::drawGizmos bool ___drawGizmos_10; // DG.Tweening.UpdateType DG.Tweening.DOTween::defaultUpdateType int32_t ___defaultUpdateType_11; // System.Boolean DG.Tweening.DOTween::defaultTimeScaleIndependent bool ___defaultTimeScaleIndependent_12; // DG.Tweening.AutoPlay DG.Tweening.DOTween::defaultAutoPlay int32_t ___defaultAutoPlay_13; // System.Boolean DG.Tweening.DOTween::defaultAutoKill bool ___defaultAutoKill_14; // DG.Tweening.LoopType DG.Tweening.DOTween::defaultLoopType int32_t ___defaultLoopType_15; // System.Boolean DG.Tweening.DOTween::defaultRecyclable bool ___defaultRecyclable_16; // DG.Tweening.Ease DG.Tweening.DOTween::defaultEaseType int32_t ___defaultEaseType_17; // System.Single DG.Tweening.DOTween::defaultEaseOvershootOrAmplitude float ___defaultEaseOvershootOrAmplitude_18; // System.Single DG.Tweening.DOTween::defaultEasePeriod float ___defaultEasePeriod_19; // DG.Tweening.Core.DOTweenComponent DG.Tweening.DOTween::instance DOTweenComponent_t828035757 * ___instance_20; // System.Int32 DG.Tweening.DOTween::maxActiveTweenersReached int32_t ___maxActiveTweenersReached_21; // System.Int32 DG.Tweening.DOTween::maxActiveSequencesReached int32_t ___maxActiveSequencesReached_22; // System.Collections.Generic.List`1 DG.Tweening.DOTween::GizmosDelegates List_1_t904863771 * ___GizmosDelegates_23; // System.Boolean DG.Tweening.DOTween::initialized bool ___initialized_24; // System.Boolean DG.Tweening.DOTween::isQuitting bool ___isQuitting_25; public: inline static int32_t get_offset_of_Version_0() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___Version_0)); } inline String_t* get_Version_0() const { return ___Version_0; } inline String_t** get_address_of_Version_0() { return &___Version_0; } inline void set_Version_0(String_t* value) { ___Version_0 = value; Il2CppCodeGenWriteBarrier((&___Version_0), value); } inline static int32_t get_offset_of_useSafeMode_1() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___useSafeMode_1)); } inline bool get_useSafeMode_1() const { return ___useSafeMode_1; } inline bool* get_address_of_useSafeMode_1() { return &___useSafeMode_1; } inline void set_useSafeMode_1(bool value) { ___useSafeMode_1 = value; } inline static int32_t get_offset_of_nestedTweenFailureBehaviour_2() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___nestedTweenFailureBehaviour_2)); } inline int32_t get_nestedTweenFailureBehaviour_2() const { return ___nestedTweenFailureBehaviour_2; } inline int32_t* get_address_of_nestedTweenFailureBehaviour_2() { return &___nestedTweenFailureBehaviour_2; } inline void set_nestedTweenFailureBehaviour_2(int32_t value) { ___nestedTweenFailureBehaviour_2 = value; } inline static int32_t get_offset_of_showUnityEditorReport_3() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___showUnityEditorReport_3)); } inline bool get_showUnityEditorReport_3() const { return ___showUnityEditorReport_3; } inline bool* get_address_of_showUnityEditorReport_3() { return &___showUnityEditorReport_3; } inline void set_showUnityEditorReport_3(bool value) { ___showUnityEditorReport_3 = value; } inline static int32_t get_offset_of_timeScale_4() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___timeScale_4)); } inline float get_timeScale_4() const { return ___timeScale_4; } inline float* get_address_of_timeScale_4() { return &___timeScale_4; } inline void set_timeScale_4(float value) { ___timeScale_4 = value; } inline static int32_t get_offset_of_useSmoothDeltaTime_5() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___useSmoothDeltaTime_5)); } inline bool get_useSmoothDeltaTime_5() const { return ___useSmoothDeltaTime_5; } inline bool* get_address_of_useSmoothDeltaTime_5() { return &___useSmoothDeltaTime_5; } inline void set_useSmoothDeltaTime_5(bool value) { ___useSmoothDeltaTime_5 = value; } inline static int32_t get_offset_of_maxSmoothUnscaledTime_6() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___maxSmoothUnscaledTime_6)); } inline float get_maxSmoothUnscaledTime_6() const { return ___maxSmoothUnscaledTime_6; } inline float* get_address_of_maxSmoothUnscaledTime_6() { return &___maxSmoothUnscaledTime_6; } inline void set_maxSmoothUnscaledTime_6(float value) { ___maxSmoothUnscaledTime_6 = value; } inline static int32_t get_offset_of_rewindCallbackMode_7() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___rewindCallbackMode_7)); } inline int32_t get_rewindCallbackMode_7() const { return ___rewindCallbackMode_7; } inline int32_t* get_address_of_rewindCallbackMode_7() { return &___rewindCallbackMode_7; } inline void set_rewindCallbackMode_7(int32_t value) { ___rewindCallbackMode_7 = value; } inline static int32_t get_offset_of__logBehaviour_8() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ____logBehaviour_8)); } inline int32_t get__logBehaviour_8() const { return ____logBehaviour_8; } inline int32_t* get_address_of__logBehaviour_8() { return &____logBehaviour_8; } inline void set__logBehaviour_8(int32_t value) { ____logBehaviour_8 = value; } inline static int32_t get_offset_of_onWillLog_9() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___onWillLog_9)); } inline Func_3_t766691812 * get_onWillLog_9() const { return ___onWillLog_9; } inline Func_3_t766691812 ** get_address_of_onWillLog_9() { return &___onWillLog_9; } inline void set_onWillLog_9(Func_3_t766691812 * value) { ___onWillLog_9 = value; Il2CppCodeGenWriteBarrier((&___onWillLog_9), value); } inline static int32_t get_offset_of_drawGizmos_10() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___drawGizmos_10)); } inline bool get_drawGizmos_10() const { return ___drawGizmos_10; } inline bool* get_address_of_drawGizmos_10() { return &___drawGizmos_10; } inline void set_drawGizmos_10(bool value) { ___drawGizmos_10 = value; } inline static int32_t get_offset_of_defaultUpdateType_11() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultUpdateType_11)); } inline int32_t get_defaultUpdateType_11() const { return ___defaultUpdateType_11; } inline int32_t* get_address_of_defaultUpdateType_11() { return &___defaultUpdateType_11; } inline void set_defaultUpdateType_11(int32_t value) { ___defaultUpdateType_11 = value; } inline static int32_t get_offset_of_defaultTimeScaleIndependent_12() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultTimeScaleIndependent_12)); } inline bool get_defaultTimeScaleIndependent_12() const { return ___defaultTimeScaleIndependent_12; } inline bool* get_address_of_defaultTimeScaleIndependent_12() { return &___defaultTimeScaleIndependent_12; } inline void set_defaultTimeScaleIndependent_12(bool value) { ___defaultTimeScaleIndependent_12 = value; } inline static int32_t get_offset_of_defaultAutoPlay_13() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultAutoPlay_13)); } inline int32_t get_defaultAutoPlay_13() const { return ___defaultAutoPlay_13; } inline int32_t* get_address_of_defaultAutoPlay_13() { return &___defaultAutoPlay_13; } inline void set_defaultAutoPlay_13(int32_t value) { ___defaultAutoPlay_13 = value; } inline static int32_t get_offset_of_defaultAutoKill_14() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultAutoKill_14)); } inline bool get_defaultAutoKill_14() const { return ___defaultAutoKill_14; } inline bool* get_address_of_defaultAutoKill_14() { return &___defaultAutoKill_14; } inline void set_defaultAutoKill_14(bool value) { ___defaultAutoKill_14 = value; } inline static int32_t get_offset_of_defaultLoopType_15() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultLoopType_15)); } inline int32_t get_defaultLoopType_15() const { return ___defaultLoopType_15; } inline int32_t* get_address_of_defaultLoopType_15() { return &___defaultLoopType_15; } inline void set_defaultLoopType_15(int32_t value) { ___defaultLoopType_15 = value; } inline static int32_t get_offset_of_defaultRecyclable_16() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultRecyclable_16)); } inline bool get_defaultRecyclable_16() const { return ___defaultRecyclable_16; } inline bool* get_address_of_defaultRecyclable_16() { return &___defaultRecyclable_16; } inline void set_defaultRecyclable_16(bool value) { ___defaultRecyclable_16 = value; } inline static int32_t get_offset_of_defaultEaseType_17() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultEaseType_17)); } inline int32_t get_defaultEaseType_17() const { return ___defaultEaseType_17; } inline int32_t* get_address_of_defaultEaseType_17() { return &___defaultEaseType_17; } inline void set_defaultEaseType_17(int32_t value) { ___defaultEaseType_17 = value; } inline static int32_t get_offset_of_defaultEaseOvershootOrAmplitude_18() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultEaseOvershootOrAmplitude_18)); } inline float get_defaultEaseOvershootOrAmplitude_18() const { return ___defaultEaseOvershootOrAmplitude_18; } inline float* get_address_of_defaultEaseOvershootOrAmplitude_18() { return &___defaultEaseOvershootOrAmplitude_18; } inline void set_defaultEaseOvershootOrAmplitude_18(float value) { ___defaultEaseOvershootOrAmplitude_18 = value; } inline static int32_t get_offset_of_defaultEasePeriod_19() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___defaultEasePeriod_19)); } inline float get_defaultEasePeriod_19() const { return ___defaultEasePeriod_19; } inline float* get_address_of_defaultEasePeriod_19() { return &___defaultEasePeriod_19; } inline void set_defaultEasePeriod_19(float value) { ___defaultEasePeriod_19 = value; } inline static int32_t get_offset_of_instance_20() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___instance_20)); } inline DOTweenComponent_t828035757 * get_instance_20() const { return ___instance_20; } inline DOTweenComponent_t828035757 ** get_address_of_instance_20() { return &___instance_20; } inline void set_instance_20(DOTweenComponent_t828035757 * value) { ___instance_20 = value; Il2CppCodeGenWriteBarrier((&___instance_20), value); } inline static int32_t get_offset_of_maxActiveTweenersReached_21() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___maxActiveTweenersReached_21)); } inline int32_t get_maxActiveTweenersReached_21() const { return ___maxActiveTweenersReached_21; } inline int32_t* get_address_of_maxActiveTweenersReached_21() { return &___maxActiveTweenersReached_21; } inline void set_maxActiveTweenersReached_21(int32_t value) { ___maxActiveTweenersReached_21 = value; } inline static int32_t get_offset_of_maxActiveSequencesReached_22() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___maxActiveSequencesReached_22)); } inline int32_t get_maxActiveSequencesReached_22() const { return ___maxActiveSequencesReached_22; } inline int32_t* get_address_of_maxActiveSequencesReached_22() { return &___maxActiveSequencesReached_22; } inline void set_maxActiveSequencesReached_22(int32_t value) { ___maxActiveSequencesReached_22 = value; } inline static int32_t get_offset_of_GizmosDelegates_23() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___GizmosDelegates_23)); } inline List_1_t904863771 * get_GizmosDelegates_23() const { return ___GizmosDelegates_23; } inline List_1_t904863771 ** get_address_of_GizmosDelegates_23() { return &___GizmosDelegates_23; } inline void set_GizmosDelegates_23(List_1_t904863771 * value) { ___GizmosDelegates_23 = value; Il2CppCodeGenWriteBarrier((&___GizmosDelegates_23), value); } inline static int32_t get_offset_of_initialized_24() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___initialized_24)); } inline bool get_initialized_24() const { return ___initialized_24; } inline bool* get_address_of_initialized_24() { return &___initialized_24; } inline void set_initialized_24(bool value) { ___initialized_24 = value; } inline static int32_t get_offset_of_isQuitting_25() { return static_cast(offsetof(DOTween_t2744875806_StaticFields, ___isQuitting_25)); } inline bool get_isQuitting_25() const { return ___isQuitting_25; } inline bool* get_address_of_isQuitting_25() { return &___isQuitting_25; } inline void set_isQuitting_25(bool value) { ___isQuitting_25 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOTWEEN_T2744875806_H #ifndef JSONPOSITION_T2528027714_H #define JSONPOSITION_T2528027714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714 { public: // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonPosition::Type int32_t ___Type_1; // System.Int32 Newtonsoft.Json.JsonPosition::Position int32_t ___Position_2; // System.String Newtonsoft.Json.JsonPosition::PropertyName String_t* ___PropertyName_3; // System.Boolean Newtonsoft.Json.JsonPosition::HasIndex bool ___HasIndex_4; public: inline static int32_t get_offset_of_Type_1() { return static_cast(offsetof(JsonPosition_t2528027714, ___Type_1)); } inline int32_t get_Type_1() const { return ___Type_1; } inline int32_t* get_address_of_Type_1() { return &___Type_1; } inline void set_Type_1(int32_t value) { ___Type_1 = value; } inline static int32_t get_offset_of_Position_2() { return static_cast(offsetof(JsonPosition_t2528027714, ___Position_2)); } inline int32_t get_Position_2() const { return ___Position_2; } inline int32_t* get_address_of_Position_2() { return &___Position_2; } inline void set_Position_2(int32_t value) { ___Position_2 = value; } inline static int32_t get_offset_of_PropertyName_3() { return static_cast(offsetof(JsonPosition_t2528027714, ___PropertyName_3)); } inline String_t* get_PropertyName_3() const { return ___PropertyName_3; } inline String_t** get_address_of_PropertyName_3() { return &___PropertyName_3; } inline void set_PropertyName_3(String_t* value) { ___PropertyName_3 = value; Il2CppCodeGenWriteBarrier((&___PropertyName_3), value); } inline static int32_t get_offset_of_HasIndex_4() { return static_cast(offsetof(JsonPosition_t2528027714, ___HasIndex_4)); } inline bool get_HasIndex_4() const { return ___HasIndex_4; } inline bool* get_address_of_HasIndex_4() { return &___HasIndex_4; } inline void set_HasIndex_4(bool value) { ___HasIndex_4 = value; } }; struct JsonPosition_t2528027714_StaticFields { public: // System.Char[] Newtonsoft.Json.JsonPosition::SpecialCharacters CharU5BU5D_t3528271667* ___SpecialCharacters_0; public: inline static int32_t get_offset_of_SpecialCharacters_0() { return static_cast(offsetof(JsonPosition_t2528027714_StaticFields, ___SpecialCharacters_0)); } inline CharU5BU5D_t3528271667* get_SpecialCharacters_0() const { return ___SpecialCharacters_0; } inline CharU5BU5D_t3528271667** get_address_of_SpecialCharacters_0() { return &___SpecialCharacters_0; } inline void set_SpecialCharacters_0(CharU5BU5D_t3528271667* value) { ___SpecialCharacters_0 = value; Il2CppCodeGenWriteBarrier((&___SpecialCharacters_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714_marshaled_pinvoke { int32_t ___Type_1; int32_t ___Position_2; char* ___PropertyName_3; int32_t ___HasIndex_4; }; // Native definition for COM marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t2528027714_marshaled_com { int32_t ___Type_1; int32_t ___Position_2; Il2CppChar* ___PropertyName_3; int32_t ___HasIndex_4; }; #endif // JSONPOSITION_T2528027714_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef COMPONENT_T1923634451_H #define COMPONENT_T1923634451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Component struct Component_t1923634451 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENT_T1923634451_H #ifndef JVALUE_T1448862567_H #define JVALUE_T1448862567_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JValue struct JValue_t1448862567 : public JToken_t1038539247 { public: // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::_valueType int32_t ____valueType_13; // System.Object Newtonsoft.Json.Linq.JValue::_value RuntimeObject * ____value_14; public: inline static int32_t get_offset_of__valueType_13() { return static_cast(offsetof(JValue_t1448862567, ____valueType_13)); } inline int32_t get__valueType_13() const { return ____valueType_13; } inline int32_t* get_address_of__valueType_13() { return &____valueType_13; } inline void set__valueType_13(int32_t value) { ____valueType_13 = value; } inline static int32_t get_offset_of__value_14() { return static_cast(offsetof(JValue_t1448862567, ____value_14)); } inline RuntimeObject * get__value_14() const { return ____value_14; } inline RuntimeObject ** get_address_of__value_14() { return &____value_14; } inline void set__value_14(RuntimeObject * value) { ____value_14 = value; Il2CppCodeGenWriteBarrier((&____value_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JVALUE_T1448862567_H #ifndef ABSSEQUENTIABLE_T3376041011_H #define ABSSEQUENTIABLE_T3376041011_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.ABSSequentiable struct ABSSequentiable_t3376041011 : public RuntimeObject { public: // DG.Tweening.TweenType DG.Tweening.Core.ABSSequentiable::tweenType int32_t ___tweenType_0; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedPosition float ___sequencedPosition_1; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedEndPosition float ___sequencedEndPosition_2; // DG.Tweening.TweenCallback DG.Tweening.Core.ABSSequentiable::onStart TweenCallback_t3727756325 * ___onStart_3; public: inline static int32_t get_offset_of_tweenType_0() { return static_cast(offsetof(ABSSequentiable_t3376041011, ___tweenType_0)); } inline int32_t get_tweenType_0() const { return ___tweenType_0; } inline int32_t* get_address_of_tweenType_0() { return &___tweenType_0; } inline void set_tweenType_0(int32_t value) { ___tweenType_0 = value; } inline static int32_t get_offset_of_sequencedPosition_1() { return static_cast(offsetof(ABSSequentiable_t3376041011, ___sequencedPosition_1)); } inline float get_sequencedPosition_1() const { return ___sequencedPosition_1; } inline float* get_address_of_sequencedPosition_1() { return &___sequencedPosition_1; } inline void set_sequencedPosition_1(float value) { ___sequencedPosition_1 = value; } inline static int32_t get_offset_of_sequencedEndPosition_2() { return static_cast(offsetof(ABSSequentiable_t3376041011, ___sequencedEndPosition_2)); } inline float get_sequencedEndPosition_2() const { return ___sequencedEndPosition_2; } inline float* get_address_of_sequencedEndPosition_2() { return &___sequencedEndPosition_2; } inline void set_sequencedEndPosition_2(float value) { ___sequencedEndPosition_2 = value; } inline static int32_t get_offset_of_onStart_3() { return static_cast(offsetof(ABSSequentiable_t3376041011, ___onStart_3)); } inline TweenCallback_t3727756325 * get_onStart_3() const { return ___onStart_3; } inline TweenCallback_t3727756325 ** get_address_of_onStart_3() { return &___onStart_3; } inline void set_onStart_3(TweenCallback_t3727756325 * value) { ___onStart_3 = value; Il2CppCodeGenWriteBarrier((&___onStart_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSSEQUENTIABLE_T3376041011_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997 : public ArgumentException_t132251570 { public: // System.Object System.ArgumentOutOfRangeException::actual_value RuntimeObject * ___actual_value_13; public: inline static int32_t get_offset_of_actual_value_13() { return static_cast(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); } inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; } inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; } inline void set_actual_value_13(RuntimeObject * value) { ___actual_value_13 = value; Il2CppCodeGenWriteBarrier((&___actual_value_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef THREAD_T2300836069_H #define THREAD_T2300836069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Thread struct Thread_t2300836069 : public CriticalFinalizerObject_t701527852 { public: // System.Int32 System.Threading.Thread::lock_thread_id int32_t ___lock_thread_id_0; // System.IntPtr System.Threading.Thread::system_thread_handle intptr_t ___system_thread_handle_1; // System.Object System.Threading.Thread::cached_culture_info RuntimeObject * ___cached_culture_info_2; // System.IntPtr System.Threading.Thread::unused0 intptr_t ___unused0_3; // System.Boolean System.Threading.Thread::threadpool_thread bool ___threadpool_thread_4; // System.IntPtr System.Threading.Thread::name intptr_t ___name_5; // System.Int32 System.Threading.Thread::name_len int32_t ___name_len_6; // System.Threading.ThreadState System.Threading.Thread::state int32_t ___state_7; // System.Object System.Threading.Thread::abort_exc RuntimeObject * ___abort_exc_8; // System.Int32 System.Threading.Thread::abort_state_handle int32_t ___abort_state_handle_9; // System.Int64 System.Threading.Thread::thread_id int64_t ___thread_id_10; // System.IntPtr System.Threading.Thread::start_notify intptr_t ___start_notify_11; // System.IntPtr System.Threading.Thread::stack_ptr intptr_t ___stack_ptr_12; // System.UIntPtr System.Threading.Thread::static_data uintptr_t ___static_data_13; // System.IntPtr System.Threading.Thread::jit_data intptr_t ___jit_data_14; // System.IntPtr System.Threading.Thread::lock_data intptr_t ___lock_data_15; // System.Object System.Threading.Thread::current_appcontext RuntimeObject * ___current_appcontext_16; // System.Int32 System.Threading.Thread::stack_size int32_t ___stack_size_17; // System.Object System.Threading.Thread::start_obj RuntimeObject * ___start_obj_18; // System.IntPtr System.Threading.Thread::appdomain_refs intptr_t ___appdomain_refs_19; // System.Int32 System.Threading.Thread::interruption_requested int32_t ___interruption_requested_20; // System.IntPtr System.Threading.Thread::suspend_event intptr_t ___suspend_event_21; // System.IntPtr System.Threading.Thread::suspended_event intptr_t ___suspended_event_22; // System.IntPtr System.Threading.Thread::resume_event intptr_t ___resume_event_23; // System.IntPtr System.Threading.Thread::synch_cs intptr_t ___synch_cs_24; // System.IntPtr System.Threading.Thread::serialized_culture_info intptr_t ___serialized_culture_info_25; // System.Int32 System.Threading.Thread::serialized_culture_info_len int32_t ___serialized_culture_info_len_26; // System.IntPtr System.Threading.Thread::serialized_ui_culture_info intptr_t ___serialized_ui_culture_info_27; // System.Int32 System.Threading.Thread::serialized_ui_culture_info_len int32_t ___serialized_ui_culture_info_len_28; // System.Boolean System.Threading.Thread::thread_dump_requested bool ___thread_dump_requested_29; // System.IntPtr System.Threading.Thread::end_stack intptr_t ___end_stack_30; // System.Boolean System.Threading.Thread::thread_interrupt_requested bool ___thread_interrupt_requested_31; // System.Byte System.Threading.Thread::apartment_state uint8_t ___apartment_state_32; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Thread::critical_region_level int32_t ___critical_region_level_33; // System.Int32 System.Threading.Thread::small_id int32_t ___small_id_34; // System.IntPtr System.Threading.Thread::manage_callback intptr_t ___manage_callback_35; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_36; // System.Threading.ExecutionContext System.Threading.Thread::ec_to_set ExecutionContext_t1748372627 * ___ec_to_set_37; // System.IntPtr System.Threading.Thread::interrupt_on_stop intptr_t ___interrupt_on_stop_38; // System.IntPtr System.Threading.Thread::unused3 intptr_t ___unused3_39; // System.IntPtr System.Threading.Thread::unused4 intptr_t ___unused4_40; // System.IntPtr System.Threading.Thread::unused5 intptr_t ___unused5_41; // System.IntPtr System.Threading.Thread::unused6 intptr_t ___unused6_42; // System.MulticastDelegate System.Threading.Thread::threadstart MulticastDelegate_t * ___threadstart_45; // System.Int32 System.Threading.Thread::managed_id int32_t ___managed_id_46; // System.Security.Principal.IPrincipal System.Threading.Thread::_principal RuntimeObject* ____principal_47; // System.Boolean System.Threading.Thread::in_currentculture bool ___in_currentculture_50; public: inline static int32_t get_offset_of_lock_thread_id_0() { return static_cast(offsetof(Thread_t2300836069, ___lock_thread_id_0)); } inline int32_t get_lock_thread_id_0() const { return ___lock_thread_id_0; } inline int32_t* get_address_of_lock_thread_id_0() { return &___lock_thread_id_0; } inline void set_lock_thread_id_0(int32_t value) { ___lock_thread_id_0 = value; } inline static int32_t get_offset_of_system_thread_handle_1() { return static_cast(offsetof(Thread_t2300836069, ___system_thread_handle_1)); } inline intptr_t get_system_thread_handle_1() const { return ___system_thread_handle_1; } inline intptr_t* get_address_of_system_thread_handle_1() { return &___system_thread_handle_1; } inline void set_system_thread_handle_1(intptr_t value) { ___system_thread_handle_1 = value; } inline static int32_t get_offset_of_cached_culture_info_2() { return static_cast(offsetof(Thread_t2300836069, ___cached_culture_info_2)); } inline RuntimeObject * get_cached_culture_info_2() const { return ___cached_culture_info_2; } inline RuntimeObject ** get_address_of_cached_culture_info_2() { return &___cached_culture_info_2; } inline void set_cached_culture_info_2(RuntimeObject * value) { ___cached_culture_info_2 = value; Il2CppCodeGenWriteBarrier((&___cached_culture_info_2), value); } inline static int32_t get_offset_of_unused0_3() { return static_cast(offsetof(Thread_t2300836069, ___unused0_3)); } inline intptr_t get_unused0_3() const { return ___unused0_3; } inline intptr_t* get_address_of_unused0_3() { return &___unused0_3; } inline void set_unused0_3(intptr_t value) { ___unused0_3 = value; } inline static int32_t get_offset_of_threadpool_thread_4() { return static_cast(offsetof(Thread_t2300836069, ___threadpool_thread_4)); } inline bool get_threadpool_thread_4() const { return ___threadpool_thread_4; } inline bool* get_address_of_threadpool_thread_4() { return &___threadpool_thread_4; } inline void set_threadpool_thread_4(bool value) { ___threadpool_thread_4 = value; } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Thread_t2300836069, ___name_5)); } inline intptr_t get_name_5() const { return ___name_5; } inline intptr_t* get_address_of_name_5() { return &___name_5; } inline void set_name_5(intptr_t value) { ___name_5 = value; } inline static int32_t get_offset_of_name_len_6() { return static_cast(offsetof(Thread_t2300836069, ___name_len_6)); } inline int32_t get_name_len_6() const { return ___name_len_6; } inline int32_t* get_address_of_name_len_6() { return &___name_len_6; } inline void set_name_len_6(int32_t value) { ___name_len_6 = value; } inline static int32_t get_offset_of_state_7() { return static_cast(offsetof(Thread_t2300836069, ___state_7)); } inline int32_t get_state_7() const { return ___state_7; } inline int32_t* get_address_of_state_7() { return &___state_7; } inline void set_state_7(int32_t value) { ___state_7 = value; } inline static int32_t get_offset_of_abort_exc_8() { return static_cast(offsetof(Thread_t2300836069, ___abort_exc_8)); } inline RuntimeObject * get_abort_exc_8() const { return ___abort_exc_8; } inline RuntimeObject ** get_address_of_abort_exc_8() { return &___abort_exc_8; } inline void set_abort_exc_8(RuntimeObject * value) { ___abort_exc_8 = value; Il2CppCodeGenWriteBarrier((&___abort_exc_8), value); } inline static int32_t get_offset_of_abort_state_handle_9() { return static_cast(offsetof(Thread_t2300836069, ___abort_state_handle_9)); } inline int32_t get_abort_state_handle_9() const { return ___abort_state_handle_9; } inline int32_t* get_address_of_abort_state_handle_9() { return &___abort_state_handle_9; } inline void set_abort_state_handle_9(int32_t value) { ___abort_state_handle_9 = value; } inline static int32_t get_offset_of_thread_id_10() { return static_cast(offsetof(Thread_t2300836069, ___thread_id_10)); } inline int64_t get_thread_id_10() const { return ___thread_id_10; } inline int64_t* get_address_of_thread_id_10() { return &___thread_id_10; } inline void set_thread_id_10(int64_t value) { ___thread_id_10 = value; } inline static int32_t get_offset_of_start_notify_11() { return static_cast(offsetof(Thread_t2300836069, ___start_notify_11)); } inline intptr_t get_start_notify_11() const { return ___start_notify_11; } inline intptr_t* get_address_of_start_notify_11() { return &___start_notify_11; } inline void set_start_notify_11(intptr_t value) { ___start_notify_11 = value; } inline static int32_t get_offset_of_stack_ptr_12() { return static_cast(offsetof(Thread_t2300836069, ___stack_ptr_12)); } inline intptr_t get_stack_ptr_12() const { return ___stack_ptr_12; } inline intptr_t* get_address_of_stack_ptr_12() { return &___stack_ptr_12; } inline void set_stack_ptr_12(intptr_t value) { ___stack_ptr_12 = value; } inline static int32_t get_offset_of_static_data_13() { return static_cast(offsetof(Thread_t2300836069, ___static_data_13)); } inline uintptr_t get_static_data_13() const { return ___static_data_13; } inline uintptr_t* get_address_of_static_data_13() { return &___static_data_13; } inline void set_static_data_13(uintptr_t value) { ___static_data_13 = value; } inline static int32_t get_offset_of_jit_data_14() { return static_cast(offsetof(Thread_t2300836069, ___jit_data_14)); } inline intptr_t get_jit_data_14() const { return ___jit_data_14; } inline intptr_t* get_address_of_jit_data_14() { return &___jit_data_14; } inline void set_jit_data_14(intptr_t value) { ___jit_data_14 = value; } inline static int32_t get_offset_of_lock_data_15() { return static_cast(offsetof(Thread_t2300836069, ___lock_data_15)); } inline intptr_t get_lock_data_15() const { return ___lock_data_15; } inline intptr_t* get_address_of_lock_data_15() { return &___lock_data_15; } inline void set_lock_data_15(intptr_t value) { ___lock_data_15 = value; } inline static int32_t get_offset_of_current_appcontext_16() { return static_cast(offsetof(Thread_t2300836069, ___current_appcontext_16)); } inline RuntimeObject * get_current_appcontext_16() const { return ___current_appcontext_16; } inline RuntimeObject ** get_address_of_current_appcontext_16() { return &___current_appcontext_16; } inline void set_current_appcontext_16(RuntimeObject * value) { ___current_appcontext_16 = value; Il2CppCodeGenWriteBarrier((&___current_appcontext_16), value); } inline static int32_t get_offset_of_stack_size_17() { return static_cast(offsetof(Thread_t2300836069, ___stack_size_17)); } inline int32_t get_stack_size_17() const { return ___stack_size_17; } inline int32_t* get_address_of_stack_size_17() { return &___stack_size_17; } inline void set_stack_size_17(int32_t value) { ___stack_size_17 = value; } inline static int32_t get_offset_of_start_obj_18() { return static_cast(offsetof(Thread_t2300836069, ___start_obj_18)); } inline RuntimeObject * get_start_obj_18() const { return ___start_obj_18; } inline RuntimeObject ** get_address_of_start_obj_18() { return &___start_obj_18; } inline void set_start_obj_18(RuntimeObject * value) { ___start_obj_18 = value; Il2CppCodeGenWriteBarrier((&___start_obj_18), value); } inline static int32_t get_offset_of_appdomain_refs_19() { return static_cast(offsetof(Thread_t2300836069, ___appdomain_refs_19)); } inline intptr_t get_appdomain_refs_19() const { return ___appdomain_refs_19; } inline intptr_t* get_address_of_appdomain_refs_19() { return &___appdomain_refs_19; } inline void set_appdomain_refs_19(intptr_t value) { ___appdomain_refs_19 = value; } inline static int32_t get_offset_of_interruption_requested_20() { return static_cast(offsetof(Thread_t2300836069, ___interruption_requested_20)); } inline int32_t get_interruption_requested_20() const { return ___interruption_requested_20; } inline int32_t* get_address_of_interruption_requested_20() { return &___interruption_requested_20; } inline void set_interruption_requested_20(int32_t value) { ___interruption_requested_20 = value; } inline static int32_t get_offset_of_suspend_event_21() { return static_cast(offsetof(Thread_t2300836069, ___suspend_event_21)); } inline intptr_t get_suspend_event_21() const { return ___suspend_event_21; } inline intptr_t* get_address_of_suspend_event_21() { return &___suspend_event_21; } inline void set_suspend_event_21(intptr_t value) { ___suspend_event_21 = value; } inline static int32_t get_offset_of_suspended_event_22() { return static_cast(offsetof(Thread_t2300836069, ___suspended_event_22)); } inline intptr_t get_suspended_event_22() const { return ___suspended_event_22; } inline intptr_t* get_address_of_suspended_event_22() { return &___suspended_event_22; } inline void set_suspended_event_22(intptr_t value) { ___suspended_event_22 = value; } inline static int32_t get_offset_of_resume_event_23() { return static_cast(offsetof(Thread_t2300836069, ___resume_event_23)); } inline intptr_t get_resume_event_23() const { return ___resume_event_23; } inline intptr_t* get_address_of_resume_event_23() { return &___resume_event_23; } inline void set_resume_event_23(intptr_t value) { ___resume_event_23 = value; } inline static int32_t get_offset_of_synch_cs_24() { return static_cast(offsetof(Thread_t2300836069, ___synch_cs_24)); } inline intptr_t get_synch_cs_24() const { return ___synch_cs_24; } inline intptr_t* get_address_of_synch_cs_24() { return &___synch_cs_24; } inline void set_synch_cs_24(intptr_t value) { ___synch_cs_24 = value; } inline static int32_t get_offset_of_serialized_culture_info_25() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_25)); } inline intptr_t get_serialized_culture_info_25() const { return ___serialized_culture_info_25; } inline intptr_t* get_address_of_serialized_culture_info_25() { return &___serialized_culture_info_25; } inline void set_serialized_culture_info_25(intptr_t value) { ___serialized_culture_info_25 = value; } inline static int32_t get_offset_of_serialized_culture_info_len_26() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_len_26)); } inline int32_t get_serialized_culture_info_len_26() const { return ___serialized_culture_info_len_26; } inline int32_t* get_address_of_serialized_culture_info_len_26() { return &___serialized_culture_info_len_26; } inline void set_serialized_culture_info_len_26(int32_t value) { ___serialized_culture_info_len_26 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_27() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_27)); } inline intptr_t get_serialized_ui_culture_info_27() const { return ___serialized_ui_culture_info_27; } inline intptr_t* get_address_of_serialized_ui_culture_info_27() { return &___serialized_ui_culture_info_27; } inline void set_serialized_ui_culture_info_27(intptr_t value) { ___serialized_ui_culture_info_27 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_len_28() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_len_28)); } inline int32_t get_serialized_ui_culture_info_len_28() const { return ___serialized_ui_culture_info_len_28; } inline int32_t* get_address_of_serialized_ui_culture_info_len_28() { return &___serialized_ui_culture_info_len_28; } inline void set_serialized_ui_culture_info_len_28(int32_t value) { ___serialized_ui_culture_info_len_28 = value; } inline static int32_t get_offset_of_thread_dump_requested_29() { return static_cast(offsetof(Thread_t2300836069, ___thread_dump_requested_29)); } inline bool get_thread_dump_requested_29() const { return ___thread_dump_requested_29; } inline bool* get_address_of_thread_dump_requested_29() { return &___thread_dump_requested_29; } inline void set_thread_dump_requested_29(bool value) { ___thread_dump_requested_29 = value; } inline static int32_t get_offset_of_end_stack_30() { return static_cast(offsetof(Thread_t2300836069, ___end_stack_30)); } inline intptr_t get_end_stack_30() const { return ___end_stack_30; } inline intptr_t* get_address_of_end_stack_30() { return &___end_stack_30; } inline void set_end_stack_30(intptr_t value) { ___end_stack_30 = value; } inline static int32_t get_offset_of_thread_interrupt_requested_31() { return static_cast(offsetof(Thread_t2300836069, ___thread_interrupt_requested_31)); } inline bool get_thread_interrupt_requested_31() const { return ___thread_interrupt_requested_31; } inline bool* get_address_of_thread_interrupt_requested_31() { return &___thread_interrupt_requested_31; } inline void set_thread_interrupt_requested_31(bool value) { ___thread_interrupt_requested_31 = value; } inline static int32_t get_offset_of_apartment_state_32() { return static_cast(offsetof(Thread_t2300836069, ___apartment_state_32)); } inline uint8_t get_apartment_state_32() const { return ___apartment_state_32; } inline uint8_t* get_address_of_apartment_state_32() { return &___apartment_state_32; } inline void set_apartment_state_32(uint8_t value) { ___apartment_state_32 = value; } inline static int32_t get_offset_of_critical_region_level_33() { return static_cast(offsetof(Thread_t2300836069, ___critical_region_level_33)); } inline int32_t get_critical_region_level_33() const { return ___critical_region_level_33; } inline int32_t* get_address_of_critical_region_level_33() { return &___critical_region_level_33; } inline void set_critical_region_level_33(int32_t value) { ___critical_region_level_33 = value; } inline static int32_t get_offset_of_small_id_34() { return static_cast(offsetof(Thread_t2300836069, ___small_id_34)); } inline int32_t get_small_id_34() const { return ___small_id_34; } inline int32_t* get_address_of_small_id_34() { return &___small_id_34; } inline void set_small_id_34(int32_t value) { ___small_id_34 = value; } inline static int32_t get_offset_of_manage_callback_35() { return static_cast(offsetof(Thread_t2300836069, ___manage_callback_35)); } inline intptr_t get_manage_callback_35() const { return ___manage_callback_35; } inline intptr_t* get_address_of_manage_callback_35() { return &___manage_callback_35; } inline void set_manage_callback_35(intptr_t value) { ___manage_callback_35 = value; } inline static int32_t get_offset_of_pending_exception_36() { return static_cast(offsetof(Thread_t2300836069, ___pending_exception_36)); } inline RuntimeObject * get_pending_exception_36() const { return ___pending_exception_36; } inline RuntimeObject ** get_address_of_pending_exception_36() { return &___pending_exception_36; } inline void set_pending_exception_36(RuntimeObject * value) { ___pending_exception_36 = value; Il2CppCodeGenWriteBarrier((&___pending_exception_36), value); } inline static int32_t get_offset_of_ec_to_set_37() { return static_cast(offsetof(Thread_t2300836069, ___ec_to_set_37)); } inline ExecutionContext_t1748372627 * get_ec_to_set_37() const { return ___ec_to_set_37; } inline ExecutionContext_t1748372627 ** get_address_of_ec_to_set_37() { return &___ec_to_set_37; } inline void set_ec_to_set_37(ExecutionContext_t1748372627 * value) { ___ec_to_set_37 = value; Il2CppCodeGenWriteBarrier((&___ec_to_set_37), value); } inline static int32_t get_offset_of_interrupt_on_stop_38() { return static_cast(offsetof(Thread_t2300836069, ___interrupt_on_stop_38)); } inline intptr_t get_interrupt_on_stop_38() const { return ___interrupt_on_stop_38; } inline intptr_t* get_address_of_interrupt_on_stop_38() { return &___interrupt_on_stop_38; } inline void set_interrupt_on_stop_38(intptr_t value) { ___interrupt_on_stop_38 = value; } inline static int32_t get_offset_of_unused3_39() { return static_cast(offsetof(Thread_t2300836069, ___unused3_39)); } inline intptr_t get_unused3_39() const { return ___unused3_39; } inline intptr_t* get_address_of_unused3_39() { return &___unused3_39; } inline void set_unused3_39(intptr_t value) { ___unused3_39 = value; } inline static int32_t get_offset_of_unused4_40() { return static_cast(offsetof(Thread_t2300836069, ___unused4_40)); } inline intptr_t get_unused4_40() const { return ___unused4_40; } inline intptr_t* get_address_of_unused4_40() { return &___unused4_40; } inline void set_unused4_40(intptr_t value) { ___unused4_40 = value; } inline static int32_t get_offset_of_unused5_41() { return static_cast(offsetof(Thread_t2300836069, ___unused5_41)); } inline intptr_t get_unused5_41() const { return ___unused5_41; } inline intptr_t* get_address_of_unused5_41() { return &___unused5_41; } inline void set_unused5_41(intptr_t value) { ___unused5_41 = value; } inline static int32_t get_offset_of_unused6_42() { return static_cast(offsetof(Thread_t2300836069, ___unused6_42)); } inline intptr_t get_unused6_42() const { return ___unused6_42; } inline intptr_t* get_address_of_unused6_42() { return &___unused6_42; } inline void set_unused6_42(intptr_t value) { ___unused6_42 = value; } inline static int32_t get_offset_of_threadstart_45() { return static_cast(offsetof(Thread_t2300836069, ___threadstart_45)); } inline MulticastDelegate_t * get_threadstart_45() const { return ___threadstart_45; } inline MulticastDelegate_t ** get_address_of_threadstart_45() { return &___threadstart_45; } inline void set_threadstart_45(MulticastDelegate_t * value) { ___threadstart_45 = value; Il2CppCodeGenWriteBarrier((&___threadstart_45), value); } inline static int32_t get_offset_of_managed_id_46() { return static_cast(offsetof(Thread_t2300836069, ___managed_id_46)); } inline int32_t get_managed_id_46() const { return ___managed_id_46; } inline int32_t* get_address_of_managed_id_46() { return &___managed_id_46; } inline void set_managed_id_46(int32_t value) { ___managed_id_46 = value; } inline static int32_t get_offset_of__principal_47() { return static_cast(offsetof(Thread_t2300836069, ____principal_47)); } inline RuntimeObject* get__principal_47() const { return ____principal_47; } inline RuntimeObject** get_address_of__principal_47() { return &____principal_47; } inline void set__principal_47(RuntimeObject* value) { ____principal_47 = value; Il2CppCodeGenWriteBarrier((&____principal_47), value); } inline static int32_t get_offset_of_in_currentculture_50() { return static_cast(offsetof(Thread_t2300836069, ___in_currentculture_50)); } inline bool get_in_currentculture_50() const { return ___in_currentculture_50; } inline bool* get_address_of_in_currentculture_50() { return &___in_currentculture_50; } inline void set_in_currentculture_50(bool value) { ___in_currentculture_50 = value; } }; struct Thread_t2300836069_StaticFields { public: // System.Collections.Hashtable System.Threading.Thread::datastorehash Hashtable_t1853889766 * ___datastorehash_48; // System.Object System.Threading.Thread::datastore_lock RuntimeObject * ___datastore_lock_49; // System.Object System.Threading.Thread::culture_lock RuntimeObject * ___culture_lock_51; public: inline static int32_t get_offset_of_datastorehash_48() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastorehash_48)); } inline Hashtable_t1853889766 * get_datastorehash_48() const { return ___datastorehash_48; } inline Hashtable_t1853889766 ** get_address_of_datastorehash_48() { return &___datastorehash_48; } inline void set_datastorehash_48(Hashtable_t1853889766 * value) { ___datastorehash_48 = value; Il2CppCodeGenWriteBarrier((&___datastorehash_48), value); } inline static int32_t get_offset_of_datastore_lock_49() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastore_lock_49)); } inline RuntimeObject * get_datastore_lock_49() const { return ___datastore_lock_49; } inline RuntimeObject ** get_address_of_datastore_lock_49() { return &___datastore_lock_49; } inline void set_datastore_lock_49(RuntimeObject * value) { ___datastore_lock_49 = value; Il2CppCodeGenWriteBarrier((&___datastore_lock_49), value); } inline static int32_t get_offset_of_culture_lock_51() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___culture_lock_51)); } inline RuntimeObject * get_culture_lock_51() const { return ___culture_lock_51; } inline RuntimeObject ** get_address_of_culture_lock_51() { return &___culture_lock_51; } inline void set_culture_lock_51(RuntimeObject * value) { ___culture_lock_51 = value; Il2CppCodeGenWriteBarrier((&___culture_lock_51), value); } }; struct Thread_t2300836069_ThreadStaticFields { public: // System.Object[] System.Threading.Thread::local_slots ObjectU5BU5D_t2843939325* ___local_slots_43; // System.Threading.ExecutionContext System.Threading.Thread::_ec ExecutionContext_t1748372627 * ____ec_44; public: inline static int32_t get_offset_of_local_slots_43() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ___local_slots_43)); } inline ObjectU5BU5D_t2843939325* get_local_slots_43() const { return ___local_slots_43; } inline ObjectU5BU5D_t2843939325** get_address_of_local_slots_43() { return &___local_slots_43; } inline void set_local_slots_43(ObjectU5BU5D_t2843939325* value) { ___local_slots_43 = value; Il2CppCodeGenWriteBarrier((&___local_slots_43), value); } inline static int32_t get_offset_of__ec_44() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ____ec_44)); } inline ExecutionContext_t1748372627 * get__ec_44() const { return ____ec_44; } inline ExecutionContext_t1748372627 ** get_address_of__ec_44() { return &____ec_44; } inline void set__ec_44(ExecutionContext_t1748372627 * value) { ____ec_44 = value; Il2CppCodeGenWriteBarrier((&____ec_44), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREAD_T2300836069_H #ifndef NULLABLE_1_T1505470351_H #define NULLABLE_1_T1505470351_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t1505470351 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1505470351, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1505470351, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T1505470351_H #ifndef NULLABLE_1_T2729527740_H #define NULLABLE_1_T2729527740_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t2729527740 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t2729527740, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2729527740, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T2729527740_H #ifndef NULLABLE_1_T2285469903_H #define NULLABLE_1_T2285469903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t2285469903 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t2285469903, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2285469903, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T2285469903_H #ifndef NULLABLE_1_T430194516_H #define NULLABLE_1_T430194516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t430194516 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t430194516, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t430194516, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T430194516_H #ifndef NULLABLE_1_T179296662_H #define NULLABLE_1_T179296662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t179296662 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t179296662, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t179296662, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T179296662_H #ifndef JSONSERIALIZER_T1424496335_H #define JSONSERIALIZER_T1424496335_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonSerializer struct JsonSerializer_t1424496335 : public RuntimeObject { public: // Newtonsoft.Json.TypeNameHandling Newtonsoft.Json.JsonSerializer::_typeNameHandling int32_t ____typeNameHandling_0; // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle Newtonsoft.Json.JsonSerializer::_typeNameAssemblyFormat int32_t ____typeNameAssemblyFormat_1; // Newtonsoft.Json.PreserveReferencesHandling Newtonsoft.Json.JsonSerializer::_preserveReferencesHandling int32_t ____preserveReferencesHandling_2; // Newtonsoft.Json.ReferenceLoopHandling Newtonsoft.Json.JsonSerializer::_referenceLoopHandling int32_t ____referenceLoopHandling_3; // Newtonsoft.Json.MissingMemberHandling Newtonsoft.Json.JsonSerializer::_missingMemberHandling int32_t ____missingMemberHandling_4; // Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializer::_objectCreationHandling int32_t ____objectCreationHandling_5; // Newtonsoft.Json.NullValueHandling Newtonsoft.Json.JsonSerializer::_nullValueHandling int32_t ____nullValueHandling_6; // Newtonsoft.Json.DefaultValueHandling Newtonsoft.Json.JsonSerializer::_defaultValueHandling int32_t ____defaultValueHandling_7; // Newtonsoft.Json.ConstructorHandling Newtonsoft.Json.JsonSerializer::_constructorHandling int32_t ____constructorHandling_8; // Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializer::_metadataPropertyHandling int32_t ____metadataPropertyHandling_9; // Newtonsoft.Json.JsonConverterCollection Newtonsoft.Json.JsonSerializer::_converters JsonConverterCollection_t3675964822 * ____converters_10; // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializer::_contractResolver RuntimeObject* ____contractResolver_11; // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::_traceWriter RuntimeObject* ____traceWriter_12; // System.Collections.IEqualityComparer Newtonsoft.Json.JsonSerializer::_equalityComparer RuntimeObject* ____equalityComparer_13; // System.Runtime.Serialization.SerializationBinder Newtonsoft.Json.JsonSerializer::_binder SerializationBinder_t274213469 * ____binder_14; // System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializer::_context StreamingContext_t3711869237 ____context_15; // Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializer::_referenceResolver RuntimeObject* ____referenceResolver_16; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_formatting Nullable_1_t3914607011 ____formatting_17; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_dateFormatHandling Nullable_1_t3098729937 ____dateFormatHandling_18; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_dateTimeZoneHandling Nullable_1_t430194516 ____dateTimeZoneHandling_19; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_dateParseHandling Nullable_1_t179296662 ____dateParseHandling_20; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_floatFormatHandling Nullable_1_t2285469903 ____floatFormatHandling_21; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_floatParseHandling Nullable_1_t2729527740 ____floatParseHandling_22; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_stringEscapeHandling Nullable_1_t1505470351 ____stringEscapeHandling_23; // System.Globalization.CultureInfo Newtonsoft.Json.JsonSerializer::_culture CultureInfo_t4157843068 * ____culture_24; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_maxDepth Nullable_1_t378540539 ____maxDepth_25; // System.Boolean Newtonsoft.Json.JsonSerializer::_maxDepthSet bool ____maxDepthSet_26; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_checkAdditionalContent Nullable_1_t1819850047 ____checkAdditionalContent_27; // System.String Newtonsoft.Json.JsonSerializer::_dateFormatString String_t* ____dateFormatString_28; // System.Boolean Newtonsoft.Json.JsonSerializer::_dateFormatStringSet bool ____dateFormatStringSet_29; // System.EventHandler`1 Newtonsoft.Json.JsonSerializer::Error EventHandler_1_t2935836205 * ___Error_30; public: inline static int32_t get_offset_of__typeNameHandling_0() { return static_cast(offsetof(JsonSerializer_t1424496335, ____typeNameHandling_0)); } inline int32_t get__typeNameHandling_0() const { return ____typeNameHandling_0; } inline int32_t* get_address_of__typeNameHandling_0() { return &____typeNameHandling_0; } inline void set__typeNameHandling_0(int32_t value) { ____typeNameHandling_0 = value; } inline static int32_t get_offset_of__typeNameAssemblyFormat_1() { return static_cast(offsetof(JsonSerializer_t1424496335, ____typeNameAssemblyFormat_1)); } inline int32_t get__typeNameAssemblyFormat_1() const { return ____typeNameAssemblyFormat_1; } inline int32_t* get_address_of__typeNameAssemblyFormat_1() { return &____typeNameAssemblyFormat_1; } inline void set__typeNameAssemblyFormat_1(int32_t value) { ____typeNameAssemblyFormat_1 = value; } inline static int32_t get_offset_of__preserveReferencesHandling_2() { return static_cast(offsetof(JsonSerializer_t1424496335, ____preserveReferencesHandling_2)); } inline int32_t get__preserveReferencesHandling_2() const { return ____preserveReferencesHandling_2; } inline int32_t* get_address_of__preserveReferencesHandling_2() { return &____preserveReferencesHandling_2; } inline void set__preserveReferencesHandling_2(int32_t value) { ____preserveReferencesHandling_2 = value; } inline static int32_t get_offset_of__referenceLoopHandling_3() { return static_cast(offsetof(JsonSerializer_t1424496335, ____referenceLoopHandling_3)); } inline int32_t get__referenceLoopHandling_3() const { return ____referenceLoopHandling_3; } inline int32_t* get_address_of__referenceLoopHandling_3() { return &____referenceLoopHandling_3; } inline void set__referenceLoopHandling_3(int32_t value) { ____referenceLoopHandling_3 = value; } inline static int32_t get_offset_of__missingMemberHandling_4() { return static_cast(offsetof(JsonSerializer_t1424496335, ____missingMemberHandling_4)); } inline int32_t get__missingMemberHandling_4() const { return ____missingMemberHandling_4; } inline int32_t* get_address_of__missingMemberHandling_4() { return &____missingMemberHandling_4; } inline void set__missingMemberHandling_4(int32_t value) { ____missingMemberHandling_4 = value; } inline static int32_t get_offset_of__objectCreationHandling_5() { return static_cast(offsetof(JsonSerializer_t1424496335, ____objectCreationHandling_5)); } inline int32_t get__objectCreationHandling_5() const { return ____objectCreationHandling_5; } inline int32_t* get_address_of__objectCreationHandling_5() { return &____objectCreationHandling_5; } inline void set__objectCreationHandling_5(int32_t value) { ____objectCreationHandling_5 = value; } inline static int32_t get_offset_of__nullValueHandling_6() { return static_cast(offsetof(JsonSerializer_t1424496335, ____nullValueHandling_6)); } inline int32_t get__nullValueHandling_6() const { return ____nullValueHandling_6; } inline int32_t* get_address_of__nullValueHandling_6() { return &____nullValueHandling_6; } inline void set__nullValueHandling_6(int32_t value) { ____nullValueHandling_6 = value; } inline static int32_t get_offset_of__defaultValueHandling_7() { return static_cast(offsetof(JsonSerializer_t1424496335, ____defaultValueHandling_7)); } inline int32_t get__defaultValueHandling_7() const { return ____defaultValueHandling_7; } inline int32_t* get_address_of__defaultValueHandling_7() { return &____defaultValueHandling_7; } inline void set__defaultValueHandling_7(int32_t value) { ____defaultValueHandling_7 = value; } inline static int32_t get_offset_of__constructorHandling_8() { return static_cast(offsetof(JsonSerializer_t1424496335, ____constructorHandling_8)); } inline int32_t get__constructorHandling_8() const { return ____constructorHandling_8; } inline int32_t* get_address_of__constructorHandling_8() { return &____constructorHandling_8; } inline void set__constructorHandling_8(int32_t value) { ____constructorHandling_8 = value; } inline static int32_t get_offset_of__metadataPropertyHandling_9() { return static_cast(offsetof(JsonSerializer_t1424496335, ____metadataPropertyHandling_9)); } inline int32_t get__metadataPropertyHandling_9() const { return ____metadataPropertyHandling_9; } inline int32_t* get_address_of__metadataPropertyHandling_9() { return &____metadataPropertyHandling_9; } inline void set__metadataPropertyHandling_9(int32_t value) { ____metadataPropertyHandling_9 = value; } inline static int32_t get_offset_of__converters_10() { return static_cast(offsetof(JsonSerializer_t1424496335, ____converters_10)); } inline JsonConverterCollection_t3675964822 * get__converters_10() const { return ____converters_10; } inline JsonConverterCollection_t3675964822 ** get_address_of__converters_10() { return &____converters_10; } inline void set__converters_10(JsonConverterCollection_t3675964822 * value) { ____converters_10 = value; Il2CppCodeGenWriteBarrier((&____converters_10), value); } inline static int32_t get_offset_of__contractResolver_11() { return static_cast(offsetof(JsonSerializer_t1424496335, ____contractResolver_11)); } inline RuntimeObject* get__contractResolver_11() const { return ____contractResolver_11; } inline RuntimeObject** get_address_of__contractResolver_11() { return &____contractResolver_11; } inline void set__contractResolver_11(RuntimeObject* value) { ____contractResolver_11 = value; Il2CppCodeGenWriteBarrier((&____contractResolver_11), value); } inline static int32_t get_offset_of__traceWriter_12() { return static_cast(offsetof(JsonSerializer_t1424496335, ____traceWriter_12)); } inline RuntimeObject* get__traceWriter_12() const { return ____traceWriter_12; } inline RuntimeObject** get_address_of__traceWriter_12() { return &____traceWriter_12; } inline void set__traceWriter_12(RuntimeObject* value) { ____traceWriter_12 = value; Il2CppCodeGenWriteBarrier((&____traceWriter_12), value); } inline static int32_t get_offset_of__equalityComparer_13() { return static_cast(offsetof(JsonSerializer_t1424496335, ____equalityComparer_13)); } inline RuntimeObject* get__equalityComparer_13() const { return ____equalityComparer_13; } inline RuntimeObject** get_address_of__equalityComparer_13() { return &____equalityComparer_13; } inline void set__equalityComparer_13(RuntimeObject* value) { ____equalityComparer_13 = value; Il2CppCodeGenWriteBarrier((&____equalityComparer_13), value); } inline static int32_t get_offset_of__binder_14() { return static_cast(offsetof(JsonSerializer_t1424496335, ____binder_14)); } inline SerializationBinder_t274213469 * get__binder_14() const { return ____binder_14; } inline SerializationBinder_t274213469 ** get_address_of__binder_14() { return &____binder_14; } inline void set__binder_14(SerializationBinder_t274213469 * value) { ____binder_14 = value; Il2CppCodeGenWriteBarrier((&____binder_14), value); } inline static int32_t get_offset_of__context_15() { return static_cast(offsetof(JsonSerializer_t1424496335, ____context_15)); } inline StreamingContext_t3711869237 get__context_15() const { return ____context_15; } inline StreamingContext_t3711869237 * get_address_of__context_15() { return &____context_15; } inline void set__context_15(StreamingContext_t3711869237 value) { ____context_15 = value; } inline static int32_t get_offset_of__referenceResolver_16() { return static_cast(offsetof(JsonSerializer_t1424496335, ____referenceResolver_16)); } inline RuntimeObject* get__referenceResolver_16() const { return ____referenceResolver_16; } inline RuntimeObject** get_address_of__referenceResolver_16() { return &____referenceResolver_16; } inline void set__referenceResolver_16(RuntimeObject* value) { ____referenceResolver_16 = value; Il2CppCodeGenWriteBarrier((&____referenceResolver_16), value); } inline static int32_t get_offset_of__formatting_17() { return static_cast(offsetof(JsonSerializer_t1424496335, ____formatting_17)); } inline Nullable_1_t3914607011 get__formatting_17() const { return ____formatting_17; } inline Nullable_1_t3914607011 * get_address_of__formatting_17() { return &____formatting_17; } inline void set__formatting_17(Nullable_1_t3914607011 value) { ____formatting_17 = value; } inline static int32_t get_offset_of__dateFormatHandling_18() { return static_cast(offsetof(JsonSerializer_t1424496335, ____dateFormatHandling_18)); } inline Nullable_1_t3098729937 get__dateFormatHandling_18() const { return ____dateFormatHandling_18; } inline Nullable_1_t3098729937 * get_address_of__dateFormatHandling_18() { return &____dateFormatHandling_18; } inline void set__dateFormatHandling_18(Nullable_1_t3098729937 value) { ____dateFormatHandling_18 = value; } inline static int32_t get_offset_of__dateTimeZoneHandling_19() { return static_cast(offsetof(JsonSerializer_t1424496335, ____dateTimeZoneHandling_19)); } inline Nullable_1_t430194516 get__dateTimeZoneHandling_19() const { return ____dateTimeZoneHandling_19; } inline Nullable_1_t430194516 * get_address_of__dateTimeZoneHandling_19() { return &____dateTimeZoneHandling_19; } inline void set__dateTimeZoneHandling_19(Nullable_1_t430194516 value) { ____dateTimeZoneHandling_19 = value; } inline static int32_t get_offset_of__dateParseHandling_20() { return static_cast(offsetof(JsonSerializer_t1424496335, ____dateParseHandling_20)); } inline Nullable_1_t179296662 get__dateParseHandling_20() const { return ____dateParseHandling_20; } inline Nullable_1_t179296662 * get_address_of__dateParseHandling_20() { return &____dateParseHandling_20; } inline void set__dateParseHandling_20(Nullable_1_t179296662 value) { ____dateParseHandling_20 = value; } inline static int32_t get_offset_of__floatFormatHandling_21() { return static_cast(offsetof(JsonSerializer_t1424496335, ____floatFormatHandling_21)); } inline Nullable_1_t2285469903 get__floatFormatHandling_21() const { return ____floatFormatHandling_21; } inline Nullable_1_t2285469903 * get_address_of__floatFormatHandling_21() { return &____floatFormatHandling_21; } inline void set__floatFormatHandling_21(Nullable_1_t2285469903 value) { ____floatFormatHandling_21 = value; } inline static int32_t get_offset_of__floatParseHandling_22() { return static_cast(offsetof(JsonSerializer_t1424496335, ____floatParseHandling_22)); } inline Nullable_1_t2729527740 get__floatParseHandling_22() const { return ____floatParseHandling_22; } inline Nullable_1_t2729527740 * get_address_of__floatParseHandling_22() { return &____floatParseHandling_22; } inline void set__floatParseHandling_22(Nullable_1_t2729527740 value) { ____floatParseHandling_22 = value; } inline static int32_t get_offset_of__stringEscapeHandling_23() { return static_cast(offsetof(JsonSerializer_t1424496335, ____stringEscapeHandling_23)); } inline Nullable_1_t1505470351 get__stringEscapeHandling_23() const { return ____stringEscapeHandling_23; } inline Nullable_1_t1505470351 * get_address_of__stringEscapeHandling_23() { return &____stringEscapeHandling_23; } inline void set__stringEscapeHandling_23(Nullable_1_t1505470351 value) { ____stringEscapeHandling_23 = value; } inline static int32_t get_offset_of__culture_24() { return static_cast(offsetof(JsonSerializer_t1424496335, ____culture_24)); } inline CultureInfo_t4157843068 * get__culture_24() const { return ____culture_24; } inline CultureInfo_t4157843068 ** get_address_of__culture_24() { return &____culture_24; } inline void set__culture_24(CultureInfo_t4157843068 * value) { ____culture_24 = value; Il2CppCodeGenWriteBarrier((&____culture_24), value); } inline static int32_t get_offset_of__maxDepth_25() { return static_cast(offsetof(JsonSerializer_t1424496335, ____maxDepth_25)); } inline Nullable_1_t378540539 get__maxDepth_25() const { return ____maxDepth_25; } inline Nullable_1_t378540539 * get_address_of__maxDepth_25() { return &____maxDepth_25; } inline void set__maxDepth_25(Nullable_1_t378540539 value) { ____maxDepth_25 = value; } inline static int32_t get_offset_of__maxDepthSet_26() { return static_cast(offsetof(JsonSerializer_t1424496335, ____maxDepthSet_26)); } inline bool get__maxDepthSet_26() const { return ____maxDepthSet_26; } inline bool* get_address_of__maxDepthSet_26() { return &____maxDepthSet_26; } inline void set__maxDepthSet_26(bool value) { ____maxDepthSet_26 = value; } inline static int32_t get_offset_of__checkAdditionalContent_27() { return static_cast(offsetof(JsonSerializer_t1424496335, ____checkAdditionalContent_27)); } inline Nullable_1_t1819850047 get__checkAdditionalContent_27() const { return ____checkAdditionalContent_27; } inline Nullable_1_t1819850047 * get_address_of__checkAdditionalContent_27() { return &____checkAdditionalContent_27; } inline void set__checkAdditionalContent_27(Nullable_1_t1819850047 value) { ____checkAdditionalContent_27 = value; } inline static int32_t get_offset_of__dateFormatString_28() { return static_cast(offsetof(JsonSerializer_t1424496335, ____dateFormatString_28)); } inline String_t* get__dateFormatString_28() const { return ____dateFormatString_28; } inline String_t** get_address_of__dateFormatString_28() { return &____dateFormatString_28; } inline void set__dateFormatString_28(String_t* value) { ____dateFormatString_28 = value; Il2CppCodeGenWriteBarrier((&____dateFormatString_28), value); } inline static int32_t get_offset_of__dateFormatStringSet_29() { return static_cast(offsetof(JsonSerializer_t1424496335, ____dateFormatStringSet_29)); } inline bool get__dateFormatStringSet_29() const { return ____dateFormatStringSet_29; } inline bool* get_address_of__dateFormatStringSet_29() { return &____dateFormatStringSet_29; } inline void set__dateFormatStringSet_29(bool value) { ____dateFormatStringSet_29 = value; } inline static int32_t get_offset_of_Error_30() { return static_cast(offsetof(JsonSerializer_t1424496335, ___Error_30)); } inline EventHandler_1_t2935836205 * get_Error_30() const { return ___Error_30; } inline EventHandler_1_t2935836205 ** get_address_of_Error_30() { return &___Error_30; } inline void set_Error_30(EventHandler_1_t2935836205 * value) { ___Error_30 = value; Il2CppCodeGenWriteBarrier((&___Error_30), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONSERIALIZER_T1424496335_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef JSONWRITER_T1467272295_H #define JSONWRITER_T1467272295_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonWriter struct JsonWriter_t1467272295 : public RuntimeObject { public: // System.Collections.Generic.List`1 Newtonsoft.Json.JsonWriter::_stack List_1_t4000102456 * ____stack_2; // Newtonsoft.Json.JsonPosition Newtonsoft.Json.JsonWriter::_currentPosition JsonPosition_t2528027714 ____currentPosition_3; // Newtonsoft.Json.JsonWriter/State Newtonsoft.Json.JsonWriter::_currentState int32_t ____currentState_4; // Newtonsoft.Json.Formatting Newtonsoft.Json.JsonWriter::_formatting int32_t ____formatting_5; // System.Boolean Newtonsoft.Json.JsonWriter::k__BackingField bool ___U3CCloseOutputU3Ek__BackingField_6; // Newtonsoft.Json.DateFormatHandling Newtonsoft.Json.JsonWriter::_dateFormatHandling int32_t ____dateFormatHandling_7; // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonWriter::_dateTimeZoneHandling int32_t ____dateTimeZoneHandling_8; // Newtonsoft.Json.StringEscapeHandling Newtonsoft.Json.JsonWriter::_stringEscapeHandling int32_t ____stringEscapeHandling_9; // Newtonsoft.Json.FloatFormatHandling Newtonsoft.Json.JsonWriter::_floatFormatHandling int32_t ____floatFormatHandling_10; // System.String Newtonsoft.Json.JsonWriter::_dateFormatString String_t* ____dateFormatString_11; // System.Globalization.CultureInfo Newtonsoft.Json.JsonWriter::_culture CultureInfo_t4157843068 * ____culture_12; public: inline static int32_t get_offset_of__stack_2() { return static_cast(offsetof(JsonWriter_t1467272295, ____stack_2)); } inline List_1_t4000102456 * get__stack_2() const { return ____stack_2; } inline List_1_t4000102456 ** get_address_of__stack_2() { return &____stack_2; } inline void set__stack_2(List_1_t4000102456 * value) { ____stack_2 = value; Il2CppCodeGenWriteBarrier((&____stack_2), value); } inline static int32_t get_offset_of__currentPosition_3() { return static_cast(offsetof(JsonWriter_t1467272295, ____currentPosition_3)); } inline JsonPosition_t2528027714 get__currentPosition_3() const { return ____currentPosition_3; } inline JsonPosition_t2528027714 * get_address_of__currentPosition_3() { return &____currentPosition_3; } inline void set__currentPosition_3(JsonPosition_t2528027714 value) { ____currentPosition_3 = value; } inline static int32_t get_offset_of__currentState_4() { return static_cast(offsetof(JsonWriter_t1467272295, ____currentState_4)); } inline int32_t get__currentState_4() const { return ____currentState_4; } inline int32_t* get_address_of__currentState_4() { return &____currentState_4; } inline void set__currentState_4(int32_t value) { ____currentState_4 = value; } inline static int32_t get_offset_of__formatting_5() { return static_cast(offsetof(JsonWriter_t1467272295, ____formatting_5)); } inline int32_t get__formatting_5() const { return ____formatting_5; } inline int32_t* get_address_of__formatting_5() { return &____formatting_5; } inline void set__formatting_5(int32_t value) { ____formatting_5 = value; } inline static int32_t get_offset_of_U3CCloseOutputU3Ek__BackingField_6() { return static_cast(offsetof(JsonWriter_t1467272295, ___U3CCloseOutputU3Ek__BackingField_6)); } inline bool get_U3CCloseOutputU3Ek__BackingField_6() const { return ___U3CCloseOutputU3Ek__BackingField_6; } inline bool* get_address_of_U3CCloseOutputU3Ek__BackingField_6() { return &___U3CCloseOutputU3Ek__BackingField_6; } inline void set_U3CCloseOutputU3Ek__BackingField_6(bool value) { ___U3CCloseOutputU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of__dateFormatHandling_7() { return static_cast(offsetof(JsonWriter_t1467272295, ____dateFormatHandling_7)); } inline int32_t get__dateFormatHandling_7() const { return ____dateFormatHandling_7; } inline int32_t* get_address_of__dateFormatHandling_7() { return &____dateFormatHandling_7; } inline void set__dateFormatHandling_7(int32_t value) { ____dateFormatHandling_7 = value; } inline static int32_t get_offset_of__dateTimeZoneHandling_8() { return static_cast(offsetof(JsonWriter_t1467272295, ____dateTimeZoneHandling_8)); } inline int32_t get__dateTimeZoneHandling_8() const { return ____dateTimeZoneHandling_8; } inline int32_t* get_address_of__dateTimeZoneHandling_8() { return &____dateTimeZoneHandling_8; } inline void set__dateTimeZoneHandling_8(int32_t value) { ____dateTimeZoneHandling_8 = value; } inline static int32_t get_offset_of__stringEscapeHandling_9() { return static_cast(offsetof(JsonWriter_t1467272295, ____stringEscapeHandling_9)); } inline int32_t get__stringEscapeHandling_9() const { return ____stringEscapeHandling_9; } inline int32_t* get_address_of__stringEscapeHandling_9() { return &____stringEscapeHandling_9; } inline void set__stringEscapeHandling_9(int32_t value) { ____stringEscapeHandling_9 = value; } inline static int32_t get_offset_of__floatFormatHandling_10() { return static_cast(offsetof(JsonWriter_t1467272295, ____floatFormatHandling_10)); } inline int32_t get__floatFormatHandling_10() const { return ____floatFormatHandling_10; } inline int32_t* get_address_of__floatFormatHandling_10() { return &____floatFormatHandling_10; } inline void set__floatFormatHandling_10(int32_t value) { ____floatFormatHandling_10 = value; } inline static int32_t get_offset_of__dateFormatString_11() { return static_cast(offsetof(JsonWriter_t1467272295, ____dateFormatString_11)); } inline String_t* get__dateFormatString_11() const { return ____dateFormatString_11; } inline String_t** get_address_of__dateFormatString_11() { return &____dateFormatString_11; } inline void set__dateFormatString_11(String_t* value) { ____dateFormatString_11 = value; Il2CppCodeGenWriteBarrier((&____dateFormatString_11), value); } inline static int32_t get_offset_of__culture_12() { return static_cast(offsetof(JsonWriter_t1467272295, ____culture_12)); } inline CultureInfo_t4157843068 * get__culture_12() const { return ____culture_12; } inline CultureInfo_t4157843068 ** get_address_of__culture_12() { return &____culture_12; } inline void set__culture_12(CultureInfo_t4157843068 * value) { ____culture_12 = value; Il2CppCodeGenWriteBarrier((&____culture_12), value); } }; struct JsonWriter_t1467272295_StaticFields { public: // Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::StateArray StateU5BU5DU5BU5D_t3190318925* ___StateArray_0; // Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::StateArrayTempate StateU5BU5DU5BU5D_t3190318925* ___StateArrayTempate_1; public: inline static int32_t get_offset_of_StateArray_0() { return static_cast(offsetof(JsonWriter_t1467272295_StaticFields, ___StateArray_0)); } inline StateU5BU5DU5BU5D_t3190318925* get_StateArray_0() const { return ___StateArray_0; } inline StateU5BU5DU5BU5D_t3190318925** get_address_of_StateArray_0() { return &___StateArray_0; } inline void set_StateArray_0(StateU5BU5DU5BU5D_t3190318925* value) { ___StateArray_0 = value; Il2CppCodeGenWriteBarrier((&___StateArray_0), value); } inline static int32_t get_offset_of_StateArrayTempate_1() { return static_cast(offsetof(JsonWriter_t1467272295_StaticFields, ___StateArrayTempate_1)); } inline StateU5BU5DU5BU5D_t3190318925* get_StateArrayTempate_1() const { return ___StateArrayTempate_1; } inline StateU5BU5DU5BU5D_t3190318925** get_address_of_StateArrayTempate_1() { return &___StateArrayTempate_1; } inline void set_StateArrayTempate_1(StateU5BU5DU5BU5D_t3190318925* value) { ___StateArrayTempate_1 = value; Il2CppCodeGenWriteBarrier((&___StateArrayTempate_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONWRITER_T1467272295_H #ifndef FUNC_2_T3270419407_H #define FUNC_2_T3270419407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2> struct Func_2_t3270419407 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T3270419407_H #ifndef TWEENCALLBACK_1_T3009965658_H #define TWEENCALLBACK_1_T3009965658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3009965658 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENCALLBACK_1_T3009965658_H #ifndef TWEENCALLBACK_1_T1456286679_H #define TWEENCALLBACK_1_T1456286679_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t1456286679 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENCALLBACK_1_T1456286679_H #ifndef JSONREADER_T2369136700_H #define JSONREADER_T2369136700_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonReader struct JsonReader_t2369136700 : public RuntimeObject { public: // Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::_tokenType int32_t ____tokenType_0; // System.Object Newtonsoft.Json.JsonReader::_value RuntimeObject * ____value_1; // System.Char Newtonsoft.Json.JsonReader::_quoteChar Il2CppChar ____quoteChar_2; // Newtonsoft.Json.JsonReader/State Newtonsoft.Json.JsonReader::_currentState int32_t ____currentState_3; // Newtonsoft.Json.JsonPosition Newtonsoft.Json.JsonReader::_currentPosition JsonPosition_t2528027714 ____currentPosition_4; // System.Globalization.CultureInfo Newtonsoft.Json.JsonReader::_culture CultureInfo_t4157843068 * ____culture_5; // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonReader::_dateTimeZoneHandling int32_t ____dateTimeZoneHandling_6; // System.Nullable`1 Newtonsoft.Json.JsonReader::_maxDepth Nullable_1_t378540539 ____maxDepth_7; // System.Boolean Newtonsoft.Json.JsonReader::_hasExceededMaxDepth bool ____hasExceededMaxDepth_8; // Newtonsoft.Json.DateParseHandling Newtonsoft.Json.JsonReader::_dateParseHandling int32_t ____dateParseHandling_9; // Newtonsoft.Json.FloatParseHandling Newtonsoft.Json.JsonReader::_floatParseHandling int32_t ____floatParseHandling_10; // System.String Newtonsoft.Json.JsonReader::_dateFormatString String_t* ____dateFormatString_11; // System.Collections.Generic.List`1 Newtonsoft.Json.JsonReader::_stack List_1_t4000102456 * ____stack_12; // System.Boolean Newtonsoft.Json.JsonReader::k__BackingField bool ___U3CCloseInputU3Ek__BackingField_13; // System.Boolean Newtonsoft.Json.JsonReader::k__BackingField bool ___U3CSupportMultipleContentU3Ek__BackingField_14; public: inline static int32_t get_offset_of__tokenType_0() { return static_cast(offsetof(JsonReader_t2369136700, ____tokenType_0)); } inline int32_t get__tokenType_0() const { return ____tokenType_0; } inline int32_t* get_address_of__tokenType_0() { return &____tokenType_0; } inline void set__tokenType_0(int32_t value) { ____tokenType_0 = value; } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(JsonReader_t2369136700, ____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((&____value_1), value); } inline static int32_t get_offset_of__quoteChar_2() { return static_cast(offsetof(JsonReader_t2369136700, ____quoteChar_2)); } inline Il2CppChar get__quoteChar_2() const { return ____quoteChar_2; } inline Il2CppChar* get_address_of__quoteChar_2() { return &____quoteChar_2; } inline void set__quoteChar_2(Il2CppChar value) { ____quoteChar_2 = value; } inline static int32_t get_offset_of__currentState_3() { return static_cast(offsetof(JsonReader_t2369136700, ____currentState_3)); } inline int32_t get__currentState_3() const { return ____currentState_3; } inline int32_t* get_address_of__currentState_3() { return &____currentState_3; } inline void set__currentState_3(int32_t value) { ____currentState_3 = value; } inline static int32_t get_offset_of__currentPosition_4() { return static_cast(offsetof(JsonReader_t2369136700, ____currentPosition_4)); } inline JsonPosition_t2528027714 get__currentPosition_4() const { return ____currentPosition_4; } inline JsonPosition_t2528027714 * get_address_of__currentPosition_4() { return &____currentPosition_4; } inline void set__currentPosition_4(JsonPosition_t2528027714 value) { ____currentPosition_4 = value; } inline static int32_t get_offset_of__culture_5() { return static_cast(offsetof(JsonReader_t2369136700, ____culture_5)); } inline CultureInfo_t4157843068 * get__culture_5() const { return ____culture_5; } inline CultureInfo_t4157843068 ** get_address_of__culture_5() { return &____culture_5; } inline void set__culture_5(CultureInfo_t4157843068 * value) { ____culture_5 = value; Il2CppCodeGenWriteBarrier((&____culture_5), value); } inline static int32_t get_offset_of__dateTimeZoneHandling_6() { return static_cast(offsetof(JsonReader_t2369136700, ____dateTimeZoneHandling_6)); } inline int32_t get__dateTimeZoneHandling_6() const { return ____dateTimeZoneHandling_6; } inline int32_t* get_address_of__dateTimeZoneHandling_6() { return &____dateTimeZoneHandling_6; } inline void set__dateTimeZoneHandling_6(int32_t value) { ____dateTimeZoneHandling_6 = value; } inline static int32_t get_offset_of__maxDepth_7() { return static_cast(offsetof(JsonReader_t2369136700, ____maxDepth_7)); } inline Nullable_1_t378540539 get__maxDepth_7() const { return ____maxDepth_7; } inline Nullable_1_t378540539 * get_address_of__maxDepth_7() { return &____maxDepth_7; } inline void set__maxDepth_7(Nullable_1_t378540539 value) { ____maxDepth_7 = value; } inline static int32_t get_offset_of__hasExceededMaxDepth_8() { return static_cast(offsetof(JsonReader_t2369136700, ____hasExceededMaxDepth_8)); } inline bool get__hasExceededMaxDepth_8() const { return ____hasExceededMaxDepth_8; } inline bool* get_address_of__hasExceededMaxDepth_8() { return &____hasExceededMaxDepth_8; } inline void set__hasExceededMaxDepth_8(bool value) { ____hasExceededMaxDepth_8 = value; } inline static int32_t get_offset_of__dateParseHandling_9() { return static_cast(offsetof(JsonReader_t2369136700, ____dateParseHandling_9)); } inline int32_t get__dateParseHandling_9() const { return ____dateParseHandling_9; } inline int32_t* get_address_of__dateParseHandling_9() { return &____dateParseHandling_9; } inline void set__dateParseHandling_9(int32_t value) { ____dateParseHandling_9 = value; } inline static int32_t get_offset_of__floatParseHandling_10() { return static_cast(offsetof(JsonReader_t2369136700, ____floatParseHandling_10)); } inline int32_t get__floatParseHandling_10() const { return ____floatParseHandling_10; } inline int32_t* get_address_of__floatParseHandling_10() { return &____floatParseHandling_10; } inline void set__floatParseHandling_10(int32_t value) { ____floatParseHandling_10 = value; } inline static int32_t get_offset_of__dateFormatString_11() { return static_cast(offsetof(JsonReader_t2369136700, ____dateFormatString_11)); } inline String_t* get__dateFormatString_11() const { return ____dateFormatString_11; } inline String_t** get_address_of__dateFormatString_11() { return &____dateFormatString_11; } inline void set__dateFormatString_11(String_t* value) { ____dateFormatString_11 = value; Il2CppCodeGenWriteBarrier((&____dateFormatString_11), value); } inline static int32_t get_offset_of__stack_12() { return static_cast(offsetof(JsonReader_t2369136700, ____stack_12)); } inline List_1_t4000102456 * get__stack_12() const { return ____stack_12; } inline List_1_t4000102456 ** get_address_of__stack_12() { return &____stack_12; } inline void set__stack_12(List_1_t4000102456 * value) { ____stack_12 = value; Il2CppCodeGenWriteBarrier((&____stack_12), value); } inline static int32_t get_offset_of_U3CCloseInputU3Ek__BackingField_13() { return static_cast(offsetof(JsonReader_t2369136700, ___U3CCloseInputU3Ek__BackingField_13)); } inline bool get_U3CCloseInputU3Ek__BackingField_13() const { return ___U3CCloseInputU3Ek__BackingField_13; } inline bool* get_address_of_U3CCloseInputU3Ek__BackingField_13() { return &___U3CCloseInputU3Ek__BackingField_13; } inline void set_U3CCloseInputU3Ek__BackingField_13(bool value) { ___U3CCloseInputU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3CSupportMultipleContentU3Ek__BackingField_14() { return static_cast(offsetof(JsonReader_t2369136700, ___U3CSupportMultipleContentU3Ek__BackingField_14)); } inline bool get_U3CSupportMultipleContentU3Ek__BackingField_14() const { return ___U3CSupportMultipleContentU3Ek__BackingField_14; } inline bool* get_address_of_U3CSupportMultipleContentU3Ek__BackingField_14() { return &___U3CSupportMultipleContentU3Ek__BackingField_14; } inline void set_U3CSupportMultipleContentU3Ek__BackingField_14(bool value) { ___U3CSupportMultipleContentU3Ek__BackingField_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // JSONREADER_T2369136700_H #ifndef OBJECTCONSTRUCTOR_1_T3207922868_H #define OBJECTCONSTRUCTOR_1_T3207922868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.ObjectConstructor`1 struct ObjectConstructor_1_t3207922868 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTCONSTRUCTOR_1_T3207922868_H #ifndef CREATOR_1_T584988672_H #define CREATOR_1_T584988672_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.Creator`1 struct Creator_1_t584988672 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CREATOR_1_T584988672_H #ifndef IMPORTERFUNC_2_T3974708465_H #define IMPORTERFUNC_2_T3974708465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ImporterFunc`2 struct ImporterFunc_2_t3974708465 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IMPORTERFUNC_2_T3974708465_H #ifndef PREDICATE_1_T3905400288_H #define PREDICATE_1_T3905400288_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3905400288 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3905400288_H #ifndef TWEEN_T2342918553_H #define TWEEN_T2342918553_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Tween struct Tween_t2342918553 : public ABSSequentiable_t3376041011 { public: // System.Single DG.Tweening.Tween::timeScale float ___timeScale_4; // System.Boolean DG.Tweening.Tween::isBackwards bool ___isBackwards_5; // System.Object DG.Tweening.Tween::id RuntimeObject * ___id_6; // System.String DG.Tweening.Tween::stringId String_t* ___stringId_7; // System.Int32 DG.Tweening.Tween::intId int32_t ___intId_8; // System.Object DG.Tweening.Tween::target RuntimeObject * ___target_9; // DG.Tweening.UpdateType DG.Tweening.Tween::updateType int32_t ___updateType_10; // System.Boolean DG.Tweening.Tween::isIndependentUpdate bool ___isIndependentUpdate_11; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPlay TweenCallback_t3727756325 * ___onPlay_12; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPause TweenCallback_t3727756325 * ___onPause_13; // DG.Tweening.TweenCallback DG.Tweening.Tween::onRewind TweenCallback_t3727756325 * ___onRewind_14; // DG.Tweening.TweenCallback DG.Tweening.Tween::onUpdate TweenCallback_t3727756325 * ___onUpdate_15; // DG.Tweening.TweenCallback DG.Tweening.Tween::onStepComplete TweenCallback_t3727756325 * ___onStepComplete_16; // DG.Tweening.TweenCallback DG.Tweening.Tween::onComplete TweenCallback_t3727756325 * ___onComplete_17; // DG.Tweening.TweenCallback DG.Tweening.Tween::onKill TweenCallback_t3727756325 * ___onKill_18; // DG.Tweening.TweenCallback`1 DG.Tweening.Tween::onWaypointChange TweenCallback_1_t3009965658 * ___onWaypointChange_19; // System.Boolean DG.Tweening.Tween::isFrom bool ___isFrom_20; // System.Boolean DG.Tweening.Tween::isBlendable bool ___isBlendable_21; // System.Boolean DG.Tweening.Tween::isRecyclable bool ___isRecyclable_22; // System.Boolean DG.Tweening.Tween::isSpeedBased bool ___isSpeedBased_23; // System.Boolean DG.Tweening.Tween::autoKill bool ___autoKill_24; // System.Single DG.Tweening.Tween::duration float ___duration_25; // System.Int32 DG.Tweening.Tween::loops int32_t ___loops_26; // DG.Tweening.LoopType DG.Tweening.Tween::loopType int32_t ___loopType_27; // System.Single DG.Tweening.Tween::delay float ___delay_28; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CisRelativeU3Ek__BackingField_29; // DG.Tweening.Ease DG.Tweening.Tween::easeType int32_t ___easeType_30; // DG.Tweening.EaseFunction DG.Tweening.Tween::customEase EaseFunction_t3531141372 * ___customEase_31; // System.Single DG.Tweening.Tween::easeOvershootOrAmplitude float ___easeOvershootOrAmplitude_32; // System.Single DG.Tweening.Tween::easePeriod float ___easePeriod_33; // System.Type DG.Tweening.Tween::typeofT1 Type_t * ___typeofT1_34; // System.Type DG.Tweening.Tween::typeofT2 Type_t * ___typeofT2_35; // System.Type DG.Tweening.Tween::typeofTPlugOptions Type_t * ___typeofTPlugOptions_36; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CactiveU3Ek__BackingField_37; // System.Boolean DG.Tweening.Tween::isSequenced bool ___isSequenced_38; // DG.Tweening.Sequence DG.Tweening.Tween::sequenceParent Sequence_t2050373119 * ___sequenceParent_39; // System.Int32 DG.Tweening.Tween::activeId int32_t ___activeId_40; // DG.Tweening.Core.Enums.SpecialStartupMode DG.Tweening.Tween::specialStartupMode int32_t ___specialStartupMode_41; // System.Boolean DG.Tweening.Tween::creationLocked bool ___creationLocked_42; // System.Boolean DG.Tweening.Tween::startupDone bool ___startupDone_43; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CplayedOnceU3Ek__BackingField_44; // System.Single DG.Tweening.Tween::k__BackingField float ___U3CpositionU3Ek__BackingField_45; // System.Single DG.Tweening.Tween::fullDuration float ___fullDuration_46; // System.Int32 DG.Tweening.Tween::completedLoops int32_t ___completedLoops_47; // System.Boolean DG.Tweening.Tween::isPlaying bool ___isPlaying_48; // System.Boolean DG.Tweening.Tween::isComplete bool ___isComplete_49; // System.Single DG.Tweening.Tween::elapsedDelay float ___elapsedDelay_50; // System.Boolean DG.Tweening.Tween::delayComplete bool ___delayComplete_51; // System.Int32 DG.Tweening.Tween::miscInt int32_t ___miscInt_52; public: inline static int32_t get_offset_of_timeScale_4() { return static_cast(offsetof(Tween_t2342918553, ___timeScale_4)); } inline float get_timeScale_4() const { return ___timeScale_4; } inline float* get_address_of_timeScale_4() { return &___timeScale_4; } inline void set_timeScale_4(float value) { ___timeScale_4 = value; } inline static int32_t get_offset_of_isBackwards_5() { return static_cast(offsetof(Tween_t2342918553, ___isBackwards_5)); } inline bool get_isBackwards_5() const { return ___isBackwards_5; } inline bool* get_address_of_isBackwards_5() { return &___isBackwards_5; } inline void set_isBackwards_5(bool value) { ___isBackwards_5 = value; } inline static int32_t get_offset_of_id_6() { return static_cast(offsetof(Tween_t2342918553, ___id_6)); } inline RuntimeObject * get_id_6() const { return ___id_6; } inline RuntimeObject ** get_address_of_id_6() { return &___id_6; } inline void set_id_6(RuntimeObject * value) { ___id_6 = value; Il2CppCodeGenWriteBarrier((&___id_6), value); } inline static int32_t get_offset_of_stringId_7() { return static_cast(offsetof(Tween_t2342918553, ___stringId_7)); } inline String_t* get_stringId_7() const { return ___stringId_7; } inline String_t** get_address_of_stringId_7() { return &___stringId_7; } inline void set_stringId_7(String_t* value) { ___stringId_7 = value; Il2CppCodeGenWriteBarrier((&___stringId_7), value); } inline static int32_t get_offset_of_intId_8() { return static_cast(offsetof(Tween_t2342918553, ___intId_8)); } inline int32_t get_intId_8() const { return ___intId_8; } inline int32_t* get_address_of_intId_8() { return &___intId_8; } inline void set_intId_8(int32_t value) { ___intId_8 = value; } inline static int32_t get_offset_of_target_9() { return static_cast(offsetof(Tween_t2342918553, ___target_9)); } inline RuntimeObject * get_target_9() const { return ___target_9; } inline RuntimeObject ** get_address_of_target_9() { return &___target_9; } inline void set_target_9(RuntimeObject * value) { ___target_9 = value; Il2CppCodeGenWriteBarrier((&___target_9), value); } inline static int32_t get_offset_of_updateType_10() { return static_cast(offsetof(Tween_t2342918553, ___updateType_10)); } inline int32_t get_updateType_10() const { return ___updateType_10; } inline int32_t* get_address_of_updateType_10() { return &___updateType_10; } inline void set_updateType_10(int32_t value) { ___updateType_10 = value; } inline static int32_t get_offset_of_isIndependentUpdate_11() { return static_cast(offsetof(Tween_t2342918553, ___isIndependentUpdate_11)); } inline bool get_isIndependentUpdate_11() const { return ___isIndependentUpdate_11; } inline bool* get_address_of_isIndependentUpdate_11() { return &___isIndependentUpdate_11; } inline void set_isIndependentUpdate_11(bool value) { ___isIndependentUpdate_11 = value; } inline static int32_t get_offset_of_onPlay_12() { return static_cast(offsetof(Tween_t2342918553, ___onPlay_12)); } inline TweenCallback_t3727756325 * get_onPlay_12() const { return ___onPlay_12; } inline TweenCallback_t3727756325 ** get_address_of_onPlay_12() { return &___onPlay_12; } inline void set_onPlay_12(TweenCallback_t3727756325 * value) { ___onPlay_12 = value; Il2CppCodeGenWriteBarrier((&___onPlay_12), value); } inline static int32_t get_offset_of_onPause_13() { return static_cast(offsetof(Tween_t2342918553, ___onPause_13)); } inline TweenCallback_t3727756325 * get_onPause_13() const { return ___onPause_13; } inline TweenCallback_t3727756325 ** get_address_of_onPause_13() { return &___onPause_13; } inline void set_onPause_13(TweenCallback_t3727756325 * value) { ___onPause_13 = value; Il2CppCodeGenWriteBarrier((&___onPause_13), value); } inline static int32_t get_offset_of_onRewind_14() { return static_cast(offsetof(Tween_t2342918553, ___onRewind_14)); } inline TweenCallback_t3727756325 * get_onRewind_14() const { return ___onRewind_14; } inline TweenCallback_t3727756325 ** get_address_of_onRewind_14() { return &___onRewind_14; } inline void set_onRewind_14(TweenCallback_t3727756325 * value) { ___onRewind_14 = value; Il2CppCodeGenWriteBarrier((&___onRewind_14), value); } inline static int32_t get_offset_of_onUpdate_15() { return static_cast(offsetof(Tween_t2342918553, ___onUpdate_15)); } inline TweenCallback_t3727756325 * get_onUpdate_15() const { return ___onUpdate_15; } inline TweenCallback_t3727756325 ** get_address_of_onUpdate_15() { return &___onUpdate_15; } inline void set_onUpdate_15(TweenCallback_t3727756325 * value) { ___onUpdate_15 = value; Il2CppCodeGenWriteBarrier((&___onUpdate_15), value); } inline static int32_t get_offset_of_onStepComplete_16() { return static_cast(offsetof(Tween_t2342918553, ___onStepComplete_16)); } inline TweenCallback_t3727756325 * get_onStepComplete_16() const { return ___onStepComplete_16; } inline TweenCallback_t3727756325 ** get_address_of_onStepComplete_16() { return &___onStepComplete_16; } inline void set_onStepComplete_16(TweenCallback_t3727756325 * value) { ___onStepComplete_16 = value; Il2CppCodeGenWriteBarrier((&___onStepComplete_16), value); } inline static int32_t get_offset_of_onComplete_17() { return static_cast(offsetof(Tween_t2342918553, ___onComplete_17)); } inline TweenCallback_t3727756325 * get_onComplete_17() const { return ___onComplete_17; } inline TweenCallback_t3727756325 ** get_address_of_onComplete_17() { return &___onComplete_17; } inline void set_onComplete_17(TweenCallback_t3727756325 * value) { ___onComplete_17 = value; Il2CppCodeGenWriteBarrier((&___onComplete_17), value); } inline static int32_t get_offset_of_onKill_18() { return static_cast(offsetof(Tween_t2342918553, ___onKill_18)); } inline TweenCallback_t3727756325 * get_onKill_18() const { return ___onKill_18; } inline TweenCallback_t3727756325 ** get_address_of_onKill_18() { return &___onKill_18; } inline void set_onKill_18(TweenCallback_t3727756325 * value) { ___onKill_18 = value; Il2CppCodeGenWriteBarrier((&___onKill_18), value); } inline static int32_t get_offset_of_onWaypointChange_19() { return static_cast(offsetof(Tween_t2342918553, ___onWaypointChange_19)); } inline TweenCallback_1_t3009965658 * get_onWaypointChange_19() const { return ___onWaypointChange_19; } inline TweenCallback_1_t3009965658 ** get_address_of_onWaypointChange_19() { return &___onWaypointChange_19; } inline void set_onWaypointChange_19(TweenCallback_1_t3009965658 * value) { ___onWaypointChange_19 = value; Il2CppCodeGenWriteBarrier((&___onWaypointChange_19), value); } inline static int32_t get_offset_of_isFrom_20() { return static_cast(offsetof(Tween_t2342918553, ___isFrom_20)); } inline bool get_isFrom_20() const { return ___isFrom_20; } inline bool* get_address_of_isFrom_20() { return &___isFrom_20; } inline void set_isFrom_20(bool value) { ___isFrom_20 = value; } inline static int32_t get_offset_of_isBlendable_21() { return static_cast(offsetof(Tween_t2342918553, ___isBlendable_21)); } inline bool get_isBlendable_21() const { return ___isBlendable_21; } inline bool* get_address_of_isBlendable_21() { return &___isBlendable_21; } inline void set_isBlendable_21(bool value) { ___isBlendable_21 = value; } inline static int32_t get_offset_of_isRecyclable_22() { return static_cast(offsetof(Tween_t2342918553, ___isRecyclable_22)); } inline bool get_isRecyclable_22() const { return ___isRecyclable_22; } inline bool* get_address_of_isRecyclable_22() { return &___isRecyclable_22; } inline void set_isRecyclable_22(bool value) { ___isRecyclable_22 = value; } inline static int32_t get_offset_of_isSpeedBased_23() { return static_cast(offsetof(Tween_t2342918553, ___isSpeedBased_23)); } inline bool get_isSpeedBased_23() const { return ___isSpeedBased_23; } inline bool* get_address_of_isSpeedBased_23() { return &___isSpeedBased_23; } inline void set_isSpeedBased_23(bool value) { ___isSpeedBased_23 = value; } inline static int32_t get_offset_of_autoKill_24() { return static_cast(offsetof(Tween_t2342918553, ___autoKill_24)); } inline bool get_autoKill_24() const { return ___autoKill_24; } inline bool* get_address_of_autoKill_24() { return &___autoKill_24; } inline void set_autoKill_24(bool value) { ___autoKill_24 = value; } inline static int32_t get_offset_of_duration_25() { return static_cast(offsetof(Tween_t2342918553, ___duration_25)); } inline float get_duration_25() const { return ___duration_25; } inline float* get_address_of_duration_25() { return &___duration_25; } inline void set_duration_25(float value) { ___duration_25 = value; } inline static int32_t get_offset_of_loops_26() { return static_cast(offsetof(Tween_t2342918553, ___loops_26)); } inline int32_t get_loops_26() const { return ___loops_26; } inline int32_t* get_address_of_loops_26() { return &___loops_26; } inline void set_loops_26(int32_t value) { ___loops_26 = value; } inline static int32_t get_offset_of_loopType_27() { return static_cast(offsetof(Tween_t2342918553, ___loopType_27)); } inline int32_t get_loopType_27() const { return ___loopType_27; } inline int32_t* get_address_of_loopType_27() { return &___loopType_27; } inline void set_loopType_27(int32_t value) { ___loopType_27 = value; } inline static int32_t get_offset_of_delay_28() { return static_cast(offsetof(Tween_t2342918553, ___delay_28)); } inline float get_delay_28() const { return ___delay_28; } inline float* get_address_of_delay_28() { return &___delay_28; } inline void set_delay_28(float value) { ___delay_28 = value; } inline static int32_t get_offset_of_U3CisRelativeU3Ek__BackingField_29() { return static_cast(offsetof(Tween_t2342918553, ___U3CisRelativeU3Ek__BackingField_29)); } inline bool get_U3CisRelativeU3Ek__BackingField_29() const { return ___U3CisRelativeU3Ek__BackingField_29; } inline bool* get_address_of_U3CisRelativeU3Ek__BackingField_29() { return &___U3CisRelativeU3Ek__BackingField_29; } inline void set_U3CisRelativeU3Ek__BackingField_29(bool value) { ___U3CisRelativeU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_easeType_30() { return static_cast(offsetof(Tween_t2342918553, ___easeType_30)); } inline int32_t get_easeType_30() const { return ___easeType_30; } inline int32_t* get_address_of_easeType_30() { return &___easeType_30; } inline void set_easeType_30(int32_t value) { ___easeType_30 = value; } inline static int32_t get_offset_of_customEase_31() { return static_cast(offsetof(Tween_t2342918553, ___customEase_31)); } inline EaseFunction_t3531141372 * get_customEase_31() const { return ___customEase_31; } inline EaseFunction_t3531141372 ** get_address_of_customEase_31() { return &___customEase_31; } inline void set_customEase_31(EaseFunction_t3531141372 * value) { ___customEase_31 = value; Il2CppCodeGenWriteBarrier((&___customEase_31), value); } inline static int32_t get_offset_of_easeOvershootOrAmplitude_32() { return static_cast(offsetof(Tween_t2342918553, ___easeOvershootOrAmplitude_32)); } inline float get_easeOvershootOrAmplitude_32() const { return ___easeOvershootOrAmplitude_32; } inline float* get_address_of_easeOvershootOrAmplitude_32() { return &___easeOvershootOrAmplitude_32; } inline void set_easeOvershootOrAmplitude_32(float value) { ___easeOvershootOrAmplitude_32 = value; } inline static int32_t get_offset_of_easePeriod_33() { return static_cast(offsetof(Tween_t2342918553, ___easePeriod_33)); } inline float get_easePeriod_33() const { return ___easePeriod_33; } inline float* get_address_of_easePeriod_33() { return &___easePeriod_33; } inline void set_easePeriod_33(float value) { ___easePeriod_33 = value; } inline static int32_t get_offset_of_typeofT1_34() { return static_cast(offsetof(Tween_t2342918553, ___typeofT1_34)); } inline Type_t * get_typeofT1_34() const { return ___typeofT1_34; } inline Type_t ** get_address_of_typeofT1_34() { return &___typeofT1_34; } inline void set_typeofT1_34(Type_t * value) { ___typeofT1_34 = value; Il2CppCodeGenWriteBarrier((&___typeofT1_34), value); } inline static int32_t get_offset_of_typeofT2_35() { return static_cast(offsetof(Tween_t2342918553, ___typeofT2_35)); } inline Type_t * get_typeofT2_35() const { return ___typeofT2_35; } inline Type_t ** get_address_of_typeofT2_35() { return &___typeofT2_35; } inline void set_typeofT2_35(Type_t * value) { ___typeofT2_35 = value; Il2CppCodeGenWriteBarrier((&___typeofT2_35), value); } inline static int32_t get_offset_of_typeofTPlugOptions_36() { return static_cast(offsetof(Tween_t2342918553, ___typeofTPlugOptions_36)); } inline Type_t * get_typeofTPlugOptions_36() const { return ___typeofTPlugOptions_36; } inline Type_t ** get_address_of_typeofTPlugOptions_36() { return &___typeofTPlugOptions_36; } inline void set_typeofTPlugOptions_36(Type_t * value) { ___typeofTPlugOptions_36 = value; Il2CppCodeGenWriteBarrier((&___typeofTPlugOptions_36), value); } inline static int32_t get_offset_of_U3CactiveU3Ek__BackingField_37() { return static_cast(offsetof(Tween_t2342918553, ___U3CactiveU3Ek__BackingField_37)); } inline bool get_U3CactiveU3Ek__BackingField_37() const { return ___U3CactiveU3Ek__BackingField_37; } inline bool* get_address_of_U3CactiveU3Ek__BackingField_37() { return &___U3CactiveU3Ek__BackingField_37; } inline void set_U3CactiveU3Ek__BackingField_37(bool value) { ___U3CactiveU3Ek__BackingField_37 = value; } inline static int32_t get_offset_of_isSequenced_38() { return static_cast(offsetof(Tween_t2342918553, ___isSequenced_38)); } inline bool get_isSequenced_38() const { return ___isSequenced_38; } inline bool* get_address_of_isSequenced_38() { return &___isSequenced_38; } inline void set_isSequenced_38(bool value) { ___isSequenced_38 = value; } inline static int32_t get_offset_of_sequenceParent_39() { return static_cast(offsetof(Tween_t2342918553, ___sequenceParent_39)); } inline Sequence_t2050373119 * get_sequenceParent_39() const { return ___sequenceParent_39; } inline Sequence_t2050373119 ** get_address_of_sequenceParent_39() { return &___sequenceParent_39; } inline void set_sequenceParent_39(Sequence_t2050373119 * value) { ___sequenceParent_39 = value; Il2CppCodeGenWriteBarrier((&___sequenceParent_39), value); } inline static int32_t get_offset_of_activeId_40() { return static_cast(offsetof(Tween_t2342918553, ___activeId_40)); } inline int32_t get_activeId_40() const { return ___activeId_40; } inline int32_t* get_address_of_activeId_40() { return &___activeId_40; } inline void set_activeId_40(int32_t value) { ___activeId_40 = value; } inline static int32_t get_offset_of_specialStartupMode_41() { return static_cast(offsetof(Tween_t2342918553, ___specialStartupMode_41)); } inline int32_t get_specialStartupMode_41() const { return ___specialStartupMode_41; } inline int32_t* get_address_of_specialStartupMode_41() { return &___specialStartupMode_41; } inline void set_specialStartupMode_41(int32_t value) { ___specialStartupMode_41 = value; } inline static int32_t get_offset_of_creationLocked_42() { return static_cast(offsetof(Tween_t2342918553, ___creationLocked_42)); } inline bool get_creationLocked_42() const { return ___creationLocked_42; } inline bool* get_address_of_creationLocked_42() { return &___creationLocked_42; } inline void set_creationLocked_42(bool value) { ___creationLocked_42 = value; } inline static int32_t get_offset_of_startupDone_43() { return static_cast(offsetof(Tween_t2342918553, ___startupDone_43)); } inline bool get_startupDone_43() const { return ___startupDone_43; } inline bool* get_address_of_startupDone_43() { return &___startupDone_43; } inline void set_startupDone_43(bool value) { ___startupDone_43 = value; } inline static int32_t get_offset_of_U3CplayedOnceU3Ek__BackingField_44() { return static_cast(offsetof(Tween_t2342918553, ___U3CplayedOnceU3Ek__BackingField_44)); } inline bool get_U3CplayedOnceU3Ek__BackingField_44() const { return ___U3CplayedOnceU3Ek__BackingField_44; } inline bool* get_address_of_U3CplayedOnceU3Ek__BackingField_44() { return &___U3CplayedOnceU3Ek__BackingField_44; } inline void set_U3CplayedOnceU3Ek__BackingField_44(bool value) { ___U3CplayedOnceU3Ek__BackingField_44 = value; } inline static int32_t get_offset_of_U3CpositionU3Ek__BackingField_45() { return static_cast(offsetof(Tween_t2342918553, ___U3CpositionU3Ek__BackingField_45)); } inline float get_U3CpositionU3Ek__BackingField_45() const { return ___U3CpositionU3Ek__BackingField_45; } inline float* get_address_of_U3CpositionU3Ek__BackingField_45() { return &___U3CpositionU3Ek__BackingField_45; } inline void set_U3CpositionU3Ek__BackingField_45(float value) { ___U3CpositionU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_fullDuration_46() { return static_cast(offsetof(Tween_t2342918553, ___fullDuration_46)); } inline float get_fullDuration_46() const { return ___fullDuration_46; } inline float* get_address_of_fullDuration_46() { return &___fullDuration_46; } inline void set_fullDuration_46(float value) { ___fullDuration_46 = value; } inline static int32_t get_offset_of_completedLoops_47() { return static_cast(offsetof(Tween_t2342918553, ___completedLoops_47)); } inline int32_t get_completedLoops_47() const { return ___completedLoops_47; } inline int32_t* get_address_of_completedLoops_47() { return &___completedLoops_47; } inline void set_completedLoops_47(int32_t value) { ___completedLoops_47 = value; } inline static int32_t get_offset_of_isPlaying_48() { return static_cast(offsetof(Tween_t2342918553, ___isPlaying_48)); } inline bool get_isPlaying_48() const { return ___isPlaying_48; } inline bool* get_address_of_isPlaying_48() { return &___isPlaying_48; } inline void set_isPlaying_48(bool value) { ___isPlaying_48 = value; } inline static int32_t get_offset_of_isComplete_49() { return static_cast(offsetof(Tween_t2342918553, ___isComplete_49)); } inline bool get_isComplete_49() const { return ___isComplete_49; } inline bool* get_address_of_isComplete_49() { return &___isComplete_49; } inline void set_isComplete_49(bool value) { ___isComplete_49 = value; } inline static int32_t get_offset_of_elapsedDelay_50() { return static_cast(offsetof(Tween_t2342918553, ___elapsedDelay_50)); } inline float get_elapsedDelay_50() const { return ___elapsedDelay_50; } inline float* get_address_of_elapsedDelay_50() { return &___elapsedDelay_50; } inline void set_elapsedDelay_50(float value) { ___elapsedDelay_50 = value; } inline static int32_t get_offset_of_delayComplete_51() { return static_cast(offsetof(Tween_t2342918553, ___delayComplete_51)); } inline bool get_delayComplete_51() const { return ___delayComplete_51; } inline bool* get_address_of_delayComplete_51() { return &___delayComplete_51; } inline void set_delayComplete_51(bool value) { ___delayComplete_51 = value; } inline static int32_t get_offset_of_miscInt_52() { return static_cast(offsetof(Tween_t2342918553, ___miscInt_52)); } inline int32_t get_miscInt_52() const { return ___miscInt_52; } inline int32_t* get_address_of_miscInt_52() { return &___miscInt_52; } inline void set_miscInt_52(int32_t value) { ___miscInt_52 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEEN_T2342918553_H #ifndef COMPARISON_1_T2855037343_H #define COMPARISON_1_T2855037343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t2855037343 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2855037343_H #ifndef PREDICATE_1_T2222560898_H #define PREDICATE_1_T2222560898_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t2222560898 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T2222560898_H #ifndef ACTION_1_T1569734369_H #define ACTION_1_T1569734369_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1569734369 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1569734369_H #ifndef COMPARISON_1_T1172197953_H #define COMPARISON_1_T1172197953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t1172197953 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T1172197953_H #ifndef PREDICATE_1_T3425795416_H #define PREDICATE_1_T3425795416_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3425795416 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3425795416_H #ifndef COMPARISON_1_T2725876932_H #define COMPARISON_1_T2725876932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t2725876932 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2725876932_H #ifndef ACTION_1_T224588965_H #define ACTION_1_T224588965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t224588965 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T224588965_H #ifndef COMPARISON_1_T4122019845_H #define COMPARISON_1_T4122019845_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t4122019845 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T4122019845_H #ifndef PREDICATE_1_T922582089_H #define PREDICATE_1_T922582089_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t922582089 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T922582089_H #ifndef ACTION_1_T269755560_H #define ACTION_1_T269755560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t269755560 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T269755560_H #ifndef COMPARISON_1_T4167186440_H #define COMPARISON_1_T4167186440_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t4167186440 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T4167186440_H #ifndef PREDICATE_1_T3776239877_H #define PREDICATE_1_T3776239877_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t3776239877 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T3776239877_H #ifndef ACTION_1_T3123413348_H #define ACTION_1_T3123413348_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3123413348 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3123413348_H #ifndef ACTION_1_T2772968887_H #define ACTION_1_T2772968887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2772968887 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2772968887_H #ifndef BEHAVIOUR_T1437897464_H #define BEHAVIOUR_T1437897464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Behaviour struct Behaviour_t1437897464 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BEHAVIOUR_T1437897464_H #ifndef PREDICATE_1_T877415494_H #define PREDICATE_1_T877415494_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Predicate`1 struct Predicate_1_t877415494 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATE_1_T877415494_H #ifndef FUNC_2_T561625213_H #define FUNC_2_T561625213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t561625213 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T561625213_H #ifndef EXPORTERFUNC_1_T1983223696_H #define EXPORTERFUNC_1_T1983223696_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // LitJson.ExporterFunc`1 struct ExporterFunc_1_t1983223696 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPORTERFUNC_1_T1983223696_H #ifndef FUNC_2_T1214474899_H #define FUNC_2_T1214474899_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t1214474899 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T1214474899_H #ifndef METHODCALL_2_T2845904993_H #define METHODCALL_2_T2845904993_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.MethodCall`2 struct MethodCall_2_t2845904993 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODCALL_2_T2845904993_H #ifndef FUNC_2_T670541410_H #define FUNC_2_T670541410_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t670541410 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T670541410_H #ifndef COMPARISON_1_T2375432471_H #define COMPARISON_1_T2375432471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Comparison`1 struct Comparison_1_t2375432471 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARISON_1_T2375432471_H #ifndef FUNC_2_T2447130374_H #define FUNC_2_T2447130374_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t2447130374 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T2447130374_H #ifndef ACTION_1_T3252573759_H #define ACTION_1_T3252573759_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3252573759 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3252573759_H #ifndef DOSETTER_1_T74169973_H #define DOSETTER_1_T74169973_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t74169973 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOSETTER_1_T74169973_H #ifndef DOGETTER_1_T3061825141_H #define DOGETTER_1_T3061825141_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3061825141 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOGETTER_1_T3061825141_H #ifndef TWEENCALLBACK_1_T3139126069_H #define TWEENCALLBACK_1_T3139126069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3139126069 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENCALLBACK_1_T3139126069_H #ifndef MONOBEHAVIOUR_T3962482529_H #define MONOBEHAVIOUR_T3962482529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529 : public Behaviour_t1437897464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOBEHAVIOUR_T3962482529_H #ifndef TWEENER_T436044680_H #define TWEENER_T436044680_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Tweener struct Tweener_t436044680 : public Tween_t2342918553 { public: // System.Boolean DG.Tweening.Tweener::hasManuallySetStartValue bool ___hasManuallySetStartValue_53; // System.Boolean DG.Tweening.Tweener::isFromAllowed bool ___isFromAllowed_54; public: inline static int32_t get_offset_of_hasManuallySetStartValue_53() { return static_cast(offsetof(Tweener_t436044680, ___hasManuallySetStartValue_53)); } inline bool get_hasManuallySetStartValue_53() const { return ___hasManuallySetStartValue_53; } inline bool* get_address_of_hasManuallySetStartValue_53() { return &___hasManuallySetStartValue_53; } inline void set_hasManuallySetStartValue_53(bool value) { ___hasManuallySetStartValue_53 = value; } inline static int32_t get_offset_of_isFromAllowed_54() { return static_cast(offsetof(Tweener_t436044680, ___isFromAllowed_54)); } inline bool get_isFromAllowed_54() const { return ___isFromAllowed_54; } inline bool* get_address_of_isFromAllowed_54() { return &___isFromAllowed_54; } inline void set_isFromAllowed_54(bool value) { ___isFromAllowed_54 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENER_T436044680_H #ifndef TWEENERCORE_3_T1835836317_H #define TWEENERCORE_3_T1835836317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1835836317 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector4_t3319028937 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector4_t3319028937 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector4_t3319028937 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions VectorOptions_t1354903650 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t3061825141 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t74169973 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t1371845967 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___startValue_55)); } inline Vector4_t3319028937 get_startValue_55() const { return ___startValue_55; } inline Vector4_t3319028937 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Vector4_t3319028937 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___endValue_56)); } inline Vector4_t3319028937 get_endValue_56() const { return ___endValue_56; } inline Vector4_t3319028937 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Vector4_t3319028937 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___changeValue_57)); } inline Vector4_t3319028937 get_changeValue_57() const { return ___changeValue_57; } inline Vector4_t3319028937 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Vector4_t3319028937 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___plugOptions_58)); } inline VectorOptions_t1354903650 get_plugOptions_58() const { return ___plugOptions_58; } inline VectorOptions_t1354903650 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(VectorOptions_t1354903650 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___getter_59)); } inline DOGetter_1_t3061825141 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t3061825141 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t3061825141 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___setter_60)); } inline DOSetter_1_t74169973 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t74169973 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t74169973 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t1835836317, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t1371845967 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t1371845967 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t1371845967 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T1835836317_H #ifndef SINGLETONMONOBEHAVIOUR_1_T1560551489_H #define SINGLETONMONOBEHAVIOUR_1_T1560551489_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // FitFun.SingletonMonobehaviour`1 struct SingletonMonobehaviour_1_t1560551489 : public MonoBehaviour_t3962482529 { public: public: }; struct SingletonMonobehaviour_1_t1560551489_StaticFields { public: // T FitFun.SingletonMonobehaviour`1::_Instance RuntimeObject * ____Instance_2; public: inline static int32_t get_offset_of__Instance_2() { return static_cast(offsetof(SingletonMonobehaviour_1_t1560551489_StaticFields, ____Instance_2)); } inline RuntimeObject * get__Instance_2() const { return ____Instance_2; } inline RuntimeObject ** get_address_of__Instance_2() { return &____Instance_2; } inline void set__Instance_2(RuntimeObject * value) { ____Instance_2 = value; Il2CppCodeGenWriteBarrier((&____Instance_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLETONMONOBEHAVIOUR_1_T1560551489_H // System.Object[] struct ObjectU5BU5D_t2843939325 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t118269214 : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_t2530217319 m_Items[1]; public: inline KeyValuePair_2_t2530217319 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_t2530217319 * 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, KeyValuePair_2_t2530217319 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline KeyValuePair_2_t2530217319 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_t2530217319 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_t2530217319 value) { m_Items[index] = value; } }; // Spine.Unity.SubmeshInstruction[] struct SubmeshInstructionU5BU5D_t131014463 : public RuntimeArray { public: ALIGN_FIELD (8) SubmeshInstruction_t52121370 m_Items[1]; public: inline SubmeshInstruction_t52121370 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SubmeshInstruction_t52121370 * 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, SubmeshInstruction_t52121370 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline SubmeshInstruction_t52121370 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SubmeshInstruction_t52121370 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SubmeshInstruction_t52121370 value) { m_Items[index] = value; } }; // System.Boolean[] struct BooleanU5BU5D_t2897418192 : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Single[] struct SingleU5BU5D_t1444911251 : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* 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, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // UnityEngine.Color32[] struct Color32U5BU5D_t3850468773 : public RuntimeArray { public: ALIGN_FIELD (8) Color32_t2600501292 m_Items[1]; public: inline Color32_t2600501292 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color32_t2600501292 * 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, Color32_t2600501292 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color32_t2600501292 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color32_t2600501292 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t2600501292 value) { m_Items[index] = value; } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986 : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_t2156229523 m_Items[1]; public: inline Vector2_t2156229523 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_t2156229523 * 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, Vector2_t2156229523 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_t2156229523 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_t2156229523 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_t2156229523 value) { m_Items[index] = value; } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t3722313464 m_Items[1]; public: inline Vector3_t3722313464 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t3722313464 * 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, Vector3_t3722313464 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t3722313464 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t3722313464 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t3722313464 value) { m_Items[index] = value; } }; // System.Void DG.Tweening.TweenCallback`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void TweenCallback_1_Invoke_m2594894484_gshared (TweenCallback_1_t3009965658 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void DG.Tweening.TweenCallback`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void TweenCallback_1_Invoke_m1886855032_gshared (TweenCallback_1_t3139126069 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void DG.Tweening.TweenCallback`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void TweenCallback_1_Invoke_m2938877148_gshared (TweenCallback_1_t1456286679 * __this, float ___value0, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4021067135_gshared (Enumerator_t1142515742 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Stack`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3061476679_gshared (Enumerator_t1142515742 * __this, const RuntimeMethod* method); // System.Void LitJson.ExporterFunc`1::Invoke(T,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void ExporterFunc_1_Invoke_m2950434254_gshared (ExporterFunc_1_t1983223696 * __this, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method); // TValue LitJson.ImporterFunc`2::Invoke(TJson) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ImporterFunc_2_Invoke_m3778108098_gshared (ImporterFunc_2_t3974708465 * __this, RuntimeObject * ___input0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JEnumerable`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JEnumerable_1_GetEnumerator_m2783602549_gshared (JEnumerable_1_t2061974265 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JEnumerable`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void JEnumerable_1__ctor_m1584927905_gshared (JEnumerable_1_t2061974265 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method); // System.Collections.IEnumerator Newtonsoft.Json.Linq.JEnumerable`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JEnumerable_1_System_Collections_IEnumerable_GetEnumerator_m2309151750_gshared (JEnumerable_1_t2061974265 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JEnumerable`1::Equals(Newtonsoft.Json.Linq.JEnumerable`1) extern "C" IL2CPP_METHOD_ATTR bool JEnumerable_1_Equals_m4251710449_gshared (JEnumerable_1_t2061974265 * __this, JEnumerable_1_t2061974265 ___other0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JEnumerable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool JEnumerable_1_Equals_m4256382647_gshared (JEnumerable_1_t2061974265 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JEnumerable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t JEnumerable_1_GetHashCode_m45944689_gshared (JEnumerable_1_t2061974265 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m1328507389_gshared (KeyValuePair_2_t2530217319 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m3464904234_gshared (KeyValuePair_2_t2530217319 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) extern "C" IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m727165395_gshared (KeyValuePair_2_t2530217319 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.ObjectConstructor`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectConstructor_1_Invoke_m3185456453_gshared (ObjectConstructor_1_t3207922868 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method); // T Newtonsoft.Json.Utilities.Creator`1::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Creator_1_Invoke_m2436810044_gshared (Creator_1_t584988672 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::.ctor(System.Collections.Generic.IEnumerator`1>) extern "C" IL2CPP_METHOD_ATTR void DictionaryEnumerator_2__ctor_m3557537382_gshared (DictionaryEnumerator_2_t2687225351 * __this, RuntimeObject* ___e0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEnumerator_2_get_Current_m2441123761_gshared (DictionaryEnumerator_2_t2687225351 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 DictionaryEnumerator_2_get_Entry_m208460265_gshared (DictionaryEnumerator_2_t2687225351 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEnumerator_2_get_Key_m2144423212_gshared (DictionaryEnumerator_2_t2687225351 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEnumerator_2_get_Value_m3909503947_gshared (DictionaryEnumerator_2_t2687225351 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool DictionaryEnumerator_2_MoveNext_m3374823900_gshared (DictionaryEnumerator_2_t2687225351 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::Reset() extern "C" IL2CPP_METHOD_ATTR void DictionaryEnumerator_2_Reset_m3219320982_gshared (DictionaryEnumerator_2_t2687225351 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Cast(System.Collections.IEnumerable) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Cast_TisDictionaryEntry_t3123975638_m4211080986_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, const RuntimeMethod* method); // TResult Newtonsoft.Json.Utilities.MethodCall`2::Invoke(T,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodCall_2_Invoke_m386137395_gshared (MethodCall_2_t2845904993 * __this, RuntimeObject * ___target0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m1285860231_gshared (Enumerator_t2088074391 * __this, ExposedList_1_t2759233236 * ___l0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1436417081_gshared (Enumerator_t2088074391 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m1045313464_gshared (Enumerator_t2088074391 * __this, const RuntimeMethod* method); // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1077572072_gshared (Enumerator_t2088074391 * __this, const RuntimeMethod* method); // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR SubmeshInstruction_t52121370 Enumerator_get_Current_m3933710312_gshared (Enumerator_t2088074391 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m422407965_gshared (Enumerator_t2088074391 * __this, const RuntimeMethod* method); // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m4213691290_gshared (Enumerator_t2088074391 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m4268601824_gshared (Enumerator_t2133240986 * __this, ExposedList_1_t2804399831 * ___l0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1783807127_gshared (Enumerator_t2133240986 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m4292354361_gshared (Enumerator_t2133240986 * __this, const RuntimeMethod* method); // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2863281419_gshared (Enumerator_t2133240986 * __this, const RuntimeMethod* method); // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_get_Current_m2217302985_gshared (Enumerator_t2133240986 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m1069639646_gshared (Enumerator_t2133240986 * __this, const RuntimeMethod* method); // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m2425946203_gshared (Enumerator_t2133240986 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m1246144935_gshared (Enumerator_t691931478 * __this, ExposedList_1_t1363090323 * ___l0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m248582422_gshared (Enumerator_t691931478 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m1678412114_gshared (Enumerator_t691931478 * __this, const RuntimeMethod* method); // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2806335772_gshared (Enumerator_t691931478 * __this, const RuntimeMethod* method); // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m2214478147_gshared (Enumerator_t691931478 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m4203454240_gshared (Enumerator_t691931478 * __this, const RuntimeMethod* method); // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m441349309_gshared (Enumerator_t691931478 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m3799352357_gshared (Enumerator_t821091889 * __this, ExposedList_1_t1492250734 * ___l0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1198458530_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m924160022_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method); // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1168905927_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method); // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m3260398527_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m1218605089_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method); // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3126799594_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m1023103090_gshared (Enumerator_t3433219795 * __this, ExposedList_1_t4104378640 * ___l0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m2787720935_gshared (Enumerator_t3433219795 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m2776009332_gshared (Enumerator_t3433219795 * __this, const RuntimeMethod* method); // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m855617100_gshared (Enumerator_t3433219795 * __this, const RuntimeMethod* method); // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR float Enumerator_get_Current_m3977274524_gshared (Enumerator_t3433219795 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m3832988987_gshared (Enumerator_t3433219795 * __this, const RuntimeMethod* method); // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m1918156716_gshared (Enumerator_t3433219795 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m2238079965_gshared (Enumerator_t341487017 * __this, ExposedList_1_t1012645862 * ___l0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m175915001_gshared (Enumerator_t341487017 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m2881396919_gshared (Enumerator_t341487017 * __this, const RuntimeMethod* method); // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1333992948_gshared (Enumerator_t341487017 * __this, const RuntimeMethod* method); // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR Color32_t2600501292 Enumerator_get_Current_m535045694_gshared (Enumerator_t341487017 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m2381824405_gshared (Enumerator_t341487017 * __this, const RuntimeMethod* method); // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3544313985_gshared (Enumerator_t341487017 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m2272695539_gshared (Enumerator_t4192182544 * __this, ExposedList_1_t568374093 * ___l0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m2439124857_gshared (Enumerator_t4192182544 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m470267029_gshared (Enumerator_t4192182544 * __this, const RuntimeMethod* method); // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2285726591_gshared (Enumerator_t4192182544 * __this, const RuntimeMethod* method); // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Enumerator_get_Current_m1856824161_gshared (Enumerator_t4192182544 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m3378622214_gshared (Enumerator_t4192182544 * __this, const RuntimeMethod* method); // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m129862955_gshared (Enumerator_t4192182544 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m3412679293_gshared (Enumerator_t1463299189 * __this, ExposedList_1_t2134458034 * ___l0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m4110489463_gshared (Enumerator_t1463299189 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m4237210871_gshared (Enumerator_t1463299189 * __this, const RuntimeMethod* method); // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2285692636_gshared (Enumerator_t1463299189 * __this, const RuntimeMethod* method); // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Enumerator_get_Current_m1149209314_gshared (Enumerator_t1463299189 * __this, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m3117878734_gshared (Enumerator_t1463299189 * __this, const RuntimeMethod* method); // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m4243393678_gshared (Enumerator_t1463299189 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Tweener::.ctor() extern "C" IL2CPP_METHOD_ATTR void Tweener__ctor_m2135405113 (Tweener_t436044680 * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Void DG.Tweening.Core.Debugger::LogWarning(System.Object) extern "C" IL2CPP_METHOD_ATTR void Debugger_LogWarning_m4070894882 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___message0, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Void DG.Tweening.Tween::Reset() extern "C" IL2CPP_METHOD_ATTR void Tween_Reset_m1192767198 (Tween_t2342918553 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.Plugins.Options.VectorOptions::Reset() extern "C" IL2CPP_METHOD_ATTR void VectorOptions_Reset_m456570801 (VectorOptions_t1354903650 * __this, const RuntimeMethod* method); // System.Single DG.Tweening.Tween::get_position() extern "C" IL2CPP_METHOD_ATTR float Tween_get_position_m4114235747 (Tween_t2342918553 * __this, const RuntimeMethod* method); // System.Boolean DG.Tweening.Tween::get_isRelative() extern "C" IL2CPP_METHOD_ATTR bool Tween_get_isRelative_m1742579053 (Tween_t2342918553 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void DG.Tweening.TweenCallback`1::Invoke(T) #define TweenCallback_1_Invoke_m2594894484(__this, ___value0, method) (( void (*) (TweenCallback_1_t3009965658 *, int32_t, const RuntimeMethod*))TweenCallback_1_Invoke_m2594894484_gshared)(__this, ___value0, method) // System.Void DG.Tweening.TweenCallback`1::Invoke(T) #define TweenCallback_1_Invoke_m1886855032(__this, ___value0, method) (( void (*) (TweenCallback_1_t3139126069 *, RuntimeObject *, const RuntimeMethod*))TweenCallback_1_Invoke_m1886855032_gshared)(__this, ___value0, method) // System.Void DG.Tweening.TweenCallback`1::Invoke(T) #define TweenCallback_1_Invoke_m2938877148(__this, ___value0, method) (( void (*) (TweenCallback_1_t1456286679 *, float, const RuntimeMethod*))TweenCallback_1_Invoke_m2938877148_gshared)(__this, ___value0, method) // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m1579109191 (MonoBehaviour_t3962482529 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Equality_m1810815630 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Object::FindObjectOfType(System.Type) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Object_FindObjectOfType_m67275058 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * GameObject_Find_m2032535176 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void GameObject__ctor_m2093116449 (GameObject_t1113636619 * __this, String_t* p0, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1/Enumerator::get_Current() #define Enumerator_get_Current_m4021067135(__this, method) (( RuntimeObject * (*) (Enumerator_t1142515742 *, const RuntimeMethod*))Enumerator_get_Current_m4021067135_gshared)(__this, method) // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR void Object_Destroy_m565254235 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Stack`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m3061476679(__this, method) (( bool (*) (Enumerator_t1142515742 *, const RuntimeMethod*))Enumerator_MoveNext_m3061476679_gshared)(__this, method) // UnityEngine.Object UnityEngine.Object::Instantiate(UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR Object_t631007953 * Object_Instantiate_m3403600534 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, const RuntimeMethod* method); // System.Void LitJson.ExporterFunc`1::Invoke(T,LitJson.JsonWriter) #define ExporterFunc_1_Invoke_m2950434254(__this, ___obj0, ___writer1, method) (( void (*) (ExporterFunc_1_t1983223696 *, RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*))ExporterFunc_1_Invoke_m2950434254_gshared)(__this, ___obj0, ___writer1, method) // TValue LitJson.ImporterFunc`2::Invoke(TJson) #define ImporterFunc_2_Invoke_m3778108098(__this, ___input0, method) (( RuntimeObject * (*) (ImporterFunc_2_t3974708465 *, RuntimeObject *, const RuntimeMethod*))ImporterFunc_2_Invoke_m3778108098_gshared)(__this, ___input0, method) // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m3520895892 (JsonSerializationException_t4152118729 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::Populate(Newtonsoft.Json.JsonReader,System.Object) extern "C" IL2CPP_METHOD_ATTR void JsonSerializer_Populate_m3554373500 (JsonSerializer_t1424496335 * __this, JsonReader_t2369136700 * ___reader0, RuntimeObject * ___target1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void JsonConverter__ctor_m2308226415 (JsonConverter_t1047106545 * __this, const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::get_CurrentThread() extern "C" IL2CPP_METHOD_ATTR Thread_t2300836069 * Thread_get_CurrentThread_m4142136012 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Threading.Thread::get_ManagedThreadId() extern "C" IL2CPP_METHOD_ATTR int32_t Thread_get_ManagedThreadId_m1068113671 (Thread_t2300836069 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ValidationUtils::ArgumentNotNull(System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void ValidationUtils_ArgumentNotNull_m5418296 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, String_t* ___parameterName1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JEnumerable`1::GetEnumerator() #define JEnumerable_1_GetEnumerator_m3956591064(__this, method) (( RuntimeObject* (*) (JEnumerable_1_t20407348 *, const RuntimeMethod*))JEnumerable_1_GetEnumerator_m2783602549_gshared)(__this, method) // System.Void Newtonsoft.Json.Linq.JEnumerable`1::.ctor(System.Collections.Generic.IEnumerable`1) #define JEnumerable_1__ctor_m1584927905(__this, ___enumerable0, method) (( void (*) (JEnumerable_1_t2061974265 *, RuntimeObject*, const RuntimeMethod*))JEnumerable_1__ctor_m1584927905_gshared)(__this, ___enumerable0, method) // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JEnumerable`1::GetEnumerator() #define JEnumerable_1_GetEnumerator_m2783602549(__this, method) (( RuntimeObject* (*) (JEnumerable_1_t2061974265 *, const RuntimeMethod*))JEnumerable_1_GetEnumerator_m2783602549_gshared)(__this, method) // System.Collections.IEnumerator Newtonsoft.Json.Linq.JEnumerable`1::System.Collections.IEnumerable.GetEnumerator() #define JEnumerable_1_System_Collections_IEnumerable_GetEnumerator_m2309151750(__this, method) (( RuntimeObject* (*) (JEnumerable_1_t2061974265 *, const RuntimeMethod*))JEnumerable_1_System_Collections_IEnumerable_GetEnumerator_m2309151750_gshared)(__this, method) // System.Boolean System.Object::Equals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_Equals_m1397037629 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JEnumerable`1::Equals(Newtonsoft.Json.Linq.JEnumerable`1) #define JEnumerable_1_Equals_m4251710449(__this, ___other0, method) (( bool (*) (JEnumerable_1_t2061974265 *, JEnumerable_1_t2061974265 , const RuntimeMethod*))JEnumerable_1_Equals_m4251710449_gshared)(__this, ___other0, method) // System.Boolean Newtonsoft.Json.Linq.JEnumerable`1::Equals(System.Object) #define JEnumerable_1_Equals_m4256382647(__this, ___obj0, method) (( bool (*) (JEnumerable_1_t2061974265 *, RuntimeObject *, const RuntimeMethod*))JEnumerable_1_Equals_m4256382647_gshared)(__this, ___obj0, method) // System.Int32 Newtonsoft.Json.Linq.JEnumerable`1::GetHashCode() #define JEnumerable_1_GetHashCode_m45944689(__this, method) (( int32_t (*) (JEnumerable_1_t2061974265 *, const RuntimeMethod*))JEnumerable_1_GetHashCode_m45944689_gshared)(__this, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m1328507389(__this, method) (( RuntimeObject * (*) (KeyValuePair_2_t2530217319 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m3464904234(__this, method) (( RuntimeObject * (*) (KeyValuePair_2_t2530217319 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) #define KeyValuePair_2__ctor_m727165395(__this, p0, p1, method) (( void (*) (KeyValuePair_2_t2530217319 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))KeyValuePair_2__ctor_m727165395_gshared)(__this, p0, p1, method) // System.Object Newtonsoft.Json.Serialization.ObjectConstructor`1::Invoke(System.Object[]) #define ObjectConstructor_1_Invoke_m3185456453(__this, ___args0, method) (( RuntimeObject * (*) (ObjectConstructor_1_t3207922868 *, ObjectU5BU5D_t2843939325*, const RuntimeMethod*))ObjectConstructor_1_Invoke_m3185456453_gshared)(__this, ___args0, method) // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m3056805521 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_m1590826108 (RuntimeObject * __this /* static, unused */, RuntimeObject ** p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_m353537829 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsValueType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsValueType_m852671066 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsNullableType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool ReflectionUtils_IsNullableType_m2557784957 (RuntimeObject * __this /* static, unused */, Type_t * ___t0, const RuntimeMethod* method); // T Newtonsoft.Json.Utilities.Creator`1::Invoke() #define Creator_1_Invoke_m2436810044(__this, method) (( RuntimeObject * (*) (Creator_1_t584988672 *, const RuntimeMethod*))Creator_1_Invoke_m2436810044_gshared)(__this, method) // System.Object System.Collections.DictionaryEntry::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m3117378551 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m618120527 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::.ctor(System.Collections.Generic.IEnumerator`1>) #define DictionaryEnumerator_2__ctor_m3557537382(__this, ___e0, method) (( void (*) (DictionaryEnumerator_2_t2687225351 *, RuntimeObject*, const RuntimeMethod*))DictionaryEnumerator_2__ctor_m3557537382_gshared)(__this, ___e0, method) // System.Object Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::get_Current() #define DictionaryEnumerator_2_get_Current_m2441123761(__this, method) (( RuntimeObject * (*) (DictionaryEnumerator_2_t2687225351 *, const RuntimeMethod*))DictionaryEnumerator_2_get_Current_m2441123761_gshared)(__this, method) // System.Collections.DictionaryEntry Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::get_Entry() #define DictionaryEnumerator_2_get_Entry_m208460265(__this, method) (( DictionaryEntry_t3123975638 (*) (DictionaryEnumerator_2_t2687225351 *, const RuntimeMethod*))DictionaryEnumerator_2_get_Entry_m208460265_gshared)(__this, method) // System.Object Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::get_Key() #define DictionaryEnumerator_2_get_Key_m2144423212(__this, method) (( RuntimeObject * (*) (DictionaryEnumerator_2_t2687225351 *, const RuntimeMethod*))DictionaryEnumerator_2_get_Key_m2144423212_gshared)(__this, method) // System.Object Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::get_Value() #define DictionaryEnumerator_2_get_Value_m3909503947(__this, method) (( RuntimeObject * (*) (DictionaryEnumerator_2_t2687225351 *, const RuntimeMethod*))DictionaryEnumerator_2_get_Value_m3909503947_gshared)(__this, method) // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_m2585376310 (DictionaryEntry_t3123975638 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::MoveNext() #define DictionaryEnumerator_2_MoveNext_m3374823900(__this, method) (( bool (*) (DictionaryEnumerator_2_t2687225351 *, const RuntimeMethod*))DictionaryEnumerator_2_MoveNext_m3374823900_gshared)(__this, method) // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::Reset() #define DictionaryEnumerator_2_Reset_m3219320982(__this, method) (( void (*) (DictionaryEnumerator_2_t2687225351 *, const RuntimeMethod*))DictionaryEnumerator_2_Reset_m3219320982_gshared)(__this, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Cast(System.Collections.IEnumerable) #define Enumerable_Cast_TisDictionaryEntry_t3123975638_m4211080986(__this /* static, unused */, p0, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_Cast_TisDictionaryEntry_t3123975638_m4211080986_gshared)(__this /* static, unused */, p0, method) // System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m4089836896 (ConstructorInfo_t5769829 * __this, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m1776411915 (MethodBase_t * __this, RuntimeObject * p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m3631483688 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void FieldInfo_SetValue_m2460171138 (FieldInfo_t * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // TResult Newtonsoft.Json.Utilities.MethodCall`2::Invoke(T,System.Object[]) #define MethodCall_2_Invoke_m386137395(__this, ___target0, ___args1, method) (( RuntimeObject * (*) (MethodCall_2_t2845904993 *, RuntimeObject *, ObjectU5BU5D_t2843939325*, const RuntimeMethod*))MethodCall_2_Invoke_m386137395_gshared)(__this, ___target0, ___args1, method) // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2359609904 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, int32_t p2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) #define Enumerator__ctor_m1285860231(__this, ___l0, method) (( void (*) (Enumerator_t2088074391 *, ExposedList_1_t2759233236 *, const RuntimeMethod*))Enumerator__ctor_m1285860231_gshared)(__this, ___l0, method) // System.Void Spine.ExposedList`1/Enumerator::Dispose() #define Enumerator_Dispose_m1436417081(__this, method) (( void (*) (Enumerator_t2088074391 *, const RuntimeMethod*))Enumerator_Dispose_m1436417081_gshared)(__this, method) // System.Void System.ObjectDisposedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m3603759869 (ObjectDisposedException_t21392786 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Spine.ExposedList`1/Enumerator::VerifyState() #define Enumerator_VerifyState_m1045313464(__this, method) (( void (*) (Enumerator_t2088074391 *, const RuntimeMethod*))Enumerator_VerifyState_m1045313464_gshared)(__this, method) // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m1077572072(__this, method) (( bool (*) (Enumerator_t2088074391 *, const RuntimeMethod*))Enumerator_MoveNext_m1077572072_gshared)(__this, method) // T Spine.ExposedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m3933710312(__this, method) (( SubmeshInstruction_t52121370 (*) (Enumerator_t2088074391 *, const RuntimeMethod*))Enumerator_get_Current_m3933710312_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() #define Enumerator_System_Collections_IEnumerator_Reset_m422407965(__this, method) (( void (*) (Enumerator_t2088074391 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m422407965_gshared)(__this, method) // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __this, const RuntimeMethod* method); // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() #define Enumerator_System_Collections_IEnumerator_get_Current_m4213691290(__this, method) (( RuntimeObject * (*) (Enumerator_t2088074391 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m4213691290_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) #define Enumerator__ctor_m4268601824(__this, ___l0, method) (( void (*) (Enumerator_t2133240986 *, ExposedList_1_t2804399831 *, const RuntimeMethod*))Enumerator__ctor_m4268601824_gshared)(__this, ___l0, method) // System.Void Spine.ExposedList`1/Enumerator::Dispose() #define Enumerator_Dispose_m1783807127(__this, method) (( void (*) (Enumerator_t2133240986 *, const RuntimeMethod*))Enumerator_Dispose_m1783807127_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::VerifyState() #define Enumerator_VerifyState_m4292354361(__this, method) (( void (*) (Enumerator_t2133240986 *, const RuntimeMethod*))Enumerator_VerifyState_m4292354361_gshared)(__this, method) // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2863281419(__this, method) (( bool (*) (Enumerator_t2133240986 *, const RuntimeMethod*))Enumerator_MoveNext_m2863281419_gshared)(__this, method) // T Spine.ExposedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m2217302985(__this, method) (( bool (*) (Enumerator_t2133240986 *, const RuntimeMethod*))Enumerator_get_Current_m2217302985_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() #define Enumerator_System_Collections_IEnumerator_Reset_m1069639646(__this, method) (( void (*) (Enumerator_t2133240986 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m1069639646_gshared)(__this, method) // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() #define Enumerator_System_Collections_IEnumerator_get_Current_m2425946203(__this, method) (( RuntimeObject * (*) (Enumerator_t2133240986 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m2425946203_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) #define Enumerator__ctor_m1246144935(__this, ___l0, method) (( void (*) (Enumerator_t691931478 *, ExposedList_1_t1363090323 *, const RuntimeMethod*))Enumerator__ctor_m1246144935_gshared)(__this, ___l0, method) // System.Void Spine.ExposedList`1/Enumerator::Dispose() #define Enumerator_Dispose_m248582422(__this, method) (( void (*) (Enumerator_t691931478 *, const RuntimeMethod*))Enumerator_Dispose_m248582422_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::VerifyState() #define Enumerator_VerifyState_m1678412114(__this, method) (( void (*) (Enumerator_t691931478 *, const RuntimeMethod*))Enumerator_VerifyState_m1678412114_gshared)(__this, method) // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2806335772(__this, method) (( bool (*) (Enumerator_t691931478 *, const RuntimeMethod*))Enumerator_MoveNext_m2806335772_gshared)(__this, method) // T Spine.ExposedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m2214478147(__this, method) (( int32_t (*) (Enumerator_t691931478 *, const RuntimeMethod*))Enumerator_get_Current_m2214478147_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() #define Enumerator_System_Collections_IEnumerator_Reset_m4203454240(__this, method) (( void (*) (Enumerator_t691931478 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m4203454240_gshared)(__this, method) // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() #define Enumerator_System_Collections_IEnumerator_get_Current_m441349309(__this, method) (( RuntimeObject * (*) (Enumerator_t691931478 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m441349309_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) #define Enumerator__ctor_m3799352357(__this, ___l0, method) (( void (*) (Enumerator_t821091889 *, ExposedList_1_t1492250734 *, const RuntimeMethod*))Enumerator__ctor_m3799352357_gshared)(__this, ___l0, method) // System.Void Spine.ExposedList`1/Enumerator::Dispose() #define Enumerator_Dispose_m1198458530(__this, method) (( void (*) (Enumerator_t821091889 *, const RuntimeMethod*))Enumerator_Dispose_m1198458530_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::VerifyState() #define Enumerator_VerifyState_m924160022(__this, method) (( void (*) (Enumerator_t821091889 *, const RuntimeMethod*))Enumerator_VerifyState_m924160022_gshared)(__this, method) // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m1168905927(__this, method) (( bool (*) (Enumerator_t821091889 *, const RuntimeMethod*))Enumerator_MoveNext_m1168905927_gshared)(__this, method) // T Spine.ExposedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m3260398527(__this, method) (( RuntimeObject * (*) (Enumerator_t821091889 *, const RuntimeMethod*))Enumerator_get_Current_m3260398527_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() #define Enumerator_System_Collections_IEnumerator_Reset_m1218605089(__this, method) (( void (*) (Enumerator_t821091889 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m1218605089_gshared)(__this, method) // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() #define Enumerator_System_Collections_IEnumerator_get_Current_m3126799594(__this, method) (( RuntimeObject * (*) (Enumerator_t821091889 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m3126799594_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) #define Enumerator__ctor_m1023103090(__this, ___l0, method) (( void (*) (Enumerator_t3433219795 *, ExposedList_1_t4104378640 *, const RuntimeMethod*))Enumerator__ctor_m1023103090_gshared)(__this, ___l0, method) // System.Void Spine.ExposedList`1/Enumerator::Dispose() #define Enumerator_Dispose_m2787720935(__this, method) (( void (*) (Enumerator_t3433219795 *, const RuntimeMethod*))Enumerator_Dispose_m2787720935_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::VerifyState() #define Enumerator_VerifyState_m2776009332(__this, method) (( void (*) (Enumerator_t3433219795 *, const RuntimeMethod*))Enumerator_VerifyState_m2776009332_gshared)(__this, method) // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m855617100(__this, method) (( bool (*) (Enumerator_t3433219795 *, const RuntimeMethod*))Enumerator_MoveNext_m855617100_gshared)(__this, method) // T Spine.ExposedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m3977274524(__this, method) (( float (*) (Enumerator_t3433219795 *, const RuntimeMethod*))Enumerator_get_Current_m3977274524_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() #define Enumerator_System_Collections_IEnumerator_Reset_m3832988987(__this, method) (( void (*) (Enumerator_t3433219795 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m3832988987_gshared)(__this, method) // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() #define Enumerator_System_Collections_IEnumerator_get_Current_m1918156716(__this, method) (( RuntimeObject * (*) (Enumerator_t3433219795 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m1918156716_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) #define Enumerator__ctor_m2238079965(__this, ___l0, method) (( void (*) (Enumerator_t341487017 *, ExposedList_1_t1012645862 *, const RuntimeMethod*))Enumerator__ctor_m2238079965_gshared)(__this, ___l0, method) // System.Void Spine.ExposedList`1/Enumerator::Dispose() #define Enumerator_Dispose_m175915001(__this, method) (( void (*) (Enumerator_t341487017 *, const RuntimeMethod*))Enumerator_Dispose_m175915001_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::VerifyState() #define Enumerator_VerifyState_m2881396919(__this, method) (( void (*) (Enumerator_t341487017 *, const RuntimeMethod*))Enumerator_VerifyState_m2881396919_gshared)(__this, method) // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m1333992948(__this, method) (( bool (*) (Enumerator_t341487017 *, const RuntimeMethod*))Enumerator_MoveNext_m1333992948_gshared)(__this, method) // T Spine.ExposedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m535045694(__this, method) (( Color32_t2600501292 (*) (Enumerator_t341487017 *, const RuntimeMethod*))Enumerator_get_Current_m535045694_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() #define Enumerator_System_Collections_IEnumerator_Reset_m2381824405(__this, method) (( void (*) (Enumerator_t341487017 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m2381824405_gshared)(__this, method) // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() #define Enumerator_System_Collections_IEnumerator_get_Current_m3544313985(__this, method) (( RuntimeObject * (*) (Enumerator_t341487017 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m3544313985_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) #define Enumerator__ctor_m2272695539(__this, ___l0, method) (( void (*) (Enumerator_t4192182544 *, ExposedList_1_t568374093 *, const RuntimeMethod*))Enumerator__ctor_m2272695539_gshared)(__this, ___l0, method) // System.Void Spine.ExposedList`1/Enumerator::Dispose() #define Enumerator_Dispose_m2439124857(__this, method) (( void (*) (Enumerator_t4192182544 *, const RuntimeMethod*))Enumerator_Dispose_m2439124857_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::VerifyState() #define Enumerator_VerifyState_m470267029(__this, method) (( void (*) (Enumerator_t4192182544 *, const RuntimeMethod*))Enumerator_VerifyState_m470267029_gshared)(__this, method) // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2285726591(__this, method) (( bool (*) (Enumerator_t4192182544 *, const RuntimeMethod*))Enumerator_MoveNext_m2285726591_gshared)(__this, method) // T Spine.ExposedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m1856824161(__this, method) (( Vector2_t2156229523 (*) (Enumerator_t4192182544 *, const RuntimeMethod*))Enumerator_get_Current_m1856824161_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() #define Enumerator_System_Collections_IEnumerator_Reset_m3378622214(__this, method) (( void (*) (Enumerator_t4192182544 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m3378622214_gshared)(__this, method) // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() #define Enumerator_System_Collections_IEnumerator_get_Current_m129862955(__this, method) (( RuntimeObject * (*) (Enumerator_t4192182544 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m129862955_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) #define Enumerator__ctor_m3412679293(__this, ___l0, method) (( void (*) (Enumerator_t1463299189 *, ExposedList_1_t2134458034 *, const RuntimeMethod*))Enumerator__ctor_m3412679293_gshared)(__this, ___l0, method) // System.Void Spine.ExposedList`1/Enumerator::Dispose() #define Enumerator_Dispose_m4110489463(__this, method) (( void (*) (Enumerator_t1463299189 *, const RuntimeMethod*))Enumerator_Dispose_m4110489463_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::VerifyState() #define Enumerator_VerifyState_m4237210871(__this, method) (( void (*) (Enumerator_t1463299189 *, const RuntimeMethod*))Enumerator_VerifyState_m4237210871_gshared)(__this, method) // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m2285692636(__this, method) (( bool (*) (Enumerator_t1463299189 *, const RuntimeMethod*))Enumerator_MoveNext_m2285692636_gshared)(__this, method) // T Spine.ExposedList`1/Enumerator::get_Current() #define Enumerator_get_Current_m1149209314(__this, method) (( Vector3_t3722313464 (*) (Enumerator_t1463299189 *, const RuntimeMethod*))Enumerator_get_Current_m1149209314_gshared)(__this, method) // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() #define Enumerator_System_Collections_IEnumerator_Reset_m3117878734(__this, method) (( void (*) (Enumerator_t1463299189 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_Reset_m3117878734_gshared)(__this, method) // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() #define Enumerator_System_Collections_IEnumerator_get_Current_m4243393678(__this, method) (( RuntimeObject * (*) (Enumerator_t1463299189 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m4243393678_gshared)(__this, method) // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Clear_m2231608178 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m4164965325 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, RuntimeObject * p1, String_t* p2, const RuntimeMethod* method); // System.Void System.Array::Reverse(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Reverse_m816310962 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeArray * p1, int32_t p2, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.Core.TweenerCore`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3__ctor_m698802971_gshared (TweenerCore_3_t1835836317 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3__ctor_m698802971_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((Tweener_t436044680 *)__this); Tweener__ctor_m2135405113((Tweener_t436044680 *)__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT1_34(L_1); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 1)) }; Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofT2_35(L_3); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); ((Tween_t2342918553 *)__this)->set_typeofTPlugOptions_36(L_5); ((ABSSequentiable_t3376041011 *)__this)->set_tweenType_0(0); NullCheck((Tween_t2342918553 *)__this); VirtActionInvoker0::Invoke(4 /* System.Void DG.Tweening.Tween::Reset() */, (Tween_t2342918553 *)__this); return; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeStartValue(System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeStartValue_m2922317920_gshared (TweenerCore_3_t1835836317 * __this, RuntimeObject * ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m2922317920_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2165126248); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2165126248); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newStartValue0; float L_16 = ___newDuration1; TweenerCore_3_t1835836317 * L_17 = (( TweenerCore_3_t1835836317 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1835836317 *, Vector4_t3319028937 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1835836317 *)__this, (Vector4_t3319028937 )((*(Vector4_t3319028937 *)((Vector4_t3319028937 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_17; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m1596790625_gshared (TweenerCore_3_t1835836317 * __this, RuntimeObject * ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((Tweener_t436044680 *)__this); Tweener_t436044680 * L_2 = VirtFuncInvoker3< Tweener_t436044680 *, RuntimeObject *, float, bool >::Invoke(10 /* DG.Tweening.Tweener DG.Tweening.Tweener::ChangeEndValue(System.Object,System.Single,System.Boolean) */, (Tweener_t436044680 *)__this, (RuntimeObject *)L_0, (float)(-1.0f), (bool)L_1); return L_2; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeEndValue(System.Object,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeEndValue_m4278658572_gshared (TweenerCore_3_t1835836317 * __this, RuntimeObject * ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m4278658572_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newEndValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; Type_t * L_4 = V_0; Type_t * L_5 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_006b; } } { int32_t L_6 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0069; } } { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2208209292); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2208209292); ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)L_7; Type_t * L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1228253608); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_11 = (ObjectU5BU5D_t2843939325*)L_10; Type_t * L_12 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3452614535); (L_13)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_13, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_14, /*hidden argument*/NULL); } IL_0069: { return __this; } IL_006b: { RuntimeObject * L_15 = ___newEndValue0; float L_16 = ___newDuration1; bool L_17 = ___snapStartValue2; TweenerCore_3_t1835836317 * L_18 = (( TweenerCore_3_t1835836317 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1835836317 *, Vector4_t3319028937 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1835836317 *)__this, (Vector4_t3319028937 )((*(Vector4_t3319028937 *)((Vector4_t3319028937 *)UnBox(L_15, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_16, (bool)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_18; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::ChangeValues(System.Object,System.Object,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_ChangeValues_m859190676_gshared (TweenerCore_3_t1835836317 * __this, RuntimeObject * ___newStartValue0, RuntimeObject * ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m859190676_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { RuntimeObject * L_2 = ___newStartValue0; NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (Type_t *)L_3; RuntimeObject * L_4 = ___newEndValue1; NullCheck((RuntimeObject *)L_4); Type_t * L_5 = Object_GetType_m88164663((RuntimeObject *)L_4, /*hidden argument*/NULL); V_1 = (Type_t *)L_5; Type_t * L_6 = V_0; Type_t * L_7 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7))) { goto IL_0072; } } { int32_t L_8 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0070; } } { ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3251123125); (L_9)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_10 = (ObjectU5BU5D_t2843939325*)L_9; Type_t * L_11 = V_0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = (ObjectU5BU5D_t2843939325*)L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1228253608); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_13 = (ObjectU5BU5D_t2843939325*)L_12; Type_t * L_14 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3452614535); (L_15)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_15, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_16, /*hidden argument*/NULL); } IL_0070: { return __this; } IL_0072: { Type_t * L_17 = V_1; Type_t * L_18 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); if ((((RuntimeObject*)(Type_t *)L_17) == ((RuntimeObject*)(Type_t *)L_18))) { goto IL_00ba; } } { int32_t L_19 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_19) < ((int32_t)1))) { goto IL_00b8; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral3251123125); (L_20)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3251123125); ObjectU5BU5D_t2843939325* L_21 = (ObjectU5BU5D_t2843939325*)L_20; Type_t * L_22 = V_1; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)L_21; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1228253608); (L_23)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1228253608); ObjectU5BU5D_t2843939325* L_24 = (ObjectU5BU5D_t2843939325*)L_23; Type_t * L_25 = (Type_t *)((Tween_t2342918553 *)__this)->get_typeofT2_35(); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_25); ObjectU5BU5D_t2843939325* L_26 = (ObjectU5BU5D_t2843939325*)L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3452614535); (L_26)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m2971454694(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_26, /*hidden argument*/NULL); Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)L_27, /*hidden argument*/NULL); } IL_00b8: { return __this; } IL_00ba: { RuntimeObject * L_28 = ___newStartValue0; RuntimeObject * L_29 = ___newEndValue1; float L_30 = ___newDuration2; TweenerCore_3_t1835836317 * L_31 = (( TweenerCore_3_t1835836317 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1835836317 *, Vector4_t3319028937 , Vector4_t3319028937 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1835836317 *)__this, (Vector4_t3319028937 )((*(Vector4_t3319028937 *)((Vector4_t3319028937 *)UnBox(L_28, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (Vector4_t3319028937 )((*(Vector4_t3319028937 *)((Vector4_t3319028937 *)UnBox(L_29, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))))), (float)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_31; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeStartValue(T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1835836317 * TweenerCore_3_ChangeStartValue_m1465459413_gshared (TweenerCore_3_t1835836317 * __this, Vector4_t3319028937 ___newStartValue0, float ___newDuration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeStartValue_m1465459413_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector4_t3319028937 L_2 = ___newStartValue0; float L_3 = ___newDuration1; TweenerCore_3_t1835836317 * L_4 = (( TweenerCore_3_t1835836317 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1835836317 *, Vector4_t3319028937 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1835836317 *)__this, (Vector4_t3319028937 )L_2, (float)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1835836317 * TweenerCore_3_ChangeEndValue_m1264816223_gshared (TweenerCore_3_t1835836317 * __this, Vector4_t3319028937 ___newEndValue0, bool ___snapStartValue1, const RuntimeMethod* method) { { Vector4_t3319028937 L_0 = ___newEndValue0; bool L_1 = ___snapStartValue1; NullCheck((TweenerCore_3_t1835836317 *)__this); TweenerCore_3_t1835836317 * L_2 = (( TweenerCore_3_t1835836317 * (*) (TweenerCore_3_t1835836317 *, Vector4_t3319028937 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((TweenerCore_3_t1835836317 *)__this, (Vector4_t3319028937 )L_0, (float)(-1.0f), (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); return L_2; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeEndValue(T2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1835836317 * TweenerCore_3_ChangeEndValue_m2766559253_gshared (TweenerCore_3_t1835836317 * __this, Vector4_t3319028937 ___newEndValue0, float ___newDuration1, bool ___snapStartValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeEndValue_m2766559253_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector4_t3319028937 L_2 = ___newEndValue0; float L_3 = ___newDuration1; bool L_4 = ___snapStartValue2; TweenerCore_3_t1835836317 * L_5 = (( TweenerCore_3_t1835836317 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1835836317 *, Vector4_t3319028937 , float, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1835836317 *)__this, (Vector4_t3319028937 )L_2, (float)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.Core.TweenerCore`3::ChangeValues(T2,T2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1835836317 * TweenerCore_3_ChangeValues_m3786425178_gshared (TweenerCore_3_t1835836317 * __this, Vector4_t3319028937 ___newStartValue0, Vector4_t3319028937 ___newEndValue1, float ___newDuration2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ChangeValues_m3786425178_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = (bool)((Tween_t2342918553 *)__this)->get_isSequenced_38(); if (!L_0) { goto IL_001c; } } { int32_t L_1 = ((Debugger_t1756157868_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t1756157868_il2cpp_TypeInfo_var))->get_logPriority_0(); if ((((int32_t)L_1) < ((int32_t)1))) { goto IL_001a; } } { Debugger_LogWarning_m4070894882(NULL /*static, unused*/, (RuntimeObject *)_stringLiteral2188308937, /*hidden argument*/NULL); } IL_001a: { return __this; } IL_001c: { Vector4_t3319028937 L_2 = ___newStartValue0; Vector4_t3319028937 L_3 = ___newEndValue1; float L_4 = ___newDuration2; TweenerCore_3_t1835836317 * L_5 = (( TweenerCore_3_t1835836317 * (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1835836317 *, Vector4_t3319028937 , Vector4_t3319028937 , float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1835836317 *)__this, (Vector4_t3319028937 )L_2, (Vector4_t3319028937 )L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_5; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m1484191332_gshared (TweenerCore_3_t1835836317 * __this, bool ___relative0, const RuntimeMethod* method) { { ABSTweenPlugin_3_t1371845967 * L_0 = (ABSTweenPlugin_3_t1371845967 *)__this->get_tweenPlugin_61(); bool L_1 = ___relative0; NullCheck((ABSTweenPlugin_3_t1371845967 *)L_0); VirtActionInvoker2< TweenerCore_3_t1835836317 *, bool >::Invoke(5 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,System.Boolean) */, (ABSTweenPlugin_3_t1371845967 *)L_0, (TweenerCore_3_t1835836317 *)__this, (bool)L_1); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // DG.Tweening.Tweener DG.Tweening.Core.TweenerCore`3::SetFrom(T2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * TweenerCore_3_SetFrom_m2282982793_gshared (TweenerCore_3_t1835836317 * __this, Vector4_t3319028937 ___fromValue0, bool ___setImmediately1, const RuntimeMethod* method) { { ABSTweenPlugin_3_t1371845967 * L_0 = (ABSTweenPlugin_3_t1371845967 *)__this->get_tweenPlugin_61(); Vector4_t3319028937 L_1 = ___fromValue0; bool L_2 = ___setImmediately1; NullCheck((ABSTweenPlugin_3_t1371845967 *)L_0); VirtActionInvoker3< TweenerCore_3_t1835836317 *, Vector4_t3319028937 , bool >::Invoke(6 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::SetFrom(DG.Tweening.Core.TweenerCore`3,T2,System.Boolean) */, (ABSTweenPlugin_3_t1371845967 *)L_0, (TweenerCore_3_t1835836317 *)__this, (Vector4_t3319028937 )L_1, (bool)L_2); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)1); return __this; } } // System.Void DG.Tweening.Core.TweenerCore`3::Reset() extern "C" IL2CPP_METHOD_ATTR void TweenerCore_3_Reset_m2993378507_gshared (TweenerCore_3_t1835836317 * __this, const RuntimeMethod* method) { { NullCheck((Tween_t2342918553 *)__this); Tween_Reset_m1192767198((Tween_t2342918553 *)__this, /*hidden argument*/NULL); ABSTweenPlugin_3_t1371845967 * L_0 = (ABSTweenPlugin_3_t1371845967 *)__this->get_tweenPlugin_61(); if (!L_0) { goto IL_001a; } } { ABSTweenPlugin_3_t1371845967 * L_1 = (ABSTweenPlugin_3_t1371845967 *)__this->get_tweenPlugin_61(); NullCheck((ABSTweenPlugin_3_t1371845967 *)L_1); VirtActionInvoker1< TweenerCore_3_t1835836317 * >::Invoke(4 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::Reset(DG.Tweening.Core.TweenerCore`3) */, (ABSTweenPlugin_3_t1371845967 *)L_1, (TweenerCore_3_t1835836317 *)__this); } IL_001a: { VectorOptions_t1354903650 * L_2 = (VectorOptions_t1354903650 *)__this->get_address_of_plugOptions_58(); VectorOptions_Reset_m456570801((VectorOptions_t1354903650 *)L_2, /*hidden argument*/NULL); __this->set_getter_59((DOGetter_1_t3061825141 *)NULL); __this->set_setter_60((DOSetter_1_t74169973 *)NULL); ((Tweener_t436044680 *)__this)->set_hasManuallySetStartValue_53((bool)0); ((Tweener_t436044680 *)__this)->set_isFromAllowed_54((bool)1); return; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Validate() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Validate_m1096912033_gshared (TweenerCore_3_t1835836317 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_Validate_m1096912033_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) DOGetter_1_t3061825141 * L_0 = (DOGetter_1_t3061825141 *)__this->get_getter_59(); NullCheck((DOGetter_1_t3061825141 *)L_0); (( Vector4_t3319028937 (*) (DOGetter_1_t3061825141 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((DOGetter_1_t3061825141 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); goto IL_0013; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000e; throw e; } CATCH_000e: { // begin catch(System.Object) V_0 = (bool)0; goto IL_0015; } // end catch (depth: 1) IL_0013: { return (bool)1; } IL_0015: { bool L_1 = V_0; return L_1; } } // System.Single DG.Tweening.Core.TweenerCore`3::UpdateDelay(System.Single) extern "C" IL2CPP_METHOD_ATTR float TweenerCore_3_UpdateDelay_m754268469_gshared (TweenerCore_3_t1835836317 * __this, float ___elapsed0, const RuntimeMethod* method) { { float L_0 = ___elapsed0; float L_1 = (( float (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1835836317 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1835836317 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_1; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::Startup() extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_Startup_m464024377_gshared (TweenerCore_3_t1835836317 * __this, const RuntimeMethod* method) { { bool L_0 = (( bool (*) (RuntimeObject * /* static, unused */, TweenerCore_3_t1835836317 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (TweenerCore_3_t1835836317 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_0; } } // System.Boolean DG.Tweening.Core.TweenerCore`3::ApplyTween(System.Single,System.Int32,System.Int32,System.Boolean,DG.Tweening.Core.Enums.UpdateMode,DG.Tweening.Core.Enums.UpdateNotice) extern "C" IL2CPP_METHOD_ATTR bool TweenerCore_3_ApplyTween_m1239908102_gshared (TweenerCore_3_t1835836317 * __this, float ___prevPosition0, int32_t ___prevCompletedLoops1, int32_t ___newCompletedSteps2, bool ___useInversePosition3, int32_t ___updateMode4, int32_t ___updateNotice5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenerCore_3_ApplyTween_m1239908102_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); float G_B3_0 = 0.0f; { bool L_0 = ___useInversePosition3; if (L_0) { goto IL_000c; } } { NullCheck((Tween_t2342918553 *)__this); float L_1 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0019; } IL_000c: { float L_2 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); NullCheck((Tween_t2342918553 *)__this); float L_3 = Tween_get_position_m4114235747((Tween_t2342918553 *)__this, /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_3)); } IL_0019: { V_0 = (float)G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t2744875806_il2cpp_TypeInfo_var); bool L_4 = ((DOTween_t2744875806_StaticFields*)il2cpp_codegen_static_fields_for(DOTween_t2744875806_il2cpp_TypeInfo_var))->get_useSafeMode_1(); if (!L_4) { goto IL_0063; } } IL_0021: try { // begin try (depth: 1) ABSTweenPlugin_3_t1371845967 * L_5 = (ABSTweenPlugin_3_t1371845967 *)__this->get_tweenPlugin_61(); VectorOptions_t1354903650 L_6 = (VectorOptions_t1354903650 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_7 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3061825141 * L_8 = (DOGetter_1_t3061825141 *)__this->get_getter_59(); DOSetter_1_t74169973 * L_9 = (DOSetter_1_t74169973 *)__this->get_setter_60(); float L_10 = V_0; Vector4_t3319028937 L_11 = (Vector4_t3319028937 )__this->get_startValue_55(); Vector4_t3319028937 L_12 = (Vector4_t3319028937 )__this->get_changeValue_57(); float L_13 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_14 = ___useInversePosition3; int32_t L_15 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t1371845967 *)L_5); VirtActionInvoker11< VectorOptions_t1354903650 , Tween_t2342918553 *, bool, DOGetter_1_t3061825141 *, DOSetter_1_t74169973 *, float, Vector4_t3319028937 , Vector4_t3319028937 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t1371845967 *)L_5, (VectorOptions_t1354903650 )L_6, (Tween_t2342918553 *)__this, (bool)L_7, (DOGetter_1_t3061825141 *)L_8, (DOSetter_1_t74169973 *)L_9, (float)L_10, (Vector4_t3319028937 )L_11, (Vector4_t3319028937 )L_12, (float)L_13, (bool)L_14, (int32_t)L_15); goto IL_009e; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_005e; throw e; } CATCH_005e: { // begin catch(System.Object) V_1 = (bool)1; goto IL_00a0; } // end catch (depth: 1) IL_0063: { ABSTweenPlugin_3_t1371845967 * L_16 = (ABSTweenPlugin_3_t1371845967 *)__this->get_tweenPlugin_61(); VectorOptions_t1354903650 L_17 = (VectorOptions_t1354903650 )__this->get_plugOptions_58(); NullCheck((Tween_t2342918553 *)__this); bool L_18 = Tween_get_isRelative_m1742579053((Tween_t2342918553 *)__this, /*hidden argument*/NULL); DOGetter_1_t3061825141 * L_19 = (DOGetter_1_t3061825141 *)__this->get_getter_59(); DOSetter_1_t74169973 * L_20 = (DOSetter_1_t74169973 *)__this->get_setter_60(); float L_21 = V_0; Vector4_t3319028937 L_22 = (Vector4_t3319028937 )__this->get_startValue_55(); Vector4_t3319028937 L_23 = (Vector4_t3319028937 )__this->get_changeValue_57(); float L_24 = (float)((Tween_t2342918553 *)__this)->get_duration_25(); bool L_25 = ___useInversePosition3; int32_t L_26 = ___updateNotice5; NullCheck((ABSTweenPlugin_3_t1371845967 *)L_16); VirtActionInvoker11< VectorOptions_t1354903650 , Tween_t2342918553 *, bool, DOGetter_1_t3061825141 *, DOSetter_1_t74169973 *, float, Vector4_t3319028937 , Vector4_t3319028937 , float, bool, int32_t >::Invoke(11 /* System.Void DG.Tweening.Plugins.Core.ABSTweenPlugin`3::EvaluateAndApply(TPlugOptions,DG.Tweening.Tween,System.Boolean,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,System.Single,T2,T2,System.Single,System.Boolean,DG.Tweening.Core.Enums.UpdateNotice) */, (ABSTweenPlugin_3_t1371845967 *)L_16, (VectorOptions_t1354903650 )L_17, (Tween_t2342918553 *)__this, (bool)L_18, (DOGetter_1_t3061825141 *)L_19, (DOSetter_1_t74169973 *)L_20, (float)L_21, (Vector4_t3319028937 )L_22, (Vector4_t3319028937 )L_23, (float)L_24, (bool)L_25, (int32_t)L_26); } IL_009e: { return (bool)0; } IL_00a0: { bool L_27 = V_1; return L_27; } } #ifdef __clang__ #pragma 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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m1411104530_gshared (ABSTweenPlugin_3_t1116502072 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m3176927022_gshared (ABSTweenPlugin_3_t3746269868 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m2309232056_gshared (ABSTweenPlugin_3_t2924512484 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m3008080787_gshared (ABSTweenPlugin_3_t1969933424 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m3850985485_gshared (ABSTweenPlugin_3_t2849099616 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m870513679_gshared (ABSTweenPlugin_3_t2233520741 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m1376422833_gshared (ABSTweenPlugin_3_t420566061 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m189571215_gshared (ABSTweenPlugin_3_t1601250467 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m483470283_gshared (ABSTweenPlugin_3_t4012845184 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m1056980063_gshared (ABSTweenPlugin_3_t281541932 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m1592027918_gshared (ABSTweenPlugin_3_t3321825548 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m2501002837_gshared (ABSTweenPlugin_3_t835568657 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m2805802348_gshared (ABSTweenPlugin_3_t1253391633 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m2690589916_gshared (ABSTweenPlugin_3_t3542497879 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m2996453450_gshared (ABSTweenPlugin_3_t30281596 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m1700993852_gshared (ABSTweenPlugin_3_t2785364532 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m3207307687_gshared (ABSTweenPlugin_3_t2480340187 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m916556935_gshared (ABSTweenPlugin_3_t3999134832 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 DG.Tweening.Plugins.Core.ABSTweenPlugin`3::.ctor() extern "C" IL2CPP_METHOD_ATTR void ABSTweenPlugin_3__ctor_m4243491681_gshared (ABSTweenPlugin_3_t1371845967 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void DG.Tweening.TweenCallback`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TweenCallback_1__ctor_m3027105110_gshared (TweenCallback_1_t3009965658 * __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 DG.Tweening.TweenCallback`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void TweenCallback_1_Invoke_m2594894484_gshared (TweenCallback_1_t3009965658 * __this, int32_t ___value0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { TweenCallback_1_Invoke_m2594894484((TweenCallback_1_t3009965658 *)__this->get_prev_9(), ___value0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___value0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___value0, 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)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___value0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___value0); } 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, ___value0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___value0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___value0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.TweenCallback`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TweenCallback_1_BeginInvoke_m1357486154_gshared (TweenCallback_1_t3009965658 * __this, int32_t ___value0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenCallback_1_BeginInvoke_m1357486154_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___value0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.TweenCallback`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void TweenCallback_1_EndInvoke_m3611840996_gshared (TweenCallback_1_t3009965658 * __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 DG.Tweening.TweenCallback`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TweenCallback_1__ctor_m3119236493_gshared (TweenCallback_1_t3139126069 * __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 DG.Tweening.TweenCallback`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void TweenCallback_1_Invoke_m1886855032_gshared (TweenCallback_1_t3139126069 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { TweenCallback_1_Invoke_m1886855032((TweenCallback_1_t3139126069 *)__this->get_prev_9(), ___value0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___value0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___value0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // 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)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___value0); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___value0); } 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, ___value0); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___value0); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___value0, targetMethod); } } else { // 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, ___value0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___value0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___value0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___value0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___value0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.TweenCallback`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TweenCallback_1_BeginInvoke_m2802785602_gshared (TweenCallback_1_t3139126069 * __this, RuntimeObject * ___value0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___value0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.TweenCallback`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void TweenCallback_1_EndInvoke_m1387240221_gshared (TweenCallback_1_t3139126069 * __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 DG.Tweening.TweenCallback`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TweenCallback_1__ctor_m4234161460_gshared (TweenCallback_1_t1456286679 * __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 DG.Tweening.TweenCallback`1::Invoke(T) extern "C" IL2CPP_METHOD_ATTR void TweenCallback_1_Invoke_m2938877148_gshared (TweenCallback_1_t1456286679 * __this, float ___value0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { TweenCallback_1_Invoke_m2938877148((TweenCallback_1_t1456286679 *)__this->get_prev_9(), ___value0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___value0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___value0, 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)) GenericInterfaceActionInvoker1< float >::Invoke(targetMethod, targetThis, ___value0); else GenericVirtActionInvoker1< float >::Invoke(targetMethod, targetThis, ___value0); } 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, ___value0); else VirtActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___value0); } } else { typedef void (*FunctionPointerType) (void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___value0, targetMethod); } } } } // System.IAsyncResult DG.Tweening.TweenCallback`1::BeginInvoke(T,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TweenCallback_1_BeginInvoke_m3383348033_gshared (TweenCallback_1_t1456286679 * __this, float ___value0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TweenCallback_1_BeginInvoke_m3383348033_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___value0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void DG.Tweening.TweenCallback`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void TweenCallback_1_EndInvoke_m215114134_gshared (TweenCallback_1_t1456286679 * __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 DMCore.Framework.Thread.CSafeLinkedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CSafeLinkedList_1__ctor_m3256013561_gshared (CSafeLinkedList_1_t1705214213 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); LinkedList_1_t1919752173 * L_0 = (LinkedList_1_t1919752173 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (LinkedList_1_t1919752173 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set_m_list_0(L_0); return; } } // System.Void DMCore.Framework.Thread.CSafeLinkedList`1::AddLast(T) extern "C" IL2CPP_METHOD_ATTR void CSafeLinkedList_1_AddLast_m2130485922_gshared (CSafeLinkedList_1_t1705214213 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { LinkedList_1_t1919752173 * L_0 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); V_0 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) LinkedList_1_t1919752173 * L_2 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); RuntimeObject * L_3 = ___item0; NullCheck((LinkedList_1_t1919752173 *)L_2); (( LinkedListNode_1_t2825281267 * (*) (LinkedList_1_t1919752173 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((LinkedList_1_t1919752173 *)L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); IL2CPP_LEAVE(0x26, FINALLY_001f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(31) } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_JUMP_TBL(0x26, IL_0026) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0026: { return; } } // System.Void DMCore.Framework.Thread.CSafeLinkedList`1::AddFirst(T) extern "C" IL2CPP_METHOD_ATTR void CSafeLinkedList_1_AddFirst_m2537367169_gshared (CSafeLinkedList_1_t1705214213 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { LinkedList_1_t1919752173 * L_0 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); V_0 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) LinkedList_1_t1919752173 * L_2 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); RuntimeObject * L_3 = ___item0; NullCheck((LinkedList_1_t1919752173 *)L_2); (( LinkedListNode_1_t2825281267 * (*) (LinkedList_1_t1919752173 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((LinkedList_1_t1919752173 *)L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); IL2CPP_LEAVE(0x26, FINALLY_001f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(31) } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_JUMP_TBL(0x26, IL_0026) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0026: { return; } } // System.Void DMCore.Framework.Thread.CSafeLinkedList`1::PushList(System.Collections.Generic.List`1) extern "C" IL2CPP_METHOD_ATTR void CSafeLinkedList_1_PushList_m1143508378_gshared (CSafeLinkedList_1_t1705214213 * __this, List_1_t257213610 * ___listVal0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { List_1_t257213610 * L_0 = ___listVal0; if (!L_0) { goto IL_0011; } } { List_1_t257213610 * L_1 = ___listVal0; NullCheck((List_1_t257213610 *)L_1); int32_t L_2 = (( int32_t (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((List_1_t257213610 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); if (L_2) { goto IL_0012; } } IL_0011: { return; } IL_0012: { LinkedList_1_t1919752173 * L_3 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); V_0 = (RuntimeObject *)L_3; RuntimeObject * L_4 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/NULL); } IL_001f: try { // begin try (depth: 1) { V_1 = (int32_t)0; goto IL_003d; } IL_0026: { LinkedList_1_t1919752173 * L_5 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); List_1_t257213610 * L_6 = ___listVal0; int32_t L_7 = V_1; NullCheck((List_1_t257213610 *)L_6); RuntimeObject * L_8 = (( RuntimeObject * (*) (List_1_t257213610 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((List_1_t257213610 *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); NullCheck((LinkedList_1_t1919752173 *)L_5); (( LinkedListNode_1_t2825281267 * (*) (LinkedList_1_t1919752173 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((LinkedList_1_t1919752173 *)L_5, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); int32_t L_9 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003d: { int32_t L_10 = V_1; List_1_t257213610 * L_11 = ___listVal0; NullCheck((List_1_t257213610 *)L_11); int32_t L_12 = (( int32_t (*) (List_1_t257213610 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((List_1_t257213610 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0026; } } IL_0049: { IL2CPP_LEAVE(0x55, FINALLY_004e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004e; } FINALLY_004e: { // begin finally (depth: 1) RuntimeObject * L_13 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_13, /*hidden argument*/NULL); IL2CPP_END_FINALLY(78) } // end finally (depth: 1) IL2CPP_CLEANUP(78) { IL2CPP_JUMP_TBL(0x55, IL_0055) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0055: { return; } } // System.Boolean DMCore.Framework.Thread.CSafeLinkedList`1::Pop(T&) extern "C" IL2CPP_METHOD_ATTR bool CSafeLinkedList_1_Pop_m435619513_gshared (CSafeLinkedList_1_t1705214213 * __this, RuntimeObject ** ___refVal0, const RuntimeMethod* method) { bool V_0 = false; RuntimeObject * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (bool)0; LinkedList_1_t1919752173 * L_0 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); V_1 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_1, /*hidden argument*/NULL); } IL_000f: try { // begin try (depth: 1) { LinkedList_1_t1919752173 * L_2 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); NullCheck((LinkedList_1_t1919752173 *)L_2); int32_t L_3 = (( int32_t (*) (LinkedList_1_t1919752173 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((LinkedList_1_t1919752173 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); if (!L_3) { goto IL_0042; } } IL_001f: { RuntimeObject ** L_4 = ___refVal0; LinkedList_1_t1919752173 * L_5 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); NullCheck((LinkedList_1_t1919752173 *)L_5); LinkedListNode_1_t2825281267 * L_6 = (( LinkedListNode_1_t2825281267 * (*) (LinkedList_1_t1919752173 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((LinkedList_1_t1919752173 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); NullCheck((LinkedListNode_1_t2825281267 *)L_6); RuntimeObject * L_7 = (( RuntimeObject * (*) (LinkedListNode_1_t2825281267 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((LinkedListNode_1_t2825281267 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); *(RuntimeObject **)L_4 = L_7; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_4, L_7); LinkedList_1_t1919752173 * L_8 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); NullCheck((LinkedList_1_t1919752173 *)L_8); (( void (*) (LinkedList_1_t1919752173 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)((LinkedList_1_t1919752173 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); V_0 = (bool)1; } IL_0042: { IL2CPP_LEAVE(0x4E, FINALLY_0047); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0047; } FINALLY_0047: { // begin finally (depth: 1) RuntimeObject * L_9 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(71) } // end finally (depth: 1) IL2CPP_CLEANUP(71) { IL2CPP_JUMP_TBL(0x4E, IL_004e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004e: { bool L_10 = V_0; return L_10; } } // System.Int32 DMCore.Framework.Thread.CSafeLinkedList`1::GetCount() extern "C" IL2CPP_METHOD_ATTR int32_t CSafeLinkedList_1_GetCount_m1699724591_gshared (CSafeLinkedList_1_t1705214213 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeObject * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (int32_t)0; LinkedList_1_t1919752173 * L_0 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); V_1 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_1, /*hidden argument*/NULL); } IL_000f: try { // begin try (depth: 1) LinkedList_1_t1919752173 * L_2 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); NullCheck((LinkedList_1_t1919752173 *)L_2); int32_t L_3 = (( int32_t (*) (LinkedList_1_t1919752173 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((LinkedList_1_t1919752173 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); V_0 = (int32_t)L_3; IL2CPP_LEAVE(0x27, FINALLY_0020); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0020; } FINALLY_0020: { // begin finally (depth: 1) RuntimeObject * L_4 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(32) } // end finally (depth: 1) IL2CPP_CLEANUP(32) { IL2CPP_JUMP_TBL(0x27, IL_0027) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0027: { int32_t L_5 = V_0; return L_5; } } // System.Void DMCore.Framework.Thread.CSafeLinkedList`1::Clear() extern "C" IL2CPP_METHOD_ATTR void CSafeLinkedList_1_Clear_m3397331937_gshared (CSafeLinkedList_1_t1705214213 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { LinkedList_1_t1919752173 * L_0 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); V_0 = (RuntimeObject *)L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) LinkedList_1_t1919752173 * L_2 = (LinkedList_1_t1919752173 *)__this->get_m_list_0(); NullCheck((LinkedList_1_t1919752173 *)L_2); (( void (*) (LinkedList_1_t1919752173 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((LinkedList_1_t1919752173 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); IL2CPP_LEAVE(0x24, FINALLY_001d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: { // begin finally (depth: 1) RuntimeObject * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(29) } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_JUMP_TBL(0x24, IL_0024) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0024: { 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 FitFun.Singleton`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Singleton_1__ctor_m643532412_gshared (Singleton_1_t1404806610 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T FitFun.Singleton`1::get_Instance() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Singleton_1_get_Instance_m1621582618_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); RuntimeObject * L_0 = ((Singleton_1_t1404806610_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->get_instance_0(); if (L_0) { goto IL_0019; } } { RuntimeObject * L_1 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); ((Singleton_1_t1404806610_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set_instance_0(L_1); } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); RuntimeObject * L_2 = ((Singleton_1_t1404806610_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->get_instance_0(); return L_2; } } // System.Void FitFun.Singleton`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void Singleton_1__cctor_m2057692177_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_0 = V_0; ((Singleton_1_t1404806610_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set_instance_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 FitFun.SingletonMonobehaviour`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void SingletonMonobehaviour_1__ctor_m1307901487_gshared (SingletonMonobehaviour_1_t1560551489 * __this, const RuntimeMethod* method) { { NullCheck((MonoBehaviour_t3962482529 *)__this); MonoBehaviour__ctor_m1579109191((MonoBehaviour_t3962482529 *)__this, /*hidden argument*/NULL); return; } } // T FitFun.SingletonMonobehaviour`1::get_Instance() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SingletonMonobehaviour_1_get_Instance_m1810564294_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SingletonMonobehaviour_1_get_Instance_m1810564294_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_t1113636619 * V_0 = NULL; { RuntimeObject * L_0 = ((SingletonMonobehaviour_1_t1560551489_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->get__Instance_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_1 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)L_0, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0080; } } { RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_t631007953 * L_4 = Object_FindObjectOfType_m67275058(NULL /*static, unused*/, (Type_t *)L_3, /*hidden argument*/NULL); ((SingletonMonobehaviour_1_t1560551489_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set__Instance_2(((RuntimeObject *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))); RuntimeObject * L_5 = ((SingletonMonobehaviour_1_t1560551489_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->get__Instance_2(); bool L_6 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)L_5, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0070; } } { GameObject_t1113636619 * L_7 = GameObject_Find_m2032535176(NULL /*static, unused*/, (String_t*)_stringLiteral531699260, /*hidden argument*/NULL); V_0 = (GameObject_t1113636619 *)L_7; GameObject_t1113636619 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_9 = Object_op_Equality_m1810815630(NULL /*static, unused*/, (Object_t631007953 *)L_8, (Object_t631007953 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0065; } } { GameObject_t1113636619 * L_10 = (GameObject_t1113636619 *)il2cpp_codegen_object_new(GameObject_t1113636619_il2cpp_TypeInfo_var); GameObject__ctor_m2093116449(L_10, (String_t*)_stringLiteral531699260, /*hidden argument*/NULL); V_0 = (GameObject_t1113636619 *)L_10; } IL_0065: { GameObject_t1113636619 * L_11 = V_0; NullCheck((GameObject_t1113636619 *)L_11); RuntimeObject * L_12 = (( RuntimeObject * (*) (GameObject_t1113636619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)->methodPointer)((GameObject_t1113636619 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); ((SingletonMonobehaviour_1_t1560551489_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set__Instance_2(L_12); } IL_0070: { NullCheck((SingletonMonobehaviour_1_t1560551489 *)(*(((SingletonMonobehaviour_1_t1560551489_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->get_address_of__Instance_2()))); VirtActionInvoker0::Invoke(4 /* System.Void FitFun.SingletonMonobehaviour`1::OnInstance() */, (SingletonMonobehaviour_1_t1560551489 *)(*(((SingletonMonobehaviour_1_t1560551489_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->get_address_of__Instance_2()))); } IL_0080: { RuntimeObject * L_13 = ((SingletonMonobehaviour_1_t1560551489_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->get__Instance_2(); return L_13; } } // System.Void FitFun.SingletonMonobehaviour`1::OnInstance() extern "C" IL2CPP_METHOD_ATTR void SingletonMonobehaviour_1_OnInstance_m3203212202_gshared (SingletonMonobehaviour_1_t1560551489 * __this, 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 Kylin.GeniricPool`1::.ctor(System.Func`2,System.Action`1,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void GeniricPool_1__ctor_m546231341_gshared (GeniricPool_1_t2321946559 * __this, Func_2_t2447130374 * ___CreateFunction0, Action_1_t3252573759 * ___OnPush1, Action_1_t3252573759 * ___OnPop2, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); Stack_1_t3923495619 * L_0 = (Stack_1_t3923495619 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set_pool_0(L_0); Func_2_t2447130374 * L_1 = ___CreateFunction0; __this->set_CreateFunction_2(L_1); Action_1_t3252573759 * L_2 = ___OnPush1; __this->set_OnPush_3(L_2); Action_1_t3252573759 * L_3 = ___OnPop2; __this->set_OnPop_4(L_3); return; } } // System.Void Kylin.GeniricPool`1::.ctor(T,System.Func`2,System.Action`1,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void GeniricPool_1__ctor_m270965133_gshared (GeniricPool_1_t2321946559 * __this, RuntimeObject * ___blueprint0, Func_2_t2447130374 * ___CreateFunction1, Action_1_t3252573759 * ___OnPush2, Action_1_t3252573759 * ___OnPop3, const RuntimeMethod* method) { { Func_2_t2447130374 * L_0 = ___CreateFunction1; Action_1_t3252573759 * L_1 = ___OnPush2; Action_1_t3252573759 * L_2 = ___OnPop3; NullCheck((GeniricPool_1_t2321946559 *)__this); (( void (*) (GeniricPool_1_t2321946559 *, Func_2_t2447130374 *, Action_1_t3252573759 *, Action_1_t3252573759 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((GeniricPool_1_t2321946559 *)__this, (Func_2_t2447130374 *)L_0, (Action_1_t3252573759 *)L_1, (Action_1_t3252573759 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); RuntimeObject * L_3 = ___blueprint0; NullCheck((GeniricPool_1_t2321946559 *)__this); (( void (*) (GeniricPool_1_t2321946559 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((GeniricPool_1_t2321946559 *)__this, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return; } } // T Kylin.GeniricPool`1::get_Blueprint() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GeniricPool_1_get_Blueprint_m3028373076_gshared (GeniricPool_1_t2321946559 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CBlueprintU3Ek__BackingField_1(); return L_0; } } // System.Void Kylin.GeniricPool`1::set_Blueprint(T) extern "C" IL2CPP_METHOD_ATTR void GeniricPool_1_set_Blueprint_m4230492591_gshared (GeniricPool_1_t2321946559 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_U3CBlueprintU3Ek__BackingField_1(L_0); return; } } // System.Boolean Kylin.GeniricPool`1::Populate(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool GeniricPool_1_Populate_m2034124380_gshared (GeniricPool_1_t2321946559 * __this, int32_t ___count0, const RuntimeMethod* method) { { NullCheck((GeniricPool_1_t2321946559 *)__this); RuntimeObject * L_0 = (( RuntimeObject * (*) (GeniricPool_1_t2321946559 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((GeniricPool_1_t2321946559 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); int32_t L_1 = ___count0; NullCheck((GeniricPool_1_t2321946559 *)__this); bool L_2 = (( bool (*) (GeniricPool_1_t2321946559 *, RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((GeniricPool_1_t2321946559 *)__this, (RuntimeObject *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return L_2; } } // System.Boolean Kylin.GeniricPool`1::Populate(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool GeniricPool_1_Populate_m1216903749_gshared (GeniricPool_1_t2321946559 * __this, RuntimeObject * ___blueprint0, int32_t ___count1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___count1; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0009; } } { return (bool)1; } IL_0009: { RuntimeObject * L_1 = ___blueprint0; NullCheck((GeniricPool_1_t2321946559 *)__this); RuntimeObject * L_2 = (( RuntimeObject * (*) (GeniricPool_1_t2321946559 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((GeniricPool_1_t2321946559 *)__this, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); V_0 = (RuntimeObject *)L_2; RuntimeObject * L_3 = V_0; if (L_3) { goto IL_001e; } } { return (bool)0; } IL_001e: { RuntimeObject * L_4 = V_0; NullCheck((GeniricPool_1_t2321946559 *)__this); (( void (*) (GeniricPool_1_t2321946559 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((GeniricPool_1_t2321946559 *)__this, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_1 = (int32_t)1; goto IL_003d; } IL_002c: { RuntimeObject * L_5 = ___blueprint0; NullCheck((GeniricPool_1_t2321946559 *)__this); RuntimeObject * L_6 = (( RuntimeObject * (*) (GeniricPool_1_t2321946559 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((GeniricPool_1_t2321946559 *)__this, (RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); NullCheck((GeniricPool_1_t2321946559 *)__this); (( void (*) (GeniricPool_1_t2321946559 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((GeniricPool_1_t2321946559 *)__this, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); int32_t L_7 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_003d: { int32_t L_8 = V_1; int32_t L_9 = ___count1; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_002c; } } { return (bool)1; } } // T Kylin.GeniricPool`1::Pop() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GeniricPool_1_Pop_m1550642804_gshared (GeniricPool_1_t2321946559 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { Stack_1_t3923495619 * L_0 = (Stack_1_t3923495619 *)__this->get_pool_0(); NullCheck((Stack_1_t3923495619 *)L_0); int32_t L_1 = (( int32_t (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)((Stack_1_t3923495619 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); if (L_1) { goto IL_0022; } } { NullCheck((GeniricPool_1_t2321946559 *)__this); RuntimeObject * L_2 = (( RuntimeObject * (*) (GeniricPool_1_t2321946559 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((GeniricPool_1_t2321946559 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); NullCheck((GeniricPool_1_t2321946559 *)__this); RuntimeObject * L_3 = (( RuntimeObject * (*) (GeniricPool_1_t2321946559 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((GeniricPool_1_t2321946559 *)__this, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); V_0 = (RuntimeObject *)L_3; goto IL_0072; } IL_0022: { Stack_1_t3923495619 * L_4 = (Stack_1_t3923495619 *)__this->get_pool_0(); NullCheck((Stack_1_t3923495619 *)L_4); RuntimeObject * L_5 = (( RuntimeObject * (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((Stack_1_t3923495619 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); V_0 = (RuntimeObject *)L_5; goto IL_0067; } IL_0033: { Stack_1_t3923495619 * L_6 = (Stack_1_t3923495619 *)__this->get_pool_0(); NullCheck((Stack_1_t3923495619 *)L_6); int32_t L_7 = (( int32_t (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)((Stack_1_t3923495619 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0055; } } { Stack_1_t3923495619 * L_8 = (Stack_1_t3923495619 *)__this->get_pool_0(); NullCheck((Stack_1_t3923495619 *)L_8); RuntimeObject * L_9 = (( RuntimeObject * (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)((Stack_1_t3923495619 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); V_0 = (RuntimeObject *)L_9; goto IL_0067; } IL_0055: { NullCheck((GeniricPool_1_t2321946559 *)__this); RuntimeObject * L_10 = (( RuntimeObject * (*) (GeniricPool_1_t2321946559 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((GeniricPool_1_t2321946559 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); NullCheck((GeniricPool_1_t2321946559 *)__this); RuntimeObject * L_11 = (( RuntimeObject * (*) (GeniricPool_1_t2321946559 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((GeniricPool_1_t2321946559 *)__this, (RuntimeObject *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); V_0 = (RuntimeObject *)L_11; goto IL_0072; } IL_0067: { RuntimeObject * L_12 = V_0; if (!L_12) { goto IL_0033; } } IL_0072: { Action_1_t3252573759 * L_13 = (Action_1_t3252573759 *)__this->get_OnPop_4(); if (!L_13) { goto IL_0089; } } { Action_1_t3252573759 * L_14 = (Action_1_t3252573759 *)__this->get_OnPop_4(); RuntimeObject * L_15 = V_0; NullCheck((Action_1_t3252573759 *)L_14); (( void (*) (Action_1_t3252573759 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)((Action_1_t3252573759 *)L_14, (RuntimeObject *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); } IL_0089: { RuntimeObject * L_16 = V_0; return L_16; } } // T[] Kylin.GeniricPool`1::Pop(System.Int32) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* GeniricPool_1_Pop_m482125264_gshared (GeniricPool_1_t2321946559 * __this, int32_t ___count0, const RuntimeMethod* method) { ObjectU5BU5D_t2843939325* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___count0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000e; } } { return ((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12), (uint32_t)0)); } IL_000e: { int32_t L_1 = ___count0; V_0 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12), (uint32_t)L_1)); V_1 = (int32_t)0; goto IL_002d; } IL_001c: { ObjectU5BU5D_t2843939325* L_2 = V_0; int32_t L_3 = V_1; NullCheck((GeniricPool_1_t2321946559 *)__this); RuntimeObject * L_4 = (( RuntimeObject * (*) (GeniricPool_1_t2321946559 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)((GeniricPool_1_t2321946559 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (RuntimeObject *)L_4); int32_t L_5 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_002d: { int32_t L_6 = V_1; int32_t L_7 = ___count0; if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_001c; } } { ObjectU5BU5D_t2843939325* L_8 = V_0; return L_8; } } // System.Void Kylin.GeniricPool`1::Push(T) extern "C" IL2CPP_METHOD_ATTR void GeniricPool_1_Push_m3918003129_gshared (GeniricPool_1_t2321946559 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_000c; } } { return; } IL_000c: { Action_1_t3252573759 * L_1 = (Action_1_t3252573759 *)__this->get_OnPush_3(); if (!L_1) { goto IL_0023; } } { Action_1_t3252573759 * L_2 = (Action_1_t3252573759 *)__this->get_OnPush_3(); RuntimeObject * L_3 = ___obj0; NullCheck((Action_1_t3252573759 *)L_2); (( void (*) (Action_1_t3252573759 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)((Action_1_t3252573759 *)L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); } IL_0023: { Stack_1_t3923495619 * L_4 = (Stack_1_t3923495619 *)__this->get_pool_0(); RuntimeObject * L_5 = ___obj0; NullCheck((Stack_1_t3923495619 *)L_4); (( void (*) (Stack_1_t3923495619 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)((Stack_1_t3923495619 *)L_4, (RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return; } } // System.Void Kylin.GeniricPool`1::Push(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void GeniricPool_1_Push_m749829018_gshared (GeniricPool_1_t2321946559 * __this, RuntimeObject* ___objects0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GeniricPool_1_Push_m749829018_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___objects0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { RuntimeObject* L_1 = ___objects0; NullCheck((RuntimeObject*)L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 15), (RuntimeObject*)L_1); V_1 = (RuntimeObject*)L_2; } IL_000e: try { // begin try (depth: 1) { goto IL_0021; } IL_0013: { RuntimeObject* L_3 = V_1; NullCheck((RuntimeObject*)L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 16), (RuntimeObject*)L_3); V_0 = (RuntimeObject *)L_4; RuntimeObject * L_5 = V_0; NullCheck((GeniricPool_1_t2321946559 *)__this); (( void (*) (GeniricPool_1_t2321946559 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((GeniricPool_1_t2321946559 *)__this, (RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_0021: { RuntimeObject* L_6 = V_1; NullCheck((RuntimeObject*)L_6); bool L_7 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_6); if (L_7) { goto IL_0013; } } IL_002c: { IL2CPP_LEAVE(0x3E, FINALLY_0031); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: { // begin finally (depth: 1) { RuntimeObject* L_8 = V_1; if (!L_8) { goto IL_003d; } } IL_0037: { RuntimeObject* L_9 = V_1; NullCheck((RuntimeObject*)L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_9); } IL_003d: { IL2CPP_END_FINALLY(49) } } // end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_JUMP_TBL(0x3E, IL_003e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003e: { return; } } // System.Void Kylin.GeniricPool`1::Clear(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GeniricPool_1_Clear_m1240955718_gshared (GeniricPool_1_t2321946559 * __this, bool ___destroyObjects0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GeniricPool_1_Clear_m1240955718_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Enumerator_t1142515742 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = ___destroyObjects0; if (!L_0) { goto IL_004e; } } { Stack_1_t3923495619 * L_1 = (Stack_1_t3923495619 *)__this->get_pool_0(); NullCheck((Stack_1_t3923495619 *)L_1); Enumerator_t1142515742 L_2 = (( Enumerator_t1142515742 (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)((Stack_1_t3923495619 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_1 = (Enumerator_t1142515742 )L_2; } IL_0012: try { // begin try (depth: 1) { goto IL_002f; } IL_0017: { RuntimeObject * L_3 = Enumerator_get_Current_m4021067135((Enumerator_t1142515742 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); V_0 = (RuntimeObject *)L_3; RuntimeObject * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_Destroy_m565254235(NULL /*static, unused*/, (Object_t631007953 *)((Object_t631007953 *)IsInst((RuntimeObject*)L_4, Object_t631007953_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_002f: { bool L_5 = Enumerator_MoveNext_m3061476679((Enumerator_t1142515742 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)); if (L_5) { goto IL_0017; } } IL_003b: { IL2CPP_LEAVE(0x4E, FINALLY_0040); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0040; } FINALLY_0040: { // begin finally (depth: 1) Il2CppFakeBox L_6(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20), (&V_1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__72 = il2cpp_codegen_get_interface_invoke_data(0, &L_6, IDisposable_t3640265483_il2cpp_TypeInfo_var); (( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__72.methodPtr)((RuntimeObject*)(&L_6), /*hidden argument*/il2cpp_virtual_invoke_data__72.method); V_1 = L_6.m_Value; IL2CPP_END_FINALLY(64) } // end finally (depth: 1) IL2CPP_CLEANUP(64) { IL2CPP_JUMP_TBL(0x4E, IL_004e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004e: { Stack_1_t3923495619 * L_7 = (Stack_1_t3923495619 *)__this->get_pool_0(); NullCheck((Stack_1_t3923495619 *)L_7); (( void (*) (Stack_1_t3923495619 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)->methodPointer)((Stack_1_t3923495619 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)); return; } } // T Kylin.GeniricPool`1::NewObject(T) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GeniricPool_1_NewObject_m2680938506_gshared (GeniricPool_1_t2321946559 * __this, RuntimeObject * ___blueprint0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GeniricPool_1_NewObject_m2680938506_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Func_2_t2447130374 * L_0 = (Func_2_t2447130374 *)__this->get_CreateFunction_2(); if (!L_0) { goto IL_0018; } } { Func_2_t2447130374 * L_1 = (Func_2_t2447130374 *)__this->get_CreateFunction_2(); RuntimeObject * L_2 = ___blueprint0; NullCheck((Func_2_t2447130374 *)L_1); RuntimeObject * L_3 = (( RuntimeObject * (*) (Func_2_t2447130374 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Func_2_t2447130374 *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); return L_3; } IL_0018: { RuntimeObject * L_4 = ___blueprint0; if (!L_4) { goto IL_0033; } } { RuntimeObject * L_5 = ___blueprint0; if (((Object_t631007953 *)IsInst((RuntimeObject*)L_5, Object_t631007953_il2cpp_TypeInfo_var))) { goto IL_003a; } } IL_0033: { return ((RuntimeObject *)Castclass((RuntimeObject*)NULL, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 7))); } IL_003a: { RuntimeObject * L_6 = ___blueprint0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); Object_t631007953 * L_7 = Object_Instantiate_m3403600534(NULL /*static, unused*/, (Object_t631007953 *)((Object_t631007953 *)IsInst((RuntimeObject*)L_6, Object_t631007953_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return ((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_7, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 7))), IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 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) extern "C" IL2CPP_METHOD_ATTR void ExporterFunc_1__ctor_m2554042710_gshared (ExporterFunc_1_t1983223696 * __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) extern "C" IL2CPP_METHOD_ATTR void ExporterFunc_1_Invoke_m2950434254_gshared (ExporterFunc_1_t1983223696 * __this, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ExporterFunc_1_Invoke_m2950434254((ExporterFunc_1_t1983223696 *)__this->get_prev_9(), ___obj0, ___writer1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___obj0, ___writer1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___obj0, ___writer1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // 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)) GenericInterfaceActionInvoker2< RuntimeObject *, JsonWriter_t3570089748 * >::Invoke(targetMethod, targetThis, ___obj0, ___writer1); else GenericVirtActionInvoker2< RuntimeObject *, JsonWriter_t3570089748 * >::Invoke(targetMethod, targetThis, ___obj0, ___writer1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, JsonWriter_t3570089748 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0, ___writer1); else VirtActionInvoker2< RuntimeObject *, JsonWriter_t3570089748 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0, ___writer1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, ___writer1, targetMethod); } } else { // 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_t3570089748 * >::Invoke(targetMethod, ___obj0, ___writer1); else GenericVirtActionInvoker1< JsonWriter_t3570089748 * >::Invoke(targetMethod, ___obj0, ___writer1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< JsonWriter_t3570089748 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___obj0, ___writer1); else VirtActionInvoker1< JsonWriter_t3570089748 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___obj0, ___writer1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___obj0, ___writer1, targetMethod); } } } } // System.IAsyncResult LitJson.ExporterFunc`1::BeginInvoke(T,LitJson.JsonWriter,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExporterFunc_1_BeginInvoke_m753224981_gshared (ExporterFunc_1_t1983223696 * __this, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, AsyncCallback_t3962456242 * ___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) extern "C" IL2CPP_METHOD_ATTR void ExporterFunc_1_EndInvoke_m1785184764_gshared (ExporterFunc_1_t1983223696 * __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) extern "C" IL2CPP_METHOD_ATTR void ImporterFunc_2__ctor_m3973553376_gshared (ImporterFunc_2_t3974708465 * __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) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ImporterFunc_2_Invoke_m3778108098_gshared (ImporterFunc_2_t3974708465 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { ImporterFunc_2_Invoke_m3778108098((ImporterFunc_2_t3974708465 *)__this->get_prev_9(), ___input0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___input0, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___input0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // 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 = 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 { typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___input0, targetMethod); } } else { // 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); } } } return result; } // System.IAsyncResult LitJson.ImporterFunc`2::BeginInvoke(TJson,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ImporterFunc_2_BeginInvoke_m3838905440_gshared (ImporterFunc_2_t3974708465 * __this, RuntimeObject * ___input0, AsyncCallback_t3962456242 * ___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) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ImporterFunc_2_EndInvoke_m1177570808_gshared (ImporterFunc_2_t3974708465 * __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__AnonStorey0`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterExporterU3Ec__AnonStorey0_1__ctor_m718028414_gshared (U3CRegisterExporterU3Ec__AnonStorey0_1_t1306306425 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void LitJson.JsonMapper/c__AnonStorey0`1::<>m__0(System.Object,LitJson.JsonWriter) extern "C" IL2CPP_METHOD_ATTR void U3CRegisterExporterU3Ec__AnonStorey0_1_U3CU3Em__0_m451688342_gshared (U3CRegisterExporterU3Ec__AnonStorey0_1_t1306306425 * __this, RuntimeObject * ___obj0, JsonWriter_t3570089748 * ___writer1, const RuntimeMethod* method) { { ExporterFunc_1_t1983223696 * L_0 = (ExporterFunc_1_t1983223696 *)__this->get_exporter_0(); RuntimeObject * L_1 = ___obj0; JsonWriter_t3570089748 * L_2 = ___writer1; NullCheck((ExporterFunc_1_t1983223696 *)L_0); (( void (*) (ExporterFunc_1_t1983223696 *, RuntimeObject *, JsonWriter_t3570089748 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExporterFunc_1_t1983223696 *)L_0, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))), (JsonWriter_t3570089748 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->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__AnonStorey1`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CRegisterImporterU3Ec__AnonStorey1_2__ctor_m1403476214_gshared (U3CRegisterImporterU3Ec__AnonStorey1_2_t1504413337 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Object LitJson.JsonMapper/c__AnonStorey1`2::<>m__0(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterImporterU3Ec__AnonStorey1_2_U3CU3Em__0_m702003013_gshared (U3CRegisterImporterU3Ec__AnonStorey1_2_t1504413337 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { { ImporterFunc_2_t3974708465 * L_0 = (ImporterFunc_2_t3974708465 *)__this->get_importer_0(); RuntimeObject * L_1 = ___input0; NullCheck((ImporterFunc_2_t3974708465 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (ImporterFunc_2_t3974708465 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ImporterFunc_2_t3974708465 *)L_0, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->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 Newtonsoft.Json.Converters.CustomCreationConverter`1::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR void CustomCreationConverter_1_WriteJson_m2911941134_gshared (CustomCreationConverter_1_t2737042215 * __this, JsonWriter_t1467272295 * ___writer0, RuntimeObject * ___value1, JsonSerializer_t1424496335 * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomCreationConverter_1_WriteJson_m2911941134_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, (String_t*)_stringLiteral3859324895, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,CustomCreationConverter_1_WriteJson_m2911941134_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Converters.CustomCreationConverter`1::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CustomCreationConverter_1_ReadJson_m2375568098_gshared (CustomCreationConverter_1_t2737042215 * __this, JsonReader_t2369136700 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_t1424496335 * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomCreationConverter_1_ReadJson_m2375568098_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { JsonReader_t2369136700 * L_0 = ___reader0; NullCheck((JsonReader_t2369136700 *)L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, (JsonReader_t2369136700 *)L_0); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)11))))) { goto IL_000c; } } { return NULL; } IL_000c: { Type_t * L_2 = ___objectType1; NullCheck((CustomCreationConverter_1_t2737042215 *)__this); RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(9 /* T Newtonsoft.Json.Converters.CustomCreationConverter`1::Create(System.Type) */, (CustomCreationConverter_1_t2737042215 *)__this, (Type_t *)L_2); V_0 = (RuntimeObject *)L_3; RuntimeObject * L_4 = V_0; if (L_4) { goto IL_0027; } } { JsonSerializationException_t4152118729 * L_5 = (JsonSerializationException_t4152118729 *)il2cpp_codegen_object_new(JsonSerializationException_t4152118729_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m3520895892(L_5, (String_t*)_stringLiteral2154539622, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,CustomCreationConverter_1_ReadJson_m2375568098_RuntimeMethod_var); } IL_0027: { JsonSerializer_t1424496335 * L_6 = ___serializer3; JsonReader_t2369136700 * L_7 = ___reader0; RuntimeObject * L_8 = V_0; NullCheck((JsonSerializer_t1424496335 *)L_6); JsonSerializer_Populate_m3554373500((JsonSerializer_t1424496335 *)L_6, (JsonReader_t2369136700 *)L_7, (RuntimeObject *)L_8, /*hidden argument*/NULL); RuntimeObject * L_9 = V_0; return L_9; } } // System.Boolean Newtonsoft.Json.Converters.CustomCreationConverter`1::CanConvert(System.Type) extern "C" IL2CPP_METHOD_ATTR bool CustomCreationConverter_1_CanConvert_m1306154802_gshared (CustomCreationConverter_1_t2737042215 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CustomCreationConverter_1_CanConvert_m1306154802_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->declaring_type->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_0, /*hidden argument*/NULL); Type_t * L_2 = ___objectType0; NullCheck((Type_t *)L_1); bool L_3 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_1, (Type_t *)L_2); return L_3; } } // System.Boolean Newtonsoft.Json.Converters.CustomCreationConverter`1::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool CustomCreationConverter_1_get_CanWrite_m1542707388_gshared (CustomCreationConverter_1_t2737042215 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void Newtonsoft.Json.Converters.CustomCreationConverter`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void CustomCreationConverter_1__ctor_m1363005370_gshared (CustomCreationConverter_1_t2737042215 * __this, const RuntimeMethod* method) { { NullCheck((JsonConverter_t1047106545 *)__this); JsonConverter__ctor_m2308226415((JsonConverter_t1047106545 *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.Extensions/<>c__0`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__0_1__cctor_m1212100090_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { U3CU3Ec__0_1_t375822018 * L_0 = (U3CU3Ec__0_1_t375822018 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); (( void (*) (U3CU3Ec__0_1_t375822018 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ((U3CU3Ec__0_1_t375822018_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void Newtonsoft.Json.Linq.Extensions/<>c__0`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__0_1__ctor_m1494858945_gshared (U3CU3Ec__0_1_t375822018 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 Newtonsoft.Json.Linq.Extensions/<>c__1`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__1_1__cctor_m655952010_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { U3CU3Ec__1_1_t4257191618 * L_0 = (U3CU3Ec__1_1_t4257191618 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); (( void (*) (U3CU3Ec__1_1_t4257191618 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ((U3CU3Ec__1_1_t4257191618_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void Newtonsoft.Json.Linq.Extensions/<>c__1`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__1_1__ctor_m1738306995_gshared (U3CU3Ec__1_1_t4257191618 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 Newtonsoft.Json.Linq.Extensions/<>c__13`2::.cctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__13_2__cctor_m3869665438_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { U3CU3Ec__13_2_t3688947821 * L_0 = (U3CU3Ec__13_2_t3688947821 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); (( void (*) (U3CU3Ec__13_2_t3688947821 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ((U3CU3Ec__13_2_t3688947821_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void Newtonsoft.Json.Linq.Extensions/<>c__13`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__13_2__ctor_m2882670295_gshared (U3CU3Ec__13_2_t3688947821 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 Newtonsoft.Json.Linq.Extensions/<>c__2`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__2_1__cctor_m865428252_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { U3CU3Ec__2_1_t3843593922 * L_0 = (U3CU3Ec__2_1_t3843593922 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); (( void (*) (U3CU3Ec__2_1_t3843593922 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ((U3CU3Ec__2_1_t3843593922_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void Newtonsoft.Json.Linq.Extensions/<>c__2`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__2_1__ctor_m1874149954_gshared (U3CU3Ec__2_1_t3843593922 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 Newtonsoft.Json.Linq.Extensions/<>c__3`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__3_1__cctor_m3009120353_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { U3CU3Ec__3_1_t3429996226 * L_0 = (U3CU3Ec__3_1_t3429996226 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); (( void (*) (U3CU3Ec__3_1_t3429996226 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ((U3CU3Ec__3_1_t3429996226_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void Newtonsoft.Json.Linq.Extensions/<>c__3`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__3_1__ctor_m2978348404_gshared (U3CU3Ec__3_1_t3429996226 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 Newtonsoft.Json.Linq.Extensions/d__14`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CConvertU3Ed__14_2__ctor_m4242234143_gshared (U3CConvertU3Ed__14_2_t384064213 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CConvertU3Ed__14_2__ctor_m4242234143_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck((Thread_t2300836069 *)L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671((Thread_t2300836069 *)L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.Extensions/d__14`2::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CConvertU3Ed__14_2_System_IDisposable_Dispose_m3540007688_gshared (U3CConvertU3Ed__14_2_t384064213 * __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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { 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((U3CConvertU3Ed__14_2_t384064213 *)__this); (( void (*) (U3CConvertU3Ed__14_2_t384064213 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((U3CConvertU3Ed__14_2_t384064213 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->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 Newtonsoft.Json.Linq.Extensions/d__14`2::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CConvertU3Ed__14_2_MoveNext_m1440592516_gshared (U3CConvertU3Ed__14_2_t384064213 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CConvertU3Ed__14_2_MoveNext_m1440592516_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_1 = (int32_t)L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0015; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_006f; } } IL_000e: { V_0 = (bool)0; goto IL_009c; } IL_0015: { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_3 = (RuntimeObject*)__this->get_source_3(); ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, (RuntimeObject *)L_3, (String_t*)_stringLiteral4294193667, /*hidden argument*/NULL); RuntimeObject* L_4 = (RuntimeObject*)__this->get_source_3(); NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), (RuntimeObject*)L_4); __this->set_U3CU3E7__wrap1_5(L_5); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_0077; } IL_0047: { RuntimeObject* L_6 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_5(); NullCheck((RuntimeObject*)L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_6); V_2 = (RuntimeObject *)L_7; RuntimeObject * L_8 = V_2; RuntimeObject * L_9 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, JToken_t1038539247 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (JToken_t1038539247 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); __this->set_U3CU3E2__current_1(L_9); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_009c; } IL_006f: { __this->set_U3CU3E1__state_0(((int32_t)-3)); } IL_0077: { RuntimeObject* L_10 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_5(); NullCheck((RuntimeObject*)L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); if (L_11) { goto IL_0047; } } IL_0084: { NullCheck((U3CConvertU3Ed__14_2_t384064213 *)__this); (( void (*) (U3CConvertU3Ed__14_2_t384064213 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((U3CConvertU3Ed__14_2_t384064213 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); __this->set_U3CU3E7__wrap1_5((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_009c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_0095; } FAULT_0095: { // begin fault (depth: 1) NullCheck((U3CConvertU3Ed__14_2_t384064213 *)__this); (( void (*) (U3CConvertU3Ed__14_2_t384064213 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((U3CConvertU3Ed__14_2_t384064213 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); IL2CPP_END_FINALLY(149) } // end fault IL2CPP_CLEANUP(149) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009c: { bool L_12 = V_0; return L_12; } } // System.Void Newtonsoft.Json.Linq.Extensions/d__14`2::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CConvertU3Ed__14_2_U3CU3Em__Finally1_m2817753268_gshared (U3CConvertU3Ed__14_2_t384064213 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CConvertU3Ed__14_2_U3CU3Em__Finally1_m2817753268_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_5(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_5(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); } IL_001a: { return; } } // U Newtonsoft.Json.Linq.Extensions/d__14`2::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CConvertU3Ed__14_2_System_Collections_Generic_IEnumeratorU3CUU3E_get_Current_m822408762_gshared (U3CConvertU3Ed__14_2_t384064213 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.Extensions/d__14`2::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CConvertU3Ed__14_2_System_Collections_IEnumerator_Reset_m4173138332_gshared (U3CConvertU3Ed__14_2_t384064213 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CConvertU3Ed__14_2_System_Collections_IEnumerator_Reset_m4173138332_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CConvertU3Ed__14_2_System_Collections_IEnumerator_Reset_m4173138332_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.Extensions/d__14`2::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CConvertU3Ed__14_2_System_Collections_IEnumerator_get_Current_m1609168960_gshared (U3CConvertU3Ed__14_2_t384064213 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.Extensions/d__14`2::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CConvertU3Ed__14_2_System_Collections_Generic_IEnumerableU3CUU3E_GetEnumerator_m2653836992_gshared (U3CConvertU3Ed__14_2_t384064213 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CConvertU3Ed__14_2_System_Collections_Generic_IEnumerableU3CUU3E_GetEnumerator_m2653836992_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CConvertU3Ed__14_2_t384064213 * 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_0027; } } { int32_t L_1 = (int32_t)__this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck((Thread_t2300836069 *)L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671((Thread_t2300836069 *)L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = (U3CConvertU3Ed__14_2_t384064213 *)__this; goto IL_002e; } IL_0027: { U3CConvertU3Ed__14_2_t384064213 * L_4 = (U3CConvertU3Ed__14_2_t384064213 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 7)); (( void (*) (U3CConvertU3Ed__14_2_t384064213 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)(L_4, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); V_0 = (U3CConvertU3Ed__14_2_t384064213 *)L_4; } IL_002e: { U3CConvertU3Ed__14_2_t384064213 * L_5 = V_0; RuntimeObject* L_6 = (RuntimeObject*)__this->get_U3CU3E3__source_4(); NullCheck(L_5); L_5->set_source_3(L_6); U3CConvertU3Ed__14_2_t384064213 * L_7 = V_0; return L_7; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.Extensions/d__14`2::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CConvertU3Ed__14_2_System_Collections_IEnumerable_GetEnumerator_m3878740034_gshared (U3CConvertU3Ed__14_2_t384064213 * __this, const RuntimeMethod* method) { { NullCheck((U3CConvertU3Ed__14_2_t384064213 *)__this); RuntimeObject* L_0 = (( RuntimeObject* (*) (U3CConvertU3Ed__14_2_t384064213 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)((U3CConvertU3Ed__14_2_t384064213 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); 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 Newtonsoft.Json.Linq.Extensions/d__11`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CValuesU3Ed__11_2__ctor_m2955613919_gshared (U3CValuesU3Ed__11_2_t3838330508 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CValuesU3Ed__11_2__ctor_m2955613919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck((Thread_t2300836069 *)L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671((Thread_t2300836069 *)L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.Extensions/d__11`2::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CValuesU3Ed__11_2_System_IDisposable_Dispose_m2224574073_gshared (U3CValuesU3Ed__11_2_t3838330508 * __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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)-4)))) { case 0: { goto IL_0031; } case 1: { goto IL_0031; } case 2: { goto IL_004e; } case 3: { goto IL_004e; } case 4: { goto IL_004e; } case 5: { goto IL_0031; } case 6: { goto IL_0031; } case 7: { goto IL_0031; } } } { return; } IL_0031: { } IL_0032: try { // begin try (depth: 1) { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)-4)))) { goto IL_003d; } } IL_0037: { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_003d; } } IL_003b: { IL2CPP_LEAVE(0x4E, FINALLY_0047); } IL_003d: { } IL_003e: try { // begin try (depth: 2) IL2CPP_LEAVE(0x4E, FINALLY_0040); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0040; } FINALLY_0040: { // begin finally (depth: 2) NullCheck((U3CValuesU3Ed__11_2_t3838330508 *)__this); (( void (*) (U3CValuesU3Ed__11_2_t3838330508 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((U3CValuesU3Ed__11_2_t3838330508 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); IL2CPP_END_FINALLY(64) } // end finally (depth: 2) IL2CPP_CLEANUP(64) { IL2CPP_END_CLEANUP(0x4E, FINALLY_0047); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0047; } FINALLY_0047: { // begin finally (depth: 1) NullCheck((U3CValuesU3Ed__11_2_t3838330508 *)__this); (( void (*) (U3CValuesU3Ed__11_2_t3838330508 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((U3CValuesU3Ed__11_2_t3838330508 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); IL2CPP_END_FINALLY(71) } // end finally (depth: 1) IL2CPP_CLEANUP(71) { IL2CPP_JUMP_TBL(0x4E, IL_004e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004e: { return; } } // System.Boolean Newtonsoft.Json.Linq.Extensions/d__11`2::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CValuesU3Ed__11_2_MoveNext_m2479048478_gshared (U3CValuesU3Ed__11_2_t3838330508 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CValuesU3Ed__11_2_MoveNext_m2479048478_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; JEnumerable_1_t20407348 V_2; memset(&V_2, 0, sizeof(V_2)); JToken_t1038539247 * V_3 = NULL; JToken_t1038539247 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_1 = (int32_t)L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0024; } case 1: { goto IL_00ab; } case 2: { goto IL_0101; } case 3: { goto IL_0154; } } } IL_001d: { V_0 = (bool)0; goto IL_018b; } IL_0024: { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_2 = (RuntimeObject*)__this->get_source_3(); ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, (RuntimeObject *)L_2, (String_t*)_stringLiteral4294193667, /*hidden argument*/NULL); RuntimeObject* L_3 = (RuntimeObject*)__this->get_source_3(); NullCheck((RuntimeObject*)L_3); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_3); __this->set_U3CU3E7__wrap1_8(L_4); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_0163; } IL_0059: { RuntimeObject* L_5 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_8(); NullCheck((RuntimeObject*)L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3), (RuntimeObject*)L_5); __this->set_U3CtokenU3E5__1_7((JToken_t1038539247 *)L_6); RuntimeObject * L_7 = (RuntimeObject *)__this->get_key_5(); if (L_7) { goto IL_0125; } } IL_007a: { JToken_t1038539247 * L_8 = (JToken_t1038539247 *)__this->get_U3CtokenU3E5__1_7(); if (!((JValue_t1448862567 *)IsInst((RuntimeObject*)L_8, JValue_t1448862567_il2cpp_TypeInfo_var))) { goto IL_00b8; } } IL_0087: { JToken_t1038539247 * L_9 = (JToken_t1038539247 *)__this->get_U3CtokenU3E5__1_7(); RuntimeObject * L_10 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, JValue_t1448862567 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (JValue_t1448862567 *)((JValue_t1448862567 *)Castclass((RuntimeObject*)L_9, JValue_t1448862567_il2cpp_TypeInfo_var)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_018b; } IL_00ab: { __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_015c; } IL_00b8: { JToken_t1038539247 * L_11 = (JToken_t1038539247 *)__this->get_U3CtokenU3E5__1_7(); NullCheck((JToken_t1038539247 *)L_11); JEnumerable_1_t20407348 L_12 = VirtFuncInvoker0< JEnumerable_1_t20407348 >::Invoke(17 /* Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JToken::Children() */, (JToken_t1038539247 *)L_11); V_2 = (JEnumerable_1_t20407348 )L_12; RuntimeObject* L_13 = JEnumerable_1_GetEnumerator_m3956591064((JEnumerable_1_t20407348 *)(&V_2), /*hidden argument*/JEnumerable_1_GetEnumerator_m3956591064_RuntimeMethod_var); __this->set_U3CU3E7__wrap2_9(L_13); __this->set_U3CU3E1__state_0(((int32_t)-4)); goto IL_0109; } IL_00db: { RuntimeObject* L_14 = (RuntimeObject*)__this->get_U3CU3E7__wrap2_9(); NullCheck((RuntimeObject*)L_14); JToken_t1038539247 * L_15 = InterfaceFuncInvoker0< JToken_t1038539247 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1471109715_il2cpp_TypeInfo_var, (RuntimeObject*)L_14); V_3 = (JToken_t1038539247 *)L_15; JToken_t1038539247 * L_16 = V_3; RuntimeObject * L_17 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, JToken_t1038539247 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (JToken_t1038539247 *)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); __this->set_U3CU3E2__current_1(L_17); __this->set_U3CU3E1__state_0(2); V_0 = (bool)1; goto IL_018b; } IL_0101: { __this->set_U3CU3E1__state_0(((int32_t)-4)); } IL_0109: { RuntimeObject* L_18 = (RuntimeObject*)__this->get_U3CU3E7__wrap2_9(); NullCheck((RuntimeObject*)L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); if (L_19) { goto IL_00db; } } IL_0116: { NullCheck((U3CValuesU3Ed__11_2_t3838330508 *)__this); (( void (*) (U3CValuesU3Ed__11_2_t3838330508 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((U3CValuesU3Ed__11_2_t3838330508 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); __this->set_U3CU3E7__wrap2_9((RuntimeObject*)NULL); goto IL_015c; } IL_0125: { JToken_t1038539247 * L_20 = (JToken_t1038539247 *)__this->get_U3CtokenU3E5__1_7(); RuntimeObject * L_21 = (RuntimeObject *)__this->get_key_5(); NullCheck((JToken_t1038539247 *)L_20); JToken_t1038539247 * L_22 = VirtFuncInvoker1< JToken_t1038539247 *, RuntimeObject * >::Invoke(14 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Item(System.Object) */, (JToken_t1038539247 *)L_20, (RuntimeObject *)L_21); V_4 = (JToken_t1038539247 *)L_22; JToken_t1038539247 * L_23 = V_4; if (!L_23) { goto IL_015c; } } IL_013c: { JToken_t1038539247 * L_24 = V_4; RuntimeObject * L_25 = (( RuntimeObject * (*) (RuntimeObject * /* static, unused */, JToken_t1038539247 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (JToken_t1038539247 *)L_24, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); __this->set_U3CU3E2__current_1(L_25); __this->set_U3CU3E1__state_0(3); V_0 = (bool)1; goto IL_018b; } IL_0154: { __this->set_U3CU3E1__state_0(((int32_t)-3)); } IL_015c: { __this->set_U3CtokenU3E5__1_7((JToken_t1038539247 *)NULL); } IL_0163: { RuntimeObject* L_26 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_8(); NullCheck((RuntimeObject*)L_26); bool L_27 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_26); if (L_27) { goto IL_0059; } } IL_0173: { NullCheck((U3CValuesU3Ed__11_2_t3838330508 *)__this); (( void (*) (U3CValuesU3Ed__11_2_t3838330508 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((U3CValuesU3Ed__11_2_t3838330508 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set_U3CU3E7__wrap1_8((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_018b; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_0184; } FAULT_0184: { // begin fault (depth: 1) NullCheck((U3CValuesU3Ed__11_2_t3838330508 *)__this); (( void (*) (U3CValuesU3Ed__11_2_t3838330508 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((U3CValuesU3Ed__11_2_t3838330508 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); IL2CPP_END_FINALLY(388) } // end fault IL2CPP_CLEANUP(388) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_018b: { bool L_28 = V_0; return L_28; } } // System.Void Newtonsoft.Json.Linq.Extensions/d__11`2::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CValuesU3Ed__11_2_U3CU3Em__Finally1_m413640719_gshared (U3CValuesU3Ed__11_2_t3838330508 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CValuesU3Ed__11_2_U3CU3Em__Finally1_m413640719_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_8(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_8(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); } IL_001a: { return; } } // System.Void Newtonsoft.Json.Linq.Extensions/d__11`2::<>m__Finally2() extern "C" IL2CPP_METHOD_ATTR void U3CValuesU3Ed__11_2_U3CU3Em__Finally2_m10356192_gshared (U3CValuesU3Ed__11_2_t3838330508 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CValuesU3Ed__11_2_U3CU3Em__Finally2_m10356192_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0(((int32_t)-3)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap2_9(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_U3CU3E7__wrap2_9(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); } IL_001b: { return; } } // U Newtonsoft.Json.Linq.Extensions/d__11`2::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CValuesU3Ed__11_2_System_Collections_Generic_IEnumeratorU3CUU3E_get_Current_m1351782937_gshared (U3CValuesU3Ed__11_2_t3838330508 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.Extensions/d__11`2::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CValuesU3Ed__11_2_System_Collections_IEnumerator_Reset_m3266893607_gshared (U3CValuesU3Ed__11_2_t3838330508 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CValuesU3Ed__11_2_System_Collections_IEnumerator_Reset_m3266893607_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CValuesU3Ed__11_2_System_Collections_IEnumerator_Reset_m3266893607_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.Extensions/d__11`2::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CValuesU3Ed__11_2_System_Collections_IEnumerator_get_Current_m3784610773_gshared (U3CValuesU3Ed__11_2_t3838330508 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.Extensions/d__11`2::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CValuesU3Ed__11_2_System_Collections_Generic_IEnumerableU3CUU3E_GetEnumerator_m2708819786_gshared (U3CValuesU3Ed__11_2_t3838330508 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CValuesU3Ed__11_2_System_Collections_Generic_IEnumerableU3CUU3E_GetEnumerator_m2708819786_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CValuesU3Ed__11_2_t3838330508 * 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_0027; } } { int32_t L_1 = (int32_t)__this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck((Thread_t2300836069 *)L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671((Thread_t2300836069 *)L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = (U3CValuesU3Ed__11_2_t3838330508 *)__this; goto IL_002e; } IL_0027: { U3CValuesU3Ed__11_2_t3838330508 * L_4 = (U3CValuesU3Ed__11_2_t3838330508 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 9)); (( void (*) (U3CValuesU3Ed__11_2_t3838330508 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)->methodPointer)(L_4, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); V_0 = (U3CValuesU3Ed__11_2_t3838330508 *)L_4; } IL_002e: { U3CValuesU3Ed__11_2_t3838330508 * L_5 = V_0; RuntimeObject* L_6 = (RuntimeObject*)__this->get_U3CU3E3__source_4(); NullCheck(L_5); L_5->set_source_3(L_6); U3CValuesU3Ed__11_2_t3838330508 * L_7 = V_0; RuntimeObject * L_8 = (RuntimeObject *)__this->get_U3CU3E3__key_6(); NullCheck(L_7); L_7->set_key_5(L_8); U3CValuesU3Ed__11_2_t3838330508 * L_9 = V_0; return L_9; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.Extensions/d__11`2::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CValuesU3Ed__11_2_System_Collections_IEnumerable_GetEnumerator_m1214092242_gshared (U3CValuesU3Ed__11_2_t3838330508 * __this, const RuntimeMethod* method) { { NullCheck((U3CValuesU3Ed__11_2_t3838330508 *)__this); RuntimeObject* L_0 = (( RuntimeObject* (*) (U3CValuesU3Ed__11_2_t3838330508 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)->methodPointer)((U3CValuesU3Ed__11_2_t3838330508 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JEnumerable`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void JEnumerable_1__ctor_m1584927905_gshared (JEnumerable_1_t2061974265 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (JEnumerable_1__ctor_m1584927905_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___enumerable0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, (RuntimeObject *)L_0, (String_t*)_stringLiteral2858515859, /*hidden argument*/NULL); RuntimeObject* L_1 = ___enumerable0; __this->set__enumerable_1(L_1); return; } } extern "C" void JEnumerable_1__ctor_m1584927905_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method) { JEnumerable_1_t2061974265 * _thisAdjusted = reinterpret_cast(__this + 1); JEnumerable_1__ctor_m1584927905(_thisAdjusted, ___enumerable0, method); } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JEnumerable`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JEnumerable_1_GetEnumerator_m2783602549_gshared (JEnumerable_1_t2061974265 * __this, const RuntimeMethod* method) { JEnumerable_1_t2061974265 V_0; memset(&V_0, 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get__enumerable_1(); if (L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); JEnumerable_1_t2061974265 L_1 = ((JEnumerable_1_t2061974265_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->get_Empty_0(); V_0 = (JEnumerable_1_t2061974265 )L_1; RuntimeObject* L_2 = JEnumerable_1_GetEnumerator_m2783602549((JEnumerable_1_t2061974265 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_2; } IL_0016: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__enumerable_1(); NullCheck((RuntimeObject*)L_3); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), (RuntimeObject*)L_3); return L_4; } } extern "C" RuntimeObject* JEnumerable_1_GetEnumerator_m2783602549_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { JEnumerable_1_t2061974265 * _thisAdjusted = reinterpret_cast(__this + 1); return JEnumerable_1_GetEnumerator_m2783602549(_thisAdjusted, method); } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JEnumerable`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* JEnumerable_1_System_Collections_IEnumerable_GetEnumerator_m2309151750_gshared (JEnumerable_1_t2061974265 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = JEnumerable_1_GetEnumerator_m2783602549((JEnumerable_1_t2061974265 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_0; } } extern "C" RuntimeObject* JEnumerable_1_System_Collections_IEnumerable_GetEnumerator_m2309151750_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { JEnumerable_1_t2061974265 * _thisAdjusted = reinterpret_cast(__this + 1); return JEnumerable_1_System_Collections_IEnumerable_GetEnumerator_m2309151750(_thisAdjusted, method); } // System.Boolean Newtonsoft.Json.Linq.JEnumerable`1::Equals(Newtonsoft.Json.Linq.JEnumerable`1) extern "C" IL2CPP_METHOD_ATTR bool JEnumerable_1_Equals_m4251710449_gshared (JEnumerable_1_t2061974265 * __this, JEnumerable_1_t2061974265 ___other0, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get__enumerable_1(); JEnumerable_1_t2061974265 L_1 = ___other0; RuntimeObject* L_2 = (RuntimeObject*)L_1.get__enumerable_1(); bool L_3 = Object_Equals_m1397037629(NULL /*static, unused*/, (RuntimeObject *)L_0, (RuntimeObject *)L_2, /*hidden argument*/NULL); return L_3; } } extern "C" bool JEnumerable_1_Equals_m4251710449_AdjustorThunk (RuntimeObject * __this, JEnumerable_1_t2061974265 ___other0, const RuntimeMethod* method) { JEnumerable_1_t2061974265 * _thisAdjusted = reinterpret_cast(__this + 1); return JEnumerable_1_Equals_m4251710449(_thisAdjusted, ___other0, method); } // System.Boolean Newtonsoft.Json.Linq.JEnumerable`1::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool JEnumerable_1_Equals_m4256382647_gshared (JEnumerable_1_t2061974265 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)))) { goto IL_0015; } } { RuntimeObject * L_1 = ___obj0; bool L_2 = JEnumerable_1_Equals_m4251710449((JEnumerable_1_t2061974265 *)__this, (JEnumerable_1_t2061974265 )((*(JEnumerable_1_t2061974265 *)((JEnumerable_1_t2061974265 *)UnBox(L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); return L_2; } IL_0015: { return (bool)0; } } extern "C" bool JEnumerable_1_Equals_m4256382647_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { JEnumerable_1_t2061974265 * _thisAdjusted = reinterpret_cast(__this + 1); return JEnumerable_1_Equals_m4256382647(_thisAdjusted, ___obj0, method); } // System.Int32 Newtonsoft.Json.Linq.JEnumerable`1::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t JEnumerable_1_GetHashCode_m45944689_gshared (JEnumerable_1_t2061974265 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get__enumerable_1(); if (L_0) { goto IL_000a; } } { return 0; } IL_000a: { RuntimeObject* L_1 = (RuntimeObject*)__this->get__enumerable_1(); NullCheck((RuntimeObject *)L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_1); return L_2; } } extern "C" int32_t JEnumerable_1_GetHashCode_m45944689_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { JEnumerable_1_t2061974265 * _thisAdjusted = reinterpret_cast(__this + 1); return JEnumerable_1_GetHashCode_m45944689(_thisAdjusted, method); } // System.Void Newtonsoft.Json.Linq.JEnumerable`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void JEnumerable_1__cctor_m2754540725_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { RuntimeObject* L_0 = (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); JEnumerable_1_t2061974265 L_1; memset(&L_1, 0, sizeof(L_1)); JEnumerable_1__ctor_m1584927905((&L_1), (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)); ((JEnumerable_1_t2061974265_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set_Empty_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 Newtonsoft.Json.Linq.JToken/d__171`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CAnnotationsU3Ed__171_1__ctor_m4088012321_gshared (U3CAnnotationsU3Ed__171_1_t3517280185 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CAnnotationsU3Ed__171_1__ctor_m4088012321_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_1 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck((Thread_t2300836069 *)L_1); int32_t L_2 = Thread_get_ManagedThreadId_m1068113671((Thread_t2300836069 *)L_1, /*hidden argument*/NULL); __this->set_U3CU3El__initialThreadId_2(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JToken/d__171`1::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CAnnotationsU3Ed__171_1_System_IDisposable_Dispose_m2097033823_gshared (U3CAnnotationsU3Ed__171_1_t3517280185 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Newtonsoft.Json.Linq.JToken/d__171`1::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CAnnotationsU3Ed__171_1_MoveNext_m3800130424_gshared (U3CAnnotationsU3Ed__171_1_t3517280185 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CAnnotationsU3Ed__171_1_MoveNext_m3800130424_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; int32_t V_4 = 0; { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_0 = (int32_t)L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001b; } case 1: { goto IL_008d; } case 2: { goto IL_00e8; } } } { return (bool)0; } IL_001b: { __this->set_U3CU3E1__state_0((-1)); JToken_t1038539247 * L_2 = (JToken_t1038539247 *)__this->get_U3CU3E4__this_3(); NullCheck(L_2); RuntimeObject * L_3 = (RuntimeObject *)L_2->get__annotations_3(); if (L_3) { goto IL_0031; } } { return (bool)0; } IL_0031: { JToken_t1038539247 * L_4 = (JToken_t1038539247 *)__this->get_U3CU3E4__this_3(); NullCheck(L_4); RuntimeObject * L_5 = (RuntimeObject *)L_4->get__annotations_3(); __this->set_U3CannotationsU3E5__1_4(((ObjectU5BU5D_t2843939325*)IsInst((RuntimeObject*)L_5, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var))); ObjectU5BU5D_t2843939325* L_6 = (ObjectU5BU5D_t2843939325*)__this->get_U3CannotationsU3E5__1_4(); if (!L_6) { goto IL_00b8; } } { __this->set_U3CiU3E5__2_5(0); goto IL_00a6; } IL_0058: { ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)__this->get_U3CannotationsU3E5__1_4(); int32_t L_8 = (int32_t)__this->get_U3CiU3E5__2_5(); NullCheck(L_7); int32_t L_9 = L_8; RuntimeObject * L_10 = (L_7)->GetAt(static_cast(L_9)); V_2 = (RuntimeObject *)L_10; RuntimeObject * L_11 = V_2; if (!L_11) { goto IL_00b6; } } { RuntimeObject * L_12 = V_2; V_3 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))); RuntimeObject * L_13 = V_3; if (!L_13) { goto IL_0094; } } { RuntimeObject * L_14 = V_3; __this->set_U3CU3E2__current_1(L_14); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_008d: { __this->set_U3CU3E1__state_0((-1)); } IL_0094: { int32_t L_15 = (int32_t)__this->get_U3CiU3E5__2_5(); V_4 = (int32_t)L_15; int32_t L_16 = V_4; __this->set_U3CiU3E5__2_5(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); } IL_00a6: { int32_t L_17 = (int32_t)__this->get_U3CiU3E5__2_5(); ObjectU5BU5D_t2843939325* L_18 = (ObjectU5BU5D_t2843939325*)__this->get_U3CannotationsU3E5__1_4(); NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_0058; } } IL_00b6: { return (bool)0; } IL_00b8: { JToken_t1038539247 * L_19 = (JToken_t1038539247 *)__this->get_U3CU3E4__this_3(); NullCheck(L_19); RuntimeObject * L_20 = (RuntimeObject *)L_19->get__annotations_3(); V_1 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_20, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))); RuntimeObject * L_21 = V_1; if (L_21) { goto IL_00d8; } } { return (bool)0; } IL_00d8: { RuntimeObject * L_22 = V_1; __this->set_U3CU3E2__current_1(L_22); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_00e8: { __this->set_U3CU3E1__state_0((-1)); return (bool)0; } } // T Newtonsoft.Json.Linq.JToken/d__171`1::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CAnnotationsU3Ed__171_1_System_Collections_Generic_IEnumeratorU3CTU3E_get_Current_m3495840741_gshared (U3CAnnotationsU3Ed__171_1_t3517280185 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken/d__171`1::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CAnnotationsU3Ed__171_1_System_Collections_IEnumerator_Reset_m461106128_gshared (U3CAnnotationsU3Ed__171_1_t3517280185 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CAnnotationsU3Ed__171_1_System_Collections_IEnumerator_Reset_m461106128_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CAnnotationsU3Ed__171_1_System_Collections_IEnumerator_Reset_m461106128_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Linq.JToken/d__171`1::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CAnnotationsU3Ed__171_1_System_Collections_IEnumerator_get_Current_m1528612508_gshared (U3CAnnotationsU3Ed__171_1_t3517280185 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_U3CU3E2__current_1(); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JToken/d__171`1::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CAnnotationsU3Ed__171_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m594429572_gshared (U3CAnnotationsU3Ed__171_1_t3517280185 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CAnnotationsU3Ed__171_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m594429572_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CAnnotationsU3Ed__171_1_t3517280185 * 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_0027; } } { int32_t L_1 = (int32_t)__this->get_U3CU3El__initialThreadId_2(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_2 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck((Thread_t2300836069 *)L_2); int32_t L_3 = Thread_get_ManagedThreadId_m1068113671((Thread_t2300836069 *)L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0027; } } { __this->set_U3CU3E1__state_0(0); V_0 = (U3CAnnotationsU3Ed__171_1_t3517280185 *)__this; goto IL_003a; } IL_0027: { U3CAnnotationsU3Ed__171_1_t3517280185 * L_4 = (U3CAnnotationsU3Ed__171_1_t3517280185 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)); (( void (*) (U3CAnnotationsU3Ed__171_1_t3517280185 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)(L_4, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); V_0 = (U3CAnnotationsU3Ed__171_1_t3517280185 *)L_4; U3CAnnotationsU3Ed__171_1_t3517280185 * L_5 = V_0; JToken_t1038539247 * L_6 = (JToken_t1038539247 *)__this->get_U3CU3E4__this_3(); NullCheck(L_5); L_5->set_U3CU3E4__this_3(L_6); } IL_003a: { U3CAnnotationsU3Ed__171_1_t3517280185 * L_7 = V_0; return L_7; } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JToken/d__171`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CAnnotationsU3Ed__171_1_System_Collections_IEnumerable_GetEnumerator_m3109628225_gshared (U3CAnnotationsU3Ed__171_1_t3517280185 * __this, const RuntimeMethod* method) { { NullCheck((U3CAnnotationsU3Ed__171_1_t3517280185 *)__this); RuntimeObject* L_0 = (( RuntimeObject* (*) (U3CAnnotationsU3Ed__171_1_t3517280185 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((U3CAnnotationsU3Ed__171_1_t3517280185 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); 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 // T Newtonsoft.Json.Serialization.CachedAttributeGetter`1::GetAttribute(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CachedAttributeGetter_1_GetAttribute_m1256718396_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___type0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); ThreadSafeStore_2_t1066477248 * L_0 = ((CachedAttributeGetter_1_t1979468950_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->get_TypeAttributeCache_0(); RuntimeObject * L_1 = ___type0; NullCheck((ThreadSafeStore_2_t1066477248 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (ThreadSafeStore_2_t1066477248 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)->methodPointer)((ThreadSafeStore_2_t1066477248 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); return L_2; } } // System.Void Newtonsoft.Json.Serialization.CachedAttributeGetter`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void CachedAttributeGetter_1__cctor_m3469495296_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { intptr_t L_0 = (intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2); Func_2_t2447130374 * L_1 = (Func_2_t2447130374 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); (( void (*) (Func_2_t2447130374 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)->methodPointer)(L_1, (RuntimeObject *)NULL, (intptr_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4)); ThreadSafeStore_2_t1066477248 * L_2 = (ThreadSafeStore_2_t1066477248 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); (( void (*) (ThreadSafeStore_2_t1066477248 *, Func_2_t2447130374 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)->methodPointer)(L_2, (Func_2_t2447130374 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 6)); ((CachedAttributeGetter_1_t1979468950_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set_TypeAttributeCache_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2/d__2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__2__ctor_m1957958286_gshared (U3CGetEnumeratorU3Ed__2_t2488681596 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2/d__2::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__2_System_IDisposable_Dispose_m2826860240_gshared (U3CGetEnumeratorU3Ed__2_t2488681596 * __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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { 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((U3CGetEnumeratorU3Ed__2_t2488681596 *)__this); (( void (*) (U3CGetEnumeratorU3Ed__2_t2488681596 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((U3CGetEnumeratorU3Ed__2_t2488681596 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->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 Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2/d__2::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetEnumeratorU3Ed__2_MoveNext_m1002037063_gshared (U3CGetEnumeratorU3Ed__2_t2488681596 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ed__2_MoveNext_m1002037063_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; KeyValuePair_2_t2530217319 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); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = (int32_t)__this->get_U3CU3E1__state_0(); V_1 = (int32_t)L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0015; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0076; } } IL_000e: { V_0 = (bool)0; goto IL_00a3; } IL_0015: { __this->set_U3CU3E1__state_0((-1)); EnumerableDictionaryWrapper_2_t476851046 * L_3 = (EnumerableDictionaryWrapper_2_t476851046 *)__this->get_U3CU3E4__this_2(); NullCheck(L_3); RuntimeObject* L_4 = (RuntimeObject*)L_3->get__e_0(); NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1), (RuntimeObject*)L_4); __this->set_U3CU3E7__wrap1_3(L_5); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_007e; } IL_003c: { RuntimeObject* L_6 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_3(); NullCheck((RuntimeObject*)L_6); KeyValuePair_2_t2530217319 L_7 = InterfaceFuncInvoker0< KeyValuePair_2_t2530217319 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_6); V_2 = (KeyValuePair_2_t2530217319 )L_7; RuntimeObject * L_8 = KeyValuePair_2_get_Key_m1328507389((KeyValuePair_2_t2530217319 *)(&V_2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); RuntimeObject * L_9 = KeyValuePair_2_get_Value_m3464904234((KeyValuePair_2_t2530217319 *)(&V_2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); KeyValuePair_2_t2530217319 L_10; memset(&L_10, 0, sizeof(L_10)); KeyValuePair_2__ctor_m727165395((&L_10), (RuntimeObject *)L_8, (RuntimeObject *)L_9, /*hidden argument*/KeyValuePair_2__ctor_m727165395_RuntimeMethod_var); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00a3; } IL_0076: { __this->set_U3CU3E1__state_0(((int32_t)-3)); } IL_007e: { RuntimeObject* L_11 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_3(); NullCheck((RuntimeObject*)L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); if (L_12) { goto IL_003c; } } IL_008b: { NullCheck((U3CGetEnumeratorU3Ed__2_t2488681596 *)__this); (( void (*) (U3CGetEnumeratorU3Ed__2_t2488681596 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((U3CGetEnumeratorU3Ed__2_t2488681596 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); __this->set_U3CU3E7__wrap1_3((RuntimeObject*)NULL); V_0 = (bool)0; goto IL_00a3; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_009c; } FAULT_009c: { // begin fault (depth: 1) NullCheck((U3CGetEnumeratorU3Ed__2_t2488681596 *)__this); (( void (*) (U3CGetEnumeratorU3Ed__2_t2488681596 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((U3CGetEnumeratorU3Ed__2_t2488681596 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); IL2CPP_END_FINALLY(156) } // end fault IL2CPP_CLEANUP(156) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a3: { bool L_13 = V_0; return L_13; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2/d__2::<>m__Finally1() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__2_U3CU3Em__Finally1_m808908153_gshared (U3CGetEnumeratorU3Ed__2_t2488681596 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ed__2_U3CU3Em__Finally1_m808908153_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); RuntimeObject* L_0 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_3(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get_U3CU3E7__wrap1_3(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); } IL_001a: { return; } } // System.Collections.Generic.KeyValuePair`2 Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2/d__2::System.Collections.Generic.IEnumerator>.get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2530217319 U3CGetEnumeratorU3Ed__2_System_Collections_Generic_IEnumeratorU3CSystem_Collections_Generic_KeyValuePairU3CSystem_ObjectU2CSystem_ObjectU3EU3E_get_Current_m1790445886_gshared (U3CGetEnumeratorU3Ed__2_t2488681596 * __this, const RuntimeMethod* method) { { KeyValuePair_2_t2530217319 L_0 = (KeyValuePair_2_t2530217319 )__this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2/d__2::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__2_System_Collections_IEnumerator_Reset_m1576030526_gshared (U3CGetEnumeratorU3Ed__2_t2488681596 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ed__2_System_Collections_IEnumerator_Reset_m1576030526_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetEnumeratorU3Ed__2_System_Collections_IEnumerator_Reset_m1576030526_RuntimeMethod_var); } } // System.Object Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2/d__2::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetEnumeratorU3Ed__2_System_Collections_IEnumerator_get_Current_m1515764905_gshared (U3CGetEnumeratorU3Ed__2_t2488681596 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEnumeratorU3Ed__2_System_Collections_IEnumerator_get_Current_m1515764905_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeyValuePair_2_t2530217319 L_0 = (KeyValuePair_2_t2530217319 )__this->get_U3CU3E2__current_1(); KeyValuePair_2_t2530217319 L_1 = L_0; RuntimeObject * L_2 = Box(KeyValuePair_2_t2530217319_il2cpp_TypeInfo_var, &L_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.Collections.Generic.IEnumerator`1> Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EnumerableDictionaryWrapper_2_GetEnumerator_m59724462_gshared (EnumerableDictionaryWrapper_2_t476851046 * __this, const RuntimeMethod* method) { { U3CGetEnumeratorU3Ed__2_t2488681596 * L_0 = (U3CGetEnumeratorU3Ed__2_t2488681596 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (U3CGetEnumeratorU3Ed__2_t2488681596 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_0, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); U3CGetEnumeratorU3Ed__2_t2488681596 * L_1 = (U3CGetEnumeratorU3Ed__2_t2488681596 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Collections.IEnumerator Newtonsoft.Json.Serialization.DefaultContractResolver/EnumerableDictionaryWrapper`2::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EnumerableDictionaryWrapper_2_System_Collections_IEnumerable_GetEnumerator_m3262339309_gshared (EnumerableDictionaryWrapper_2_t476851046 * __this, const RuntimeMethod* method) { { NullCheck((EnumerableDictionaryWrapper_2_t476851046 *)__this); RuntimeObject* L_0 = (( RuntimeObject* (*) (EnumerableDictionaryWrapper_2_t476851046 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((EnumerableDictionaryWrapper_2_t476851046 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.ObjectConstructor`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectConstructor_1__ctor_m1181679199_gshared (ObjectConstructor_1_t3207922868 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Object Newtonsoft.Json.Serialization.ObjectConstructor`1::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectConstructor_1_Invoke_m3185456453_gshared (ObjectConstructor_1_t3207922868 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { ObjectConstructor_1_Invoke_m3185456453((ObjectConstructor_1_t3207922868 *)__this->get_prev_9(), ___args0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, ObjectU5BU5D_t2843939325*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___args0, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, ObjectU5BU5D_t2843939325*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___args0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // 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 = GenericInterfaceFuncInvoker1< RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(targetMethod, targetThis, ___args0); else result = GenericVirtFuncInvoker1< RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(targetMethod, targetThis, ___args0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___args0); else result = VirtFuncInvoker1< RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___args0); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, ObjectU5BU5D_t2843939325*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___args0, targetMethod); } } else { // 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, ___args0); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, ___args0); } 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), ___args0); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___args0); } } else { typedef RuntimeObject * (*FunctionPointerType) (ObjectU5BU5D_t2843939325*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___args0, targetMethod); } } } return result; } // System.IAsyncResult Newtonsoft.Json.Serialization.ObjectConstructor`1::BeginInvoke(System.Object[],System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ObjectConstructor_1_BeginInvoke_m1835123281_gshared (ObjectConstructor_1_t3207922868 * __this, ObjectU5BU5D_t2843939325* ___args0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___args0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Object Newtonsoft.Json.Serialization.ObjectConstructor`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectConstructor_1_EndInvoke_m582541050_gshared (ObjectConstructor_1_t3207922868 * __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 Newtonsoft.Json.Utilities.BidirectionalDictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void BidirectionalDictionary_2__ctor_m868587426_gshared (BidirectionalDictionary_2_t3581858927 * __this, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)); EqualityComparer_1_t1249878500 * L_0 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3)); EqualityComparer_1_t1249878500 * L_1 = (( EqualityComparer_1_t1249878500 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); NullCheck((BidirectionalDictionary_2_t3581858927 *)__this); (( void (*) (BidirectionalDictionary_2_t3581858927 *, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((BidirectionalDictionary_2_t3581858927 *)__this, (RuntimeObject*)L_0, (RuntimeObject*)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return; } } // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1,System.Collections.Generic.IEqualityComparer`1) extern "C" IL2CPP_METHOD_ATTR void BidirectionalDictionary_2__ctor_m2728182391_gshared (BidirectionalDictionary_2_t3581858927 * __this, RuntimeObject* ___firstEqualityComparer0, RuntimeObject* ___secondEqualityComparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BidirectionalDictionary_2__ctor_m2728182391_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___firstEqualityComparer0; RuntimeObject* L_1 = ___secondEqualityComparer1; NullCheck((BidirectionalDictionary_2_t3581858927 *)__this); (( void (*) (BidirectionalDictionary_2_t3581858927 *, RuntimeObject*, RuntimeObject*, String_t*, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((BidirectionalDictionary_2_t3581858927 *)__this, (RuntimeObject*)L_0, (RuntimeObject*)L_1, (String_t*)_stringLiteral1631240985, (String_t*)_stringLiteral1631240985, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); return; } } // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1,System.Collections.Generic.IEqualityComparer`1,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void BidirectionalDictionary_2__ctor_m3702943052_gshared (BidirectionalDictionary_2_t3581858927 * __this, RuntimeObject* ___firstEqualityComparer0, RuntimeObject* ___secondEqualityComparer1, String_t* ___duplicateFirstErrorMessage2, String_t* ___duplicateSecondErrorMessage3, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___firstEqualityComparer0; Dictionary_2_t132545152 * L_1 = (Dictionary_2_t132545152 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 6)); (( void (*) (Dictionary_2_t132545152 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)(L_1, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); __this->set__firstToSecond_0(L_1); RuntimeObject* L_2 = ___secondEqualityComparer1; Dictionary_2_t132545152 * L_3 = (Dictionary_2_t132545152 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8)); (( void (*) (Dictionary_2_t132545152 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(L_3, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); __this->set__secondToFirst_1(L_3); String_t* L_4 = ___duplicateFirstErrorMessage2; __this->set__duplicateFirstErrorMessage_2(L_4); String_t* L_5 = ___duplicateSecondErrorMessage3; __this->set__duplicateSecondErrorMessage_3(L_5); return; } } // System.Void Newtonsoft.Json.Utilities.BidirectionalDictionary`2::Set(TFirst,TSecond) extern "C" IL2CPP_METHOD_ATTR void BidirectionalDictionary_2_Set_m1803187920_gshared (BidirectionalDictionary_2_t3581858927 * __this, RuntimeObject * ___first0, RuntimeObject * ___second1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BidirectionalDictionary_2_Set_m1803187920_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get__firstToSecond_0(); RuntimeObject * L_1 = ___first0; NullCheck((RuntimeObject*)L_0); bool L_2 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject ** >::Invoke(3 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0, (RuntimeObject *)L_1, (RuntimeObject **)(&V_1)); if (!L_2) { goto IL_0041; } } { RuntimeObject * L_3 = ___second1; NullCheck((RuntimeObject *)(V_1)); bool L_4 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(V_1), (RuntimeObject *)L_3); if (L_4) { goto IL_0041; } } { String_t* L_5 = (String_t*)__this->get__duplicateFirstErrorMessage_2(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_7 = ___first0; String_t* L_8 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, (String_t*)L_5, (RuntimeObject*)L_6, (RuntimeObject *)L_7, /*hidden argument*/NULL); ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,BidirectionalDictionary_2_Set_m1803187920_RuntimeMethod_var); } IL_0041: { RuntimeObject* L_10 = (RuntimeObject*)__this->get__secondToFirst_1(); RuntimeObject * L_11 = ___second1; NullCheck((RuntimeObject*)L_10); bool L_12 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject ** >::Invoke(3 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 13), (RuntimeObject*)L_10, (RuntimeObject *)L_11, (RuntimeObject **)(&V_0)); if (!L_12) { goto IL_0082; } } { RuntimeObject * L_13 = ___first0; NullCheck((RuntimeObject *)(V_0)); bool L_14 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(V_0), (RuntimeObject *)L_13); if (L_14) { goto IL_0082; } } { String_t* L_15 = (String_t*)__this->get__duplicateSecondErrorMessage_3(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_17 = ___second1; String_t* L_18 = StringUtils_FormatWith_m3056805521(NULL /*static, unused*/, (String_t*)L_15, (RuntimeObject*)L_16, (RuntimeObject *)L_17, /*hidden argument*/NULL); ArgumentException_t132251570 * L_19 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_19, (String_t*)L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,BidirectionalDictionary_2_Set_m1803187920_RuntimeMethod_var); } IL_0082: { RuntimeObject* L_20 = (RuntimeObject*)__this->get__firstToSecond_0(); RuntimeObject * L_21 = ___first0; RuntimeObject * L_22 = ___second1; NullCheck((RuntimeObject*)L_20); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2::Add(!0,!1) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_20, (RuntimeObject *)L_21, (RuntimeObject *)L_22); RuntimeObject* L_23 = (RuntimeObject*)__this->get__secondToFirst_1(); RuntimeObject * L_24 = ___second1; RuntimeObject * L_25 = ___first0; NullCheck((RuntimeObject*)L_23); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2::Add(!0,!1) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 13), (RuntimeObject*)L_23, (RuntimeObject *)L_24, (RuntimeObject *)L_25); return; } } // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetByFirst(TFirst,TSecond&) extern "C" IL2CPP_METHOD_ATTR bool BidirectionalDictionary_2_TryGetByFirst_m3852003675_gshared (BidirectionalDictionary_2_t3581858927 * __this, RuntimeObject * ___first0, RuntimeObject ** ___second1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get__firstToSecond_0(); RuntimeObject * L_1 = ___first0; RuntimeObject ** L_2 = ___second1; NullCheck((RuntimeObject*)L_0); bool L_3 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject ** >::Invoke(3 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0, (RuntimeObject *)L_1, (RuntimeObject **)L_2); return L_3; } } // System.Boolean Newtonsoft.Json.Utilities.BidirectionalDictionary`2::TryGetBySecond(TSecond,TFirst&) extern "C" IL2CPP_METHOD_ATTR bool BidirectionalDictionary_2_TryGetBySecond_m1759937236_gshared (BidirectionalDictionary_2_t3581858927 * __this, RuntimeObject * ___second0, RuntimeObject ** ___first1, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get__secondToFirst_1(); RuntimeObject * L_1 = ___second0; RuntimeObject ** L_2 = ___first1; NullCheck((RuntimeObject*)L_0); bool L_3 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject ** >::Invoke(3 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 13), (RuntimeObject*)L_0, (RuntimeObject *)L_1, (RuntimeObject **)L_2); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void CollectionWrapper_1_Add_m2072917768_gshared (CollectionWrapper_1_t1427305972 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_Add_m2072917768_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); RuntimeObject * L_2 = ___item0; NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker1< RuntimeObject * >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), (RuntimeObject*)L_1, (RuntimeObject *)L_2); return; } IL_0015: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); RuntimeObject * L_4 = ___item0; NullCheck((RuntimeObject*)L_3); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)L_3, (RuntimeObject *)L_4); return; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::Clear() extern "C" IL2CPP_METHOD_ATTR void CollectionWrapper_1_Clear_m2909019797_gshared (CollectionWrapper_1_t1427305972 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_Clear_m2909019797_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(3 /* System.Void System.Collections.Generic.ICollection`1::Clear() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), (RuntimeObject*)L_1); return; } IL_0014: { RuntimeObject* L_2 = (RuntimeObject*)__this->get__list_0(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(5 /* System.Void System.Collections.IList::Clear() */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); return; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool CollectionWrapper_1_Contains_m2141875706_gshared (CollectionWrapper_1_t1427305972 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_Contains_m2141875706_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); RuntimeObject * L_2 = ___item0; NullCheck((RuntimeObject*)L_1); bool L_3 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(!0) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), (RuntimeObject*)L_1, (RuntimeObject *)L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__list_0(); RuntimeObject * L_5 = ___item0; NullCheck((RuntimeObject*)L_4); bool L_6 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(6 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)L_4, (RuntimeObject *)L_5); return L_6; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void CollectionWrapper_1_CopyTo_m3948681670_gshared (CollectionWrapper_1_t1427305972 * __this, ObjectU5BU5D_t2843939325* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_CopyTo_m3948681670_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0016; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); ObjectU5BU5D_t2843939325* L_2 = ___array0; int32_t L_3 = ___arrayIndex1; NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker2< ObjectU5BU5D_t2843939325*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), (RuntimeObject*)L_1, (ObjectU5BU5D_t2843939325*)L_2, (int32_t)L_3); return; } IL_0016: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__list_0(); ObjectU5BU5D_t2843939325* L_5 = ___array0; int32_t L_6 = ___arrayIndex1; NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, (RuntimeObject*)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6); return; } } // System.Int32 Newtonsoft.Json.Utilities.CollectionWrapper`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CollectionWrapper_1_get_Count_m4120075697_gshared (CollectionWrapper_1_t1427305972 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_get_Count_m4120075697_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); NullCheck((RuntimeObject*)L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), (RuntimeObject*)L_1); return L_2; } IL_0014: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); NullCheck((RuntimeObject*)L_3); int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); return L_4; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool CollectionWrapper_1_get_IsReadOnly_m2847567113_gshared (CollectionWrapper_1_t1427305972 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_get_IsReadOnly_m2847567113_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); NullCheck((RuntimeObject*)L_1); bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), (RuntimeObject*)L_1); return L_2; } IL_0014: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); NullCheck((RuntimeObject*)L_3); bool L_4 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IList::get_IsReadOnly() */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); return L_4; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool CollectionWrapper_1_Remove_m1533843467_gshared (CollectionWrapper_1_t1427305972 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_Remove_m1533843467_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool G_B4_0 = false; bool G_B3_0 = false; { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); RuntimeObject * L_2 = ___item0; NullCheck((RuntimeObject*)L_1); bool L_3 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(6 /* System.Boolean System.Collections.Generic.ICollection`1::Remove(!0) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), (RuntimeObject*)L_1, (RuntimeObject *)L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__list_0(); RuntimeObject * L_5 = ___item0; NullCheck((RuntimeObject*)L_4); bool L_6 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(6 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)L_4, (RuntimeObject *)L_5); bool L_7 = (bool)L_6; G_B3_0 = L_7; if (!L_7) { G_B4_0 = L_7; goto IL_003a; } } { RuntimeObject* L_8 = (RuntimeObject*)__this->get__list_0(); RuntimeObject * L_9 = ___item0; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker1< RuntimeObject * >::Invoke(9 /* System.Void System.Collections.IList::Remove(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)L_8, (RuntimeObject *)L_9); G_B4_0 = G_B3_0; } IL_003a: { return G_B4_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Utilities.CollectionWrapper`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CollectionWrapper_1_GetEnumerator_m3146407785_gshared (CollectionWrapper_1_t1427305972 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); NullCheck((RuntimeObject*)L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_1); return L_2; } IL_0014: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); RuntimeObject* L_4 = (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4); return L_5; } } // System.Collections.IEnumerator Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CollectionWrapper_1_System_Collections_IEnumerable_GetEnumerator_m3306994405_gshared (CollectionWrapper_1_t1427305972 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_System_Collections_IEnumerable_GetEnumerator_m3306994405_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); NullCheck((RuntimeObject*)L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_1); return L_2; } IL_0014: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); NullCheck((RuntimeObject*)L_3); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); return L_4; } } // System.Int32 Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CollectionWrapper_1_System_Collections_IList_Add_m2865290905_gshared (CollectionWrapper_1_t1427305972 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); RuntimeObject * L_1 = ___value0; NullCheck((CollectionWrapper_1_t1427305972 *)__this); VirtActionInvoker1< RuntimeObject * >::Invoke(29 /* System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::Add(T) */, (CollectionWrapper_1_t1427305972 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)))); NullCheck((CollectionWrapper_1_t1427305972 *)__this); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Int32 Newtonsoft.Json.Utilities.CollectionWrapper`1::get_Count() */, (CollectionWrapper_1_t1427305972 *)__this); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CollectionWrapper_1_System_Collections_IList_Contains_m1950361176_gshared (CollectionWrapper_1_t1427305972 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1 = (( bool (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((CollectionWrapper_1_t1427305972 *)__this); bool L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(31 /* System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::Contains(T) */, (CollectionWrapper_1_t1427305972 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)))); return L_3; } IL_0015: { return (bool)0; } } // System.Int32 Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CollectionWrapper_1_System_Collections_IList_IndexOf_m3936487641_gshared (CollectionWrapper_1_t1427305972 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_System_Collections_IList_IndexOf_m3936487641_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral2544997588, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CollectionWrapper_1_System_Collections_IList_IndexOf_m3936487641_RuntimeMethod_var); } IL_0013: { RuntimeObject * L_2 = ___value0; bool L_3 = (( bool (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); if (!L_3) { goto IL_0032; } } { RuntimeObject* L_4 = (RuntimeObject*)__this->get__list_0(); RuntimeObject * L_5 = ___value0; NullCheck((RuntimeObject*)L_4); int32_t L_6 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(7 /* System.Int32 System.Collections.IList::IndexOf(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)L_4, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)))); return L_6; } IL_0032: { return (-1); } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CollectionWrapper_1_System_Collections_IList_RemoveAt_m3732256904_gshared (CollectionWrapper_1_t1427305972 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_System_Collections_IList_RemoveAt_m3732256904_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral3347394962, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CollectionWrapper_1_System_Collections_IList_RemoveAt_m3732256904_RuntimeMethod_var); } IL_0013: { RuntimeObject* L_2 = (RuntimeObject*)__this->get__list_0(); int32_t L_3 = ___index0; NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker1< int32_t >::Invoke(10 /* System.Void System.Collections.IList::RemoveAt(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)L_2, (int32_t)L_3); return; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionWrapper_1_System_Collections_IList_Insert_m2009932547_gshared (CollectionWrapper_1_t1427305972 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_System_Collections_IList_Insert_m2009932547_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral717282481, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CollectionWrapper_1_System_Collections_IList_Insert_m2009932547_RuntimeMethod_var); } IL_0013: { RuntimeObject * L_2 = ___value1; (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); int32_t L_4 = ___index0; RuntimeObject * L_5 = ___value1; NullCheck((RuntimeObject*)L_3); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(8 /* System.Void System.Collections.IList::Insert(System.Int32,System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)L_3, (int32_t)L_4, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)))); return; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool CollectionWrapper_1_System_Collections_IList_get_IsFixedSize_m119431329_gshared (CollectionWrapper_1_t1427305972 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_System_Collections_IList_get_IsFixedSize_m119431329_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); NullCheck((RuntimeObject*)L_1); bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0), (RuntimeObject*)L_1); return L_2; } IL_0014: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); NullCheck((RuntimeObject*)L_3); bool L_4 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IList::get_IsFixedSize() */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); return L_4; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionWrapper_1_System_Collections_IList_Remove_m2023145494_gshared (CollectionWrapper_1_t1427305972 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; bool L_1 = (( bool (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); if (!L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___value0; NullCheck((CollectionWrapper_1_t1427305972 *)__this); VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::Remove(T) */, (CollectionWrapper_1_t1427305972 *)__this, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)))); } IL_0015: { return; } } // System.Object Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CollectionWrapper_1_System_Collections_IList_get_Item_m2679746692_gshared (CollectionWrapper_1_t1427305972 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_System_Collections_IList_get_Item_m2679746692_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral934351096, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CollectionWrapper_1_System_Collections_IList_get_Item_m2679746692_RuntimeMethod_var); } IL_0013: { RuntimeObject* L_2 = (RuntimeObject*)__this->get__list_0(); int32_t L_3 = ___index0; NullCheck((RuntimeObject*)L_2); RuntimeObject * L_4 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)L_2, (int32_t)L_3); return L_4; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.IList.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionWrapper_1_System_Collections_IList_set_Item_m192822682_gshared (CollectionWrapper_1_t1427305972 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_System_Collections_IList_set_Item_m192822682_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral934351096, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CollectionWrapper_1_System_Collections_IList_set_Item_m192822682_RuntimeMethod_var); } IL_0013: { RuntimeObject * L_2 = ___value1; (( void (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); RuntimeObject* L_3 = (RuntimeObject*)__this->get__list_0(); int32_t L_4 = ___index0; RuntimeObject * L_5 = ___value1; NullCheck((RuntimeObject*)L_3); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IList::set_Item(System.Int32,System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)L_3, (int32_t)L_4, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)))); return; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CollectionWrapper_1_System_Collections_ICollection_CopyTo_m2266045342_gshared (CollectionWrapper_1_t1427305972 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; int32_t L_1 = ___arrayIndex1; NullCheck((CollectionWrapper_1_t1427305972 *)__this); VirtActionInvoker2< ObjectU5BU5D_t2843939325*, int32_t >::Invoke(32 /* System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::CopyTo(T[],System.Int32) */, (CollectionWrapper_1_t1427305972 *)__this, (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11))), (int32_t)L_1); return; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool CollectionWrapper_1_System_Collections_ICollection_get_IsSynchronized_m1126655996_gshared (CollectionWrapper_1_t1427305972 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object Newtonsoft.Json.Utilities.CollectionWrapper`1::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CollectionWrapper_1_System_Collections_ICollection_get_SyncRoot_m3879714570_gshared (CollectionWrapper_1_t1427305972 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_System_Collections_ICollection_get_SyncRoot_m3879714570_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_2(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = (RuntimeObject **)__this->get_address_of__syncRoot_2(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_2, /*hidden argument*/NULL); Interlocked_CompareExchange_m1590826108(NULL /*static, unused*/, (RuntimeObject **)L_1, (RuntimeObject *)L_2, (RuntimeObject *)NULL, /*hidden argument*/NULL); } IL_001a: { RuntimeObject * L_3 = (RuntimeObject *)__this->get__syncRoot_2(); return L_3; } } // System.Void Newtonsoft.Json.Utilities.CollectionWrapper`1::VerifyValueType(System.Object) extern "C" IL2CPP_METHOD_ATTR void CollectionWrapper_1_VerifyValueType_m3647695872_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_VerifyValueType_m3647695872_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; bool L_1 = (( bool (*) (RuntimeObject * /* static, unused */, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)->methodPointer)(NULL /*static, unused*/, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 8)); if (L_1) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_3 = ___value0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->declaring_type)->rgctx_data, 13)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_4, /*hidden argument*/NULL); String_t* L_6 = StringUtils_FormatWith_m353537829(NULL /*static, unused*/, (String_t*)_stringLiteral178859674, (RuntimeObject*)L_2, (RuntimeObject *)L_3, (RuntimeObject *)L_5, /*hidden argument*/NULL); ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, (String_t*)L_6, (String_t*)_stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,CollectionWrapper_1_VerifyValueType_m3647695872_RuntimeMethod_var); } IL_002d: { return; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionWrapper`1::IsCompatibleObject(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CollectionWrapper_1_IsCompatibleObject_m1066537451_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionWrapper_1_IsCompatibleObject_m1066537451_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)))) { goto IL_002f; } } { RuntimeObject * L_1 = ___value0; if (L_1) { goto IL_002d; } } { RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->declaring_type)->rgctx_data, 13)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_2, /*hidden argument*/NULL); bool L_4 = TypeExtensions_IsValueType_m852671066(NULL /*static, unused*/, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002f; } } { RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->declaring_type)->rgctx_data, 13)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, (RuntimeTypeHandle_t3027515415 )L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t2669115404_il2cpp_TypeInfo_var); bool L_7 = ReflectionUtils_IsNullableType_m2557784957(NULL /*static, unused*/, (Type_t *)L_6, /*hidden argument*/NULL); if (L_7) { goto IL_002f; } } IL_002d: { return (bool)0; } IL_002f: { return (bool)1; } } // System.Object Newtonsoft.Json.Utilities.CollectionWrapper`1::get_UnderlyingCollection() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CollectionWrapper_1_get_UnderlyingCollection_m862069195_gshared (CollectionWrapper_1_t1427305972 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericCollection_1(); if (!L_0) { goto IL_000f; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericCollection_1(); return L_1; } IL_000f: { RuntimeObject* L_2 = (RuntimeObject*)__this->get__list_0(); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Utilities.Creator`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Creator_1__ctor_m654089358_gshared (Creator_1_t584988672 * __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 Newtonsoft.Json.Utilities.Creator`1::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Creator_1_Invoke_m2436810044_gshared (Creator_1_t584988672 * __this, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { Creator_1_Invoke_m2436810044((Creator_1_t584988672 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, 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 Newtonsoft.Json.Utilities.Creator`1::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Creator_1_BeginInvoke_m2070542957_gshared (Creator_1_t584988672 * __this, AsyncCallback_t3962456242 * ___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 Newtonsoft.Json.Utilities.Creator`1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Creator_1_EndInvoke_m86564479_gshared (Creator_1_t584988672 * __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 Newtonsoft.Json.Utilities.DictionaryWrapper`2/<>c::.cctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m2065638723_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { U3CU3Ec_t886711376 * L_0 = (U3CU3Ec_t886711376 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); (( void (*) (U3CU3Ec_t886711376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); ((U3CU3Ec_t886711376_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2)))->set_U3CU3E9_0(L_0); return; } } // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2/<>c::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m3319509466_gshared (U3CU3Ec_t886711376 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Collections.Generic.KeyValuePair`2 Newtonsoft.Json.Utilities.DictionaryWrapper`2/<>c::b__25_0(System.Collections.DictionaryEntry) extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2530217319 U3CU3Ec_U3CGetEnumeratorU3Eb__25_0_m3497476328_gshared (U3CU3Ec_t886711376 * __this, DictionaryEntry_t3123975638 ___de0, const RuntimeMethod* method) { { RuntimeObject * L_0 = DictionaryEntry_get_Key_m3117378551((DictionaryEntry_t3123975638 *)(&___de0), /*hidden argument*/NULL); RuntimeObject * L_1 = DictionaryEntry_get_Value_m618120527((DictionaryEntry_t3123975638 *)(&___de0), /*hidden argument*/NULL); KeyValuePair_2_t2530217319 L_2; memset(&L_2, 0, sizeof(L_2)); KeyValuePair_2__ctor_m727165395((&L_2), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 3))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); 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 Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::.ctor(System.Collections.Generic.IEnumerator`1>) extern "C" IL2CPP_METHOD_ATTR void DictionaryEnumerator_2__ctor_m3557537382_gshared (DictionaryEnumerator_2_t2687225351 * __this, RuntimeObject* ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryEnumerator_2__ctor_m3557537382_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___e0; ValidationUtils_ArgumentNotNull_m5418296(NULL /*static, unused*/, (RuntimeObject *)L_0, (String_t*)_stringLiteral3452614587, /*hidden argument*/NULL); RuntimeObject* L_1 = ___e0; __this->set__e_0(L_1); return; } } extern "C" void DictionaryEnumerator_2__ctor_m3557537382_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___e0, const RuntimeMethod* method) { DictionaryEnumerator_2_t2687225351 * _thisAdjusted = reinterpret_cast(__this + 1); DictionaryEnumerator_2__ctor_m3557537382(_thisAdjusted, ___e0, method); } // System.Collections.DictionaryEntry Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 DictionaryEnumerator_2_get_Entry_m208460265_gshared (DictionaryEnumerator_2_t2687225351 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryEnumerator_2_get_Entry_m208460265_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = DictionaryEnumerator_2_get_Current_m2441123761((DictionaryEnumerator_2_t2687225351 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)); return ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_0, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); } } extern "C" DictionaryEntry_t3123975638 DictionaryEnumerator_2_get_Entry_m208460265_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DictionaryEnumerator_2_t2687225351 * _thisAdjusted = reinterpret_cast(__this + 1); return DictionaryEnumerator_2_get_Entry_m208460265(_thisAdjusted, method); } // System.Object Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEnumerator_2_get_Key_m2144423212_gshared (DictionaryEnumerator_2_t2687225351 * __this, const RuntimeMethod* method) { DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); { DictionaryEntry_t3123975638 L_0 = DictionaryEnumerator_2_get_Entry_m208460265((DictionaryEnumerator_2_t2687225351 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); V_0 = (DictionaryEntry_t3123975638 )L_0; RuntimeObject * L_1 = DictionaryEntry_get_Key_m3117378551((DictionaryEntry_t3123975638 *)(&V_0), /*hidden argument*/NULL); return L_1; } } extern "C" RuntimeObject * DictionaryEnumerator_2_get_Key_m2144423212_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DictionaryEnumerator_2_t2687225351 * _thisAdjusted = reinterpret_cast(__this + 1); return DictionaryEnumerator_2_get_Key_m2144423212(_thisAdjusted, method); } // System.Object Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEnumerator_2_get_Value_m3909503947_gshared (DictionaryEnumerator_2_t2687225351 * __this, const RuntimeMethod* method) { DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); { DictionaryEntry_t3123975638 L_0 = DictionaryEnumerator_2_get_Entry_m208460265((DictionaryEnumerator_2_t2687225351 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); V_0 = (DictionaryEntry_t3123975638 )L_0; RuntimeObject * L_1 = DictionaryEntry_get_Value_m618120527((DictionaryEntry_t3123975638 *)(&V_0), /*hidden argument*/NULL); return L_1; } } extern "C" RuntimeObject * DictionaryEnumerator_2_get_Value_m3909503947_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DictionaryEnumerator_2_t2687225351 * _thisAdjusted = reinterpret_cast(__this + 1); return DictionaryEnumerator_2_get_Value_m3909503947(_thisAdjusted, method); } // System.Object Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEnumerator_2_get_Current_m2441123761_gshared (DictionaryEnumerator_2_t2687225351 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryEnumerator_2_get_Current_m2441123761_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t2530217319 V_0; memset(&V_0, 0, sizeof(V_0)); { RuntimeObject* L_0 = (RuntimeObject*)__this->get__e_0(); NullCheck((RuntimeObject*)L_0); KeyValuePair_2_t2530217319 L_1 = InterfaceFuncInvoker0< KeyValuePair_2_t2530217319 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (KeyValuePair_2_t2530217319 )L_1; RuntimeObject * L_2 = KeyValuePair_2_get_Key_m1328507389((KeyValuePair_2_t2530217319 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 3)); RuntimeObject* L_3 = (RuntimeObject*)__this->get__e_0(); NullCheck((RuntimeObject*)L_3); KeyValuePair_2_t2530217319 L_4 = InterfaceFuncInvoker0< KeyValuePair_2_t2530217319 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), (RuntimeObject*)L_3); V_0 = (KeyValuePair_2_t2530217319 )L_4; RuntimeObject * L_5 = KeyValuePair_2_get_Value_m3464904234((KeyValuePair_2_t2530217319 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 5)); DictionaryEntry_t3123975638 L_6; memset(&L_6, 0, sizeof(L_6)); DictionaryEntry__ctor_m2585376310((&L_6), (RuntimeObject *)L_2, (RuntimeObject *)L_5, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_7 = L_6; RuntimeObject * L_8 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_7); return L_8; } } extern "C" RuntimeObject * DictionaryEnumerator_2_get_Current_m2441123761_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DictionaryEnumerator_2_t2687225351 * _thisAdjusted = reinterpret_cast(__this + 1); return DictionaryEnumerator_2_get_Current_m2441123761(_thisAdjusted, method); } // System.Boolean Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool DictionaryEnumerator_2_MoveNext_m3374823900_gshared (DictionaryEnumerator_2_t2687225351 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryEnumerator_2_MoveNext_m3374823900_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__e_0(); NullCheck((RuntimeObject*)L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return L_1; } } extern "C" bool DictionaryEnumerator_2_MoveNext_m3374823900_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DictionaryEnumerator_2_t2687225351 * _thisAdjusted = reinterpret_cast(__this + 1); return DictionaryEnumerator_2_MoveNext_m3374823900(_thisAdjusted, method); } // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2/DictionaryEnumerator`2::Reset() extern "C" IL2CPP_METHOD_ATTR void DictionaryEnumerator_2_Reset_m3219320982_gshared (DictionaryEnumerator_2_t2687225351 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryEnumerator_2_Reset_m3219320982_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__e_0(); NullCheck((RuntimeObject*)L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_0); return; } } extern "C" void DictionaryEnumerator_2_Reset_m3219320982_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { DictionaryEnumerator_2_t2687225351 * _thisAdjusted = reinterpret_cast(__this + 1); DictionaryEnumerator_2_Reset_m3219320982(_thisAdjusted, method); } #ifdef __clang__ #pragma 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 Newtonsoft.Json.Utilities.DictionaryWrapper`2::Add(TKey,TValue) extern "C" IL2CPP_METHOD_ATTR void DictionaryWrapper_2_Add_m2521504752_gshared (DictionaryWrapper_2_t2717202687 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_Add_m2521504752_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0020; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_2 = ___key0; RuntimeObject * L_3 = ___value1; NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (RuntimeObject *)L_2, (RuntimeObject *)L_3); return; } IL_0020: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__genericDictionary_1(); if (!L_4) { goto IL_0036; } } { RuntimeObject* L_5 = (RuntimeObject*)__this->get__genericDictionary_1(); RuntimeObject * L_6 = ___key0; RuntimeObject * L_7 = ___value1; NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2::Add(!0,!1) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5, (RuntimeObject *)L_6, (RuntimeObject *)L_7); return; } IL_0036: { NotSupportedException_t1314879016 * L_8 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,DictionaryWrapper_2_Add_m2521504752_RuntimeMethod_var); } } // System.Boolean Newtonsoft.Json.Utilities.DictionaryWrapper`2::ContainsKey(TKey) extern "C" IL2CPP_METHOD_ATTR bool DictionaryWrapper_2_ContainsKey_m3392262843_gshared (DictionaryWrapper_2_t2717202687 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_ContainsKey_m3392262843_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_2 = ___key0; NullCheck((RuntimeObject*)L_1); bool L_3 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (RuntimeObject *)L_2); return L_3; } IL_001a: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__genericDictionary_1(); RuntimeObject * L_5 = ___key0; NullCheck((RuntimeObject*)L_4); bool L_6 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2::ContainsKey(!0) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (RuntimeObject *)L_5); return L_6; } } // System.Collections.Generic.ICollection`1 Newtonsoft.Json.Utilities.DictionaryWrapper`2::get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DictionaryWrapper_2_get_Keys_m4236428414_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_get_Keys_m4236428414_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_001e; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); NullCheck((RuntimeObject*)L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); RuntimeObject* L_3 = (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)(NULL /*static, unused*/, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); List_1_t257213610 * L_4 = (( List_1_t257213610 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_4; } IL_001e: { RuntimeObject* L_5 = (RuntimeObject*)__this->get__genericDictionary_1(); NullCheck((RuntimeObject*)L_5); RuntimeObject* L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Collections.Generic.ICollection`1 System.Collections.Generic.IDictionary`2::get_Keys() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5); return L_6; } } // System.Boolean Newtonsoft.Json.Utilities.DictionaryWrapper`2::Remove(TKey) extern "C" IL2CPP_METHOD_ATTR bool DictionaryWrapper_2_Remove_m2001640446_gshared (DictionaryWrapper_2_t2717202687 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_Remove_m2001640446_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0030; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_2 = ___key0; NullCheck((RuntimeObject*)L_1); bool L_3 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (RuntimeObject *)L_2); if (!L_3) { goto IL_002e; } } { RuntimeObject* L_4 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_5 = ___key0; NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_4, (RuntimeObject *)L_5); return (bool)1; } IL_002e: { return (bool)0; } IL_0030: { RuntimeObject* L_6 = (RuntimeObject*)__this->get__genericDictionary_1(); RuntimeObject * L_7 = ___key0; NullCheck((RuntimeObject*)L_6); bool L_8 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(2 /* System.Boolean System.Collections.Generic.IDictionary`2::Remove(!0) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_6, (RuntimeObject *)L_7); return L_8; } } // System.Boolean Newtonsoft.Json.Utilities.DictionaryWrapper`2::TryGetValue(TKey,TValue&) extern "C" IL2CPP_METHOD_ATTR bool DictionaryWrapper_2_TryGetValue_m530001089_gshared (DictionaryWrapper_2_t2717202687 * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_TryGetValue_m530001089_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0042; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_2 = ___key0; NullCheck((RuntimeObject*)L_1); bool L_3 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (RuntimeObject *)L_2); if (L_3) { goto IL_0024; } } { RuntimeObject ** L_4 = ___value1; il2cpp_codegen_initobj(L_4, sizeof(RuntimeObject *)); return (bool)0; } IL_0024: { RuntimeObject ** L_5 = ___value1; RuntimeObject* L_6 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_7 = ___key0; NullCheck((RuntimeObject*)L_6); RuntimeObject * L_8 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_6, (RuntimeObject *)L_7); *(RuntimeObject **)L_5 = ((RuntimeObject *)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))); Il2CppCodeGenWriteBarrier((RuntimeObject **)L_5, ((RuntimeObject *)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)))); return (bool)1; } IL_0042: { RuntimeObject* L_9 = (RuntimeObject*)__this->get__genericDictionary_1(); RuntimeObject * L_10 = ___key0; RuntimeObject ** L_11 = ___value1; NullCheck((RuntimeObject*)L_9); bool L_12 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject ** >::Invoke(3 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_9, (RuntimeObject *)L_10, (RuntimeObject **)L_11); return L_12; } } // System.Collections.Generic.ICollection`1 Newtonsoft.Json.Utilities.DictionaryWrapper`2::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DictionaryWrapper_2_get_Values_m659438092_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_get_Values_m659438092_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_001e; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); NullCheck((RuntimeObject*)L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.ICollection System.Collections.IDictionary::get_Values() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); RuntimeObject* L_3 = (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)(NULL /*static, unused*/, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); List_1_t257213610 * L_4 = (( List_1_t257213610 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_4; } IL_001e: { RuntimeObject* L_5 = (RuntimeObject*)__this->get__genericDictionary_1(); NullCheck((RuntimeObject*)L_5); RuntimeObject* L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.Generic.ICollection`1 System.Collections.Generic.IDictionary`2::get_Values() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5); return L_6; } } // TValue Newtonsoft.Json.Utilities.DictionaryWrapper`2::get_Item(TKey) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryWrapper_2_get_Item_m736688520_gshared (DictionaryWrapper_2_t2717202687 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_get_Item_m736688520_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_001f; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_2 = ___key0; NullCheck((RuntimeObject*)L_1); RuntimeObject * L_3 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (RuntimeObject *)L_2); return ((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))); } IL_001f: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__genericDictionary_1(); RuntimeObject * L_5 = ___key0; NullCheck((RuntimeObject*)L_4); RuntimeObject * L_6 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(4 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (RuntimeObject *)L_5); return L_6; } } // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2::set_Item(TKey,TValue) extern "C" IL2CPP_METHOD_ATTR void DictionaryWrapper_2_set_Item_m686143736_gshared (DictionaryWrapper_2_t2717202687 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_set_Item_m686143736_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0020; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_2 = ___key0; RuntimeObject * L_3 = ___value1; NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (RuntimeObject *)L_2, (RuntimeObject *)L_3); return; } IL_0020: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__genericDictionary_1(); RuntimeObject * L_5 = ___key0; RuntimeObject * L_6 = ___value1; NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (RuntimeObject *)L_5, (RuntimeObject *)L_6); return; } } // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2::Add(System.Collections.Generic.KeyValuePair`2) extern "C" IL2CPP_METHOD_ATTR void DictionaryWrapper_2_Add_m3457009431_gshared (DictionaryWrapper_2_t2717202687 * __this, KeyValuePair_2_t2530217319 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_Add_m3457009431_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0020; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); KeyValuePair_2_t2530217319 L_2 = ___item0; KeyValuePair_2_t2530217319 L_3 = L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 7), &L_3); NullCheck((RuntimeObject*)((RuntimeObject*)Castclass((RuntimeObject*)L_1, IList_t2094931216_il2cpp_TypeInfo_var))); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)((RuntimeObject*)Castclass((RuntimeObject*)L_1, IList_t2094931216_il2cpp_TypeInfo_var)), (RuntimeObject *)L_4); return; } IL_0020: { RuntimeObject* L_5 = (RuntimeObject*)__this->get__genericDictionary_1(); if (!L_5) { goto IL_0034; } } { RuntimeObject* L_6 = (RuntimeObject*)__this->get__genericDictionary_1(); KeyValuePair_2_t2530217319 L_7 = ___item0; NullCheck((RuntimeObject*)L_6); InterfaceActionInvoker1< KeyValuePair_2_t2530217319 >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1>::Add(!0) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8), (RuntimeObject*)L_6, (KeyValuePair_2_t2530217319 )L_7); } IL_0034: { return; } } // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2::Clear() extern "C" IL2CPP_METHOD_ATTR void DictionaryWrapper_2_Clear_m3325516640_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_Clear_m3325516640_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker0::Invoke(7 /* System.Void System.Collections.IDictionary::Clear() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); return; } IL_0014: { RuntimeObject* L_2 = (RuntimeObject*)__this->get__genericDictionary_1(); NullCheck((RuntimeObject*)L_2); InterfaceActionInvoker0::Invoke(3 /* System.Void System.Collections.Generic.ICollection`1>::Clear() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8), (RuntimeObject*)L_2); return; } } // System.Boolean Newtonsoft.Json.Utilities.DictionaryWrapper`2::Contains(System.Collections.Generic.KeyValuePair`2) extern "C" IL2CPP_METHOD_ATTR bool DictionaryWrapper_2_Contains_m1855058084_gshared (DictionaryWrapper_2_t2717202687 * __this, KeyValuePair_2_t2530217319 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_Contains_m1855058084_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_001f; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); KeyValuePair_2_t2530217319 L_2 = ___item0; KeyValuePair_2_t2530217319 L_3 = L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 7), &L_3); NullCheck((RuntimeObject*)((RuntimeObject*)Castclass((RuntimeObject*)L_1, IList_t2094931216_il2cpp_TypeInfo_var))); bool L_5 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(6 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, (RuntimeObject*)((RuntimeObject*)Castclass((RuntimeObject*)L_1, IList_t2094931216_il2cpp_TypeInfo_var)), (RuntimeObject *)L_4); return L_5; } IL_001f: { RuntimeObject* L_6 = (RuntimeObject*)__this->get__genericDictionary_1(); KeyValuePair_2_t2530217319 L_7 = ___item0; NullCheck((RuntimeObject*)L_6); bool L_8 = InterfaceFuncInvoker1< bool, KeyValuePair_2_t2530217319 >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1>::Contains(!0) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8), (RuntimeObject*)L_6, (KeyValuePair_2_t2530217319 )L_7); return L_8; } } // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2::CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void DictionaryWrapper_2_CopyTo_m1975389880_gshared (DictionaryWrapper_2_t2717202687 * __this, KeyValuePair_2U5BU5D_t118269214* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_CopyTo_m1975389880_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; DictionaryEntry_t3123975638 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); RuntimeObject* G_B8_0 = NULL; RuntimeObject* G_B7_0 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0062; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); NullCheck((RuntimeObject*)L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); V_0 = (RuntimeObject*)L_2; } IL_0014: try { // begin try (depth: 1) { goto IL_0046; } IL_0016: { RuntimeObject* L_3 = V_0; NullCheck((RuntimeObject*)L_3); DictionaryEntry_t3123975638 L_4 = InterfaceFuncInvoker0< DictionaryEntry_t3123975638 >::Invoke(0 /* System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator::get_Entry() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, (RuntimeObject*)L_3); V_1 = (DictionaryEntry_t3123975638 )L_4; KeyValuePair_2U5BU5D_t118269214* L_5 = ___array0; int32_t L_6 = ___arrayIndex1; int32_t L_7 = (int32_t)L_6; ___arrayIndex1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); RuntimeObject * L_8 = DictionaryEntry_get_Key_m3117378551((DictionaryEntry_t3123975638 *)(&V_1), /*hidden argument*/NULL); RuntimeObject * L_9 = DictionaryEntry_get_Value_m618120527((DictionaryEntry_t3123975638 *)(&V_1), /*hidden argument*/NULL); KeyValuePair_2_t2530217319 L_10; memset(&L_10, 0, sizeof(L_10)); KeyValuePair_2__ctor_m727165395((&L_10), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); NullCheck(L_5); (L_5)->SetAt(static_cast(L_7), (KeyValuePair_2_t2530217319 )L_10); } IL_0046: { RuntimeObject* L_11 = V_0; NullCheck((RuntimeObject*)L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); if (L_12) { goto IL_0016; } } IL_004e: { IL2CPP_LEAVE(0x6F, FINALLY_0050); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0050; } FINALLY_0050: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_0; RuntimeObject* L_14 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t3640265483_il2cpp_TypeInfo_var)); G_B7_0 = L_14; if (L_14) { G_B8_0 = L_14; goto IL_005c; } } IL_0059: { goto IL_0061; } IL_005c: { NullCheck((RuntimeObject*)G_B8_0); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)G_B8_0); } IL_0061: { IL2CPP_END_FINALLY(80) } } // end finally (depth: 1) IL2CPP_CLEANUP(80) { IL2CPP_JUMP_TBL(0x6F, IL_006f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0062: { RuntimeObject* L_15 = (RuntimeObject*)__this->get__genericDictionary_1(); KeyValuePair_2U5BU5D_t118269214* L_16 = ___array0; int32_t L_17 = ___arrayIndex1; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker2< KeyValuePair_2U5BU5D_t118269214*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1>::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8), (RuntimeObject*)L_15, (KeyValuePair_2U5BU5D_t118269214*)L_16, (int32_t)L_17); } IL_006f: { return; } } // System.Int32 Newtonsoft.Json.Utilities.DictionaryWrapper`2::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t DictionaryWrapper_2_get_Count_m688121333_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_get_Count_m688121333_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); NullCheck((RuntimeObject*)L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); return L_2; } IL_0014: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__genericDictionary_1(); NullCheck((RuntimeObject*)L_3); int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1>::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8), (RuntimeObject*)L_3); return L_4; } } // System.Boolean Newtonsoft.Json.Utilities.DictionaryWrapper`2::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool DictionaryWrapper_2_get_IsReadOnly_m3102170761_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_get_IsReadOnly_m3102170761_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); NullCheck((RuntimeObject*)L_1); bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IDictionary::get_IsReadOnly() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); return L_2; } IL_0014: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__genericDictionary_1(); NullCheck((RuntimeObject*)L_3); bool L_4 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.Generic.ICollection`1>::get_IsReadOnly() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8), (RuntimeObject*)L_3); return L_4; } } // System.Boolean Newtonsoft.Json.Utilities.DictionaryWrapper`2::Remove(System.Collections.Generic.KeyValuePair`2) extern "C" IL2CPP_METHOD_ATTR bool DictionaryWrapper_2_Remove_m4278208592_gshared (DictionaryWrapper_2_t2717202687 * __this, KeyValuePair_2_t2530217319 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_Remove_m4278208592_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0068; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_2 = KeyValuePair_2_get_Key_m1328507389((KeyValuePair_2_t2530217319 *)(&___item0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); NullCheck((RuntimeObject*)L_1); bool L_3 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (RuntimeObject *)L_2); if (!L_3) { goto IL_0066; } } { RuntimeObject* L_4 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_5 = KeyValuePair_2_get_Key_m1328507389((KeyValuePair_2_t2530217319 *)(&___item0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); NullCheck((RuntimeObject*)L_4); RuntimeObject * L_6 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_4, (RuntimeObject *)L_5); RuntimeObject * L_7 = KeyValuePair_2_get_Value_m3464904234((KeyValuePair_2_t2530217319 *)(&___item0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 11)); bool L_8 = Object_Equals_m1397037629(NULL /*static, unused*/, (RuntimeObject *)L_6, (RuntimeObject *)L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0064; } } { RuntimeObject* L_9 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_10 = KeyValuePair_2_get_Key_m1328507389((KeyValuePair_2_t2530217319 *)(&___item0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 10)); NullCheck((RuntimeObject*)L_9); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_9, (RuntimeObject *)L_10); return (bool)1; } IL_0064: { return (bool)0; } IL_0066: { return (bool)1; } IL_0068: { RuntimeObject* L_11 = (RuntimeObject*)__this->get__genericDictionary_1(); KeyValuePair_2_t2530217319 L_12 = ___item0; NullCheck((RuntimeObject*)L_11); bool L_13 = InterfaceFuncInvoker1< bool, KeyValuePair_2_t2530217319 >::Invoke(6 /* System.Boolean System.Collections.Generic.ICollection`1>::Remove(!0) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8), (RuntimeObject*)L_11, (KeyValuePair_2_t2530217319 )L_12); return L_13; } } // System.Collections.Generic.IEnumerator`1> Newtonsoft.Json.Utilities.DictionaryWrapper`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DictionaryWrapper_2_GetEnumerator_m614830544_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_GetEnumerator_m614830544_MetadataUsageId); s_Il2CppMethodInitialized = true; } Func_2_t3270419407 * G_B3_0 = NULL; RuntimeObject* G_B3_1 = NULL; Func_2_t3270419407 * G_B2_0 = NULL; RuntimeObject* G_B2_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_003d; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject* L_2 = Enumerable_Cast_TisDictionaryEntry_t3123975638_m4211080986(NULL /*static, unused*/, (RuntimeObject*)L_1, /*hidden argument*/Enumerable_Cast_TisDictionaryEntry_t3123975638_m4211080986_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); Func_2_t3270419407 * L_3 = ((U3CU3Ec_t886711376_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)))->get_U3CU3E9__25_0_1(); Func_2_t3270419407 * L_4 = (Func_2_t3270419407 *)L_3; G_B2_0 = L_4; G_B2_1 = L_2; if (L_4) { G_B3_0 = L_4; G_B3_1 = L_2; goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)); U3CU3Ec_t886711376 * L_5 = ((U3CU3Ec_t886711376_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)))->get_U3CU3E9_0(); intptr_t L_6 = (intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13); Func_2_t3270419407 * L_7 = (Func_2_t3270419407 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 14)); (( void (*) (Func_2_t3270419407 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)(L_7, (RuntimeObject *)L_5, (intptr_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Func_2_t3270419407 * L_8 = (Func_2_t3270419407 *)L_7; ((U3CU3Ec_t886711376_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 12)))->set_U3CU3E9__25_0_1(L_8); G_B3_0 = L_8; G_B3_1 = G_B2_1; } IL_0032: { RuntimeObject* L_9 = (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t3270419407 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (RuntimeObject*)G_B3_1, (Func_2_t3270419407 *)G_B3_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); NullCheck((RuntimeObject*)L_9); RuntimeObject* L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 17), (RuntimeObject*)L_9); return L_10; } IL_003d: { RuntimeObject* L_11 = (RuntimeObject*)__this->get__genericDictionary_1(); NullCheck((RuntimeObject*)L_11); RuntimeObject* L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 17), (RuntimeObject*)L_11); return L_12; } } // System.Collections.IEnumerator Newtonsoft.Json.Utilities.DictionaryWrapper`2::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DictionaryWrapper_2_System_Collections_IEnumerable_GetEnumerator_m694440168_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { { NullCheck((DictionaryWrapper_2_t2717202687 *)__this); RuntimeObject* L_0 = (( RuntimeObject* (*) (DictionaryWrapper_2_t2717202687 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((DictionaryWrapper_2_t2717202687 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_0; } } // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2::System.Collections.IDictionary.Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void DictionaryWrapper_2_System_Collections_IDictionary_Add_m794326513_gshared (DictionaryWrapper_2_t2717202687 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_System_Collections_IDictionary_Add_m794326513_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0016; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_2 = ___key0; RuntimeObject * L_3 = ___value1; NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (RuntimeObject *)L_2, (RuntimeObject *)L_3); return; } IL_0016: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__genericDictionary_1(); RuntimeObject * L_5 = ___key0; RuntimeObject * L_6 = ___value1; NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Void System.Collections.Generic.IDictionary`2::Add(!0,!1) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)))); return; } } // System.Object Newtonsoft.Json.Utilities.DictionaryWrapper`2::System.Collections.IDictionary.get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryWrapper_2_System_Collections_IDictionary_get_Item_m2316565322_gshared (DictionaryWrapper_2_t2717202687 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_System_Collections_IDictionary_get_Item_m2316565322_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_2 = ___key0; NullCheck((RuntimeObject*)L_1); RuntimeObject * L_3 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (RuntimeObject *)L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__genericDictionary_1(); RuntimeObject * L_5 = ___key0; NullCheck((RuntimeObject*)L_4); RuntimeObject * L_6 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(4 /* !1 System.Collections.Generic.IDictionary`2::get_Item(!0) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))); return L_6; } } // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2::System.Collections.IDictionary.set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void DictionaryWrapper_2_System_Collections_IDictionary_set_Item_m3044563904_gshared (DictionaryWrapper_2_t2717202687 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_System_Collections_IDictionary_set_Item_m3044563904_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0016; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_2 = ___key0; RuntimeObject * L_3 = ___value1; NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (RuntimeObject *)L_2, (RuntimeObject *)L_3); return; } IL_0016: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__genericDictionary_1(); RuntimeObject * L_5 = ___key0; RuntimeObject * L_6 = ___value1; NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(5 /* System.Void System.Collections.Generic.IDictionary`2::set_Item(!0,!1) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 1)))); return; } } // System.Collections.IDictionaryEnumerator Newtonsoft.Json.Utilities.DictionaryWrapper`2::System.Collections.IDictionary.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DictionaryWrapper_2_System_Collections_IDictionary_GetEnumerator_m2977965988_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_System_Collections_IDictionary_GetEnumerator_m2977965988_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); NullCheck((RuntimeObject*)L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); return L_2; } IL_0014: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__genericDictionary_1(); NullCheck((RuntimeObject*)L_3); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 17), (RuntimeObject*)L_3); DictionaryEnumerator_2_t2687225351 L_5; memset(&L_5, 0, sizeof(L_5)); DictionaryEnumerator_2__ctor_m3557537382((&L_5), (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 20)); DictionaryEnumerator_2_t2687225351 L_6 = L_5; RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 19), &L_6); return (RuntimeObject*)L_7; } } // System.Boolean Newtonsoft.Json.Utilities.DictionaryWrapper`2::System.Collections.IDictionary.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool DictionaryWrapper_2_System_Collections_IDictionary_Contains_m2962763968_gshared (DictionaryWrapper_2_t2717202687 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_System_Collections_IDictionary_Contains_m2962763968_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericDictionary_1(); if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericDictionary_1(); RuntimeObject * L_2 = ___key0; NullCheck((RuntimeObject*)L_1); bool L_3 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(1 /* System.Boolean System.Collections.Generic.IDictionary`2::ContainsKey(!0) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_1, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))); return L_3; } IL_001a: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_5 = ___key0; NullCheck((RuntimeObject*)L_4); bool L_6 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_4, (RuntimeObject *)L_5); return L_6; } } // System.Boolean Newtonsoft.Json.Utilities.DictionaryWrapper`2::System.Collections.IDictionary.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool DictionaryWrapper_2_System_Collections_IDictionary_get_IsFixedSize_m3788547748_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_System_Collections_IDictionary_get_IsFixedSize_m3788547748_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericDictionary_1(); if (!L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); NullCheck((RuntimeObject*)L_1); bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IDictionary::get_IsFixedSize() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); return L_2; } } // System.Collections.ICollection Newtonsoft.Json.Utilities.DictionaryWrapper`2::System.Collections.IDictionary.get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DictionaryWrapper_2_System_Collections_IDictionary_get_Keys_m1042785848_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_System_Collections_IDictionary_get_Keys_m1042785848_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericDictionary_1(); if (!L_0) { goto IL_0019; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericDictionary_1(); NullCheck((RuntimeObject*)L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Collections.Generic.ICollection`1 System.Collections.Generic.IDictionary`2::get_Keys() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_1); List_1_t257213610 * L_3 = (( List_1_t257213610 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)(NULL /*static, unused*/, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); return L_3; } IL_0019: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__dictionary_0(); NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); return L_5; } } // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void DictionaryWrapper_2_Remove_m3620029997_gshared (DictionaryWrapper_2_t2717202687 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_Remove_m3620029997_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeObject * L_2 = ___key0; NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (RuntimeObject *)L_2); return; } IL_0015: { RuntimeObject* L_3 = (RuntimeObject*)__this->get__genericDictionary_1(); RuntimeObject * L_4 = ___key0; NullCheck((RuntimeObject*)L_3); InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(2 /* System.Boolean System.Collections.Generic.IDictionary`2::Remove(!0) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_3, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))); return; } } // System.Collections.ICollection Newtonsoft.Json.Utilities.DictionaryWrapper`2::System.Collections.IDictionary.get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DictionaryWrapper_2_System_Collections_IDictionary_get_Values_m3041783360_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_System_Collections_IDictionary_get_Values_m3041783360_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__genericDictionary_1(); if (!L_0) { goto IL_0019; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__genericDictionary_1(); NullCheck((RuntimeObject*)L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.Generic.ICollection`1 System.Collections.Generic.IDictionary`2::get_Values() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_1); List_1_t257213610 * L_3 = (( List_1_t257213610 * (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(NULL /*static, unused*/, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); return L_3; } IL_0019: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__dictionary_0(); NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.ICollection System.Collections.IDictionary::get_Values() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); return L_5; } } // System.Void Newtonsoft.Json.Utilities.DictionaryWrapper`2::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DictionaryWrapper_2_System_Collections_ICollection_CopyTo_m1573956008_gshared (DictionaryWrapper_2_t2717202687 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_System_Collections_ICollection_CopyTo_m1573956008_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0016; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); RuntimeArray * L_2 = ___array0; int32_t L_3 = ___index1; NullCheck((RuntimeObject*)L_1); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, (RuntimeObject*)L_1, (RuntimeArray *)L_2, (int32_t)L_3); return; } IL_0016: { RuntimeObject* L_4 = (RuntimeObject*)__this->get__genericDictionary_1(); RuntimeArray * L_5 = ___array0; int32_t L_6 = ___index1; NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< KeyValuePair_2U5BU5D_t118269214*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1>::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 8), (RuntimeObject*)L_4, (KeyValuePair_2U5BU5D_t118269214*)((KeyValuePair_2U5BU5D_t118269214*)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 21))), (int32_t)L_6); return; } } // System.Boolean Newtonsoft.Json.Utilities.DictionaryWrapper`2::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool DictionaryWrapper_2_System_Collections_ICollection_get_IsSynchronized_m943856105_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_System_Collections_ICollection_get_IsSynchronized_m943856105_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); NullCheck((RuntimeObject*)L_1); bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.ICollection::get_IsSynchronized() */, ICollection_t3904884886_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); return L_2; } IL_0014: { return (bool)0; } } // System.Object Newtonsoft.Json.Utilities.DictionaryWrapper`2::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryWrapper_2_System_Collections_ICollection_get_SyncRoot_m2438993567_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryWrapper_2_System_Collections_ICollection_get_SyncRoot_m2438993567_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)__this->get__syncRoot_2(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = (RuntimeObject **)__this->get_address_of__syncRoot_2(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_2, /*hidden argument*/NULL); Interlocked_CompareExchange_m1590826108(NULL /*static, unused*/, (RuntimeObject **)L_1, (RuntimeObject *)L_2, (RuntimeObject *)NULL, /*hidden argument*/NULL); } IL_001a: { RuntimeObject * L_3 = (RuntimeObject *)__this->get__syncRoot_2(); return L_3; } } // System.Object Newtonsoft.Json.Utilities.DictionaryWrapper`2::get_UnderlyingDictionary() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryWrapper_2_get_UnderlyingDictionary_m1998645296_gshared (DictionaryWrapper_2_t2717202687 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get__dictionary_0(); if (!L_0) { goto IL_000f; } } { RuntimeObject* L_1 = (RuntimeObject*)__this->get__dictionary_0(); return L_1; } IL_000f: { RuntimeObject* L_2 = (RuntimeObject*)__this->get__genericDictionary_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 Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0_1__ctor_m2279000992_gshared (U3CU3Ec__DisplayClass4_0_1_t1908165307 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Object Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1::b__0(T,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass4_0_1_U3CCreateMethodCallU3Eb__0_m233426786_gshared (U3CU3Ec__DisplayClass4_0_1_t1908165307 * __this, RuntimeObject * ___o0, ObjectU5BU5D_t2843939325* ___a1, const RuntimeMethod* method) { { ConstructorInfo_t5769829 * L_0 = (ConstructorInfo_t5769829 *)__this->get_c_0(); ObjectU5BU5D_t2843939325* L_1 = ___a1; NullCheck((ConstructorInfo_t5769829 *)L_0); RuntimeObject * L_2 = ConstructorInfo_Invoke_m4089836896((ConstructorInfo_t5769829 *)L_0, (ObjectU5BU5D_t2843939325*)L_1, /*hidden argument*/NULL); return L_2; } } // System.Object Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass4_0`1::b__1(T,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass4_0_1_U3CCreateMethodCallU3Eb__1_m3015078160_gshared (U3CU3Ec__DisplayClass4_0_1_t1908165307 * __this, RuntimeObject * ___o0, ObjectU5BU5D_t2843939325* ___a1, const RuntimeMethod* method) { { MethodBase_t * L_0 = (MethodBase_t *)__this->get_method_1(); RuntimeObject * L_1 = ___o0; ObjectU5BU5D_t2843939325* L_2 = ___a1; NullCheck((MethodBase_t *)L_0); RuntimeObject * L_3 = MethodBase_Invoke_m1776411915((MethodBase_t *)L_0, (RuntimeObject *)L_1, (ObjectU5BU5D_t2843939325*)L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0_1__ctor_m1978339615_gshared (U3CU3Ec__DisplayClass5_0_1_t1174996856 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // T Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1::b__0() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass5_0_1_U3CCreateDefaultConstructorU3Eb__0_m363196041_gshared (U3CU3Ec__DisplayClass5_0_1_t1174996856 * __this, const RuntimeMethod* method) { { Type_t * L_0 = (Type_t *)__this->get_type_0(); RuntimeObject * L_1 = Activator_CreateInstance_m3631483688(NULL /*static, unused*/, (Type_t *)L_0, /*hidden argument*/NULL); return ((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0))); } } // T Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass5_0`1::b__1() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass5_0_1_U3CCreateDefaultConstructorU3Eb__1_m2319511177_gshared (U3CU3Ec__DisplayClass5_0_1_t1174996856 * __this, const RuntimeMethod* method) { { ConstructorInfo_t5769829 * L_0 = (ConstructorInfo_t5769829 *)__this->get_constructorInfo_1(); NullCheck((ConstructorInfo_t5769829 *)L_0); RuntimeObject * L_1 = ConstructorInfo_Invoke_m4089836896((ConstructorInfo_t5769829 *)L_0, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); return ((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 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 Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass6_0`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_1__ctor_m287994307_gshared (U3CU3Ec__DisplayClass6_0_1_t441828405 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Object Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass6_0`1::b__0(T) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass6_0_1_U3CCreateGetU3Eb__0_m1526651250_gshared (U3CU3Ec__DisplayClass6_0_1_t441828405 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { PropertyInfo_t * L_0 = (PropertyInfo_t *)__this->get_propertyInfo_0(); RuntimeObject * L_1 = ___o0; NullCheck((PropertyInfo_t *)L_0); RuntimeObject * L_2 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(25 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, (PropertyInfo_t *)L_0, (RuntimeObject *)L_1, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass7_0`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_1__ctor_m2146898154_gshared (U3CU3Ec__DisplayClass7_0_1_t4003627250 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Object Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass7_0`1::b__0(T) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__DisplayClass7_0_1_U3CCreateGetU3Eb__0_m4227696098_gshared (U3CU3Ec__DisplayClass7_0_1_t4003627250 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { FieldInfo_t * L_0 = (FieldInfo_t *)__this->get_fieldInfo_0(); RuntimeObject * L_1 = ___o0; NullCheck((FieldInfo_t *)L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(18 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, (FieldInfo_t *)L_0, (RuntimeObject *)L_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 Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass8_0`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0_1__ctor_m2736116155_gshared (U3CU3Ec__DisplayClass8_0_1_t2706806143 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass8_0`1::b__0(T,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0_1_U3CCreateSetU3Eb__0_m1248692635_gshared (U3CU3Ec__DisplayClass8_0_1_t2706806143 * __this, RuntimeObject * ___o0, RuntimeObject * ___v1, const RuntimeMethod* method) { { FieldInfo_t * L_0 = (FieldInfo_t *)__this->get_fieldInfo_0(); RuntimeObject * L_1 = ___o0; RuntimeObject * L_2 = ___v1; NullCheck((FieldInfo_t *)L_0); FieldInfo_SetValue_m2460171138((FieldInfo_t *)L_0, (RuntimeObject *)L_1, (RuntimeObject *)L_2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass9_0`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_1__ctor_m2027787420_gshared (U3CU3Ec__DisplayClass9_0_1_t3906388924 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory/<>c__DisplayClass9_0`1::b__0(T,System.Object) extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_1_U3CCreateSetU3Eb__0_m3065593245_gshared (U3CU3Ec__DisplayClass9_0_1_t3906388924 * __this, RuntimeObject * ___o0, RuntimeObject * ___v1, const RuntimeMethod* method) { { PropertyInfo_t * L_0 = (PropertyInfo_t *)__this->get_propertyInfo_0(); RuntimeObject * L_1 = ___o0; RuntimeObject * L_2 = ___v1; NullCheck((PropertyInfo_t *)L_0); VirtActionInvoker3< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(27 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, (PropertyInfo_t *)L_0, (RuntimeObject *)L_1, (RuntimeObject *)L_2, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)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 Newtonsoft.Json.Utilities.MethodCall`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void MethodCall_2__ctor_m1888034670_gshared (MethodCall_2_t2845904993 * __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); } // TResult Newtonsoft.Json.Utilities.MethodCall`2::Invoke(T,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodCall_2_Invoke_m386137395_gshared (MethodCall_2_t2845904993 * __this, RuntimeObject * ___target0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { MethodCall_2_Invoke_m386137395((MethodCall_2_t2845904993 *)__this->get_prev_9(), ___target0, ___args1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___args1, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, ObjectU5BU5D_t2843939325*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___args1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // 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 = GenericInterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(targetMethod, targetThis, ___target0, ___args1); else result = GenericVirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(targetMethod, targetThis, ___target0, ___args1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___args1); else result = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___args1); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, RuntimeObject *, ObjectU5BU5D_t2843939325*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___args1, targetMethod); } } else { // 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< RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(targetMethod, ___target0, ___args1); else result = GenericVirtFuncInvoker1< RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(targetMethod, ___target0, ___args1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___args1); else result = VirtFuncInvoker1< RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___args1); } } else { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, ObjectU5BU5D_t2843939325*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___args1, targetMethod); } } } return result; } // System.IAsyncResult Newtonsoft.Json.Utilities.MethodCall`2::BeginInvoke(T,System.Object[],System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MethodCall_2_BeginInvoke_m2424870894_gshared (MethodCall_2_t2845904993 * __this, RuntimeObject * ___target0, ObjectU5BU5D_t2843939325* ___args1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___target0; __d_args[1] = ___args1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // TResult Newtonsoft.Json.Utilities.MethodCall`2::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodCall_2_EndInvoke_m301204087_gshared (MethodCall_2_t2845904993 * __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 Newtonsoft.Json.Utilities.StringUtils/<>c__DisplayClass15_0`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0_1__ctor_m2922486257_gshared (U3CU3Ec__DisplayClass15_0_1_t3575266068 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Utilities.StringUtils/<>c__DisplayClass15_0`1::b__0(TSource) extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass15_0_1_U3CForgivingCaseSensitiveFindU3Eb__0_m3695645288_gshared (U3CU3Ec__DisplayClass15_0_1_t3575266068 * __this, RuntimeObject * ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass15_0_1_U3CForgivingCaseSensitiveFindU3Eb__0_m3695645288_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Func_2_t1214474899 * L_0 = (Func_2_t1214474899 *)__this->get_valueSelector_0(); RuntimeObject * L_1 = ___s0; NullCheck((Func_2_t1214474899 *)L_0); String_t* L_2 = (( String_t* (*) (Func_2_t1214474899 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((Func_2_t1214474899 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); String_t* L_3 = (String_t*)__this->get_testValue_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_Equals_m2359609904(NULL /*static, unused*/, (String_t*)L_2, (String_t*)L_3, (int32_t)5, /*hidden argument*/NULL); return L_4; } } // System.Boolean Newtonsoft.Json.Utilities.StringUtils/<>c__DisplayClass15_0`1::b__1(TSource) extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass15_0_1_U3CForgivingCaseSensitiveFindU3Eb__1_m3695644381_gshared (U3CU3Ec__DisplayClass15_0_1_t3575266068 * __this, RuntimeObject * ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass15_0_1_U3CForgivingCaseSensitiveFindU3Eb__1_m3695644381_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Func_2_t1214474899 * L_0 = (Func_2_t1214474899 *)__this->get_valueSelector_0(); RuntimeObject * L_1 = ___s0; NullCheck((Func_2_t1214474899 *)L_0); String_t* L_2 = (( String_t* (*) (Func_2_t1214474899 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)->methodPointer)((Func_2_t1214474899 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 0)); String_t* L_3 = (String_t*)__this->get_testValue_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_Equals_m2359609904(NULL /*static, unused*/, (String_t*)L_2, (String_t*)L_3, (int32_t)4, /*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 Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) extern "C" IL2CPP_METHOD_ATTR void ThreadSafeStore_2__ctor_m4221623391_gshared (ThreadSafeStore_2_t3475939383 * __this, Func_2_t561625213 * ___creator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadSafeStore_2__ctor_m4221623391_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set__lock_0(L_0); NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); Func_2_t561625213 * L_1 = ___creator0; if (L_1) { goto IL_001f; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, (String_t*)_stringLiteral1491702720, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ThreadSafeStore_2__ctor_m4221623391_RuntimeMethod_var); } IL_001f: { Func_2_t561625213 * L_3 = ___creator0; __this->set__creator_2(L_3); Dictionary_2_t2542007287 * L_4 = (Dictionary_2_t2542007287 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (Dictionary_2_t2542007287 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set__store_1(L_4); return; } } // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ThreadSafeStore_2_Get_m1079464725_gshared (ThreadSafeStore_2_t3475939383 * __this, TypeNameKey_t2985541961 ___key0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { Dictionary_2_t2542007287 * L_0 = (Dictionary_2_t2542007287 *)__this->get__store_1(); TypeNameKey_t2985541961 L_1 = ___key0; NullCheck((Dictionary_2_t2542007287 *)L_0); bool L_2 = (( bool (*) (Dictionary_2_t2542007287 *, TypeNameKey_t2985541961 , RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Dictionary_2_t2542007287 *)L_0, (TypeNameKey_t2985541961 )L_1, (RuntimeObject **)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); if (L_2) { goto IL_0018; } } { TypeNameKey_t2985541961 L_3 = ___key0; NullCheck((ThreadSafeStore_2_t3475939383 *)__this); RuntimeObject * L_4 = (( RuntimeObject * (*) (ThreadSafeStore_2_t3475939383 *, TypeNameKey_t2985541961 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ThreadSafeStore_2_t3475939383 *)__this, (TypeNameKey_t2985541961 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return L_4; } IL_0018: { RuntimeObject * L_5 = V_0; return L_5; } } // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::AddValue(TKey) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ThreadSafeStore_2_AddValue_m3441581314_gshared (ThreadSafeStore_2_t3475939383 * __this, TypeNameKey_t2985541961 ___key0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; Dictionary_2_t2542007287 * V_3 = NULL; RuntimeObject * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Func_2_t561625213 * L_0 = (Func_2_t561625213 *)__this->get__creator_2(); TypeNameKey_t2985541961 L_1 = ___key0; NullCheck((Func_2_t561625213 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (Func_2_t561625213 *, TypeNameKey_t2985541961 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((Func_2_t561625213 *)L_0, (TypeNameKey_t2985541961 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (RuntimeObject *)L_2; RuntimeObject * L_3 = (RuntimeObject *)__this->get__lock_0(); V_1 = (RuntimeObject *)L_3; RuntimeObject * L_4 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/NULL); } IL_001a: try { // begin try (depth: 1) { Dictionary_2_t2542007287 * L_5 = (Dictionary_2_t2542007287 *)__this->get__store_1(); if (L_5) { goto IL_003c; } } IL_0022: { Dictionary_2_t2542007287 * L_6 = (Dictionary_2_t2542007287 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (Dictionary_2_t2542007287 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set__store_1(L_6); Dictionary_2_t2542007287 * L_7 = (Dictionary_2_t2542007287 *)__this->get__store_1(); TypeNameKey_t2985541961 L_8 = ___key0; RuntimeObject * L_9 = V_0; NullCheck((Dictionary_2_t2542007287 *)L_7); (( void (*) (Dictionary_2_t2542007287 *, TypeNameKey_t2985541961 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((Dictionary_2_t2542007287 *)L_7, (TypeNameKey_t2985541961 )L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); goto IL_006c; } IL_003c: { Dictionary_2_t2542007287 * L_10 = (Dictionary_2_t2542007287 *)__this->get__store_1(); TypeNameKey_t2985541961 L_11 = ___key0; NullCheck((Dictionary_2_t2542007287 *)L_10); bool L_12 = (( bool (*) (Dictionary_2_t2542007287 *, TypeNameKey_t2985541961 , RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Dictionary_2_t2542007287 *)L_10, (TypeNameKey_t2985541961 )L_11, (RuntimeObject **)(&V_2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); if (!L_12) { goto IL_0051; } } IL_004c: { RuntimeObject * L_13 = V_2; V_4 = (RuntimeObject *)L_13; IL2CPP_LEAVE(0x78, FINALLY_0071); } IL_0051: { Dictionary_2_t2542007287 * L_14 = (Dictionary_2_t2542007287 *)__this->get__store_1(); Dictionary_2_t2542007287 * L_15 = (Dictionary_2_t2542007287 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (Dictionary_2_t2542007287 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(L_15, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); V_3 = (Dictionary_2_t2542007287 *)L_15; Dictionary_2_t2542007287 * L_16 = V_3; TypeNameKey_t2985541961 L_17 = ___key0; RuntimeObject * L_18 = V_0; NullCheck((Dictionary_2_t2542007287 *)L_16); (( void (*) (Dictionary_2_t2542007287 *, TypeNameKey_t2985541961 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((Dictionary_2_t2542007287 *)L_16, (TypeNameKey_t2985541961 )L_17, (RuntimeObject *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); Dictionary_2_t2542007287 * L_19 = V_3; __this->set__store_1(L_19); } IL_006c: { RuntimeObject * L_20 = V_0; V_4 = (RuntimeObject *)L_20; IL2CPP_LEAVE(0x78, 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) RuntimeObject * L_21 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); IL2CPP_END_FINALLY(113) } // end finally (depth: 1) IL2CPP_CLEANUP(113) { IL2CPP_JUMP_TBL(0x78, IL_0078) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0078: { RuntimeObject * L_22 = V_4; return L_22; } } #ifdef __clang__ #pragma 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 Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) extern "C" IL2CPP_METHOD_ATTR void ThreadSafeStore_2__ctor_m3588564154_gshared (ThreadSafeStore_2_t3584855580 * __this, Func_2_t670541410 * ___creator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadSafeStore_2__ctor_m3588564154_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set__lock_0(L_0); NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); Func_2_t670541410 * L_1 = ___creator0; if (L_1) { goto IL_001f; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, (String_t*)_stringLiteral1491702720, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ThreadSafeStore_2__ctor_m3588564154_RuntimeMethod_var); } IL_001f: { Func_2_t670541410 * L_3 = ___creator0; __this->set__creator_2(L_3); Dictionary_2_t2650923484 * L_4 = (Dictionary_2_t2650923484 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (Dictionary_2_t2650923484 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set__store_1(L_4); return; } } // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ThreadSafeStore_2_Get_m425037812_gshared (ThreadSafeStore_2_t3584855580 * __this, TypeConvertKey_t285306760 ___key0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { Dictionary_2_t2650923484 * L_0 = (Dictionary_2_t2650923484 *)__this->get__store_1(); TypeConvertKey_t285306760 L_1 = ___key0; NullCheck((Dictionary_2_t2650923484 *)L_0); bool L_2 = (( bool (*) (Dictionary_2_t2650923484 *, TypeConvertKey_t285306760 , RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Dictionary_2_t2650923484 *)L_0, (TypeConvertKey_t285306760 )L_1, (RuntimeObject **)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); if (L_2) { goto IL_0018; } } { TypeConvertKey_t285306760 L_3 = ___key0; NullCheck((ThreadSafeStore_2_t3584855580 *)__this); RuntimeObject * L_4 = (( RuntimeObject * (*) (ThreadSafeStore_2_t3584855580 *, TypeConvertKey_t285306760 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ThreadSafeStore_2_t3584855580 *)__this, (TypeConvertKey_t285306760 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return L_4; } IL_0018: { RuntimeObject * L_5 = V_0; return L_5; } } // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::AddValue(TKey) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ThreadSafeStore_2_AddValue_m1670691074_gshared (ThreadSafeStore_2_t3584855580 * __this, TypeConvertKey_t285306760 ___key0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; Dictionary_2_t2650923484 * V_3 = NULL; RuntimeObject * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Func_2_t670541410 * L_0 = (Func_2_t670541410 *)__this->get__creator_2(); TypeConvertKey_t285306760 L_1 = ___key0; NullCheck((Func_2_t670541410 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (Func_2_t670541410 *, TypeConvertKey_t285306760 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((Func_2_t670541410 *)L_0, (TypeConvertKey_t285306760 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (RuntimeObject *)L_2; RuntimeObject * L_3 = (RuntimeObject *)__this->get__lock_0(); V_1 = (RuntimeObject *)L_3; RuntimeObject * L_4 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/NULL); } IL_001a: try { // begin try (depth: 1) { Dictionary_2_t2650923484 * L_5 = (Dictionary_2_t2650923484 *)__this->get__store_1(); if (L_5) { goto IL_003c; } } IL_0022: { Dictionary_2_t2650923484 * L_6 = (Dictionary_2_t2650923484 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (Dictionary_2_t2650923484 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set__store_1(L_6); Dictionary_2_t2650923484 * L_7 = (Dictionary_2_t2650923484 *)__this->get__store_1(); TypeConvertKey_t285306760 L_8 = ___key0; RuntimeObject * L_9 = V_0; NullCheck((Dictionary_2_t2650923484 *)L_7); (( void (*) (Dictionary_2_t2650923484 *, TypeConvertKey_t285306760 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((Dictionary_2_t2650923484 *)L_7, (TypeConvertKey_t285306760 )L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); goto IL_006c; } IL_003c: { Dictionary_2_t2650923484 * L_10 = (Dictionary_2_t2650923484 *)__this->get__store_1(); TypeConvertKey_t285306760 L_11 = ___key0; NullCheck((Dictionary_2_t2650923484 *)L_10); bool L_12 = (( bool (*) (Dictionary_2_t2650923484 *, TypeConvertKey_t285306760 , RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Dictionary_2_t2650923484 *)L_10, (TypeConvertKey_t285306760 )L_11, (RuntimeObject **)(&V_2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); if (!L_12) { goto IL_0051; } } IL_004c: { RuntimeObject * L_13 = V_2; V_4 = (RuntimeObject *)L_13; IL2CPP_LEAVE(0x78, FINALLY_0071); } IL_0051: { Dictionary_2_t2650923484 * L_14 = (Dictionary_2_t2650923484 *)__this->get__store_1(); Dictionary_2_t2650923484 * L_15 = (Dictionary_2_t2650923484 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (Dictionary_2_t2650923484 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(L_15, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); V_3 = (Dictionary_2_t2650923484 *)L_15; Dictionary_2_t2650923484 * L_16 = V_3; TypeConvertKey_t285306760 L_17 = ___key0; RuntimeObject * L_18 = V_0; NullCheck((Dictionary_2_t2650923484 *)L_16); (( void (*) (Dictionary_2_t2650923484 *, TypeConvertKey_t285306760 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((Dictionary_2_t2650923484 *)L_16, (TypeConvertKey_t285306760 )L_17, (RuntimeObject *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); Dictionary_2_t2650923484 * L_19 = V_3; __this->set__store_1(L_19); } IL_006c: { RuntimeObject * L_20 = V_0; V_4 = (RuntimeObject *)L_20; IL2CPP_LEAVE(0x78, 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) RuntimeObject * L_21 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); IL2CPP_END_FINALLY(113) } // end finally (depth: 1) IL2CPP_CLEANUP(113) { IL2CPP_JUMP_TBL(0x78, IL_0078) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0078: { RuntimeObject * L_22 = V_4; return L_22; } } #ifdef __clang__ #pragma 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 Newtonsoft.Json.Utilities.ThreadSafeStore`2::.ctor(System.Func`2) extern "C" IL2CPP_METHOD_ATTR void ThreadSafeStore_2__ctor_m3312637891_gshared (ThreadSafeStore_2_t1066477248 * __this, Func_2_t2447130374 * ___creator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ThreadSafeStore_2__ctor_m3312637891_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set__lock_0(L_0); NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); Func_2_t2447130374 * L_1 = ___creator0; if (L_1) { goto IL_001f; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, (String_t*)_stringLiteral1491702720, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ThreadSafeStore_2__ctor_m3312637891_RuntimeMethod_var); } IL_001f: { Func_2_t2447130374 * L_3 = ___creator0; __this->set__creator_2(L_3); Dictionary_2_t132545152 * L_4 = (Dictionary_2_t132545152 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (Dictionary_2_t132545152 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set__store_1(L_4); return; } } // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::Get(TKey) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ThreadSafeStore_2_Get_m3495790489_gshared (ThreadSafeStore_2_t1066477248 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { Dictionary_2_t132545152 * L_0 = (Dictionary_2_t132545152 *)__this->get__store_1(); RuntimeObject * L_1 = ___key0; NullCheck((Dictionary_2_t132545152 *)L_0); bool L_2 = (( bool (*) (Dictionary_2_t132545152 *, RuntimeObject *, RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Dictionary_2_t132545152 *)L_0, (RuntimeObject *)L_1, (RuntimeObject **)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); if (L_2) { goto IL_0018; } } { RuntimeObject * L_3 = ___key0; NullCheck((ThreadSafeStore_2_t1066477248 *)__this); RuntimeObject * L_4 = (( RuntimeObject * (*) (ThreadSafeStore_2_t1066477248 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ThreadSafeStore_2_t1066477248 *)__this, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); return L_4; } IL_0018: { RuntimeObject * L_5 = V_0; return L_5; } } // TValue Newtonsoft.Json.Utilities.ThreadSafeStore`2::AddValue(TKey) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ThreadSafeStore_2_AddValue_m1298422201_gshared (ThreadSafeStore_2_t1066477248 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; Dictionary_2_t132545152 * V_3 = NULL; RuntimeObject * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Func_2_t2447130374 * L_0 = (Func_2_t2447130374 *)__this->get__creator_2(); RuntimeObject * L_1 = ___key0; NullCheck((Func_2_t2447130374 *)L_0); RuntimeObject * L_2 = (( RuntimeObject * (*) (Func_2_t2447130374 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)->methodPointer)((Func_2_t2447130374 *)L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 4)); V_0 = (RuntimeObject *)L_2; RuntimeObject * L_3 = (RuntimeObject *)__this->get__lock_0(); V_1 = (RuntimeObject *)L_3; RuntimeObject * L_4 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, (RuntimeObject *)L_4, /*hidden argument*/NULL); } IL_001a: try { // begin try (depth: 1) { Dictionary_2_t132545152 * L_5 = (Dictionary_2_t132545152 *)__this->get__store_1(); if (L_5) { goto IL_003c; } } IL_0022: { Dictionary_2_t132545152 * L_6 = (Dictionary_2_t132545152 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (Dictionary_2_t132545152 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)(L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); __this->set__store_1(L_6); Dictionary_2_t132545152 * L_7 = (Dictionary_2_t132545152 *)__this->get__store_1(); RuntimeObject * L_8 = ___key0; RuntimeObject * L_9 = V_0; NullCheck((Dictionary_2_t132545152 *)L_7); (( void (*) (Dictionary_2_t132545152 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((Dictionary_2_t132545152 *)L_7, (RuntimeObject *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); goto IL_006c; } IL_003c: { Dictionary_2_t132545152 * L_10 = (Dictionary_2_t132545152 *)__this->get__store_1(); RuntimeObject * L_11 = ___key0; NullCheck((Dictionary_2_t132545152 *)L_10); bool L_12 = (( bool (*) (Dictionary_2_t132545152 *, RuntimeObject *, RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)->methodPointer)((Dictionary_2_t132545152 *)L_10, (RuntimeObject *)L_11, (RuntimeObject **)(&V_2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 2)); if (!L_12) { goto IL_0051; } } IL_004c: { RuntimeObject * L_13 = V_2; V_4 = (RuntimeObject *)L_13; IL2CPP_LEAVE(0x78, FINALLY_0071); } IL_0051: { Dictionary_2_t132545152 * L_14 = (Dictionary_2_t132545152 *)__this->get__store_1(); Dictionary_2_t132545152 * L_15 = (Dictionary_2_t132545152 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (Dictionary_2_t132545152 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)(L_15, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); V_3 = (Dictionary_2_t132545152 *)L_15; Dictionary_2_t132545152 * L_16 = V_3; RuntimeObject * L_17 = ___key0; RuntimeObject * L_18 = V_0; NullCheck((Dictionary_2_t132545152 *)L_16); (( void (*) (Dictionary_2_t132545152 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((Dictionary_2_t132545152 *)L_16, (RuntimeObject *)L_17, (RuntimeObject *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); Dictionary_2_t132545152 * L_19 = V_3; __this->set__store_1(L_19); } IL_006c: { RuntimeObject * L_20 = V_0; V_4 = (RuntimeObject *)L_20; IL2CPP_LEAVE(0x78, 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) RuntimeObject * L_21 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, (RuntimeObject *)L_21, /*hidden argument*/NULL); IL2CPP_END_FINALLY(113) } // end finally (depth: 1) IL2CPP_CLEANUP(113) { IL2CPP_JUMP_TBL(0x78, IL_0078) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0078: { RuntimeObject * L_22 = V_4; return L_22; } } #ifdef __clang__ #pragma 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() extern "C" IL2CPP_METHOD_ATTR void Response_1__ctor_m2078248143_gshared (Response_1_t3363644753 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((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 Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m1285860231_gshared (Enumerator_t2088074391 * __this, ExposedList_1_t2759233236 * ___l0, const RuntimeMethod* method) { { il2cpp_codegen_initobj(__this, sizeof(Enumerator_t2088074391 )); ExposedList_1_t2759233236 * L_0 = ___l0; __this->set_l_0(L_0); ExposedList_1_t2759233236 * L_1 = ___l0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_version_4(); __this->set_ver_2(L_2); return; } } extern "C" void Enumerator__ctor_m1285860231_AdjustorThunk (RuntimeObject * __this, ExposedList_1_t2759233236 * ___l0, const RuntimeMethod* method) { Enumerator_t2088074391 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator__ctor_m1285860231(_thisAdjusted, ___l0, method); } // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1436417081_gshared (Enumerator_t2088074391 * __this, const RuntimeMethod* method) { { __this->set_l_0((ExposedList_1_t2759233236 *)NULL); return; } } extern "C" void Enumerator_Dispose_m1436417081_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t2088074391 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_Dispose_m1436417081(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m1045313464_gshared (Enumerator_t2088074391 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_VerifyState_m1045313464_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExposedList_1_t2759233236 * L_0 = (ExposedList_1_t2759233236 *)__this->get_l_0(); if (L_0) { goto IL_0026; } } { Enumerator_t2088074391 L_1 = (*(Enumerator_t2088074391 *)__this); RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0), &L_1); NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); NullCheck((Type_t *)L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, (Type_t *)L_3); ObjectDisposedException_t21392786 * L_5 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_5, (String_t*)L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_VerifyState_m1045313464_RuntimeMethod_var); } IL_0026: { int32_t L_6 = (int32_t)__this->get_ver_2(); ExposedList_1_t2759233236 * L_7 = (ExposedList_1_t2759233236 *)__this->get_l_0(); NullCheck(L_7); int32_t L_8 = (int32_t)L_7->get_version_4(); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0047; } } { InvalidOperationException_t56020091 * L_9 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_9, (String_t*)_stringLiteral1621028992, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Enumerator_VerifyState_m1045313464_RuntimeMethod_var); } IL_0047: { return; } } extern "C" void Enumerator_VerifyState_m1045313464_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t2088074391 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_VerifyState_m1045313464(_thisAdjusted, method); } // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1077572072_gshared (Enumerator_t2088074391 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Enumerator_VerifyState_m1045313464((Enumerator_t2088074391 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { return (bool)0; } IL_0014: { int32_t L_1 = (int32_t)__this->get_next_1(); ExposedList_1_t2759233236 * L_2 = (ExposedList_1_t2759233236 *)__this->get_l_0(); NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_Count_1(); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0053; } } { ExposedList_1_t2759233236 * L_4 = (ExposedList_1_t2759233236 *)__this->get_l_0(); NullCheck(L_4); SubmeshInstructionU5BU5D_t131014463* L_5 = (SubmeshInstructionU5BU5D_t131014463*)L_4->get_Items_0(); int32_t L_6 = (int32_t)__this->get_next_1(); int32_t L_7 = (int32_t)L_6; V_0 = (int32_t)L_7; __this->set_next_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); int32_t L_9 = L_8; SubmeshInstruction_t52121370 L_10 = (L_5)->GetAt(static_cast(L_9)); __this->set_current_3(L_10); return (bool)1; } IL_0053: { __this->set_next_1((-1)); return (bool)0; } } extern "C" bool Enumerator_MoveNext_m1077572072_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t2088074391 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_MoveNext_m1077572072(_thisAdjusted, method); } // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR SubmeshInstruction_t52121370 Enumerator_get_Current_m3933710312_gshared (Enumerator_t2088074391 * __this, const RuntimeMethod* method) { { SubmeshInstruction_t52121370 L_0 = (SubmeshInstruction_t52121370 )__this->get_current_3(); return L_0; } } extern "C" SubmeshInstruction_t52121370 Enumerator_get_Current_m3933710312_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t2088074391 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_get_Current_m3933710312(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m422407965_gshared (Enumerator_t2088074391 * __this, const RuntimeMethod* method) { { Enumerator_VerifyState_m1045313464((Enumerator_t2088074391 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); __this->set_next_1(0); return; } } extern "C" void Enumerator_System_Collections_IEnumerator_Reset_m422407965_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t2088074391 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_System_Collections_IEnumerator_Reset_m422407965(_thisAdjusted, method); } // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m4213691290_gshared (Enumerator_t2088074391 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m4213691290_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Enumerator_VerifyState_m1045313464((Enumerator_t2088074391 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enumerator_System_Collections_IEnumerator_get_Current_m4213691290_RuntimeMethod_var); } IL_0018: { SubmeshInstruction_t52121370 L_2 = (SubmeshInstruction_t52121370 )__this->get_current_3(); SubmeshInstruction_t52121370 L_3 = L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_3); return L_4; } } extern "C" RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m4213691290_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t2088074391 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_System_Collections_IEnumerator_get_Current_m4213691290(_thisAdjusted, method); } #ifdef __clang__ #pragma 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 Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m4268601824_gshared (Enumerator_t2133240986 * __this, ExposedList_1_t2804399831 * ___l0, const RuntimeMethod* method) { { il2cpp_codegen_initobj(__this, sizeof(Enumerator_t2133240986 )); ExposedList_1_t2804399831 * L_0 = ___l0; __this->set_l_0(L_0); ExposedList_1_t2804399831 * L_1 = ___l0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_version_4(); __this->set_ver_2(L_2); return; } } extern "C" void Enumerator__ctor_m4268601824_AdjustorThunk (RuntimeObject * __this, ExposedList_1_t2804399831 * ___l0, const RuntimeMethod* method) { Enumerator_t2133240986 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator__ctor_m4268601824(_thisAdjusted, ___l0, method); } // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1783807127_gshared (Enumerator_t2133240986 * __this, const RuntimeMethod* method) { { __this->set_l_0((ExposedList_1_t2804399831 *)NULL); return; } } extern "C" void Enumerator_Dispose_m1783807127_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t2133240986 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_Dispose_m1783807127(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m4292354361_gshared (Enumerator_t2133240986 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_VerifyState_m4292354361_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExposedList_1_t2804399831 * L_0 = (ExposedList_1_t2804399831 *)__this->get_l_0(); if (L_0) { goto IL_0026; } } { Enumerator_t2133240986 L_1 = (*(Enumerator_t2133240986 *)__this); RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0), &L_1); NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); NullCheck((Type_t *)L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, (Type_t *)L_3); ObjectDisposedException_t21392786 * L_5 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_5, (String_t*)L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_VerifyState_m4292354361_RuntimeMethod_var); } IL_0026: { int32_t L_6 = (int32_t)__this->get_ver_2(); ExposedList_1_t2804399831 * L_7 = (ExposedList_1_t2804399831 *)__this->get_l_0(); NullCheck(L_7); int32_t L_8 = (int32_t)L_7->get_version_4(); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0047; } } { InvalidOperationException_t56020091 * L_9 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_9, (String_t*)_stringLiteral1621028992, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Enumerator_VerifyState_m4292354361_RuntimeMethod_var); } IL_0047: { return; } } extern "C" void Enumerator_VerifyState_m4292354361_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t2133240986 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_VerifyState_m4292354361(_thisAdjusted, method); } // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2863281419_gshared (Enumerator_t2133240986 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Enumerator_VerifyState_m4292354361((Enumerator_t2133240986 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { return (bool)0; } IL_0014: { int32_t L_1 = (int32_t)__this->get_next_1(); ExposedList_1_t2804399831 * L_2 = (ExposedList_1_t2804399831 *)__this->get_l_0(); NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_Count_1(); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0053; } } { ExposedList_1_t2804399831 * L_4 = (ExposedList_1_t2804399831 *)__this->get_l_0(); NullCheck(L_4); BooleanU5BU5D_t2897418192* L_5 = (BooleanU5BU5D_t2897418192*)L_4->get_Items_0(); int32_t L_6 = (int32_t)__this->get_next_1(); int32_t L_7 = (int32_t)L_6; V_0 = (int32_t)L_7; __this->set_next_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); int32_t L_9 = L_8; bool L_10 = (L_5)->GetAt(static_cast(L_9)); __this->set_current_3(L_10); return (bool)1; } IL_0053: { __this->set_next_1((-1)); return (bool)0; } } extern "C" bool Enumerator_MoveNext_m2863281419_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t2133240986 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_MoveNext_m2863281419(_thisAdjusted, method); } // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_get_Current_m2217302985_gshared (Enumerator_t2133240986 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_current_3(); return L_0; } } extern "C" bool Enumerator_get_Current_m2217302985_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t2133240986 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_get_Current_m2217302985(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m1069639646_gshared (Enumerator_t2133240986 * __this, const RuntimeMethod* method) { { Enumerator_VerifyState_m4292354361((Enumerator_t2133240986 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); __this->set_next_1(0); return; } } extern "C" void Enumerator_System_Collections_IEnumerator_Reset_m1069639646_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t2133240986 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_System_Collections_IEnumerator_Reset_m1069639646(_thisAdjusted, method); } // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m2425946203_gshared (Enumerator_t2133240986 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m2425946203_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Enumerator_VerifyState_m4292354361((Enumerator_t2133240986 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enumerator_System_Collections_IEnumerator_get_Current_m2425946203_RuntimeMethod_var); } IL_0018: { bool L_2 = (bool)__this->get_current_3(); bool L_3 = L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_3); return L_4; } } extern "C" RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m2425946203_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t2133240986 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_System_Collections_IEnumerator_get_Current_m2425946203(_thisAdjusted, method); } #ifdef __clang__ #pragma 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 Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m1246144935_gshared (Enumerator_t691931478 * __this, ExposedList_1_t1363090323 * ___l0, const RuntimeMethod* method) { { il2cpp_codegen_initobj(__this, sizeof(Enumerator_t691931478 )); ExposedList_1_t1363090323 * L_0 = ___l0; __this->set_l_0(L_0); ExposedList_1_t1363090323 * L_1 = ___l0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_version_4(); __this->set_ver_2(L_2); return; } } extern "C" void Enumerator__ctor_m1246144935_AdjustorThunk (RuntimeObject * __this, ExposedList_1_t1363090323 * ___l0, const RuntimeMethod* method) { Enumerator_t691931478 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator__ctor_m1246144935(_thisAdjusted, ___l0, method); } // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m248582422_gshared (Enumerator_t691931478 * __this, const RuntimeMethod* method) { { __this->set_l_0((ExposedList_1_t1363090323 *)NULL); return; } } extern "C" void Enumerator_Dispose_m248582422_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t691931478 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_Dispose_m248582422(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m1678412114_gshared (Enumerator_t691931478 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_VerifyState_m1678412114_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExposedList_1_t1363090323 * L_0 = (ExposedList_1_t1363090323 *)__this->get_l_0(); if (L_0) { goto IL_0026; } } { Enumerator_t691931478 L_1 = (*(Enumerator_t691931478 *)__this); RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0), &L_1); NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); NullCheck((Type_t *)L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, (Type_t *)L_3); ObjectDisposedException_t21392786 * L_5 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_5, (String_t*)L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_VerifyState_m1678412114_RuntimeMethod_var); } IL_0026: { int32_t L_6 = (int32_t)__this->get_ver_2(); ExposedList_1_t1363090323 * L_7 = (ExposedList_1_t1363090323 *)__this->get_l_0(); NullCheck(L_7); int32_t L_8 = (int32_t)L_7->get_version_4(); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0047; } } { InvalidOperationException_t56020091 * L_9 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_9, (String_t*)_stringLiteral1621028992, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Enumerator_VerifyState_m1678412114_RuntimeMethod_var); } IL_0047: { return; } } extern "C" void Enumerator_VerifyState_m1678412114_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t691931478 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_VerifyState_m1678412114(_thisAdjusted, method); } // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2806335772_gshared (Enumerator_t691931478 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Enumerator_VerifyState_m1678412114((Enumerator_t691931478 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { return (bool)0; } IL_0014: { int32_t L_1 = (int32_t)__this->get_next_1(); ExposedList_1_t1363090323 * L_2 = (ExposedList_1_t1363090323 *)__this->get_l_0(); NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_Count_1(); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0053; } } { ExposedList_1_t1363090323 * L_4 = (ExposedList_1_t1363090323 *)__this->get_l_0(); NullCheck(L_4); Int32U5BU5D_t385246372* L_5 = (Int32U5BU5D_t385246372*)L_4->get_Items_0(); int32_t L_6 = (int32_t)__this->get_next_1(); int32_t L_7 = (int32_t)L_6; V_0 = (int32_t)L_7; __this->set_next_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); int32_t L_9 = L_8; int32_t L_10 = (L_5)->GetAt(static_cast(L_9)); __this->set_current_3(L_10); return (bool)1; } IL_0053: { __this->set_next_1((-1)); return (bool)0; } } extern "C" bool Enumerator_MoveNext_m2806335772_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t691931478 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_MoveNext_m2806335772(_thisAdjusted, method); } // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m2214478147_gshared (Enumerator_t691931478 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_current_3(); return L_0; } } extern "C" int32_t Enumerator_get_Current_m2214478147_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t691931478 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_get_Current_m2214478147(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m4203454240_gshared (Enumerator_t691931478 * __this, const RuntimeMethod* method) { { Enumerator_VerifyState_m1678412114((Enumerator_t691931478 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); __this->set_next_1(0); return; } } extern "C" void Enumerator_System_Collections_IEnumerator_Reset_m4203454240_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t691931478 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_System_Collections_IEnumerator_Reset_m4203454240(_thisAdjusted, method); } // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m441349309_gshared (Enumerator_t691931478 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m441349309_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Enumerator_VerifyState_m1678412114((Enumerator_t691931478 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enumerator_System_Collections_IEnumerator_get_Current_m441349309_RuntimeMethod_var); } IL_0018: { int32_t L_2 = (int32_t)__this->get_current_3(); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_3); return L_4; } } extern "C" RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m441349309_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t691931478 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_System_Collections_IEnumerator_get_Current_m441349309(_thisAdjusted, method); } #ifdef __clang__ #pragma 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 Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m3799352357_gshared (Enumerator_t821091889 * __this, ExposedList_1_t1492250734 * ___l0, const RuntimeMethod* method) { { il2cpp_codegen_initobj(__this, sizeof(Enumerator_t821091889 )); ExposedList_1_t1492250734 * L_0 = ___l0; __this->set_l_0(L_0); ExposedList_1_t1492250734 * L_1 = ___l0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_version_4(); __this->set_ver_2(L_2); return; } } extern "C" void Enumerator__ctor_m3799352357_AdjustorThunk (RuntimeObject * __this, ExposedList_1_t1492250734 * ___l0, const RuntimeMethod* method) { Enumerator_t821091889 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator__ctor_m3799352357(_thisAdjusted, ___l0, method); } // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1198458530_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method) { { __this->set_l_0((ExposedList_1_t1492250734 *)NULL); return; } } extern "C" void Enumerator_Dispose_m1198458530_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t821091889 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_Dispose_m1198458530(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m924160022_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_VerifyState_m924160022_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExposedList_1_t1492250734 * L_0 = (ExposedList_1_t1492250734 *)__this->get_l_0(); if (L_0) { goto IL_0026; } } { Enumerator_t821091889 L_1 = (*(Enumerator_t821091889 *)__this); RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0), &L_1); NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); NullCheck((Type_t *)L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, (Type_t *)L_3); ObjectDisposedException_t21392786 * L_5 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_5, (String_t*)L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_VerifyState_m924160022_RuntimeMethod_var); } IL_0026: { int32_t L_6 = (int32_t)__this->get_ver_2(); ExposedList_1_t1492250734 * L_7 = (ExposedList_1_t1492250734 *)__this->get_l_0(); NullCheck(L_7); int32_t L_8 = (int32_t)L_7->get_version_4(); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0047; } } { InvalidOperationException_t56020091 * L_9 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_9, (String_t*)_stringLiteral1621028992, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Enumerator_VerifyState_m924160022_RuntimeMethod_var); } IL_0047: { return; } } extern "C" void Enumerator_VerifyState_m924160022_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t821091889 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_VerifyState_m924160022(_thisAdjusted, method); } // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1168905927_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Enumerator_VerifyState_m924160022((Enumerator_t821091889 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { return (bool)0; } IL_0014: { int32_t L_1 = (int32_t)__this->get_next_1(); ExposedList_1_t1492250734 * L_2 = (ExposedList_1_t1492250734 *)__this->get_l_0(); NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_Count_1(); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0053; } } { ExposedList_1_t1492250734 * L_4 = (ExposedList_1_t1492250734 *)__this->get_l_0(); NullCheck(L_4); ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)L_4->get_Items_0(); int32_t L_6 = (int32_t)__this->get_next_1(); int32_t L_7 = (int32_t)L_6; V_0 = (int32_t)L_7; __this->set_next_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); int32_t L_9 = L_8; RuntimeObject * L_10 = (L_5)->GetAt(static_cast(L_9)); __this->set_current_3(L_10); return (bool)1; } IL_0053: { __this->set_next_1((-1)); return (bool)0; } } extern "C" bool Enumerator_MoveNext_m1168905927_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t821091889 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_MoveNext_m1168905927(_thisAdjusted, method); } // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m3260398527_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return L_0; } } extern "C" RuntimeObject * Enumerator_get_Current_m3260398527_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t821091889 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_get_Current_m3260398527(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m1218605089_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method) { { Enumerator_VerifyState_m924160022((Enumerator_t821091889 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); __this->set_next_1(0); return; } } extern "C" void Enumerator_System_Collections_IEnumerator_Reset_m1218605089_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t821091889 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_System_Collections_IEnumerator_Reset_m1218605089(_thisAdjusted, method); } // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3126799594_gshared (Enumerator_t821091889 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m3126799594_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Enumerator_VerifyState_m924160022((Enumerator_t821091889 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enumerator_System_Collections_IEnumerator_get_Current_m3126799594_RuntimeMethod_var); } IL_0018: { RuntimeObject * L_2 = (RuntimeObject *)__this->get_current_3(); return L_2; } } extern "C" RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3126799594_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t821091889 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_System_Collections_IEnumerator_get_Current_m3126799594(_thisAdjusted, method); } #ifdef __clang__ #pragma 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 Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m1023103090_gshared (Enumerator_t3433219795 * __this, ExposedList_1_t4104378640 * ___l0, const RuntimeMethod* method) { { il2cpp_codegen_initobj(__this, sizeof(Enumerator_t3433219795 )); ExposedList_1_t4104378640 * L_0 = ___l0; __this->set_l_0(L_0); ExposedList_1_t4104378640 * L_1 = ___l0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_version_4(); __this->set_ver_2(L_2); return; } } extern "C" void Enumerator__ctor_m1023103090_AdjustorThunk (RuntimeObject * __this, ExposedList_1_t4104378640 * ___l0, const RuntimeMethod* method) { Enumerator_t3433219795 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator__ctor_m1023103090(_thisAdjusted, ___l0, method); } // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m2787720935_gshared (Enumerator_t3433219795 * __this, const RuntimeMethod* method) { { __this->set_l_0((ExposedList_1_t4104378640 *)NULL); return; } } extern "C" void Enumerator_Dispose_m2787720935_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t3433219795 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_Dispose_m2787720935(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m2776009332_gshared (Enumerator_t3433219795 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_VerifyState_m2776009332_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExposedList_1_t4104378640 * L_0 = (ExposedList_1_t4104378640 *)__this->get_l_0(); if (L_0) { goto IL_0026; } } { Enumerator_t3433219795 L_1 = (*(Enumerator_t3433219795 *)__this); RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0), &L_1); NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); NullCheck((Type_t *)L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, (Type_t *)L_3); ObjectDisposedException_t21392786 * L_5 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_5, (String_t*)L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_VerifyState_m2776009332_RuntimeMethod_var); } IL_0026: { int32_t L_6 = (int32_t)__this->get_ver_2(); ExposedList_1_t4104378640 * L_7 = (ExposedList_1_t4104378640 *)__this->get_l_0(); NullCheck(L_7); int32_t L_8 = (int32_t)L_7->get_version_4(); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0047; } } { InvalidOperationException_t56020091 * L_9 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_9, (String_t*)_stringLiteral1621028992, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Enumerator_VerifyState_m2776009332_RuntimeMethod_var); } IL_0047: { return; } } extern "C" void Enumerator_VerifyState_m2776009332_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t3433219795 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_VerifyState_m2776009332(_thisAdjusted, method); } // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m855617100_gshared (Enumerator_t3433219795 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Enumerator_VerifyState_m2776009332((Enumerator_t3433219795 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { return (bool)0; } IL_0014: { int32_t L_1 = (int32_t)__this->get_next_1(); ExposedList_1_t4104378640 * L_2 = (ExposedList_1_t4104378640 *)__this->get_l_0(); NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_Count_1(); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0053; } } { ExposedList_1_t4104378640 * L_4 = (ExposedList_1_t4104378640 *)__this->get_l_0(); NullCheck(L_4); SingleU5BU5D_t1444911251* L_5 = (SingleU5BU5D_t1444911251*)L_4->get_Items_0(); int32_t L_6 = (int32_t)__this->get_next_1(); int32_t L_7 = (int32_t)L_6; V_0 = (int32_t)L_7; __this->set_next_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); int32_t L_9 = L_8; float L_10 = (L_5)->GetAt(static_cast(L_9)); __this->set_current_3(L_10); return (bool)1; } IL_0053: { __this->set_next_1((-1)); return (bool)0; } } extern "C" bool Enumerator_MoveNext_m855617100_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t3433219795 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_MoveNext_m855617100(_thisAdjusted, method); } // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR float Enumerator_get_Current_m3977274524_gshared (Enumerator_t3433219795 * __this, const RuntimeMethod* method) { { float L_0 = (float)__this->get_current_3(); return L_0; } } extern "C" float Enumerator_get_Current_m3977274524_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t3433219795 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_get_Current_m3977274524(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m3832988987_gshared (Enumerator_t3433219795 * __this, const RuntimeMethod* method) { { Enumerator_VerifyState_m2776009332((Enumerator_t3433219795 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); __this->set_next_1(0); return; } } extern "C" void Enumerator_System_Collections_IEnumerator_Reset_m3832988987_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t3433219795 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_System_Collections_IEnumerator_Reset_m3832988987(_thisAdjusted, method); } // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m1918156716_gshared (Enumerator_t3433219795 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m1918156716_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Enumerator_VerifyState_m2776009332((Enumerator_t3433219795 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enumerator_System_Collections_IEnumerator_get_Current_m1918156716_RuntimeMethod_var); } IL_0018: { float L_2 = (float)__this->get_current_3(); float L_3 = L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_3); return L_4; } } extern "C" RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m1918156716_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t3433219795 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_System_Collections_IEnumerator_get_Current_m1918156716(_thisAdjusted, method); } #ifdef __clang__ #pragma 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 Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m2238079965_gshared (Enumerator_t341487017 * __this, ExposedList_1_t1012645862 * ___l0, const RuntimeMethod* method) { { il2cpp_codegen_initobj(__this, sizeof(Enumerator_t341487017 )); ExposedList_1_t1012645862 * L_0 = ___l0; __this->set_l_0(L_0); ExposedList_1_t1012645862 * L_1 = ___l0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_version_4(); __this->set_ver_2(L_2); return; } } extern "C" void Enumerator__ctor_m2238079965_AdjustorThunk (RuntimeObject * __this, ExposedList_1_t1012645862 * ___l0, const RuntimeMethod* method) { Enumerator_t341487017 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator__ctor_m2238079965(_thisAdjusted, ___l0, method); } // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m175915001_gshared (Enumerator_t341487017 * __this, const RuntimeMethod* method) { { __this->set_l_0((ExposedList_1_t1012645862 *)NULL); return; } } extern "C" void Enumerator_Dispose_m175915001_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t341487017 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_Dispose_m175915001(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m2881396919_gshared (Enumerator_t341487017 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_VerifyState_m2881396919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExposedList_1_t1012645862 * L_0 = (ExposedList_1_t1012645862 *)__this->get_l_0(); if (L_0) { goto IL_0026; } } { Enumerator_t341487017 L_1 = (*(Enumerator_t341487017 *)__this); RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0), &L_1); NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); NullCheck((Type_t *)L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, (Type_t *)L_3); ObjectDisposedException_t21392786 * L_5 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_5, (String_t*)L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_VerifyState_m2881396919_RuntimeMethod_var); } IL_0026: { int32_t L_6 = (int32_t)__this->get_ver_2(); ExposedList_1_t1012645862 * L_7 = (ExposedList_1_t1012645862 *)__this->get_l_0(); NullCheck(L_7); int32_t L_8 = (int32_t)L_7->get_version_4(); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0047; } } { InvalidOperationException_t56020091 * L_9 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_9, (String_t*)_stringLiteral1621028992, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Enumerator_VerifyState_m2881396919_RuntimeMethod_var); } IL_0047: { return; } } extern "C" void Enumerator_VerifyState_m2881396919_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t341487017 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_VerifyState_m2881396919(_thisAdjusted, method); } // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1333992948_gshared (Enumerator_t341487017 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Enumerator_VerifyState_m2881396919((Enumerator_t341487017 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { return (bool)0; } IL_0014: { int32_t L_1 = (int32_t)__this->get_next_1(); ExposedList_1_t1012645862 * L_2 = (ExposedList_1_t1012645862 *)__this->get_l_0(); NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_Count_1(); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0053; } } { ExposedList_1_t1012645862 * L_4 = (ExposedList_1_t1012645862 *)__this->get_l_0(); NullCheck(L_4); Color32U5BU5D_t3850468773* L_5 = (Color32U5BU5D_t3850468773*)L_4->get_Items_0(); int32_t L_6 = (int32_t)__this->get_next_1(); int32_t L_7 = (int32_t)L_6; V_0 = (int32_t)L_7; __this->set_next_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); int32_t L_9 = L_8; Color32_t2600501292 L_10 = (L_5)->GetAt(static_cast(L_9)); __this->set_current_3(L_10); return (bool)1; } IL_0053: { __this->set_next_1((-1)); return (bool)0; } } extern "C" bool Enumerator_MoveNext_m1333992948_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t341487017 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_MoveNext_m1333992948(_thisAdjusted, method); } // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR Color32_t2600501292 Enumerator_get_Current_m535045694_gshared (Enumerator_t341487017 * __this, const RuntimeMethod* method) { { Color32_t2600501292 L_0 = (Color32_t2600501292 )__this->get_current_3(); return L_0; } } extern "C" Color32_t2600501292 Enumerator_get_Current_m535045694_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t341487017 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_get_Current_m535045694(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m2381824405_gshared (Enumerator_t341487017 * __this, const RuntimeMethod* method) { { Enumerator_VerifyState_m2881396919((Enumerator_t341487017 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); __this->set_next_1(0); return; } } extern "C" void Enumerator_System_Collections_IEnumerator_Reset_m2381824405_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t341487017 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_System_Collections_IEnumerator_Reset_m2381824405(_thisAdjusted, method); } // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3544313985_gshared (Enumerator_t341487017 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m3544313985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Enumerator_VerifyState_m2881396919((Enumerator_t341487017 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enumerator_System_Collections_IEnumerator_get_Current_m3544313985_RuntimeMethod_var); } IL_0018: { Color32_t2600501292 L_2 = (Color32_t2600501292 )__this->get_current_3(); Color32_t2600501292 L_3 = L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_3); return L_4; } } extern "C" RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m3544313985_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t341487017 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_System_Collections_IEnumerator_get_Current_m3544313985(_thisAdjusted, method); } #ifdef __clang__ #pragma 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 Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m2272695539_gshared (Enumerator_t4192182544 * __this, ExposedList_1_t568374093 * ___l0, const RuntimeMethod* method) { { il2cpp_codegen_initobj(__this, sizeof(Enumerator_t4192182544 )); ExposedList_1_t568374093 * L_0 = ___l0; __this->set_l_0(L_0); ExposedList_1_t568374093 * L_1 = ___l0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_version_4(); __this->set_ver_2(L_2); return; } } extern "C" void Enumerator__ctor_m2272695539_AdjustorThunk (RuntimeObject * __this, ExposedList_1_t568374093 * ___l0, const RuntimeMethod* method) { Enumerator_t4192182544 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator__ctor_m2272695539(_thisAdjusted, ___l0, method); } // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m2439124857_gshared (Enumerator_t4192182544 * __this, const RuntimeMethod* method) { { __this->set_l_0((ExposedList_1_t568374093 *)NULL); return; } } extern "C" void Enumerator_Dispose_m2439124857_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t4192182544 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_Dispose_m2439124857(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m470267029_gshared (Enumerator_t4192182544 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_VerifyState_m470267029_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExposedList_1_t568374093 * L_0 = (ExposedList_1_t568374093 *)__this->get_l_0(); if (L_0) { goto IL_0026; } } { Enumerator_t4192182544 L_1 = (*(Enumerator_t4192182544 *)__this); RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0), &L_1); NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); NullCheck((Type_t *)L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, (Type_t *)L_3); ObjectDisposedException_t21392786 * L_5 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_5, (String_t*)L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_VerifyState_m470267029_RuntimeMethod_var); } IL_0026: { int32_t L_6 = (int32_t)__this->get_ver_2(); ExposedList_1_t568374093 * L_7 = (ExposedList_1_t568374093 *)__this->get_l_0(); NullCheck(L_7); int32_t L_8 = (int32_t)L_7->get_version_4(); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0047; } } { InvalidOperationException_t56020091 * L_9 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_9, (String_t*)_stringLiteral1621028992, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Enumerator_VerifyState_m470267029_RuntimeMethod_var); } IL_0047: { return; } } extern "C" void Enumerator_VerifyState_m470267029_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t4192182544 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_VerifyState_m470267029(_thisAdjusted, method); } // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2285726591_gshared (Enumerator_t4192182544 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Enumerator_VerifyState_m470267029((Enumerator_t4192182544 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { return (bool)0; } IL_0014: { int32_t L_1 = (int32_t)__this->get_next_1(); ExposedList_1_t568374093 * L_2 = (ExposedList_1_t568374093 *)__this->get_l_0(); NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_Count_1(); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0053; } } { ExposedList_1_t568374093 * L_4 = (ExposedList_1_t568374093 *)__this->get_l_0(); NullCheck(L_4); Vector2U5BU5D_t1457185986* L_5 = (Vector2U5BU5D_t1457185986*)L_4->get_Items_0(); int32_t L_6 = (int32_t)__this->get_next_1(); int32_t L_7 = (int32_t)L_6; V_0 = (int32_t)L_7; __this->set_next_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); int32_t L_9 = L_8; Vector2_t2156229523 L_10 = (L_5)->GetAt(static_cast(L_9)); __this->set_current_3(L_10); return (bool)1; } IL_0053: { __this->set_next_1((-1)); return (bool)0; } } extern "C" bool Enumerator_MoveNext_m2285726591_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t4192182544 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_MoveNext_m2285726591(_thisAdjusted, method); } // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR Vector2_t2156229523 Enumerator_get_Current_m1856824161_gshared (Enumerator_t4192182544 * __this, const RuntimeMethod* method) { { Vector2_t2156229523 L_0 = (Vector2_t2156229523 )__this->get_current_3(); return L_0; } } extern "C" Vector2_t2156229523 Enumerator_get_Current_m1856824161_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t4192182544 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_get_Current_m1856824161(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m3378622214_gshared (Enumerator_t4192182544 * __this, const RuntimeMethod* method) { { Enumerator_VerifyState_m470267029((Enumerator_t4192182544 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); __this->set_next_1(0); return; } } extern "C" void Enumerator_System_Collections_IEnumerator_Reset_m3378622214_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t4192182544 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_System_Collections_IEnumerator_Reset_m3378622214(_thisAdjusted, method); } // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m129862955_gshared (Enumerator_t4192182544 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m129862955_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Enumerator_VerifyState_m470267029((Enumerator_t4192182544 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enumerator_System_Collections_IEnumerator_get_Current_m129862955_RuntimeMethod_var); } IL_0018: { Vector2_t2156229523 L_2 = (Vector2_t2156229523 )__this->get_current_3(); Vector2_t2156229523 L_3 = L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_3); return L_4; } } extern "C" RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m129862955_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t4192182544 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_System_Collections_IEnumerator_get_Current_m129862955(_thisAdjusted, method); } #ifdef __clang__ #pragma 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 Spine.ExposedList`1/Enumerator::.ctor(Spine.ExposedList`1) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m3412679293_gshared (Enumerator_t1463299189 * __this, ExposedList_1_t2134458034 * ___l0, const RuntimeMethod* method) { { il2cpp_codegen_initobj(__this, sizeof(Enumerator_t1463299189 )); ExposedList_1_t2134458034 * L_0 = ___l0; __this->set_l_0(L_0); ExposedList_1_t2134458034 * L_1 = ___l0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_version_4(); __this->set_ver_2(L_2); return; } } extern "C" void Enumerator__ctor_m3412679293_AdjustorThunk (RuntimeObject * __this, ExposedList_1_t2134458034 * ___l0, const RuntimeMethod* method) { Enumerator_t1463299189 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator__ctor_m3412679293(_thisAdjusted, ___l0, method); } // System.Void Spine.ExposedList`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m4110489463_gshared (Enumerator_t1463299189 * __this, const RuntimeMethod* method) { { __this->set_l_0((ExposedList_1_t2134458034 *)NULL); return; } } extern "C" void Enumerator_Dispose_m4110489463_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t1463299189 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_Dispose_m4110489463(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::VerifyState() extern "C" IL2CPP_METHOD_ATTR void Enumerator_VerifyState_m4237210871_gshared (Enumerator_t1463299189 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_VerifyState_m4237210871_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExposedList_1_t2134458034 * L_0 = (ExposedList_1_t2134458034 *)__this->get_l_0(); if (L_0) { goto IL_0026; } } { Enumerator_t1463299189 L_1 = (*(Enumerator_t1463299189 *)__this); RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0), &L_1); NullCheck((RuntimeObject *)L_2); Type_t * L_3 = Object_GetType_m88164663((RuntimeObject *)L_2, /*hidden argument*/NULL); NullCheck((Type_t *)L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, (Type_t *)L_3); ObjectDisposedException_t21392786 * L_5 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_5, (String_t*)L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Enumerator_VerifyState_m4237210871_RuntimeMethod_var); } IL_0026: { int32_t L_6 = (int32_t)__this->get_ver_2(); ExposedList_1_t2134458034 * L_7 = (ExposedList_1_t2134458034 *)__this->get_l_0(); NullCheck(L_7); int32_t L_8 = (int32_t)L_7->get_version_4(); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0047; } } { InvalidOperationException_t56020091 * L_9 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_9, (String_t*)_stringLiteral1621028992, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Enumerator_VerifyState_m4237210871_RuntimeMethod_var); } IL_0047: { return; } } extern "C" void Enumerator_VerifyState_m4237210871_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t1463299189 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_VerifyState_m4237210871(_thisAdjusted, method); } // System.Boolean Spine.ExposedList`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2285692636_gshared (Enumerator_t1463299189 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { Enumerator_VerifyState_m4237210871((Enumerator_t1463299189 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { return (bool)0; } IL_0014: { int32_t L_1 = (int32_t)__this->get_next_1(); ExposedList_1_t2134458034 * L_2 = (ExposedList_1_t2134458034 *)__this->get_l_0(); NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_Count_1(); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0053; } } { ExposedList_1_t2134458034 * L_4 = (ExposedList_1_t2134458034 *)__this->get_l_0(); NullCheck(L_4); Vector3U5BU5D_t1718750761* L_5 = (Vector3U5BU5D_t1718750761*)L_4->get_Items_0(); int32_t L_6 = (int32_t)__this->get_next_1(); int32_t L_7 = (int32_t)L_6; V_0 = (int32_t)L_7; __this->set_next_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); int32_t L_9 = L_8; Vector3_t3722313464 L_10 = (L_5)->GetAt(static_cast(L_9)); __this->set_current_3(L_10); return (bool)1; } IL_0053: { __this->set_next_1((-1)); return (bool)0; } } extern "C" bool Enumerator_MoveNext_m2285692636_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t1463299189 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_MoveNext_m2285692636(_thisAdjusted, method); } // T Spine.ExposedList`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 Enumerator_get_Current_m1149209314_gshared (Enumerator_t1463299189 * __this, const RuntimeMethod* method) { { Vector3_t3722313464 L_0 = (Vector3_t3722313464 )__this->get_current_3(); return L_0; } } extern "C" Vector3_t3722313464 Enumerator_get_Current_m1149209314_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t1463299189 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_get_Current_m1149209314(_thisAdjusted, method); } // System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_System_Collections_IEnumerator_Reset_m3117878734_gshared (Enumerator_t1463299189 * __this, const RuntimeMethod* method) { { Enumerator_VerifyState_m4237210871((Enumerator_t1463299189 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); __this->set_next_1(0); return; } } extern "C" void Enumerator_System_Collections_IEnumerator_Reset_m3117878734_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t1463299189 * _thisAdjusted = reinterpret_cast(__this + 1); Enumerator_System_Collections_IEnumerator_Reset_m3117878734(_thisAdjusted, method); } // System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m4243393678_gshared (Enumerator_t1463299189 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_System_Collections_IEnumerator_get_Current_m4243393678_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Enumerator_VerifyState_m4237210871((Enumerator_t1463299189 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->declaring_type)->rgctx_data, 1)); int32_t L_0 = (int32_t)__this->get_next_1(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0018; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Enumerator_System_Collections_IEnumerator_get_Current_m4243393678_RuntimeMethod_var); } IL_0018: { Vector3_t3722313464 L_2 = (Vector3_t3722313464 )__this->get_current_3(); Vector3_t3722313464 L_3 = L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 2), &L_3); return L_4; } } extern "C" RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m4243393678_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Enumerator_t1463299189 * _thisAdjusted = reinterpret_cast(__this + 1); return Enumerator_System_Collections_IEnumerator_get_Current_m4243393678(_thisAdjusted, method); } #ifdef __clang__ #pragma 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 Spine.ExposedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m537463134_gshared (ExposedList_1_t2759233236 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); SubmeshInstructionU5BU5D_t131014463* L_0 = ((ExposedList_1_t2759233236_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_0); return; } } // System.Void Spine.ExposedList`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m142709482_gshared (ExposedList_1_t2759233236 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t2759233236 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); SubmeshInstructionU5BU5D_t131014463* L_3 = ((ExposedList_1_t2759233236_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_3); RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t2759233236 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); goto IL_0049; } IL_0031: { RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5); __this->set_Items_0(((SubmeshInstructionU5BU5D_t131014463*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_6))); RuntimeObject* L_7 = V_0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t2759233236 *)__this, (RuntimeObject*)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); } IL_0049: { return; } } // System.Void Spine.ExposedList`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3609935212_gshared (ExposedList_1_t2759233236 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1__ctor_m3609935212_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral3623012086, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1__ctor_m3609935212_RuntimeMethod_var); } IL_0018: { int32_t L_2 = ___capacity0; __this->set_Items_0(((SubmeshInstructionU5BU5D_t131014463*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2))); return; } } // System.Void Spine.ExposedList`1::.ctor(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m2333411808_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstructionU5BU5D_t131014463* ___data0, int32_t ___size1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); SubmeshInstructionU5BU5D_t131014463* L_0 = ___data0; __this->set_Items_0(L_0); int32_t L_1 = ___size1; __this->set_Count_1(L_1); return; } } // System.Void Spine.ExposedList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Add_m589647749_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstruction_t52121370 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); SubmeshInstructionU5BU5D_t131014463* L_1 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_001a; } } { NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001a: { SubmeshInstructionU5BU5D_t131014463* L_2 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (int32_t)L_3; V_0 = (int32_t)L_4; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; SubmeshInstruction_t52121370 L_6 = ___item0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (SubmeshInstruction_t52121370 )L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::GrowIfNeeded(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_GrowIfNeeded_m2820912875_gshared (ExposedList_1_t2759233236 * __this, int32_t ___addedCount0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); int32_t L_1 = ___addedCount0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = V_0; SubmeshInstructionU5BU5D_t131014463* L_3 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); NullCheck(L_3); if ((((int32_t)L_2) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_0031; } } { NullCheck((ExposedList_1_t2759233236 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t2759233236 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((ExposedList_1_t2759233236 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); int32_t L_5 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)), (int32_t)4, /*hidden argument*/NULL); int32_t L_6 = V_0; int32_t L_7 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_0031: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t2759233236 * ExposedList_1_Resize_m1195975214_gshared (ExposedList_1_t2759233236 * __this, int32_t ___newSize0, const RuntimeMethod* method) { int32_t V_0 = 0; SubmeshInstructionU5BU5D_t131014463* V_1 = NULL; int32_t V_2 = 0; SubmeshInstruction_t52121370 V_3; memset(&V_3, 0, sizeof(V_3)); { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); NullCheck(L_0); V_0 = (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); SubmeshInstructionU5BU5D_t131014463* L_1 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); V_1 = (SubmeshInstructionU5BU5D_t131014463*)L_1; int32_t L_2 = ___newSize0; int32_t L_3 = V_0; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0028; } } { SubmeshInstructionU5BU5D_t131014463** L_4 = (SubmeshInstructionU5BU5D_t131014463**)__this->get_address_of_Items_0(); int32_t L_5 = ___newSize0; (( void (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463**)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); goto IL_0051; } IL_0028: { int32_t L_6 = ___newSize0; int32_t L_7 = V_0; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0051; } } { int32_t L_8 = ___newSize0; V_2 = (int32_t)L_8; goto IL_004a; } IL_0036: { SubmeshInstructionU5BU5D_t131014463* L_9 = V_1; int32_t L_10 = V_2; il2cpp_codegen_initobj((&V_3), sizeof(SubmeshInstruction_t52121370 )); SubmeshInstruction_t52121370 L_11 = V_3; NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (SubmeshInstruction_t52121370 )L_11); int32_t L_12 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004a: { int32_t L_13 = V_2; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0036; } } IL_0051: { int32_t L_15 = ___newSize0; __this->set_Count_1(L_15); return __this; } } // System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_EnsureCapacity_m3231389466_gshared (ExposedList_1_t2759233236 * __this, int32_t ___min0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B4_0 = 0; { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); NullCheck(L_0); int32_t L_1 = ___min0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) >= ((int32_t)L_1))) { goto IL_003c; } } { SubmeshInstructionU5BU5D_t131014463* L_2 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0021; } } { G_B4_0 = 4; goto IL_002b; } IL_0021: { SubmeshInstructionU5BU5D_t131014463* L_3 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); NullCheck(L_3); G_B4_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)); } IL_002b: { V_0 = (int32_t)G_B4_0; int32_t L_4 = V_0; int32_t L_5 = ___min0; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0035; } } { int32_t L_6 = ___min0; V_0 = (int32_t)L_6; } IL_0035: { int32_t L_7 = V_0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_003c: { return; } } // System.Void Spine.ExposedList`1::CheckRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckRange_m2763046272_gshared (ExposedList_1_t2759233236 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckRange_m2763046272_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckRange_m2763046272_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckRange_m2763046272_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index0; int32_t L_5 = ___count1; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_CheckRange_m2763046272_RuntimeMethod_var); } IL_003d: { return; } } // System.Void Spine.ExposedList`1::AddCollection(System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddCollection_m1998365945_gshared (ExposedList_1_t2759233236 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection0; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if (L_2) { goto IL_000e; } } { return; } IL_000e: { int32_t L_3 = V_0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); RuntimeObject* L_4 = ___collection0; SubmeshInstructionU5BU5D_t131014463* L_5 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< SubmeshInstructionU5BU5D_t131014463*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (SubmeshInstructionU5BU5D_t131014463*)L_5, (int32_t)L_6); int32_t L_7 = (int32_t)__this->get_Count_1(); int32_t L_8 = V_0; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); return; } } // System.Void Spine.ExposedList`1::AddEnumerable(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddEnumerable_m1736665891_gshared (ExposedList_1_t2759233236 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_AddEnumerable_m1736665891_MetadataUsageId); s_Il2CppMethodInitialized = true; } SubmeshInstruction_t52121370 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_001a; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); SubmeshInstruction_t52121370 L_3 = InterfaceFuncInvoker0< SubmeshInstruction_t52121370 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (SubmeshInstruction_t52121370 )L_3; SubmeshInstruction_t52121370 L_4 = V_0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, SubmeshInstruction_t52121370 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t2759233236 *)__this, (SubmeshInstruction_t52121370 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_001a: { RuntimeObject* L_5 = V_1; NullCheck((RuntimeObject*)L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); if (L_6) { goto IL_000c; } } IL_0025: { IL2CPP_LEAVE(0x37, 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) { RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0036; } } IL_0030: { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); } IL_0036: { IL2CPP_END_FINALLY(42) } } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { return; } } // System.Void Spine.ExposedList`1::AddRange(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddRange_m2480947208_gshared (ExposedList_1_t2759233236 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t2759233236 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0020; } } { RuntimeObject* L_3 = V_0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t2759233236 *)__this, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); goto IL_0027; } IL_0020: { RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t2759233236 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0027: { int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m1457487680_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstruction_t52121370 ___item0, const RuntimeMethod* method) { { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); SubmeshInstruction_t52121370 L_2 = ___item0; int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, int32_t, int32_t, SubmeshInstruction_t52121370 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_0, (int32_t)0, (int32_t)L_1, (SubmeshInstruction_t52121370 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_3; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m905645139_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstruction_t52121370 ___item0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); SubmeshInstruction_t52121370 L_2 = ___item0; RuntimeObject* L_3 = ___comparer1; int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, int32_t, int32_t, SubmeshInstruction_t52121370 , RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_0, (int32_t)0, (int32_t)L_1, (SubmeshInstruction_t52121370 )L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_4; } } // System.Int32 Spine.ExposedList`1::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m852159498_gshared (ExposedList_1_t2759233236 * __this, int32_t ___index0, int32_t ___count1, SubmeshInstruction_t52121370 ___item2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); SubmeshInstructionU5BU5D_t131014463* L_2 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; SubmeshInstruction_t52121370 L_5 = ___item2; RuntimeObject* L_6 = ___comparer3; int32_t L_7 = (( int32_t (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, int32_t, int32_t, SubmeshInstruction_t52121370 , RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_2, (int32_t)L_3, (int32_t)L_4, (SubmeshInstruction_t52121370 )L_5, (RuntimeObject*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_7; } } // System.Void Spine.ExposedList`1::Clear(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Clear_m1515552528_gshared (ExposedList_1_t2759233236 * __this, bool ___clearArray0, const RuntimeMethod* method) { { bool L_0 = ___clearArray0; if (!L_0) { goto IL_001a; } } { SubmeshInstructionU5BU5D_t131014463* L_1 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); SubmeshInstructionU5BU5D_t131014463* L_2 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); NullCheck(L_2); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); } IL_001a: { __this->set_Count_1(0); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Boolean Spine.ExposedList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Contains_m3039743388_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstruction_t52121370 ___item0, const RuntimeMethod* method) { { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); SubmeshInstruction_t52121370 L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, SubmeshInstruction_t52121370 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_0, (SubmeshInstruction_t52121370 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void Spine.ExposedList`1::CopyTo(T[]) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m673481010_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstructionU5BU5D_t131014463* ___array0, const RuntimeMethod* method) { { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); SubmeshInstructionU5BU5D_t131014463* L_1 = ___array0; int32_t L_2 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m3027805309_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstructionU5BU5D_t131014463* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); SubmeshInstructionU5BU5D_t131014463* L_1 = ___array0; int32_t L_2 = ___arrayIndex1; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(System.Int32,T[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m2415778337_gshared (ExposedList_1_t2759233236 * __this, int32_t ___index0, SubmeshInstructionU5BU5D_t131014463* ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count3; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); SubmeshInstructionU5BU5D_t131014463* L_2 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_3 = ___index0; SubmeshInstructionU5BU5D_t131014463* L_4 = ___array1; int32_t L_5 = ___arrayIndex2; int32_t L_6 = ___count3; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (RuntimeArray *)(RuntimeArray *)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); return; } } // System.Boolean Spine.ExposedList`1::Exists(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Exists_m1504239068_gshared (ExposedList_1_t2759233236 * __this, Predicate_1_t877415494 * ___match0, const RuntimeMethod* method) { { Predicate_1_t877415494 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t877415494 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t877415494 * L_2 = ___match0; NullCheck((ExposedList_1_t2759233236 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t877415494 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // T Spine.ExposedList`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR SubmeshInstruction_t52121370 ExposedList_1_Find_m2289315425_gshared (ExposedList_1_t2759233236 * __this, Predicate_1_t877415494 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; SubmeshInstruction_t52121370 V_1; memset(&V_1, 0, sizeof(V_1)); SubmeshInstruction_t52121370 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { Predicate_1_t877415494 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t877415494 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t877415494 * L_2 = ___match0; NullCheck((ExposedList_1_t2759233236 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t877415494 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_002d; } } { SubmeshInstructionU5BU5D_t131014463* L_5 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; SubmeshInstruction_t52121370 L_8 = (L_5)->GetAt(static_cast(L_7)); G_B3_0 = L_8; goto IL_0036; } IL_002d: { il2cpp_codegen_initobj((&V_1), sizeof(SubmeshInstruction_t52121370 )); SubmeshInstruction_t52121370 L_9 = V_1; G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Void Spine.ExposedList`1::CheckMatch(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckMatch_m183135092_gshared (RuntimeObject * __this /* static, unused */, Predicate_1_t877415494 * ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckMatch_m183135092_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Predicate_1_t877415494 * L_0 = ___match0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral461028519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckMatch_m183135092_RuntimeMethod_var); } IL_0011: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t2759233236 * ExposedList_1_FindAll_m4072366813_gshared (ExposedList_1_t2759233236 * __this, Predicate_1_t877415494 * ___match0, const RuntimeMethod* method) { { Predicate_1_t877415494 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t877415494 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); Predicate_1_t877415494 * L_1 = ___match0; NullCheck((ExposedList_1_t2759233236 *)__this); ExposedList_1_t2759233236 * L_2 = (( ExposedList_1_t2759233236 * (*) (ExposedList_1_t2759233236 *, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)->methodPointer)((ExposedList_1_t2759233236 *)__this, (Predicate_1_t877415494 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)); return L_2; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAllList(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t2759233236 * ExposedList_1_FindAllList_m3189069136_gshared (ExposedList_1_t2759233236 * __this, Predicate_1_t877415494 * ___match0, const RuntimeMethod* method) { ExposedList_1_t2759233236 * V_0 = NULL; int32_t V_1 = 0; { ExposedList_1_t2759233236 * L_0 = (ExposedList_1_t2759233236 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t2759233236 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)); V_0 = (ExposedList_1_t2759233236 *)L_0; V_1 = (int32_t)0; goto IL_003a; } IL_000d: { Predicate_1_t877415494 * L_1 = ___match0; SubmeshInstructionU5BU5D_t131014463* L_2 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; SubmeshInstruction_t52121370 L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t877415494 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t877415494 *, SubmeshInstruction_t52121370 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t877415494 *)L_1, (SubmeshInstruction_t52121370 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_0036; } } { ExposedList_1_t2759233236 * L_7 = V_0; SubmeshInstructionU5BU5D_t131014463* L_8 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; SubmeshInstruction_t52121370 L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((ExposedList_1_t2759233236 *)L_7); (( void (*) (ExposedList_1_t2759233236 *, SubmeshInstruction_t52121370 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t2759233236 *)L_7, (SubmeshInstruction_t52121370 )L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_0036: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003a: { int32_t L_13 = V_1; int32_t L_14 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { ExposedList_1_t2759233236 * L_15 = V_0; return L_15; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m1141279763_gshared (ExposedList_1_t2759233236 * __this, Predicate_1_t877415494 * ___match0, const RuntimeMethod* method) { { Predicate_1_t877415494 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t877415494 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t877415494 * L_2 = ___match0; NullCheck((ExposedList_1_t2759233236 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t877415494 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m1347349994_gshared (ExposedList_1_t2759233236 * __this, int32_t ___startIndex0, Predicate_1_t877415494 * ___match1, const RuntimeMethod* method) { { Predicate_1_t877415494 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t877415494 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = ___startIndex0; Predicate_1_t877415494 * L_5 = ___match1; NullCheck((ExposedList_1_t2759233236 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), (Predicate_1_t877415494 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m3132542867_gshared (ExposedList_1_t2759233236 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t877415494 * ___match2, const RuntimeMethod* method) { { Predicate_1_t877415494 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t877415494 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_3 = ___startIndex0; int32_t L_4 = ___count1; Predicate_1_t877415494 * L_5 = ___match2; NullCheck((ExposedList_1_t2759233236 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_3, (int32_t)L_4, (Predicate_1_t877415494 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::GetIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetIndex_m4135635139_gshared (ExposedList_1_t2759233236 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t877415494 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___startIndex0; V_1 = (int32_t)L_2; goto IL_0028; } IL_000b: { Predicate_1_t877415494 * L_3 = ___match2; SubmeshInstructionU5BU5D_t131014463* L_4 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; SubmeshInstruction_t52121370 L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t877415494 *)L_3); bool L_8 = (( bool (*) (Predicate_1_t877415494 *, SubmeshInstruction_t52121370 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t877415494 *)L_3, (SubmeshInstruction_t52121370 )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0024; } } { int32_t L_9 = V_1; return L_9; } IL_0024: { int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0028: { int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000b; } } { return (-1); } } // T Spine.ExposedList`1::FindLast(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR SubmeshInstruction_t52121370 ExposedList_1_FindLast_m3664136859_gshared (ExposedList_1_t2759233236 * __this, Predicate_1_t877415494 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; SubmeshInstruction_t52121370 V_1; memset(&V_1, 0, sizeof(V_1)); SubmeshInstruction_t52121370 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { Predicate_1_t877415494 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t877415494 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t877415494 * L_2 = ___match0; NullCheck((ExposedList_1_t2759233236 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t877415494 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_002a; } } { il2cpp_codegen_initobj((&V_1), sizeof(SubmeshInstruction_t52121370 )); SubmeshInstruction_t52121370 L_5 = V_1; G_B3_0 = L_5; goto IL_0036; } IL_002a: { SubmeshInstructionU5BU5D_t131014463* L_6 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; SubmeshInstruction_t52121370 L_9 = (L_6)->GetAt(static_cast(L_8)); G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m2710822879_gshared (ExposedList_1_t2759233236 * __this, Predicate_1_t877415494 * ___match0, const RuntimeMethod* method) { { Predicate_1_t877415494 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t877415494 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t877415494 * L_2 = ___match0; NullCheck((ExposedList_1_t2759233236 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t877415494 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m2861217105_gshared (ExposedList_1_t2759233236 * __this, int32_t ___startIndex0, Predicate_1_t877415494 * ___match1, const RuntimeMethod* method) { { Predicate_1_t877415494 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t877415494 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; Predicate_1_t877415494 * L_3 = ___match1; NullCheck((ExposedList_1_t2759233236 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), (Predicate_1_t877415494 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_4; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m2908584184_gshared (ExposedList_1_t2759233236 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t877415494 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t877415494 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t877415494 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), (int32_t)1)); int32_t L_3 = V_0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_5 = V_0; int32_t L_6 = ___count1; Predicate_1_t877415494 * L_7 = ___match2; NullCheck((ExposedList_1_t2759233236 *)__this); int32_t L_8 = (( int32_t (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_5, (int32_t)L_6, (Predicate_1_t877415494 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_8; } } // System.Int32 Spine.ExposedList`1::GetLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetLastIndex_m2021430797_gshared (ExposedList_1_t2759233236 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t877415494 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); goto IL_0026; } IL_0009: { Predicate_1_t877415494 * L_2 = ___match2; SubmeshInstructionU5BU5D_t131014463* L_3 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_4 = V_0; int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; NullCheck(L_3); int32_t L_6 = L_5; SubmeshInstruction_t52121370 L_7 = (L_3)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t877415494 *)L_2); bool L_8 = (( bool (*) (Predicate_1_t877415494 *, SubmeshInstruction_t52121370 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t877415494 *)L_2, (SubmeshInstruction_t52121370 )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0026; } } { int32_t L_9 = V_0; return L_9; } IL_0026: { int32_t L_10 = V_0; int32_t L_11 = ___startIndex0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0009; } } { return (-1); } } // System.Void Spine.ExposedList`1::ForEach(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_ForEach_m3475270665_gshared (ExposedList_1_t2759233236 * __this, Action_1_t224588965 * ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_ForEach_m3475270665_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Action_1_t224588965 * L_0 = ___action0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral2365897554, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_ForEach_m3475270665_RuntimeMethod_var); } IL_0011: { V_0 = (int32_t)0; goto IL_002e; } IL_0018: { Action_1_t224588965 * L_2 = ___action0; SubmeshInstructionU5BU5D_t131014463* L_3 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; SubmeshInstruction_t52121370 L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((Action_1_t224588965 *)L_2); (( void (*) (Action_1_t224588965 *, SubmeshInstruction_t52121370 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)->methodPointer)((Action_1_t224588965 *)L_2, (SubmeshInstruction_t52121370 )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)); int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0018; } } { return; } } // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2088074391 ExposedList_1_GetEnumerator_m3318958998_gshared (ExposedList_1_t2759233236 * __this, const RuntimeMethod* method) { { Enumerator_t2088074391 L_0; memset(&L_0, 0, sizeof(L_0)); Enumerator__ctor_m1285860231((&L_0), (ExposedList_1_t2759233236 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 27)); return L_0; } } // Spine.ExposedList`1 Spine.ExposedList`1::GetRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t2759233236 * ExposedList_1_GetRange_m1144793168_gshared (ExposedList_1_t2759233236 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { SubmeshInstructionU5BU5D_t131014463* V_0 = NULL; { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; V_0 = (SubmeshInstructionU5BU5D_t131014463*)((SubmeshInstructionU5BU5D_t131014463*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2)); SubmeshInstructionU5BU5D_t131014463* L_3 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_4 = ___index0; SubmeshInstructionU5BU5D_t131014463* L_5 = V_0; int32_t L_6 = ___count1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, (int32_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)0, (int32_t)L_6, /*hidden argument*/NULL); SubmeshInstructionU5BU5D_t131014463* L_7 = V_0; int32_t L_8 = ___count1; ExposedList_1_t2759233236 * L_9 = (ExposedList_1_t2759233236 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t2759233236 *, SubmeshInstructionU5BU5D_t131014463*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)->methodPointer)(L_9, (SubmeshInstructionU5BU5D_t131014463*)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)); return L_9; } } // System.Int32 Spine.ExposedList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m545755039_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstruction_t52121370 ___item0, const RuntimeMethod* method) { { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); SubmeshInstruction_t52121370 L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, SubmeshInstruction_t52121370 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_0, (SubmeshInstruction_t52121370 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_3; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m125776016_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstruction_t52121370 ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); SubmeshInstructionU5BU5D_t131014463* L_1 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); SubmeshInstruction_t52121370 L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_Count_1(); int32_t L_5 = ___index1; int32_t L_6 = (( int32_t (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, SubmeshInstruction_t52121370 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_1, (SubmeshInstruction_t52121370 )L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_6; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m2567668444_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstruction_t52121370 ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_IndexOf_m2567668444_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_IndexOf_m2567668444_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_IndexOf_m2567668444_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index1; int32_t L_5 = ___count2; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_IndexOf_m2567668444_RuntimeMethod_var); } IL_003d: { SubmeshInstructionU5BU5D_t131014463* L_8 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); SubmeshInstruction_t52121370 L_9 = ___item0; int32_t L_10 = ___index1; int32_t L_11 = ___count2; int32_t L_12 = (( int32_t (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, SubmeshInstruction_t52121370 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_8, (SubmeshInstruction_t52121370 )L_9, (int32_t)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_12; } } // System.Void Spine.ExposedList`1::Shift(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Shift_m3601553680_gshared (ExposedList_1_t2759233236 * __this, int32_t ___start0, int32_t ___delta1, const RuntimeMethod* method) { { int32_t L_0 = ___delta1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___start0; int32_t L_2 = ___delta1; ___start0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)); } IL_000c: { int32_t L_3 = ___start0; int32_t L_4 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0035; } } { SubmeshInstructionU5BU5D_t131014463* L_5 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_6 = ___start0; SubmeshInstructionU5BU5D_t131014463* L_7 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_8 = ___start0; int32_t L_9 = ___delta1; int32_t L_10 = (int32_t)__this->get_Count_1(); int32_t L_11 = ___start0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); } IL_0035: { int32_t L_12 = (int32_t)__this->get_Count_1(); int32_t L_13 = ___delta1; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))); int32_t L_14 = ___delta1; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_005d; } } { SubmeshInstructionU5BU5D_t131014463* L_15 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_16 = (int32_t)__this->get_Count_1(); int32_t L_17 = ___delta1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((-L_17)), /*hidden argument*/NULL); } IL_005d: { return; } } // System.Void Spine.ExposedList`1::CheckIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckIndex_m1815710434_gshared (ExposedList_1_t2759233236 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckIndex_m1815710434_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) > ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckIndex_m1815710434_RuntimeMethod_var); } IL_001e: { return; } } // System.Void Spine.ExposedList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Insert_m3393152198_gshared (ExposedList_1_t2759233236 * __this, int32_t ___index0, SubmeshInstruction_t52121370 ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_1 = (int32_t)__this->get_Count_1(); SubmeshInstructionU5BU5D_t131014463* L_2 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0021; } } { NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0021: { int32_t L_3 = ___index0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_3, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); SubmeshInstructionU5BU5D_t131014463* L_4 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_5 = ___index0; SubmeshInstruction_t52121370 L_6 = ___item1; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (SubmeshInstruction_t52121370 )L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::CheckCollection(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckCollection_m3870978273_gshared (ExposedList_1_t2759233236 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckCollection_m3870978273_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___collection0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral3723644332, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckCollection_m3870978273_RuntimeMethod_var); } IL_0011: { return; } } // System.Void Spine.ExposedList`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertRange_m3940681107_gshared (ExposedList_1_t2759233236 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { SubmeshInstructionU5BU5D_t131014463* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = ___collection1; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t2759233236 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); int32_t L_1 = ___index0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); RuntimeObject* L_2 = ___collection1; if ((!(((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(ExposedList_1_t2759233236 *)__this)))) { goto IL_0055; } } { int32_t L_3 = (int32_t)__this->get_Count_1(); V_0 = (SubmeshInstructionU5BU5D_t131014463*)((SubmeshInstructionU5BU5D_t131014463*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_3)); SubmeshInstructionU5BU5D_t131014463* L_4 = V_0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, SubmeshInstructionU5BU5D_t131014463*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)->methodPointer)((ExposedList_1_t2759233236 *)__this, (SubmeshInstructionU5BU5D_t131014463*)L_4, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)); int32_t L_5 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_6 = ___index0; SubmeshInstructionU5BU5D_t131014463* L_7 = V_0; NullCheck(L_7); NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); SubmeshInstructionU5BU5D_t131014463* L_8 = V_0; SubmeshInstructionU5BU5D_t131014463* L_9 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_10 = ___index0; SubmeshInstructionU5BU5D_t131014463* L_11 = V_0; NullCheck(L_11); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), /*hidden argument*/NULL); goto IL_0077; } IL_0055: { RuntimeObject* L_12 = ___collection1; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_13 = V_1; if (!L_13) { goto IL_006f; } } { int32_t L_14 = ___index0; RuntimeObject* L_15 = V_1; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_14, (RuntimeObject*)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)); goto IL_0077; } IL_006f: { int32_t L_16 = ___index0; RuntimeObject* L_17 = ___collection1; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_16, (RuntimeObject*)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)); } IL_0077: { int32_t L_18 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::InsertCollection(System.Int32,System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertCollection_m902033235_gshared (ExposedList_1_t2759233236 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection1; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_3 = ___index0; int32_t L_4 = V_0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); RuntimeObject* L_5 = ___collection1; SubmeshInstructionU5BU5D_t131014463* L_6 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_7 = ___index0; NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< SubmeshInstructionU5BU5D_t131014463*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5, (SubmeshInstructionU5BU5D_t131014463*)L_6, (int32_t)L_7); return; } } // System.Void Spine.ExposedList`1::InsertEnumeration(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertEnumeration_m1384183449_gshared (ExposedList_1_t2759233236 * __this, int32_t ___index0, RuntimeObject* ___enumerable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_InsertEnumeration_m1384183449_MetadataUsageId); s_Il2CppMethodInitialized = true; } SubmeshInstruction_t52121370 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_0020; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); SubmeshInstruction_t52121370 L_3 = InterfaceFuncInvoker0< SubmeshInstruction_t52121370 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (SubmeshInstruction_t52121370 )L_3; int32_t L_4 = ___index0; int32_t L_5 = (int32_t)L_4; ___index0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); SubmeshInstruction_t52121370 L_6 = V_0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, SubmeshInstruction_t52121370 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_5, (SubmeshInstruction_t52121370 )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)); } IL_0020: { RuntimeObject* L_7 = V_1; NullCheck((RuntimeObject*)L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); if (L_8) { goto IL_000c; } } IL_002b: { IL2CPP_LEAVE(0x3D, FINALLY_0030); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_003c; } } IL_0036: { RuntimeObject* L_10 = V_1; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); } IL_003c: { IL2CPP_END_FINALLY(48) } } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x3D, IL_003d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003d: { return; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m1254493809_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstruction_t52121370 ___item0, const RuntimeMethod* method) { { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); SubmeshInstruction_t52121370 L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, SubmeshInstruction_t52121370 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_0, (SubmeshInstruction_t52121370 )L_1, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_4; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m2873944763_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstruction_t52121370 ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); SubmeshInstructionU5BU5D_t131014463* L_1 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); SubmeshInstruction_t52121370 L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = ___index1; int32_t L_5 = (( int32_t (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, SubmeshInstruction_t52121370 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_1, (SubmeshInstruction_t52121370 )L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_5; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m2725904907_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstruction_t52121370 ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_LastIndexOf_m2725904907_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___index1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_4, (String_t*)_stringLiteral797640427, (RuntimeObject *)L_3, (String_t*)_stringLiteral1103599130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ExposedList_1_LastIndexOf_m2725904907_RuntimeMethod_var); } IL_001d: { int32_t L_5 = ___count2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_003a; } } { int32_t L_6 = ___count2; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_9, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_8, (String_t*)_stringLiteral3690514408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,ExposedList_1_LastIndexOf_m2725904907_RuntimeMethod_var); } IL_003a: { int32_t L_10 = ___index1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1))) >= ((int32_t)0))) { goto IL_005b; } } { int32_t L_12 = ___count2; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_15, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_14, (String_t*)_stringLiteral2617075568, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ExposedList_1_LastIndexOf_m2725904907_RuntimeMethod_var); } IL_005b: { SubmeshInstructionU5BU5D_t131014463* L_16 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); SubmeshInstruction_t52121370 L_17 = ___item0; int32_t L_18 = ___index1; int32_t L_19 = ___count2; int32_t L_20 = (( int32_t (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, SubmeshInstruction_t52121370 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_16, (SubmeshInstruction_t52121370 )L_17, (int32_t)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_20; } } // System.Boolean Spine.ExposedList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Remove_m1222525979_gshared (ExposedList_1_t2759233236 * __this, SubmeshInstruction_t52121370 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { SubmeshInstruction_t52121370 L_0 = ___item0; NullCheck((ExposedList_1_t2759233236 *)__this); int32_t L_1 = (( int32_t (*) (ExposedList_1_t2759233236 *, SubmeshInstruction_t52121370 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)->methodPointer)((ExposedList_1_t2759233236 *)__this, (SubmeshInstruction_t52121370 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0016; } } { int32_t L_3 = V_0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)); } IL_0016: { int32_t L_4 = V_0; return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 Spine.ExposedList`1::RemoveAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_RemoveAll_m4195531453_gshared (ExposedList_1_t2759233236 * __this, Predicate_1_t877415494 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Predicate_1_t877415494 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t877415494 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; V_1 = (int32_t)0; V_0 = (int32_t)0; goto IL_0031; } IL_0011: { Predicate_1_t877415494 * L_1 = ___match0; SubmeshInstructionU5BU5D_t131014463* L_2 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; SubmeshInstruction_t52121370 L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t877415494 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t877415494 *, SubmeshInstruction_t52121370 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t877415494 *)L_1, (SubmeshInstruction_t52121370 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_002d; } } { goto IL_003d; } IL_002d: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0031: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0011; } } IL_003d: { int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_004b; } } { return 0; } IL_004b: { int32_t L_12 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_0; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0099; } IL_0062: { Predicate_1_t877415494 * L_14 = ___match0; SubmeshInstructionU5BU5D_t131014463* L_15 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; SubmeshInstruction_t52121370 L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck((Predicate_1_t877415494 *)L_14); bool L_19 = (( bool (*) (Predicate_1_t877415494 *, SubmeshInstruction_t52121370 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t877415494 *)L_14, (SubmeshInstruction_t52121370 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_19) { goto IL_0095; } } { SubmeshInstructionU5BU5D_t131014463* L_20 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_21 = V_0; int32_t L_22 = (int32_t)L_21; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); SubmeshInstructionU5BU5D_t131014463* L_23 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_24 = V_1; NullCheck(L_23); int32_t L_25 = L_24; SubmeshInstruction_t52121370 L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_20); (L_20)->SetAt(static_cast(L_22), (SubmeshInstruction_t52121370 )L_26); } IL_0095: { int32_t L_27 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0099: { int32_t L_28 = V_1; int32_t L_29 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0062; } } { int32_t L_30 = V_1; int32_t L_31 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))) <= ((int32_t)0))) { goto IL_00bd; } } { SubmeshInstructionU5BU5D_t131014463* L_32 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_33 = V_0; int32_t L_34 = V_1; int32_t L_35 = V_0; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_32, (int32_t)L_33, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); } IL_00bd: { int32_t L_36 = V_0; __this->set_Count_1(L_36); int32_t L_37 = V_1; int32_t L_38 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)); } } // System.Void Spine.ExposedList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveAt_m2041677176_gshared (ExposedList_1_t2759233236 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_RemoveAt_m2041677176_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) >= ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_RemoveAt_m2041677176_RuntimeMethod_var); } IL_001e: { int32_t L_4 = ___index0; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_4, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); SubmeshInstructionU5BU5D_t131014463* L_5 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)1, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // T Spine.ExposedList`1::Pop() extern "C" IL2CPP_METHOD_ATTR SubmeshInstruction_t52121370 ExposedList_1_Pop_m1650496555_gshared (ExposedList_1_t2759233236 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_Pop_m1650496555_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SubmeshInstruction_t52121370 V_1; memset(&V_1, 0, sizeof(V_1)); SubmeshInstruction_t52121370 V_2; memset(&V_2, 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get_Count_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral1428145348, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_Pop_m1650496555_RuntimeMethod_var); } IL_0016: { int32_t L_2 = (int32_t)__this->get_Count_1(); V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); SubmeshInstructionU5BU5D_t131014463* L_3 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; SubmeshInstruction_t52121370 L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = (SubmeshInstruction_t52121370 )L_6; SubmeshInstructionU5BU5D_t131014463* L_7 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_8 = V_0; il2cpp_codegen_initobj((&V_2), sizeof(SubmeshInstruction_t52121370 )); SubmeshInstruction_t52121370 L_9 = V_2; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (SubmeshInstruction_t52121370 )L_9); int32_t L_10 = (int32_t)__this->get_Count_1(); __this->set_Count_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); SubmeshInstruction_t52121370 L_12 = V_1; return L_12; } } // System.Void Spine.ExposedList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveRange_m2032972026_gshared (ExposedList_1_t2759233236 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0038; } } { int32_t L_3 = ___index0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_3, (int32_t)((-L_4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); SubmeshInstructionU5BU5D_t131014463* L_5 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); int32_t L_7 = ___count1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL); int32_t L_8 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); } IL_0038: { return; } } // System.Void Spine.ExposedList`1::Reverse() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m2423521525_gshared (ExposedList_1_t2759233236 * __this, const RuntimeMethod* method) { { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/NULL); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Reverse(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m851729826_gshared (ExposedList_1_t2759233236 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); SubmeshInstructionU5BU5D_t131014463* L_2 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m3481121978_gshared (ExposedList_1_t2759233236 * __this, const RuntimeMethod* method) { { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 38)); Comparer_1_t1551876252 * L_2 = (( Comparer_1_t1551876252 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)); (( void (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m1094726796_gshared (ExposedList_1_t2759233236 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); RuntimeObject* L_2 = ___comparer0; (( void (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m193745598_gshared (ExposedList_1_t2759233236 * __this, Comparison_1_t4122019845 * ___comparison0, const RuntimeMethod* method) { { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); Comparison_1_t4122019845 * L_1 = ___comparison0; (( void (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, Comparison_1_t4122019845 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_0, (Comparison_1_t4122019845 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m1248725574_gshared (ExposedList_1_t2759233236 * __this, int32_t ___index0, int32_t ___count1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); SubmeshInstructionU5BU5D_t131014463* L_2 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; RuntimeObject* L_5 = ___comparer2; (( void (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463*)L_2, (int32_t)L_3, (int32_t)L_4, (RuntimeObject*)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_6 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); return; } } // T[] Spine.ExposedList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR SubmeshInstructionU5BU5D_t131014463* ExposedList_1_ToArray_m950489939_gshared (ExposedList_1_t2759233236 * __this, const RuntimeMethod* method) { SubmeshInstructionU5BU5D_t131014463* V_0 = NULL; { int32_t L_0 = (int32_t)__this->get_Count_1(); V_0 = (SubmeshInstructionU5BU5D_t131014463*)((SubmeshInstructionU5BU5D_t131014463*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_0)); SubmeshInstructionU5BU5D_t131014463* L_1 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); SubmeshInstructionU5BU5D_t131014463* L_2 = V_0; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, /*hidden argument*/NULL); SubmeshInstructionU5BU5D_t131014463* L_4 = V_0; return L_4; } } // System.Void Spine.ExposedList`1::TrimExcess() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_TrimExcess_m2369618784_gshared (ExposedList_1_t2759233236 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t2759233236 *)__this); (( void (*) (ExposedList_1_t2759233236 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t2759233236 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); return; } } // System.Boolean Spine.ExposedList`1::TrueForAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_TrueForAll_m1332372666_gshared (ExposedList_1_t2759233236 * __this, Predicate_1_t877415494 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t877415494 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t877415494 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t877415494 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; goto IL_002a; } IL_000d: { Predicate_1_t877415494 * L_1 = ___match0; SubmeshInstructionU5BU5D_t131014463* L_2 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; SubmeshInstruction_t52121370 L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t877415494 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t877415494 *, SubmeshInstruction_t52121370 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t877415494 *)L_1, (SubmeshInstruction_t52121370 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_6) { goto IL_0026; } } { return (bool)0; } IL_0026: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002a: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000d; } } { return (bool)1; } } // System.Int32 Spine.ExposedList`1::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_get_Capacity_m4090977600_gshared (ExposedList_1_t2759233236 * __this, const RuntimeMethod* method) { { SubmeshInstructionU5BU5D_t131014463* L_0 = (SubmeshInstructionU5BU5D_t131014463*)__this->get_Items_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Void Spine.ExposedList`1::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_set_Capacity_m690422444_gshared (ExposedList_1_t2759233236 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_set_Capacity_m690422444_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_0) < ((uint32_t)L_1)))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ExposedList_1_set_Capacity_m690422444_RuntimeMethod_var); } IL_0012: { SubmeshInstructionU5BU5D_t131014463** L_3 = (SubmeshInstructionU5BU5D_t131014463**)__this->get_address_of_Items_0(); int32_t L_4 = ___value0; (( void (*) (RuntimeObject * /* static, unused */, SubmeshInstructionU5BU5D_t131014463**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (SubmeshInstructionU5BU5D_t131014463**)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); return; } } // System.Collections.Generic.IEnumerator`1 Spine.ExposedList`1::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m944164615_gshared (ExposedList_1_t2759233236 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t2759233236 *)__this); Enumerator_t2088074391 L_0 = (( Enumerator_t2088074391 (*) (ExposedList_1_t2759233236 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t2759233236 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t2088074391 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator Spine.ExposedList`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_IEnumerable_GetEnumerator_m3762318033_gshared (ExposedList_1_t2759233236 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t2759233236 *)__this); Enumerator_t2088074391 L_0 = (( Enumerator_t2088074391 (*) (ExposedList_1_t2759233236 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t2759233236 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t2088074391 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Void Spine.ExposedList`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__cctor_m1313016994_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { ((ExposedList_1_t2759233236_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set_EmptyArray_3(((SubmeshInstructionU5BU5D_t131014463*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4), (uint32_t)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 Spine.ExposedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3843255198_gshared (ExposedList_1_t2804399831 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); BooleanU5BU5D_t2897418192* L_0 = ((ExposedList_1_t2804399831_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_0); return; } } // System.Void Spine.ExposedList`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m1679015495_gshared (ExposedList_1_t2804399831 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t2804399831 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); BooleanU5BU5D_t2897418192* L_3 = ((ExposedList_1_t2804399831_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_3); RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t2804399831 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); goto IL_0049; } IL_0031: { RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5); __this->set_Items_0(((BooleanU5BU5D_t2897418192*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_6))); RuntimeObject* L_7 = V_0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t2804399831 *)__this, (RuntimeObject*)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); } IL_0049: { return; } } // System.Void Spine.ExposedList`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m1622853111_gshared (ExposedList_1_t2804399831 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1__ctor_m1622853111_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral3623012086, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1__ctor_m1622853111_RuntimeMethod_var); } IL_0018: { int32_t L_2 = ___capacity0; __this->set_Items_0(((BooleanU5BU5D_t2897418192*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2))); return; } } // System.Void Spine.ExposedList`1::.ctor(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m504594503_gshared (ExposedList_1_t2804399831 * __this, BooleanU5BU5D_t2897418192* ___data0, int32_t ___size1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); BooleanU5BU5D_t2897418192* L_0 = ___data0; __this->set_Items_0(L_0); int32_t L_1 = ___size1; __this->set_Count_1(L_1); return; } } // System.Void Spine.ExposedList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Add_m3862974399_gshared (ExposedList_1_t2804399831 * __this, bool ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); BooleanU5BU5D_t2897418192* L_1 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_001a; } } { NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001a: { BooleanU5BU5D_t2897418192* L_2 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (int32_t)L_3; V_0 = (int32_t)L_4; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; bool L_6 = ___item0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (bool)L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::GrowIfNeeded(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_GrowIfNeeded_m4179716585_gshared (ExposedList_1_t2804399831 * __this, int32_t ___addedCount0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); int32_t L_1 = ___addedCount0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = V_0; BooleanU5BU5D_t2897418192* L_3 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); NullCheck(L_3); if ((((int32_t)L_2) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_0031; } } { NullCheck((ExposedList_1_t2804399831 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t2804399831 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((ExposedList_1_t2804399831 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); int32_t L_5 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)), (int32_t)4, /*hidden argument*/NULL); int32_t L_6 = V_0; int32_t L_7 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_0031: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t2804399831 * ExposedList_1_Resize_m2805455983_gshared (ExposedList_1_t2804399831 * __this, int32_t ___newSize0, const RuntimeMethod* method) { int32_t V_0 = 0; BooleanU5BU5D_t2897418192* V_1 = NULL; int32_t V_2 = 0; bool V_3 = false; { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); NullCheck(L_0); V_0 = (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); BooleanU5BU5D_t2897418192* L_1 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); V_1 = (BooleanU5BU5D_t2897418192*)L_1; int32_t L_2 = ___newSize0; int32_t L_3 = V_0; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0028; } } { BooleanU5BU5D_t2897418192** L_4 = (BooleanU5BU5D_t2897418192**)__this->get_address_of_Items_0(); int32_t L_5 = ___newSize0; (( void (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192**)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); goto IL_0051; } IL_0028: { int32_t L_6 = ___newSize0; int32_t L_7 = V_0; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0051; } } { int32_t L_8 = ___newSize0; V_2 = (int32_t)L_8; goto IL_004a; } IL_0036: { BooleanU5BU5D_t2897418192* L_9 = V_1; int32_t L_10 = V_2; il2cpp_codegen_initobj((&V_3), sizeof(bool)); bool L_11 = V_3; NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (bool)L_11); int32_t L_12 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004a: { int32_t L_13 = V_2; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0036; } } IL_0051: { int32_t L_15 = ___newSize0; __this->set_Count_1(L_15); return __this; } } // System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_EnsureCapacity_m3169069318_gshared (ExposedList_1_t2804399831 * __this, int32_t ___min0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B4_0 = 0; { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); NullCheck(L_0); int32_t L_1 = ___min0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) >= ((int32_t)L_1))) { goto IL_003c; } } { BooleanU5BU5D_t2897418192* L_2 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0021; } } { G_B4_0 = 4; goto IL_002b; } IL_0021: { BooleanU5BU5D_t2897418192* L_3 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); NullCheck(L_3); G_B4_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)); } IL_002b: { V_0 = (int32_t)G_B4_0; int32_t L_4 = V_0; int32_t L_5 = ___min0; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0035; } } { int32_t L_6 = ___min0; V_0 = (int32_t)L_6; } IL_0035: { int32_t L_7 = V_0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_003c: { return; } } // System.Void Spine.ExposedList`1::CheckRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckRange_m3805101644_gshared (ExposedList_1_t2804399831 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckRange_m3805101644_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckRange_m3805101644_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckRange_m3805101644_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index0; int32_t L_5 = ___count1; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_CheckRange_m3805101644_RuntimeMethod_var); } IL_003d: { return; } } // System.Void Spine.ExposedList`1::AddCollection(System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddCollection_m3521799433_gshared (ExposedList_1_t2804399831 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection0; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if (L_2) { goto IL_000e; } } { return; } IL_000e: { int32_t L_3 = V_0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); RuntimeObject* L_4 = ___collection0; BooleanU5BU5D_t2897418192* L_5 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< BooleanU5BU5D_t2897418192*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (BooleanU5BU5D_t2897418192*)L_5, (int32_t)L_6); int32_t L_7 = (int32_t)__this->get_Count_1(); int32_t L_8 = V_0; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); return; } } // System.Void Spine.ExposedList`1::AddEnumerable(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddEnumerable_m1944994396_gshared (ExposedList_1_t2804399831 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_AddEnumerable_m1944994396_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_001a; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); bool L_3 = InterfaceFuncInvoker0< bool >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (bool)L_3; bool L_4 = V_0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t2804399831 *)__this, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_001a: { RuntimeObject* L_5 = V_1; NullCheck((RuntimeObject*)L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); if (L_6) { goto IL_000c; } } IL_0025: { IL2CPP_LEAVE(0x37, 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) { RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0036; } } IL_0030: { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); } IL_0036: { IL2CPP_END_FINALLY(42) } } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { return; } } // System.Void Spine.ExposedList`1::AddRange(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddRange_m3359457141_gshared (ExposedList_1_t2804399831 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t2804399831 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0020; } } { RuntimeObject* L_3 = V_0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t2804399831 *)__this, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); goto IL_0027; } IL_0020: { RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t2804399831 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0027: { int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m212397461_gshared (ExposedList_1_t2804399831 * __this, bool ___item0, const RuntimeMethod* method) { { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); bool L_2 = ___item0; int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, int32_t, int32_t, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_0, (int32_t)0, (int32_t)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_3; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m726199292_gshared (ExposedList_1_t2804399831 * __this, bool ___item0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); bool L_2 = ___item0; RuntimeObject* L_3 = ___comparer1; int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, int32_t, int32_t, bool, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_0, (int32_t)0, (int32_t)L_1, (bool)L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_4; } } // System.Int32 Spine.ExposedList`1::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m49233699_gshared (ExposedList_1_t2804399831 * __this, int32_t ___index0, int32_t ___count1, bool ___item2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); BooleanU5BU5D_t2897418192* L_2 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; bool L_5 = ___item2; RuntimeObject* L_6 = ___comparer3; int32_t L_7 = (( int32_t (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, int32_t, int32_t, bool, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_2, (int32_t)L_3, (int32_t)L_4, (bool)L_5, (RuntimeObject*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_7; } } // System.Void Spine.ExposedList`1::Clear(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Clear_m4105959281_gshared (ExposedList_1_t2804399831 * __this, bool ___clearArray0, const RuntimeMethod* method) { { bool L_0 = ___clearArray0; if (!L_0) { goto IL_001a; } } { BooleanU5BU5D_t2897418192* L_1 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); BooleanU5BU5D_t2897418192* L_2 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); NullCheck(L_2); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); } IL_001a: { __this->set_Count_1(0); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Boolean Spine.ExposedList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Contains_m727074064_gshared (ExposedList_1_t2804399831 * __this, bool ___item0, const RuntimeMethod* method) { { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); bool L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, bool, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_0, (bool)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void Spine.ExposedList`1::CopyTo(T[]) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m1253082596_gshared (ExposedList_1_t2804399831 * __this, BooleanU5BU5D_t2897418192* ___array0, const RuntimeMethod* method) { { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); BooleanU5BU5D_t2897418192* L_1 = ___array0; int32_t L_2 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m1889537539_gshared (ExposedList_1_t2804399831 * __this, BooleanU5BU5D_t2897418192* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); BooleanU5BU5D_t2897418192* L_1 = ___array0; int32_t L_2 = ___arrayIndex1; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(System.Int32,T[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m2755289349_gshared (ExposedList_1_t2804399831 * __this, int32_t ___index0, BooleanU5BU5D_t2897418192* ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count3; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); BooleanU5BU5D_t2897418192* L_2 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_3 = ___index0; BooleanU5BU5D_t2897418192* L_4 = ___array1; int32_t L_5 = ___arrayIndex2; int32_t L_6 = ___count3; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (RuntimeArray *)(RuntimeArray *)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); return; } } // System.Boolean Spine.ExposedList`1::Exists(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Exists_m1358495636_gshared (ExposedList_1_t2804399831 * __this, Predicate_1_t922582089 * ___match0, const RuntimeMethod* method) { { Predicate_1_t922582089 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t922582089 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t922582089 * L_2 = ___match0; NullCheck((ExposedList_1_t2804399831 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t922582089 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // T Spine.ExposedList`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Find_m1637896493_gshared (ExposedList_1_t2804399831 * __this, Predicate_1_t922582089 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; bool G_B3_0 = false; { Predicate_1_t922582089 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t922582089 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t922582089 * L_2 = ___match0; NullCheck((ExposedList_1_t2804399831 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t922582089 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_002d; } } { BooleanU5BU5D_t2897418192* L_5 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; bool L_8 = (L_5)->GetAt(static_cast(L_7)); G_B3_0 = L_8; goto IL_0036; } IL_002d: { il2cpp_codegen_initobj((&V_1), sizeof(bool)); bool L_9 = V_1; G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Void Spine.ExposedList`1::CheckMatch(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckMatch_m2709079636_gshared (RuntimeObject * __this /* static, unused */, Predicate_1_t922582089 * ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckMatch_m2709079636_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Predicate_1_t922582089 * L_0 = ___match0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral461028519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckMatch_m2709079636_RuntimeMethod_var); } IL_0011: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t2804399831 * ExposedList_1_FindAll_m3589503723_gshared (ExposedList_1_t2804399831 * __this, Predicate_1_t922582089 * ___match0, const RuntimeMethod* method) { { Predicate_1_t922582089 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t922582089 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); Predicate_1_t922582089 * L_1 = ___match0; NullCheck((ExposedList_1_t2804399831 *)__this); ExposedList_1_t2804399831 * L_2 = (( ExposedList_1_t2804399831 * (*) (ExposedList_1_t2804399831 *, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)->methodPointer)((ExposedList_1_t2804399831 *)__this, (Predicate_1_t922582089 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)); return L_2; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAllList(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t2804399831 * ExposedList_1_FindAllList_m3792338312_gshared (ExposedList_1_t2804399831 * __this, Predicate_1_t922582089 * ___match0, const RuntimeMethod* method) { ExposedList_1_t2804399831 * V_0 = NULL; int32_t V_1 = 0; { ExposedList_1_t2804399831 * L_0 = (ExposedList_1_t2804399831 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t2804399831 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)); V_0 = (ExposedList_1_t2804399831 *)L_0; V_1 = (int32_t)0; goto IL_003a; } IL_000d: { Predicate_1_t922582089 * L_1 = ___match0; BooleanU5BU5D_t2897418192* L_2 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; bool L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t922582089 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t922582089 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t922582089 *)L_1, (bool)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_0036; } } { ExposedList_1_t2804399831 * L_7 = V_0; BooleanU5BU5D_t2897418192* L_8 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; bool L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((ExposedList_1_t2804399831 *)L_7); (( void (*) (ExposedList_1_t2804399831 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t2804399831 *)L_7, (bool)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_0036: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003a: { int32_t L_13 = V_1; int32_t L_14 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { ExposedList_1_t2804399831 * L_15 = V_0; return L_15; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m3853703562_gshared (ExposedList_1_t2804399831 * __this, Predicate_1_t922582089 * ___match0, const RuntimeMethod* method) { { Predicate_1_t922582089 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t922582089 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t922582089 * L_2 = ___match0; NullCheck((ExposedList_1_t2804399831 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t922582089 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m3696175630_gshared (ExposedList_1_t2804399831 * __this, int32_t ___startIndex0, Predicate_1_t922582089 * ___match1, const RuntimeMethod* method) { { Predicate_1_t922582089 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t922582089 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = ___startIndex0; Predicate_1_t922582089 * L_5 = ___match1; NullCheck((ExposedList_1_t2804399831 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), (Predicate_1_t922582089 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m3958746775_gshared (ExposedList_1_t2804399831 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t922582089 * ___match2, const RuntimeMethod* method) { { Predicate_1_t922582089 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t922582089 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_3 = ___startIndex0; int32_t L_4 = ___count1; Predicate_1_t922582089 * L_5 = ___match2; NullCheck((ExposedList_1_t2804399831 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_3, (int32_t)L_4, (Predicate_1_t922582089 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::GetIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetIndex_m422203477_gshared (ExposedList_1_t2804399831 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t922582089 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___startIndex0; V_1 = (int32_t)L_2; goto IL_0028; } IL_000b: { Predicate_1_t922582089 * L_3 = ___match2; BooleanU5BU5D_t2897418192* L_4 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; bool L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t922582089 *)L_3); bool L_8 = (( bool (*) (Predicate_1_t922582089 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t922582089 *)L_3, (bool)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0024; } } { int32_t L_9 = V_1; return L_9; } IL_0024: { int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0028: { int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000b; } } { return (-1); } } // T Spine.ExposedList`1::FindLast(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_FindLast_m1623152383_gshared (ExposedList_1_t2804399831 * __this, Predicate_1_t922582089 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; bool G_B3_0 = false; { Predicate_1_t922582089 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t922582089 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t922582089 * L_2 = ___match0; NullCheck((ExposedList_1_t2804399831 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t922582089 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_002a; } } { il2cpp_codegen_initobj((&V_1), sizeof(bool)); bool L_5 = V_1; G_B3_0 = L_5; goto IL_0036; } IL_002a: { BooleanU5BU5D_t2897418192* L_6 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; bool L_9 = (L_6)->GetAt(static_cast(L_8)); G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m3290142360_gshared (ExposedList_1_t2804399831 * __this, Predicate_1_t922582089 * ___match0, const RuntimeMethod* method) { { Predicate_1_t922582089 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t922582089 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t922582089 * L_2 = ___match0; NullCheck((ExposedList_1_t2804399831 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t922582089 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m2832781986_gshared (ExposedList_1_t2804399831 * __this, int32_t ___startIndex0, Predicate_1_t922582089 * ___match1, const RuntimeMethod* method) { { Predicate_1_t922582089 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t922582089 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; Predicate_1_t922582089 * L_3 = ___match1; NullCheck((ExposedList_1_t2804399831 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), (Predicate_1_t922582089 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_4; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m2840507651_gshared (ExposedList_1_t2804399831 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t922582089 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t922582089 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t922582089 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), (int32_t)1)); int32_t L_3 = V_0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_5 = V_0; int32_t L_6 = ___count1; Predicate_1_t922582089 * L_7 = ___match2; NullCheck((ExposedList_1_t2804399831 *)__this); int32_t L_8 = (( int32_t (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_5, (int32_t)L_6, (Predicate_1_t922582089 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_8; } } // System.Int32 Spine.ExposedList`1::GetLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetLastIndex_m1295501277_gshared (ExposedList_1_t2804399831 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t922582089 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); goto IL_0026; } IL_0009: { Predicate_1_t922582089 * L_2 = ___match2; BooleanU5BU5D_t2897418192* L_3 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_4 = V_0; int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; NullCheck(L_3); int32_t L_6 = L_5; bool L_7 = (L_3)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t922582089 *)L_2); bool L_8 = (( bool (*) (Predicate_1_t922582089 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t922582089 *)L_2, (bool)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0026; } } { int32_t L_9 = V_0; return L_9; } IL_0026: { int32_t L_10 = V_0; int32_t L_11 = ___startIndex0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0009; } } { return (-1); } } // System.Void Spine.ExposedList`1::ForEach(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_ForEach_m2694538368_gshared (ExposedList_1_t2804399831 * __this, Action_1_t269755560 * ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_ForEach_m2694538368_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Action_1_t269755560 * L_0 = ___action0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral2365897554, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_ForEach_m2694538368_RuntimeMethod_var); } IL_0011: { V_0 = (int32_t)0; goto IL_002e; } IL_0018: { Action_1_t269755560 * L_2 = ___action0; BooleanU5BU5D_t2897418192* L_3 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; bool L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((Action_1_t269755560 *)L_2); (( void (*) (Action_1_t269755560 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)->methodPointer)((Action_1_t269755560 *)L_2, (bool)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)); int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0018; } } { return; } } // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2133240986 ExposedList_1_GetEnumerator_m3276262347_gshared (ExposedList_1_t2804399831 * __this, const RuntimeMethod* method) { { Enumerator_t2133240986 L_0; memset(&L_0, 0, sizeof(L_0)); Enumerator__ctor_m4268601824((&L_0), (ExposedList_1_t2804399831 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 27)); return L_0; } } // Spine.ExposedList`1 Spine.ExposedList`1::GetRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t2804399831 * ExposedList_1_GetRange_m881487887_gshared (ExposedList_1_t2804399831 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { BooleanU5BU5D_t2897418192* V_0 = NULL; { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; V_0 = (BooleanU5BU5D_t2897418192*)((BooleanU5BU5D_t2897418192*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2)); BooleanU5BU5D_t2897418192* L_3 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_4 = ___index0; BooleanU5BU5D_t2897418192* L_5 = V_0; int32_t L_6 = ___count1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, (int32_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)0, (int32_t)L_6, /*hidden argument*/NULL); BooleanU5BU5D_t2897418192* L_7 = V_0; int32_t L_8 = ___count1; ExposedList_1_t2804399831 * L_9 = (ExposedList_1_t2804399831 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t2804399831 *, BooleanU5BU5D_t2897418192*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)->methodPointer)(L_9, (BooleanU5BU5D_t2897418192*)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)); return L_9; } } // System.Int32 Spine.ExposedList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m533741343_gshared (ExposedList_1_t2804399831 * __this, bool ___item0, const RuntimeMethod* method) { { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); bool L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, bool, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_0, (bool)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_3; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m4009507418_gshared (ExposedList_1_t2804399831 * __this, bool ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); BooleanU5BU5D_t2897418192* L_1 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); bool L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_Count_1(); int32_t L_5 = ___index1; int32_t L_6 = (( int32_t (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, bool, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_1, (bool)L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_6; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m471692076_gshared (ExposedList_1_t2804399831 * __this, bool ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_IndexOf_m471692076_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_IndexOf_m471692076_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_IndexOf_m471692076_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index1; int32_t L_5 = ___count2; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_IndexOf_m471692076_RuntimeMethod_var); } IL_003d: { BooleanU5BU5D_t2897418192* L_8 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); bool L_9 = ___item0; int32_t L_10 = ___index1; int32_t L_11 = ___count2; int32_t L_12 = (( int32_t (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, bool, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_8, (bool)L_9, (int32_t)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_12; } } // System.Void Spine.ExposedList`1::Shift(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Shift_m3640942472_gshared (ExposedList_1_t2804399831 * __this, int32_t ___start0, int32_t ___delta1, const RuntimeMethod* method) { { int32_t L_0 = ___delta1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___start0; int32_t L_2 = ___delta1; ___start0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)); } IL_000c: { int32_t L_3 = ___start0; int32_t L_4 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0035; } } { BooleanU5BU5D_t2897418192* L_5 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_6 = ___start0; BooleanU5BU5D_t2897418192* L_7 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_8 = ___start0; int32_t L_9 = ___delta1; int32_t L_10 = (int32_t)__this->get_Count_1(); int32_t L_11 = ___start0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); } IL_0035: { int32_t L_12 = (int32_t)__this->get_Count_1(); int32_t L_13 = ___delta1; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))); int32_t L_14 = ___delta1; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_005d; } } { BooleanU5BU5D_t2897418192* L_15 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_16 = (int32_t)__this->get_Count_1(); int32_t L_17 = ___delta1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((-L_17)), /*hidden argument*/NULL); } IL_005d: { return; } } // System.Void Spine.ExposedList`1::CheckIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckIndex_m520906255_gshared (ExposedList_1_t2804399831 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckIndex_m520906255_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) > ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckIndex_m520906255_RuntimeMethod_var); } IL_001e: { return; } } // System.Void Spine.ExposedList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Insert_m47950324_gshared (ExposedList_1_t2804399831 * __this, int32_t ___index0, bool ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_1 = (int32_t)__this->get_Count_1(); BooleanU5BU5D_t2897418192* L_2 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0021; } } { NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0021: { int32_t L_3 = ___index0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_3, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); BooleanU5BU5D_t2897418192* L_4 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_5 = ___index0; bool L_6 = ___item1; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (bool)L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::CheckCollection(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckCollection_m1448983010_gshared (ExposedList_1_t2804399831 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckCollection_m1448983010_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___collection0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral3723644332, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckCollection_m1448983010_RuntimeMethod_var); } IL_0011: { return; } } // System.Void Spine.ExposedList`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertRange_m476888705_gshared (ExposedList_1_t2804399831 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { BooleanU5BU5D_t2897418192* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = ___collection1; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t2804399831 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); int32_t L_1 = ___index0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); RuntimeObject* L_2 = ___collection1; if ((!(((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(ExposedList_1_t2804399831 *)__this)))) { goto IL_0055; } } { int32_t L_3 = (int32_t)__this->get_Count_1(); V_0 = (BooleanU5BU5D_t2897418192*)((BooleanU5BU5D_t2897418192*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_3)); BooleanU5BU5D_t2897418192* L_4 = V_0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, BooleanU5BU5D_t2897418192*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)->methodPointer)((ExposedList_1_t2804399831 *)__this, (BooleanU5BU5D_t2897418192*)L_4, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)); int32_t L_5 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_6 = ___index0; BooleanU5BU5D_t2897418192* L_7 = V_0; NullCheck(L_7); NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); BooleanU5BU5D_t2897418192* L_8 = V_0; BooleanU5BU5D_t2897418192* L_9 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_10 = ___index0; BooleanU5BU5D_t2897418192* L_11 = V_0; NullCheck(L_11); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), /*hidden argument*/NULL); goto IL_0077; } IL_0055: { RuntimeObject* L_12 = ___collection1; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_13 = V_1; if (!L_13) { goto IL_006f; } } { int32_t L_14 = ___index0; RuntimeObject* L_15 = V_1; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_14, (RuntimeObject*)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)); goto IL_0077; } IL_006f: { int32_t L_16 = ___index0; RuntimeObject* L_17 = ___collection1; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_16, (RuntimeObject*)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)); } IL_0077: { int32_t L_18 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::InsertCollection(System.Int32,System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertCollection_m379688146_gshared (ExposedList_1_t2804399831 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection1; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_3 = ___index0; int32_t L_4 = V_0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); RuntimeObject* L_5 = ___collection1; BooleanU5BU5D_t2897418192* L_6 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_7 = ___index0; NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< BooleanU5BU5D_t2897418192*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5, (BooleanU5BU5D_t2897418192*)L_6, (int32_t)L_7); return; } } // System.Void Spine.ExposedList`1::InsertEnumeration(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertEnumeration_m3298514559_gshared (ExposedList_1_t2804399831 * __this, int32_t ___index0, RuntimeObject* ___enumerable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_InsertEnumeration_m3298514559_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_0020; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); bool L_3 = InterfaceFuncInvoker0< bool >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (bool)L_3; int32_t L_4 = ___index0; int32_t L_5 = (int32_t)L_4; ___index0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); bool L_6 = V_0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_5, (bool)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)); } IL_0020: { RuntimeObject* L_7 = V_1; NullCheck((RuntimeObject*)L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); if (L_8) { goto IL_000c; } } IL_002b: { IL2CPP_LEAVE(0x3D, FINALLY_0030); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_003c; } } IL_0036: { RuntimeObject* L_10 = V_1; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); } IL_003c: { IL2CPP_END_FINALLY(48) } } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x3D, IL_003d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003d: { return; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m2443977321_gshared (ExposedList_1_t2804399831 * __this, bool ___item0, const RuntimeMethod* method) { { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); bool L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, bool, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_0, (bool)L_1, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_4; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m3984552183_gshared (ExposedList_1_t2804399831 * __this, bool ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); BooleanU5BU5D_t2897418192* L_1 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); bool L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = ___index1; int32_t L_5 = (( int32_t (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, bool, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_1, (bool)L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_5; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m1428898251_gshared (ExposedList_1_t2804399831 * __this, bool ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_LastIndexOf_m1428898251_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___index1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_4, (String_t*)_stringLiteral797640427, (RuntimeObject *)L_3, (String_t*)_stringLiteral1103599130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ExposedList_1_LastIndexOf_m1428898251_RuntimeMethod_var); } IL_001d: { int32_t L_5 = ___count2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_003a; } } { int32_t L_6 = ___count2; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_9, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_8, (String_t*)_stringLiteral3690514408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,ExposedList_1_LastIndexOf_m1428898251_RuntimeMethod_var); } IL_003a: { int32_t L_10 = ___index1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1))) >= ((int32_t)0))) { goto IL_005b; } } { int32_t L_12 = ___count2; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_15, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_14, (String_t*)_stringLiteral2617075568, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ExposedList_1_LastIndexOf_m1428898251_RuntimeMethod_var); } IL_005b: { BooleanU5BU5D_t2897418192* L_16 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); bool L_17 = ___item0; int32_t L_18 = ___index1; int32_t L_19 = ___count2; int32_t L_20 = (( int32_t (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, bool, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_16, (bool)L_17, (int32_t)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_20; } } // System.Boolean Spine.ExposedList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Remove_m1955517894_gshared (ExposedList_1_t2804399831 * __this, bool ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = ___item0; NullCheck((ExposedList_1_t2804399831 *)__this); int32_t L_1 = (( int32_t (*) (ExposedList_1_t2804399831 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)->methodPointer)((ExposedList_1_t2804399831 *)__this, (bool)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0016; } } { int32_t L_3 = V_0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)); } IL_0016: { int32_t L_4 = V_0; return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 Spine.ExposedList`1::RemoveAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_RemoveAll_m2083712616_gshared (ExposedList_1_t2804399831 * __this, Predicate_1_t922582089 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Predicate_1_t922582089 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t922582089 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; V_1 = (int32_t)0; V_0 = (int32_t)0; goto IL_0031; } IL_0011: { Predicate_1_t922582089 * L_1 = ___match0; BooleanU5BU5D_t2897418192* L_2 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; bool L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t922582089 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t922582089 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t922582089 *)L_1, (bool)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_002d; } } { goto IL_003d; } IL_002d: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0031: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0011; } } IL_003d: { int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_004b; } } { return 0; } IL_004b: { int32_t L_12 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_0; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0099; } IL_0062: { Predicate_1_t922582089 * L_14 = ___match0; BooleanU5BU5D_t2897418192* L_15 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; bool L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck((Predicate_1_t922582089 *)L_14); bool L_19 = (( bool (*) (Predicate_1_t922582089 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t922582089 *)L_14, (bool)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_19) { goto IL_0095; } } { BooleanU5BU5D_t2897418192* L_20 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_21 = V_0; int32_t L_22 = (int32_t)L_21; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); BooleanU5BU5D_t2897418192* L_23 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_24 = V_1; NullCheck(L_23); int32_t L_25 = L_24; bool L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_20); (L_20)->SetAt(static_cast(L_22), (bool)L_26); } IL_0095: { int32_t L_27 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0099: { int32_t L_28 = V_1; int32_t L_29 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0062; } } { int32_t L_30 = V_1; int32_t L_31 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))) <= ((int32_t)0))) { goto IL_00bd; } } { BooleanU5BU5D_t2897418192* L_32 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_33 = V_0; int32_t L_34 = V_1; int32_t L_35 = V_0; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_32, (int32_t)L_33, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); } IL_00bd: { int32_t L_36 = V_0; __this->set_Count_1(L_36); int32_t L_37 = V_1; int32_t L_38 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)); } } // System.Void Spine.ExposedList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveAt_m1238664670_gshared (ExposedList_1_t2804399831 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_RemoveAt_m1238664670_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) >= ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_RemoveAt_m1238664670_RuntimeMethod_var); } IL_001e: { int32_t L_4 = ___index0; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_4, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); BooleanU5BU5D_t2897418192* L_5 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)1, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // T Spine.ExposedList`1::Pop() extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Pop_m4165808704_gshared (ExposedList_1_t2804399831 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_Pop_m4165808704_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; { int32_t L_0 = (int32_t)__this->get_Count_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral1428145348, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_Pop_m4165808704_RuntimeMethod_var); } IL_0016: { int32_t L_2 = (int32_t)__this->get_Count_1(); V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); BooleanU5BU5D_t2897418192* L_3 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; bool L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = (bool)L_6; BooleanU5BU5D_t2897418192* L_7 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_8 = V_0; il2cpp_codegen_initobj((&V_2), sizeof(bool)); bool L_9 = V_2; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (bool)L_9); int32_t L_10 = (int32_t)__this->get_Count_1(); __this->set_Count_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); bool L_12 = V_1; return L_12; } } // System.Void Spine.ExposedList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveRange_m3145569649_gshared (ExposedList_1_t2804399831 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0038; } } { int32_t L_3 = ___index0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_3, (int32_t)((-L_4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); BooleanU5BU5D_t2897418192* L_5 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); int32_t L_7 = ___count1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL); int32_t L_8 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); } IL_0038: { return; } } // System.Void Spine.ExposedList`1::Reverse() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m4243103900_gshared (ExposedList_1_t2804399831 * __this, const RuntimeMethod* method) { { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/NULL); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Reverse(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m1190288026_gshared (ExposedList_1_t2804399831 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); BooleanU5BU5D_t2897418192* L_2 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m2325544974_gshared (ExposedList_1_t2804399831 * __this, const RuntimeMethod* method) { { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 38)); Comparer_1_t1597042847 * L_2 = (( Comparer_1_t1597042847 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)); (( void (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m606883655_gshared (ExposedList_1_t2804399831 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); RuntimeObject* L_2 = ___comparer0; (( void (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m1487724691_gshared (ExposedList_1_t2804399831 * __this, Comparison_1_t4167186440 * ___comparison0, const RuntimeMethod* method) { { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); Comparison_1_t4167186440 * L_1 = ___comparison0; (( void (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, Comparison_1_t4167186440 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_0, (Comparison_1_t4167186440 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m3795101629_gshared (ExposedList_1_t2804399831 * __this, int32_t ___index0, int32_t ___count1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); BooleanU5BU5D_t2897418192* L_2 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; RuntimeObject* L_5 = ___comparer2; (( void (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192*)L_2, (int32_t)L_3, (int32_t)L_4, (RuntimeObject*)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_6 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); return; } } // T[] Spine.ExposedList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR BooleanU5BU5D_t2897418192* ExposedList_1_ToArray_m1783312492_gshared (ExposedList_1_t2804399831 * __this, const RuntimeMethod* method) { BooleanU5BU5D_t2897418192* V_0 = NULL; { int32_t L_0 = (int32_t)__this->get_Count_1(); V_0 = (BooleanU5BU5D_t2897418192*)((BooleanU5BU5D_t2897418192*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_0)); BooleanU5BU5D_t2897418192* L_1 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); BooleanU5BU5D_t2897418192* L_2 = V_0; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, /*hidden argument*/NULL); BooleanU5BU5D_t2897418192* L_4 = V_0; return L_4; } } // System.Void Spine.ExposedList`1::TrimExcess() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_TrimExcess_m2822929401_gshared (ExposedList_1_t2804399831 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t2804399831 *)__this); (( void (*) (ExposedList_1_t2804399831 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t2804399831 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); return; } } // System.Boolean Spine.ExposedList`1::TrueForAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_TrueForAll_m456215892_gshared (ExposedList_1_t2804399831 * __this, Predicate_1_t922582089 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t922582089 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t922582089 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t922582089 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; goto IL_002a; } IL_000d: { Predicate_1_t922582089 * L_1 = ___match0; BooleanU5BU5D_t2897418192* L_2 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; bool L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t922582089 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t922582089 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t922582089 *)L_1, (bool)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_6) { goto IL_0026; } } { return (bool)0; } IL_0026: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002a: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000d; } } { return (bool)1; } } // System.Int32 Spine.ExposedList`1::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_get_Capacity_m489317513_gshared (ExposedList_1_t2804399831 * __this, const RuntimeMethod* method) { { BooleanU5BU5D_t2897418192* L_0 = (BooleanU5BU5D_t2897418192*)__this->get_Items_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Void Spine.ExposedList`1::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_set_Capacity_m1862119290_gshared (ExposedList_1_t2804399831 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_set_Capacity_m1862119290_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_0) < ((uint32_t)L_1)))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ExposedList_1_set_Capacity_m1862119290_RuntimeMethod_var); } IL_0012: { BooleanU5BU5D_t2897418192** L_3 = (BooleanU5BU5D_t2897418192**)__this->get_address_of_Items_0(); int32_t L_4 = ___value0; (( void (*) (RuntimeObject * /* static, unused */, BooleanU5BU5D_t2897418192**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (BooleanU5BU5D_t2897418192**)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); return; } } // System.Collections.Generic.IEnumerator`1 Spine.ExposedList`1::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m1042849365_gshared (ExposedList_1_t2804399831 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t2804399831 *)__this); Enumerator_t2133240986 L_0 = (( Enumerator_t2133240986 (*) (ExposedList_1_t2804399831 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t2804399831 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t2133240986 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator Spine.ExposedList`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_IEnumerable_GetEnumerator_m376767765_gshared (ExposedList_1_t2804399831 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t2804399831 *)__this); Enumerator_t2133240986 L_0 = (( Enumerator_t2133240986 (*) (ExposedList_1_t2804399831 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t2804399831 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t2133240986 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Void Spine.ExposedList`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__cctor_m1440199964_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { ((ExposedList_1_t2804399831_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set_EmptyArray_3(((BooleanU5BU5D_t2897418192*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4), (uint32_t)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 Spine.ExposedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3946806410_gshared (ExposedList_1_t1363090323 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); Int32U5BU5D_t385246372* L_0 = ((ExposedList_1_t1363090323_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_0); return; } } // System.Void Spine.ExposedList`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m1774256345_gshared (ExposedList_1_t1363090323 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t1363090323 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); Int32U5BU5D_t385246372* L_3 = ((ExposedList_1_t1363090323_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_3); RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t1363090323 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); goto IL_0049; } IL_0031: { RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5); __this->set_Items_0(((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_6))); RuntimeObject* L_7 = V_0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t1363090323 *)__this, (RuntimeObject*)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); } IL_0049: { return; } } // System.Void Spine.ExposedList`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m4079222511_gshared (ExposedList_1_t1363090323 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1__ctor_m4079222511_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral3623012086, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1__ctor_m4079222511_RuntimeMethod_var); } IL_0018: { int32_t L_2 = ___capacity0; __this->set_Items_0(((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2))); return; } } // System.Void Spine.ExposedList`1::.ctor(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3988435799_gshared (ExposedList_1_t1363090323 * __this, Int32U5BU5D_t385246372* ___data0, int32_t ___size1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_0 = ___data0; __this->set_Items_0(L_0); int32_t L_1 = ___size1; __this->set_Count_1(L_1); return; } } // System.Void Spine.ExposedList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Add_m2905482489_gshared (ExposedList_1_t1363090323 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); Int32U5BU5D_t385246372* L_1 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_001a; } } { NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001a: { Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (int32_t)L_3; V_0 = (int32_t)L_4; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; int32_t L_6 = ___item0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (int32_t)L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::GrowIfNeeded(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_GrowIfNeeded_m194110389_gshared (ExposedList_1_t1363090323 * __this, int32_t ___addedCount0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); int32_t L_1 = ___addedCount0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = V_0; Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); NullCheck(L_3); if ((((int32_t)L_2) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_0031; } } { NullCheck((ExposedList_1_t1363090323 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t1363090323 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((ExposedList_1_t1363090323 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); int32_t L_5 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)), (int32_t)4, /*hidden argument*/NULL); int32_t L_6 = V_0; int32_t L_7 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_0031: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1363090323 * ExposedList_1_Resize_m3268840586_gshared (ExposedList_1_t1363090323 * __this, int32_t ___newSize0, const RuntimeMethod* method) { int32_t V_0 = 0; Int32U5BU5D_t385246372* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); NullCheck(L_0); V_0 = (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); Int32U5BU5D_t385246372* L_1 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); V_1 = (Int32U5BU5D_t385246372*)L_1; int32_t L_2 = ___newSize0; int32_t L_3 = V_0; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0028; } } { Int32U5BU5D_t385246372** L_4 = (Int32U5BU5D_t385246372**)__this->get_address_of_Items_0(); int32_t L_5 = ___newSize0; (( void (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372**)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); goto IL_0051; } IL_0028: { int32_t L_6 = ___newSize0; int32_t L_7 = V_0; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0051; } } { int32_t L_8 = ___newSize0; V_2 = (int32_t)L_8; goto IL_004a; } IL_0036: { Int32U5BU5D_t385246372* L_9 = V_1; int32_t L_10 = V_2; il2cpp_codegen_initobj((&V_3), sizeof(int32_t)); int32_t L_11 = V_3; NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (int32_t)L_11); int32_t L_12 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004a: { int32_t L_13 = V_2; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0036; } } IL_0051: { int32_t L_15 = ___newSize0; __this->set_Count_1(L_15); return __this; } } // System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_EnsureCapacity_m397734561_gshared (ExposedList_1_t1363090323 * __this, int32_t ___min0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B4_0 = 0; { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); NullCheck(L_0); int32_t L_1 = ___min0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) >= ((int32_t)L_1))) { goto IL_003c; } } { Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0021; } } { G_B4_0 = 4; goto IL_002b; } IL_0021: { Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); NullCheck(L_3); G_B4_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)); } IL_002b: { V_0 = (int32_t)G_B4_0; int32_t L_4 = V_0; int32_t L_5 = ___min0; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0035; } } { int32_t L_6 = ___min0; V_0 = (int32_t)L_6; } IL_0035: { int32_t L_7 = V_0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_003c: { return; } } // System.Void Spine.ExposedList`1::CheckRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckRange_m358035110_gshared (ExposedList_1_t1363090323 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckRange_m358035110_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckRange_m358035110_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckRange_m358035110_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index0; int32_t L_5 = ___count1; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_CheckRange_m358035110_RuntimeMethod_var); } IL_003d: { return; } } // System.Void Spine.ExposedList`1::AddCollection(System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddCollection_m1414572323_gshared (ExposedList_1_t1363090323 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection0; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if (L_2) { goto IL_000e; } } { return; } IL_000e: { int32_t L_3 = V_0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); RuntimeObject* L_4 = ___collection0; Int32U5BU5D_t385246372* L_5 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< Int32U5BU5D_t385246372*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (Int32U5BU5D_t385246372*)L_5, (int32_t)L_6); int32_t L_7 = (int32_t)__this->get_Count_1(); int32_t L_8 = V_0; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); return; } } // System.Void Spine.ExposedList`1::AddEnumerable(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddEnumerable_m2510457544_gshared (ExposedList_1_t1363090323 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_AddEnumerable_m2510457544_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_001a; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (int32_t)L_3; int32_t L_4 = V_0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_001a: { RuntimeObject* L_5 = V_1; NullCheck((RuntimeObject*)L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); if (L_6) { goto IL_000c; } } IL_0025: { IL2CPP_LEAVE(0x37, 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) { RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0036; } } IL_0030: { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); } IL_0036: { IL2CPP_END_FINALLY(42) } } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { return; } } // System.Void Spine.ExposedList`1::AddRange(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddRange_m1643877009_gshared (ExposedList_1_t1363090323 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t1363090323 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0020; } } { RuntimeObject* L_3 = V_0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t1363090323 *)__this, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); goto IL_0027; } IL_0020: { RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t1363090323 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0027: { int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m4090346396_gshared (ExposedList_1_t1363090323 * __this, int32_t ___item0, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); int32_t L_2 = ___item0; int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_0, (int32_t)0, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_3; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m954034369_gshared (ExposedList_1_t1363090323 * __this, int32_t ___item0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); int32_t L_2 = ___item0; RuntimeObject* L_3 = ___comparer1; int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_0, (int32_t)0, (int32_t)L_1, (int32_t)L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_4; } } // System.Int32 Spine.ExposedList`1::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m1101644116_gshared (ExposedList_1_t1363090323 * __this, int32_t ___index0, int32_t ___count1, int32_t ___item2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; int32_t L_5 = ___item2; RuntimeObject* L_6 = ___comparer3; int32_t L_7 = (( int32_t (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_2, (int32_t)L_3, (int32_t)L_4, (int32_t)L_5, (RuntimeObject*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_7; } } // System.Void Spine.ExposedList`1::Clear(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Clear_m4098542002_gshared (ExposedList_1_t1363090323 * __this, bool ___clearArray0, const RuntimeMethod* method) { { bool L_0 = ___clearArray0; if (!L_0) { goto IL_001a; } } { Int32U5BU5D_t385246372* L_1 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); NullCheck(L_2); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); } IL_001a: { __this->set_Count_1(0); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Boolean Spine.ExposedList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Contains_m3398347571_gshared (ExposedList_1_t1363090323 * __this, int32_t ___item0, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_0, (int32_t)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void Spine.ExposedList`1::CopyTo(T[]) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m1188085842_gshared (ExposedList_1_t1363090323 * __this, Int32U5BU5D_t385246372* ___array0, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); Int32U5BU5D_t385246372* L_1 = ___array0; int32_t L_2 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m204984194_gshared (ExposedList_1_t1363090323 * __this, Int32U5BU5D_t385246372* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); Int32U5BU5D_t385246372* L_1 = ___array0; int32_t L_2 = ___arrayIndex1; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(System.Int32,T[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m4212104313_gshared (ExposedList_1_t1363090323 * __this, int32_t ___index0, Int32U5BU5D_t385246372* ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count3; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_3 = ___index0; Int32U5BU5D_t385246372* L_4 = ___array1; int32_t L_5 = ___arrayIndex2; int32_t L_6 = ___count3; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (RuntimeArray *)(RuntimeArray *)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); return; } } // System.Boolean Spine.ExposedList`1::Exists(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Exists_m1605002847_gshared (ExposedList_1_t1363090323 * __this, Predicate_1_t3776239877 * ___match0, const RuntimeMethod* method) { { Predicate_1_t3776239877 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3776239877 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3776239877 * L_2 = ___match0; NullCheck((ExposedList_1_t1363090323 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3776239877 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // T Spine.ExposedList`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_Find_m1617912511_gshared (ExposedList_1_t1363090323 * __this, Predicate_1_t3776239877 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; { Predicate_1_t3776239877 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3776239877 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3776239877 * L_2 = ___match0; NullCheck((ExposedList_1_t1363090323 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3776239877 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_002d; } } { Int32U5BU5D_t385246372* L_5 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); G_B3_0 = L_8; goto IL_0036; } IL_002d: { il2cpp_codegen_initobj((&V_1), sizeof(int32_t)); int32_t L_9 = V_1; G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Void Spine.ExposedList`1::CheckMatch(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckMatch_m2310200062_gshared (RuntimeObject * __this /* static, unused */, Predicate_1_t3776239877 * ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckMatch_m2310200062_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Predicate_1_t3776239877 * L_0 = ___match0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral461028519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckMatch_m2310200062_RuntimeMethod_var); } IL_0011: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1363090323 * ExposedList_1_FindAll_m181684437_gshared (ExposedList_1_t1363090323 * __this, Predicate_1_t3776239877 * ___match0, const RuntimeMethod* method) { { Predicate_1_t3776239877 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3776239877 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); Predicate_1_t3776239877 * L_1 = ___match0; NullCheck((ExposedList_1_t1363090323 *)__this); ExposedList_1_t1363090323 * L_2 = (( ExposedList_1_t1363090323 * (*) (ExposedList_1_t1363090323 *, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)->methodPointer)((ExposedList_1_t1363090323 *)__this, (Predicate_1_t3776239877 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)); return L_2; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAllList(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1363090323 * ExposedList_1_FindAllList_m2221120222_gshared (ExposedList_1_t1363090323 * __this, Predicate_1_t3776239877 * ___match0, const RuntimeMethod* method) { ExposedList_1_t1363090323 * V_0 = NULL; int32_t V_1 = 0; { ExposedList_1_t1363090323 * L_0 = (ExposedList_1_t1363090323 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t1363090323 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)); V_0 = (ExposedList_1_t1363090323 *)L_0; V_1 = (int32_t)0; goto IL_003a; } IL_000d: { Predicate_1_t3776239877 * L_1 = ___match0; Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t3776239877 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t3776239877 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3776239877 *)L_1, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_0036; } } { ExposedList_1_t1363090323 * L_7 = V_0; Int32U5BU5D_t385246372* L_8 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((ExposedList_1_t1363090323 *)L_7); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t1363090323 *)L_7, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_0036: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003a: { int32_t L_13 = V_1; int32_t L_14 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { ExposedList_1_t1363090323 * L_15 = V_0; return L_15; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m1313404258_gshared (ExposedList_1_t1363090323 * __this, Predicate_1_t3776239877 * ___match0, const RuntimeMethod* method) { { Predicate_1_t3776239877 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3776239877 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3776239877 * L_2 = ___match0; NullCheck((ExposedList_1_t1363090323 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3776239877 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m23384621_gshared (ExposedList_1_t1363090323 * __this, int32_t ___startIndex0, Predicate_1_t3776239877 * ___match1, const RuntimeMethod* method) { { Predicate_1_t3776239877 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3776239877 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = ___startIndex0; Predicate_1_t3776239877 * L_5 = ___match1; NullCheck((ExposedList_1_t1363090323 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), (Predicate_1_t3776239877 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m453000488_gshared (ExposedList_1_t1363090323 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t3776239877 * ___match2, const RuntimeMethod* method) { { Predicate_1_t3776239877 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3776239877 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_3 = ___startIndex0; int32_t L_4 = ___count1; Predicate_1_t3776239877 * L_5 = ___match2; NullCheck((ExposedList_1_t1363090323 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_3, (int32_t)L_4, (Predicate_1_t3776239877 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::GetIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetIndex_m3295990386_gshared (ExposedList_1_t1363090323 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t3776239877 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___startIndex0; V_1 = (int32_t)L_2; goto IL_0028; } IL_000b: { Predicate_1_t3776239877 * L_3 = ___match2; Int32U5BU5D_t385246372* L_4 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t3776239877 *)L_3); bool L_8 = (( bool (*) (Predicate_1_t3776239877 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3776239877 *)L_3, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0024; } } { int32_t L_9 = V_1; return L_9; } IL_0024: { int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0028: { int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000b; } } { return (-1); } } // T Spine.ExposedList`1::FindLast(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLast_m193229873_gshared (ExposedList_1_t1363090323 * __this, Predicate_1_t3776239877 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; { Predicate_1_t3776239877 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3776239877 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3776239877 * L_2 = ___match0; NullCheck((ExposedList_1_t1363090323 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3776239877 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_002a; } } { il2cpp_codegen_initobj((&V_1), sizeof(int32_t)); int32_t L_5 = V_1; G_B3_0 = L_5; goto IL_0036; } IL_002a: { Int32U5BU5D_t385246372* L_6 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (L_6)->GetAt(static_cast(L_8)); G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m2174058662_gshared (ExposedList_1_t1363090323 * __this, Predicate_1_t3776239877 * ___match0, const RuntimeMethod* method) { { Predicate_1_t3776239877 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3776239877 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3776239877 * L_2 = ___match0; NullCheck((ExposedList_1_t1363090323 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3776239877 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m4205160088_gshared (ExposedList_1_t1363090323 * __this, int32_t ___startIndex0, Predicate_1_t3776239877 * ___match1, const RuntimeMethod* method) { { Predicate_1_t3776239877 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3776239877 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; Predicate_1_t3776239877 * L_3 = ___match1; NullCheck((ExposedList_1_t1363090323 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), (Predicate_1_t3776239877 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_4; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m3763034125_gshared (ExposedList_1_t1363090323 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t3776239877 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t3776239877 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3776239877 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), (int32_t)1)); int32_t L_3 = V_0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_5 = V_0; int32_t L_6 = ___count1; Predicate_1_t3776239877 * L_7 = ___match2; NullCheck((ExposedList_1_t1363090323 *)__this); int32_t L_8 = (( int32_t (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_5, (int32_t)L_6, (Predicate_1_t3776239877 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_8; } } // System.Int32 Spine.ExposedList`1::GetLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetLastIndex_m938615796_gshared (ExposedList_1_t1363090323 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t3776239877 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); goto IL_0026; } IL_0009: { Predicate_1_t3776239877 * L_2 = ___match2; Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_4 = V_0; int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; NullCheck(L_3); int32_t L_6 = L_5; int32_t L_7 = (L_3)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t3776239877 *)L_2); bool L_8 = (( bool (*) (Predicate_1_t3776239877 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3776239877 *)L_2, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0026; } } { int32_t L_9 = V_0; return L_9; } IL_0026: { int32_t L_10 = V_0; int32_t L_11 = ___startIndex0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0009; } } { return (-1); } } // System.Void Spine.ExposedList`1::ForEach(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_ForEach_m738327156_gshared (ExposedList_1_t1363090323 * __this, Action_1_t3123413348 * ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_ForEach_m738327156_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Action_1_t3123413348 * L_0 = ___action0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral2365897554, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_ForEach_m738327156_RuntimeMethod_var); } IL_0011: { V_0 = (int32_t)0; goto IL_002e; } IL_0018: { Action_1_t3123413348 * L_2 = ___action0; Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((Action_1_t3123413348 *)L_2); (( void (*) (Action_1_t3123413348 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)->methodPointer)((Action_1_t3123413348 *)L_2, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)); int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0018; } } { return; } } // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t691931478 ExposedList_1_GetEnumerator_m3552780446_gshared (ExposedList_1_t1363090323 * __this, const RuntimeMethod* method) { { Enumerator_t691931478 L_0; memset(&L_0, 0, sizeof(L_0)); Enumerator__ctor_m1246144935((&L_0), (ExposedList_1_t1363090323 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 27)); return L_0; } } // Spine.ExposedList`1 Spine.ExposedList`1::GetRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1363090323 * ExposedList_1_GetRange_m2890470042_gshared (ExposedList_1_t1363090323 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { Int32U5BU5D_t385246372* V_0 = NULL; { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; V_0 = (Int32U5BU5D_t385246372*)((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2)); Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_4 = ___index0; Int32U5BU5D_t385246372* L_5 = V_0; int32_t L_6 = ___count1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, (int32_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)0, (int32_t)L_6, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_7 = V_0; int32_t L_8 = ___count1; ExposedList_1_t1363090323 * L_9 = (ExposedList_1_t1363090323 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t1363090323 *, Int32U5BU5D_t385246372*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)->methodPointer)(L_9, (Int32U5BU5D_t385246372*)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)); return L_9; } } // System.Int32 Spine.ExposedList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m676382770_gshared (ExposedList_1_t1363090323 * __this, int32_t ___item0, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_0, (int32_t)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_3; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m484792803_gshared (ExposedList_1_t1363090323 * __this, int32_t ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); Int32U5BU5D_t385246372* L_1 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_Count_1(); int32_t L_5 = ___index1; int32_t L_6 = (( int32_t (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_1, (int32_t)L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_6; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m1621320106_gshared (ExposedList_1_t1363090323 * __this, int32_t ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_IndexOf_m1621320106_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_IndexOf_m1621320106_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_IndexOf_m1621320106_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index1; int32_t L_5 = ___count2; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_IndexOf_m1621320106_RuntimeMethod_var); } IL_003d: { Int32U5BU5D_t385246372* L_8 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_9 = ___item0; int32_t L_10 = ___index1; int32_t L_11 = ___count2; int32_t L_12 = (( int32_t (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_8, (int32_t)L_9, (int32_t)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_12; } } // System.Void Spine.ExposedList`1::Shift(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Shift_m801319802_gshared (ExposedList_1_t1363090323 * __this, int32_t ___start0, int32_t ___delta1, const RuntimeMethod* method) { { int32_t L_0 = ___delta1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___start0; int32_t L_2 = ___delta1; ___start0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)); } IL_000c: { int32_t L_3 = ___start0; int32_t L_4 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0035; } } { Int32U5BU5D_t385246372* L_5 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_6 = ___start0; Int32U5BU5D_t385246372* L_7 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_8 = ___start0; int32_t L_9 = ___delta1; int32_t L_10 = (int32_t)__this->get_Count_1(); int32_t L_11 = ___start0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); } IL_0035: { int32_t L_12 = (int32_t)__this->get_Count_1(); int32_t L_13 = ___delta1; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))); int32_t L_14 = ___delta1; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_005d; } } { Int32U5BU5D_t385246372* L_15 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_16 = (int32_t)__this->get_Count_1(); int32_t L_17 = ___delta1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((-L_17)), /*hidden argument*/NULL); } IL_005d: { return; } } // System.Void Spine.ExposedList`1::CheckIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckIndex_m4021216555_gshared (ExposedList_1_t1363090323 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckIndex_m4021216555_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) > ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckIndex_m4021216555_RuntimeMethod_var); } IL_001e: { return; } } // System.Void Spine.ExposedList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Insert_m4041327881_gshared (ExposedList_1_t1363090323 * __this, int32_t ___index0, int32_t ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_1 = (int32_t)__this->get_Count_1(); Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0021; } } { NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0021: { int32_t L_3 = ___index0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_3, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Int32U5BU5D_t385246372* L_4 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_5 = ___index0; int32_t L_6 = ___item1; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (int32_t)L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::CheckCollection(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckCollection_m337276846_gshared (ExposedList_1_t1363090323 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckCollection_m337276846_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___collection0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral3723644332, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckCollection_m337276846_RuntimeMethod_var); } IL_0011: { return; } } // System.Void Spine.ExposedList`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertRange_m3347121085_gshared (ExposedList_1_t1363090323 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { Int32U5BU5D_t385246372* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = ___collection1; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t1363090323 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); int32_t L_1 = ___index0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); RuntimeObject* L_2 = ___collection1; if ((!(((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(ExposedList_1_t1363090323 *)__this)))) { goto IL_0055; } } { int32_t L_3 = (int32_t)__this->get_Count_1(); V_0 = (Int32U5BU5D_t385246372*)((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_3)); Int32U5BU5D_t385246372* L_4 = V_0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, Int32U5BU5D_t385246372*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)->methodPointer)((ExposedList_1_t1363090323 *)__this, (Int32U5BU5D_t385246372*)L_4, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)); int32_t L_5 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_6 = ___index0; Int32U5BU5D_t385246372* L_7 = V_0; NullCheck(L_7); NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Int32U5BU5D_t385246372* L_8 = V_0; Int32U5BU5D_t385246372* L_9 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_10 = ___index0; Int32U5BU5D_t385246372* L_11 = V_0; NullCheck(L_11); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), /*hidden argument*/NULL); goto IL_0077; } IL_0055: { RuntimeObject* L_12 = ___collection1; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_13 = V_1; if (!L_13) { goto IL_006f; } } { int32_t L_14 = ___index0; RuntimeObject* L_15 = V_1; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_14, (RuntimeObject*)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)); goto IL_0077; } IL_006f: { int32_t L_16 = ___index0; RuntimeObject* L_17 = ___collection1; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_16, (RuntimeObject*)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)); } IL_0077: { int32_t L_18 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::InsertCollection(System.Int32,System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertCollection_m3737563510_gshared (ExposedList_1_t1363090323 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection1; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_3 = ___index0; int32_t L_4 = V_0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); RuntimeObject* L_5 = ___collection1; Int32U5BU5D_t385246372* L_6 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_7 = ___index0; NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< Int32U5BU5D_t385246372*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5, (Int32U5BU5D_t385246372*)L_6, (int32_t)L_7); return; } } // System.Void Spine.ExposedList`1::InsertEnumeration(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertEnumeration_m2779056443_gshared (ExposedList_1_t1363090323 * __this, int32_t ___index0, RuntimeObject* ___enumerable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_InsertEnumeration_m2779056443_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_0020; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (int32_t)L_3; int32_t L_4 = ___index0; int32_t L_5 = (int32_t)L_4; ___index0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)); } IL_0020: { RuntimeObject* L_7 = V_1; NullCheck((RuntimeObject*)L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); if (L_8) { goto IL_000c; } } IL_002b: { IL2CPP_LEAVE(0x3D, FINALLY_0030); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_003c; } } IL_0036: { RuntimeObject* L_10 = V_1; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); } IL_003c: { IL2CPP_END_FINALLY(48) } } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x3D, IL_003d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003d: { return; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m2041620978_gshared (ExposedList_1_t1363090323 * __this, int32_t ___item0, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_0, (int32_t)L_1, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_4; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m46224355_gshared (ExposedList_1_t1363090323 * __this, int32_t ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); Int32U5BU5D_t385246372* L_1 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = ___index1; int32_t L_5 = (( int32_t (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_1, (int32_t)L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_5; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m4153545838_gshared (ExposedList_1_t1363090323 * __this, int32_t ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_LastIndexOf_m4153545838_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___index1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_4, (String_t*)_stringLiteral797640427, (RuntimeObject *)L_3, (String_t*)_stringLiteral1103599130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ExposedList_1_LastIndexOf_m4153545838_RuntimeMethod_var); } IL_001d: { int32_t L_5 = ___count2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_003a; } } { int32_t L_6 = ___count2; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_9, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_8, (String_t*)_stringLiteral3690514408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,ExposedList_1_LastIndexOf_m4153545838_RuntimeMethod_var); } IL_003a: { int32_t L_10 = ___index1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1))) >= ((int32_t)0))) { goto IL_005b; } } { int32_t L_12 = ___count2; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_15, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_14, (String_t*)_stringLiteral2617075568, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ExposedList_1_LastIndexOf_m4153545838_RuntimeMethod_var); } IL_005b: { Int32U5BU5D_t385246372* L_16 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_17 = ___item0; int32_t L_18 = ___index1; int32_t L_19 = ___count2; int32_t L_20 = (( int32_t (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_16, (int32_t)L_17, (int32_t)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_20; } } // System.Boolean Spine.ExposedList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Remove_m684446527_gshared (ExposedList_1_t1363090323 * __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___item0; NullCheck((ExposedList_1_t1363090323 *)__this); int32_t L_1 = (( int32_t (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0016; } } { int32_t L_3 = V_0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)); } IL_0016: { int32_t L_4 = V_0; return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 Spine.ExposedList`1::RemoveAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_RemoveAll_m2954712852_gshared (ExposedList_1_t1363090323 * __this, Predicate_1_t3776239877 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Predicate_1_t3776239877 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3776239877 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; V_1 = (int32_t)0; V_0 = (int32_t)0; goto IL_0031; } IL_0011: { Predicate_1_t3776239877 * L_1 = ___match0; Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t3776239877 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t3776239877 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3776239877 *)L_1, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_002d; } } { goto IL_003d; } IL_002d: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0031: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0011; } } IL_003d: { int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_004b; } } { return 0; } IL_004b: { int32_t L_12 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_0; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0099; } IL_0062: { Predicate_1_t3776239877 * L_14 = ___match0; Int32U5BU5D_t385246372* L_15 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck((Predicate_1_t3776239877 *)L_14); bool L_19 = (( bool (*) (Predicate_1_t3776239877 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3776239877 *)L_14, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_19) { goto IL_0095; } } { Int32U5BU5D_t385246372* L_20 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_21 = V_0; int32_t L_22 = (int32_t)L_21; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); Int32U5BU5D_t385246372* L_23 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_24 = V_1; NullCheck(L_23); int32_t L_25 = L_24; int32_t L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_20); (L_20)->SetAt(static_cast(L_22), (int32_t)L_26); } IL_0095: { int32_t L_27 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0099: { int32_t L_28 = V_1; int32_t L_29 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0062; } } { int32_t L_30 = V_1; int32_t L_31 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))) <= ((int32_t)0))) { goto IL_00bd; } } { Int32U5BU5D_t385246372* L_32 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_33 = V_0; int32_t L_34 = V_1; int32_t L_35 = V_0; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_32, (int32_t)L_33, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); } IL_00bd: { int32_t L_36 = V_0; __this->set_Count_1(L_36); int32_t L_37 = V_1; int32_t L_38 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)); } } // System.Void Spine.ExposedList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveAt_m3845229811_gshared (ExposedList_1_t1363090323 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_RemoveAt_m3845229811_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) >= ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_RemoveAt_m3845229811_RuntimeMethod_var); } IL_001e: { int32_t L_4 = ___index0; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_4, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Int32U5BU5D_t385246372* L_5 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)1, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // T Spine.ExposedList`1::Pop() extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_Pop_m3500744441_gshared (ExposedList_1_t1363090323 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_Pop_m3500744441_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral1428145348, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_Pop_m3500744441_RuntimeMethod_var); } IL_0016: { int32_t L_2 = (int32_t)__this->get_Count_1(); V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); Int32U5BU5D_t385246372* L_3 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = (int32_t)L_6; Int32U5BU5D_t385246372* L_7 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_8 = V_0; il2cpp_codegen_initobj((&V_2), sizeof(int32_t)); int32_t L_9 = V_2; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (int32_t)L_9); int32_t L_10 = (int32_t)__this->get_Count_1(); __this->set_Count_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = V_1; return L_12; } } // System.Void Spine.ExposedList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveRange_m3192112289_gshared (ExposedList_1_t1363090323 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0038; } } { int32_t L_3 = ___index0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_3, (int32_t)((-L_4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Int32U5BU5D_t385246372* L_5 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); int32_t L_7 = ___count1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL); int32_t L_8 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); } IL_0038: { return; } } // System.Void Spine.ExposedList`1::Reverse() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m2601560458_gshared (ExposedList_1_t1363090323 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/NULL); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Reverse(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m1935391648_gshared (ExposedList_1_t1363090323 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m2331080726_gshared (ExposedList_1_t1363090323 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 38)); Comparer_1_t155733339 * L_2 = (( Comparer_1_t155733339 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)); (( void (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m78835072_gshared (ExposedList_1_t1363090323 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); RuntimeObject* L_2 = ___comparer0; (( void (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m504270759_gshared (ExposedList_1_t1363090323 * __this, Comparison_1_t2725876932 * ___comparison0, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); Comparison_1_t2725876932 * L_1 = ___comparison0; (( void (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, Comparison_1_t2725876932 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_0, (Comparison_1_t2725876932 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m1309924606_gshared (ExposedList_1_t1363090323 * __this, int32_t ___index0, int32_t ___count1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; RuntimeObject* L_5 = ___comparer2; (( void (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372*)L_2, (int32_t)L_3, (int32_t)L_4, (RuntimeObject*)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_6 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); return; } } // T[] Spine.ExposedList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* ExposedList_1_ToArray_m1455590142_gshared (ExposedList_1_t1363090323 * __this, const RuntimeMethod* method) { Int32U5BU5D_t385246372* V_0 = NULL; { int32_t L_0 = (int32_t)__this->get_Count_1(); V_0 = (Int32U5BU5D_t385246372*)((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_0)); Int32U5BU5D_t385246372* L_1 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); Int32U5BU5D_t385246372* L_2 = V_0; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_4 = V_0; return L_4; } } // System.Void Spine.ExposedList`1::TrimExcess() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_TrimExcess_m2032645834_gshared (ExposedList_1_t1363090323 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t1363090323 *)__this); (( void (*) (ExposedList_1_t1363090323 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t1363090323 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); return; } } // System.Boolean Spine.ExposedList`1::TrueForAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_TrueForAll_m3769081544_gshared (ExposedList_1_t1363090323 * __this, Predicate_1_t3776239877 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t3776239877 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3776239877 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3776239877 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; goto IL_002a; } IL_000d: { Predicate_1_t3776239877 * L_1 = ___match0; Int32U5BU5D_t385246372* L_2 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t3776239877 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t3776239877 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3776239877 *)L_1, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_6) { goto IL_0026; } } { return (bool)0; } IL_0026: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002a: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000d; } } { return (bool)1; } } // System.Int32 Spine.ExposedList`1::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_get_Capacity_m1714299394_gshared (ExposedList_1_t1363090323 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = (Int32U5BU5D_t385246372*)__this->get_Items_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Void Spine.ExposedList`1::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_set_Capacity_m4139010326_gshared (ExposedList_1_t1363090323 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_set_Capacity_m4139010326_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_0) < ((uint32_t)L_1)))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ExposedList_1_set_Capacity_m4139010326_RuntimeMethod_var); } IL_0012: { Int32U5BU5D_t385246372** L_3 = (Int32U5BU5D_t385246372**)__this->get_address_of_Items_0(); int32_t L_4 = ___value0; (( void (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (Int32U5BU5D_t385246372**)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); return; } } // System.Collections.Generic.IEnumerator`1 Spine.ExposedList`1::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m1455532404_gshared (ExposedList_1_t1363090323 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t1363090323 *)__this); Enumerator_t691931478 L_0 = (( Enumerator_t691931478 (*) (ExposedList_1_t1363090323 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t1363090323 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t691931478 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator Spine.ExposedList`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_IEnumerable_GetEnumerator_m1704581548_gshared (ExposedList_1_t1363090323 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t1363090323 *)__this); Enumerator_t691931478 L_0 = (( Enumerator_t691931478 (*) (ExposedList_1_t1363090323 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t1363090323 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t691931478 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Void Spine.ExposedList`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__cctor_m4075803585_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { ((ExposedList_1_t1363090323_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set_EmptyArray_3(((Int32U5BU5D_t385246372*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4), (uint32_t)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 Spine.ExposedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3538157384_gshared (ExposedList_1_t1492250734 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); ObjectU5BU5D_t2843939325* L_0 = ((ExposedList_1_t1492250734_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_0); return; } } // System.Void Spine.ExposedList`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m2177866021_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t1492250734 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); ObjectU5BU5D_t2843939325* L_3 = ((ExposedList_1_t1492250734_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_3); RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t1492250734 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); goto IL_0049; } IL_0031: { RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5); __this->set_Items_0(((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_6))); RuntimeObject* L_7 = V_0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t1492250734 *)__this, (RuntimeObject*)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); } IL_0049: { return; } } // System.Void Spine.ExposedList`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3746667435_gshared (ExposedList_1_t1492250734 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1__ctor_m3746667435_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral3623012086, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1__ctor_m3746667435_RuntimeMethod_var); } IL_0018: { int32_t L_2 = ___capacity0; __this->set_Items_0(((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2))); return; } } // System.Void Spine.ExposedList`1::.ctor(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3840548966_gshared (ExposedList_1_t1492250734 * __this, ObjectU5BU5D_t2843939325* ___data0, int32_t ___size1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_0 = ___data0; __this->set_Items_0(L_0); int32_t L_1 = ___size1; __this->set_Count_1(L_1); return; } } // System.Void Spine.ExposedList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Add_m1226067921_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_001a; } } { NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001a: { ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (int32_t)L_3; V_0 = (int32_t)L_4; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; RuntimeObject * L_6 = ___item0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (RuntimeObject *)L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::GrowIfNeeded(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_GrowIfNeeded_m3559169046_gshared (ExposedList_1_t1492250734 * __this, int32_t ___addedCount0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); int32_t L_1 = ___addedCount0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = V_0; ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); NullCheck(L_3); if ((((int32_t)L_2) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_0031; } } { NullCheck((ExposedList_1_t1492250734 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t1492250734 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((ExposedList_1_t1492250734 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); int32_t L_5 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)), (int32_t)4, /*hidden argument*/NULL); int32_t L_6 = V_0; int32_t L_7 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_0031: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1492250734 * ExposedList_1_Resize_m3453784613_gshared (ExposedList_1_t1492250734 * __this, int32_t ___newSize0, const RuntimeMethod* method) { int32_t V_0 = 0; ObjectU5BU5D_t2843939325* V_1 = NULL; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); NullCheck(L_0); V_0 = (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); V_1 = (ObjectU5BU5D_t2843939325*)L_1; int32_t L_2 = ___newSize0; int32_t L_3 = V_0; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0028; } } { ObjectU5BU5D_t2843939325** L_4 = (ObjectU5BU5D_t2843939325**)__this->get_address_of_Items_0(); int32_t L_5 = ___newSize0; (( void (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325**)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); goto IL_0051; } IL_0028: { int32_t L_6 = ___newSize0; int32_t L_7 = V_0; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0051; } } { int32_t L_8 = ___newSize0; V_2 = (int32_t)L_8; goto IL_004a; } IL_0036: { ObjectU5BU5D_t2843939325* L_9 = V_1; int32_t L_10 = V_2; il2cpp_codegen_initobj((&V_3), sizeof(RuntimeObject *)); RuntimeObject * L_11 = V_3; NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (RuntimeObject *)L_11); int32_t L_12 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004a: { int32_t L_13 = V_2; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0036; } } IL_0051: { int32_t L_15 = ___newSize0; __this->set_Count_1(L_15); return __this; } } // System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_EnsureCapacity_m1694823175_gshared (ExposedList_1_t1492250734 * __this, int32_t ___min0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B4_0 = 0; { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); NullCheck(L_0); int32_t L_1 = ___min0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) >= ((int32_t)L_1))) { goto IL_003c; } } { ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0021; } } { G_B4_0 = 4; goto IL_002b; } IL_0021: { ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); NullCheck(L_3); G_B4_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)); } IL_002b: { V_0 = (int32_t)G_B4_0; int32_t L_4 = V_0; int32_t L_5 = ___min0; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0035; } } { int32_t L_6 = ___min0; V_0 = (int32_t)L_6; } IL_0035: { int32_t L_7 = V_0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_003c: { return; } } // System.Void Spine.ExposedList`1::CheckRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckRange_m621102627_gshared (ExposedList_1_t1492250734 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckRange_m621102627_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckRange_m621102627_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckRange_m621102627_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index0; int32_t L_5 = ___count1; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_CheckRange_m621102627_RuntimeMethod_var); } IL_003d: { return; } } // System.Void Spine.ExposedList`1::AddCollection(System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddCollection_m3041592863_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection0; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if (L_2) { goto IL_000e; } } { return; } IL_000e: { int32_t L_3 = V_0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); RuntimeObject* L_4 = ___collection0; ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< ObjectU5BU5D_t2843939325*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (ObjectU5BU5D_t2843939325*)L_5, (int32_t)L_6); int32_t L_7 = (int32_t)__this->get_Count_1(); int32_t L_8 = V_0; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); return; } } // System.Void Spine.ExposedList`1::AddEnumerable(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddEnumerable_m1665448962_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_AddEnumerable_m1665448962_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_001a; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (RuntimeObject *)L_3; RuntimeObject * L_4 = V_0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t1492250734 *)__this, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_001a: { RuntimeObject* L_5 = V_1; NullCheck((RuntimeObject*)L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); if (L_6) { goto IL_000c; } } IL_0025: { IL2CPP_LEAVE(0x37, 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) { RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0036; } } IL_0030: { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); } IL_0036: { IL2CPP_END_FINALLY(42) } } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { return; } } // System.Void Spine.ExposedList`1::AddRange(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddRange_m1912182731_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t1492250734 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0020; } } { RuntimeObject* L_3 = V_0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t1492250734 *)__this, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); goto IL_0027; } IL_0020: { RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t1492250734 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0027: { int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m2592161443_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); RuntimeObject * L_2 = ___item0; int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, int32_t, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_3; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m4083266395_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject * ___item0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); RuntimeObject * L_2 = ___item0; RuntimeObject* L_3 = ___comparer1; int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, int32_t, int32_t, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject *)L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_4; } } // System.Int32 Spine.ExposedList`1::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m3961226919_gshared (ExposedList_1_t1492250734 * __this, int32_t ___index0, int32_t ___count1, RuntimeObject * ___item2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; RuntimeObject * L_5 = ___item2; RuntimeObject* L_6 = ___comparer3; int32_t L_7 = (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, int32_t, int32_t, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_2, (int32_t)L_3, (int32_t)L_4, (RuntimeObject *)L_5, (RuntimeObject*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_7; } } // System.Void Spine.ExposedList`1::Clear(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Clear_m1053068883_gshared (ExposedList_1_t1492250734 * __this, bool ___clearArray0, const RuntimeMethod* method) { { bool L_0 = ___clearArray0; if (!L_0) { goto IL_001a; } } { ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); NullCheck(L_2); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); } IL_001a: { __this->set_Count_1(0); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Boolean Spine.ExposedList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Contains_m540649837_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); RuntimeObject * L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_0, (RuntimeObject *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void Spine.ExposedList`1::CopyTo(T[]) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m3126268057_gshared (ExposedList_1_t1492250734 * __this, ObjectU5BU5D_t2843939325* ___array0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); ObjectU5BU5D_t2843939325* L_1 = ___array0; int32_t L_2 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m1096802588_gshared (ExposedList_1_t1492250734 * __this, ObjectU5BU5D_t2843939325* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); ObjectU5BU5D_t2843939325* L_1 = ___array0; int32_t L_2 = ___arrayIndex1; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(System.Int32,T[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m2248005325_gshared (ExposedList_1_t1492250734 * __this, int32_t ___index0, ObjectU5BU5D_t2843939325* ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count3; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_3 = ___index0; ObjectU5BU5D_t2843939325* L_4 = ___array1; int32_t L_5 = ___arrayIndex2; int32_t L_6 = ___count3; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (RuntimeArray *)(RuntimeArray *)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); return; } } // System.Boolean Spine.ExposedList`1::Exists(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Exists_m2209087372_gshared (ExposedList_1_t1492250734 * __this, Predicate_1_t3905400288 * ___match0, const RuntimeMethod* method) { { Predicate_1_t3905400288 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3905400288 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3905400288 * L_2 = ___match0; NullCheck((ExposedList_1_t1492250734 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3905400288 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // T Spine.ExposedList`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExposedList_1_Find_m1118640032_gshared (ExposedList_1_t1492250734 * __this, Predicate_1_t3905400288 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeObject * V_1 = NULL; RuntimeObject * G_B3_0 = NULL; { Predicate_1_t3905400288 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3905400288 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3905400288 * L_2 = ___match0; NullCheck((ExposedList_1_t1492250734 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3905400288 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_002d; } } { ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; RuntimeObject * L_8 = (L_5)->GetAt(static_cast(L_7)); G_B3_0 = L_8; goto IL_0036; } IL_002d: { il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_9 = V_1; G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Void Spine.ExposedList`1::CheckMatch(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckMatch_m3810851484_gshared (RuntimeObject * __this /* static, unused */, Predicate_1_t3905400288 * ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckMatch_m3810851484_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Predicate_1_t3905400288 * L_0 = ___match0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral461028519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckMatch_m3810851484_RuntimeMethod_var); } IL_0011: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1492250734 * ExposedList_1_FindAll_m2726260958_gshared (ExposedList_1_t1492250734 * __this, Predicate_1_t3905400288 * ___match0, const RuntimeMethod* method) { { Predicate_1_t3905400288 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3905400288 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); Predicate_1_t3905400288 * L_1 = ___match0; NullCheck((ExposedList_1_t1492250734 *)__this); ExposedList_1_t1492250734 * L_2 = (( ExposedList_1_t1492250734 * (*) (ExposedList_1_t1492250734 *, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)->methodPointer)((ExposedList_1_t1492250734 *)__this, (Predicate_1_t3905400288 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)); return L_2; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAllList(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1492250734 * ExposedList_1_FindAllList_m3358032089_gshared (ExposedList_1_t1492250734 * __this, Predicate_1_t3905400288 * ___match0, const RuntimeMethod* method) { ExposedList_1_t1492250734 * V_0 = NULL; int32_t V_1 = 0; { ExposedList_1_t1492250734 * L_0 = (ExposedList_1_t1492250734 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t1492250734 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)); V_0 = (ExposedList_1_t1492250734 *)L_0; V_1 = (int32_t)0; goto IL_003a; } IL_000d: { Predicate_1_t3905400288 * L_1 = ___match0; ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; RuntimeObject * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t3905400288 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t3905400288 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3905400288 *)L_1, (RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_0036; } } { ExposedList_1_t1492250734 * L_7 = V_0; ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); 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((ExposedList_1_t1492250734 *)L_7); (( void (*) (ExposedList_1_t1492250734 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t1492250734 *)L_7, (RuntimeObject *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_0036: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003a: { int32_t L_13 = V_1; int32_t L_14 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { ExposedList_1_t1492250734 * L_15 = V_0; return L_15; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m3080969469_gshared (ExposedList_1_t1492250734 * __this, Predicate_1_t3905400288 * ___match0, const RuntimeMethod* method) { { Predicate_1_t3905400288 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3905400288 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3905400288 * L_2 = ___match0; NullCheck((ExposedList_1_t1492250734 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3905400288 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m3368817979_gshared (ExposedList_1_t1492250734 * __this, int32_t ___startIndex0, Predicate_1_t3905400288 * ___match1, const RuntimeMethod* method) { { Predicate_1_t3905400288 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3905400288 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = ___startIndex0; Predicate_1_t3905400288 * L_5 = ___match1; NullCheck((ExposedList_1_t1492250734 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), (Predicate_1_t3905400288 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m378195103_gshared (ExposedList_1_t1492250734 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t3905400288 * ___match2, const RuntimeMethod* method) { { Predicate_1_t3905400288 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3905400288 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_3 = ___startIndex0; int32_t L_4 = ___count1; Predicate_1_t3905400288 * L_5 = ___match2; NullCheck((ExposedList_1_t1492250734 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_3, (int32_t)L_4, (Predicate_1_t3905400288 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::GetIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetIndex_m3825911141_gshared (ExposedList_1_t1492250734 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t3905400288 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___startIndex0; V_1 = (int32_t)L_2; goto IL_0028; } IL_000b: { Predicate_1_t3905400288 * L_3 = ___match2; ObjectU5BU5D_t2843939325* L_4 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; RuntimeObject * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t3905400288 *)L_3); bool L_8 = (( bool (*) (Predicate_1_t3905400288 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3905400288 *)L_3, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0024; } } { int32_t L_9 = V_1; return L_9; } IL_0024: { int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0028: { int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000b; } } { return (-1); } } // T Spine.ExposedList`1::FindLast(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExposedList_1_FindLast_m2283738339_gshared (ExposedList_1_t1492250734 * __this, Predicate_1_t3905400288 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeObject * V_1 = NULL; RuntimeObject * G_B3_0 = NULL; { Predicate_1_t3905400288 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3905400288 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3905400288 * L_2 = ___match0; NullCheck((ExposedList_1_t1492250734 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3905400288 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_002a; } } { il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_5 = V_1; G_B3_0 = L_5; goto IL_0036; } IL_002a: { ObjectU5BU5D_t2843939325* L_6 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = (L_6)->GetAt(static_cast(L_8)); G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m3256633578_gshared (ExposedList_1_t1492250734 * __this, Predicate_1_t3905400288 * ___match0, const RuntimeMethod* method) { { Predicate_1_t3905400288 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3905400288 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3905400288 * L_2 = ___match0; NullCheck((ExposedList_1_t1492250734 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3905400288 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m1473345437_gshared (ExposedList_1_t1492250734 * __this, int32_t ___startIndex0, Predicate_1_t3905400288 * ___match1, const RuntimeMethod* method) { { Predicate_1_t3905400288 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3905400288 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; Predicate_1_t3905400288 * L_3 = ___match1; NullCheck((ExposedList_1_t1492250734 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), (Predicate_1_t3905400288 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_4; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m3326314007_gshared (ExposedList_1_t1492250734 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t3905400288 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t3905400288 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3905400288 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), (int32_t)1)); int32_t L_3 = V_0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_5 = V_0; int32_t L_6 = ___count1; Predicate_1_t3905400288 * L_7 = ___match2; NullCheck((ExposedList_1_t1492250734 *)__this); int32_t L_8 = (( int32_t (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_5, (int32_t)L_6, (Predicate_1_t3905400288 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_8; } } // System.Int32 Spine.ExposedList`1::GetLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetLastIndex_m4147335817_gshared (ExposedList_1_t1492250734 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t3905400288 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); goto IL_0026; } IL_0009: { Predicate_1_t3905400288 * L_2 = ___match2; ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_4 = V_0; int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; NullCheck(L_3); int32_t L_6 = L_5; RuntimeObject * L_7 = (L_3)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t3905400288 *)L_2); bool L_8 = (( bool (*) (Predicate_1_t3905400288 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3905400288 *)L_2, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0026; } } { int32_t L_9 = V_0; return L_9; } IL_0026: { int32_t L_10 = V_0; int32_t L_11 = ___startIndex0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0009; } } { return (-1); } } // System.Void Spine.ExposedList`1::ForEach(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_ForEach_m1154742960_gshared (ExposedList_1_t1492250734 * __this, Action_1_t3252573759 * ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_ForEach_m1154742960_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Action_1_t3252573759 * L_0 = ___action0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral2365897554, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_ForEach_m1154742960_RuntimeMethod_var); } IL_0011: { V_0 = (int32_t)0; goto IL_002e; } IL_0018: { Action_1_t3252573759 * L_2 = ___action0; ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((Action_1_t3252573759 *)L_2); (( void (*) (Action_1_t3252573759 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)->methodPointer)((Action_1_t3252573759 *)L_2, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)); int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0018; } } { return; } } // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t821091889 ExposedList_1_GetEnumerator_m4207817279_gshared (ExposedList_1_t1492250734 * __this, const RuntimeMethod* method) { { Enumerator_t821091889 L_0; memset(&L_0, 0, sizeof(L_0)); Enumerator__ctor_m3799352357((&L_0), (ExposedList_1_t1492250734 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 27)); return L_0; } } // Spine.ExposedList`1 Spine.ExposedList`1::GetRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1492250734 * ExposedList_1_GetRange_m3093974587_gshared (ExposedList_1_t1492250734 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { ObjectU5BU5D_t2843939325* V_0 = NULL; { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; V_0 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2)); ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_4 = ___index0; ObjectU5BU5D_t2843939325* L_5 = V_0; int32_t L_6 = ___count1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, (int32_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)0, (int32_t)L_6, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_7 = V_0; int32_t L_8 = ___count1; ExposedList_1_t1492250734 * L_9 = (ExposedList_1_t1492250734 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t1492250734 *, ObjectU5BU5D_t2843939325*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)->methodPointer)(L_9, (ObjectU5BU5D_t2843939325*)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)); return L_9; } } // System.Int32 Spine.ExposedList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m1647548800_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); RuntimeObject * L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_0, (RuntimeObject *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_3; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m1695055968_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject * ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); RuntimeObject * L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_Count_1(); int32_t L_5 = ___index1; int32_t L_6 = (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_1, (RuntimeObject *)L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_6; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m1738450987_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject * ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_IndexOf_m1738450987_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_IndexOf_m1738450987_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_IndexOf_m1738450987_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index1; int32_t L_5 = ___count2; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_IndexOf_m1738450987_RuntimeMethod_var); } IL_003d: { ObjectU5BU5D_t2843939325* L_8 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); RuntimeObject * L_9 = ___item0; int32_t L_10 = ___index1; int32_t L_11 = ___count2; int32_t L_12 = (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_8, (RuntimeObject *)L_9, (int32_t)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_12; } } // System.Void Spine.ExposedList`1::Shift(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Shift_m4007365860_gshared (ExposedList_1_t1492250734 * __this, int32_t ___start0, int32_t ___delta1, const RuntimeMethod* method) { { int32_t L_0 = ___delta1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___start0; int32_t L_2 = ___delta1; ___start0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)); } IL_000c: { int32_t L_3 = ___start0; int32_t L_4 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0035; } } { ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_6 = ___start0; ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_8 = ___start0; int32_t L_9 = ___delta1; int32_t L_10 = (int32_t)__this->get_Count_1(); int32_t L_11 = ___start0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); } IL_0035: { int32_t L_12 = (int32_t)__this->get_Count_1(); int32_t L_13 = ___delta1; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))); int32_t L_14 = ___delta1; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_005d; } } { ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_16 = (int32_t)__this->get_Count_1(); int32_t L_17 = ___delta1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((-L_17)), /*hidden argument*/NULL); } IL_005d: { return; } } // System.Void Spine.ExposedList`1::CheckIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckIndex_m3698236739_gshared (ExposedList_1_t1492250734 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckIndex_m3698236739_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) > ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckIndex_m3698236739_RuntimeMethod_var); } IL_001e: { return; } } // System.Void Spine.ExposedList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Insert_m2270474065_gshared (ExposedList_1_t1492250734 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_1 = (int32_t)__this->get_Count_1(); ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0021; } } { NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0021: { int32_t L_3 = ___index0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_3, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); ObjectU5BU5D_t2843939325* L_4 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_5 = ___index0; RuntimeObject * L_6 = ___item1; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (RuntimeObject *)L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::CheckCollection(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckCollection_m959465958_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckCollection_m959465958_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___collection0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral3723644332, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckCollection_m959465958_RuntimeMethod_var); } IL_0011: { return; } } // System.Void Spine.ExposedList`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertRange_m3183965715_gshared (ExposedList_1_t1492250734 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { ObjectU5BU5D_t2843939325* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = ___collection1; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t1492250734 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); int32_t L_1 = ___index0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); RuntimeObject* L_2 = ___collection1; if ((!(((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(ExposedList_1_t1492250734 *)__this)))) { goto IL_0055; } } { int32_t L_3 = (int32_t)__this->get_Count_1(); V_0 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_3)); ObjectU5BU5D_t2843939325* L_4 = V_0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, ObjectU5BU5D_t2843939325*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)->methodPointer)((ExposedList_1_t1492250734 *)__this, (ObjectU5BU5D_t2843939325*)L_4, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)); int32_t L_5 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_6 = ___index0; ObjectU5BU5D_t2843939325* L_7 = V_0; NullCheck(L_7); NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); ObjectU5BU5D_t2843939325* L_8 = V_0; ObjectU5BU5D_t2843939325* L_9 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_10 = ___index0; ObjectU5BU5D_t2843939325* L_11 = V_0; NullCheck(L_11); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), /*hidden argument*/NULL); goto IL_0077; } IL_0055: { RuntimeObject* L_12 = ___collection1; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_13 = V_1; if (!L_13) { goto IL_006f; } } { int32_t L_14 = ___index0; RuntimeObject* L_15 = V_1; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_14, (RuntimeObject*)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)); goto IL_0077; } IL_006f: { int32_t L_16 = ___index0; RuntimeObject* L_17 = ___collection1; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_16, (RuntimeObject*)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)); } IL_0077: { int32_t L_18 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::InsertCollection(System.Int32,System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertCollection_m3942124526_gshared (ExposedList_1_t1492250734 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection1; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_3 = ___index0; int32_t L_4 = V_0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); RuntimeObject* L_5 = ___collection1; ObjectU5BU5D_t2843939325* L_6 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_7 = ___index0; NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< ObjectU5BU5D_t2843939325*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5, (ObjectU5BU5D_t2843939325*)L_6, (int32_t)L_7); return; } } // System.Void Spine.ExposedList`1::InsertEnumeration(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertEnumeration_m2902648050_gshared (ExposedList_1_t1492250734 * __this, int32_t ___index0, RuntimeObject* ___enumerable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_InsertEnumeration_m2902648050_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_0020; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (RuntimeObject *)L_3; int32_t L_4 = ___index0; int32_t L_5 = (int32_t)L_4; ___index0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); RuntimeObject * L_6 = V_0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_5, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)); } IL_0020: { RuntimeObject* L_7 = V_1; NullCheck((RuntimeObject*)L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); if (L_8) { goto IL_000c; } } IL_002b: { IL2CPP_LEAVE(0x3D, FINALLY_0030); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_003c; } } IL_0036: { RuntimeObject* L_10 = V_1; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); } IL_003c: { IL2CPP_END_FINALLY(48) } } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x3D, IL_003d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003d: { return; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m3915048954_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); RuntimeObject * L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_0, (RuntimeObject *)L_1, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_4; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m1124199610_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject * ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); RuntimeObject * L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = ___index1; int32_t L_5 = (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_1, (RuntimeObject *)L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_5; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m3352230753_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject * ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_LastIndexOf_m3352230753_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___index1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_4, (String_t*)_stringLiteral797640427, (RuntimeObject *)L_3, (String_t*)_stringLiteral1103599130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ExposedList_1_LastIndexOf_m3352230753_RuntimeMethod_var); } IL_001d: { int32_t L_5 = ___count2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_003a; } } { int32_t L_6 = ___count2; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_9, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_8, (String_t*)_stringLiteral3690514408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,ExposedList_1_LastIndexOf_m3352230753_RuntimeMethod_var); } IL_003a: { int32_t L_10 = ___index1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1))) >= ((int32_t)0))) { goto IL_005b; } } { int32_t L_12 = ___count2; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_15, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_14, (String_t*)_stringLiteral2617075568, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ExposedList_1_LastIndexOf_m3352230753_RuntimeMethod_var); } IL_005b: { ObjectU5BU5D_t2843939325* L_16 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); RuntimeObject * L_17 = ___item0; int32_t L_18 = ___index1; int32_t L_19 = ___count2; int32_t L_20 = (( int32_t (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_16, (RuntimeObject *)L_17, (int32_t)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_20; } } // System.Boolean Spine.ExposedList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Remove_m708738692_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject * L_0 = ___item0; NullCheck((ExposedList_1_t1492250734 *)__this); int32_t L_1 = (( int32_t (*) (ExposedList_1_t1492250734 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)->methodPointer)((ExposedList_1_t1492250734 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0016; } } { int32_t L_3 = V_0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)); } IL_0016: { int32_t L_4 = V_0; return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 Spine.ExposedList`1::RemoveAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_RemoveAll_m3150184958_gshared (ExposedList_1_t1492250734 * __this, Predicate_1_t3905400288 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Predicate_1_t3905400288 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3905400288 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; V_1 = (int32_t)0; V_0 = (int32_t)0; goto IL_0031; } IL_0011: { Predicate_1_t3905400288 * L_1 = ___match0; ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; RuntimeObject * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t3905400288 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t3905400288 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3905400288 *)L_1, (RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_002d; } } { goto IL_003d; } IL_002d: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0031: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0011; } } IL_003d: { int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_004b; } } { return 0; } IL_004b: { int32_t L_12 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_0; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0099; } IL_0062: { Predicate_1_t3905400288 * L_14 = ___match0; ObjectU5BU5D_t2843939325* L_15 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; RuntimeObject * L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck((Predicate_1_t3905400288 *)L_14); bool L_19 = (( bool (*) (Predicate_1_t3905400288 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3905400288 *)L_14, (RuntimeObject *)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_19) { goto IL_0095; } } { ObjectU5BU5D_t2843939325* L_20 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_21 = V_0; int32_t L_22 = (int32_t)L_21; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); ObjectU5BU5D_t2843939325* L_23 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_24 = V_1; NullCheck(L_23); int32_t L_25 = L_24; RuntimeObject * L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_20); (L_20)->SetAt(static_cast(L_22), (RuntimeObject *)L_26); } IL_0095: { int32_t L_27 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0099: { int32_t L_28 = V_1; int32_t L_29 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0062; } } { int32_t L_30 = V_1; int32_t L_31 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))) <= ((int32_t)0))) { goto IL_00bd; } } { ObjectU5BU5D_t2843939325* L_32 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_33 = V_0; int32_t L_34 = V_1; int32_t L_35 = V_0; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_32, (int32_t)L_33, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); } IL_00bd: { int32_t L_36 = V_0; __this->set_Count_1(L_36); int32_t L_37 = V_1; int32_t L_38 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)); } } // System.Void Spine.ExposedList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveAt_m2131523012_gshared (ExposedList_1_t1492250734 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_RemoveAt_m2131523012_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) >= ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_RemoveAt_m2131523012_RuntimeMethod_var); } IL_001e: { int32_t L_4 = ___index0; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_4, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)1, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // T Spine.ExposedList`1::Pop() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExposedList_1_Pop_m3024691063_gshared (ExposedList_1_t1492250734 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_Pop_m3024691063_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; { int32_t L_0 = (int32_t)__this->get_Count_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral1428145348, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_Pop_m3024691063_RuntimeMethod_var); } IL_0016: { int32_t L_2 = (int32_t)__this->get_Count_1(); V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); ObjectU5BU5D_t2843939325* L_3 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = (RuntimeObject *)L_6; ObjectU5BU5D_t2843939325* L_7 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_8 = V_0; il2cpp_codegen_initobj((&V_2), sizeof(RuntimeObject *)); RuntimeObject * L_9 = V_2; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (RuntimeObject *)L_9); int32_t L_10 = (int32_t)__this->get_Count_1(); __this->set_Count_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); RuntimeObject * L_12 = V_1; return L_12; } } // System.Void Spine.ExposedList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveRange_m3314538136_gshared (ExposedList_1_t1492250734 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0038; } } { int32_t L_3 = ___index0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_3, (int32_t)((-L_4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); ObjectU5BU5D_t2843939325* L_5 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); int32_t L_7 = ___count1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL); int32_t L_8 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); } IL_0038: { return; } } // System.Void Spine.ExposedList`1::Reverse() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m439409120_gshared (ExposedList_1_t1492250734 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/NULL); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Reverse(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m470938464_gshared (ExposedList_1_t1492250734 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m214402241_gshared (ExposedList_1_t1492250734 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 38)); Comparer_1_t284893750 * L_2 = (( Comparer_1_t284893750 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)); (( void (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m330201674_gshared (ExposedList_1_t1492250734 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); RuntimeObject* L_2 = ___comparer0; (( void (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m3438175736_gshared (ExposedList_1_t1492250734 * __this, Comparison_1_t2855037343 * ___comparison0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); Comparison_1_t2855037343 * L_1 = ___comparison0; (( void (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, Comparison_1_t2855037343 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_0, (Comparison_1_t2855037343 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m3967053156_gshared (ExposedList_1_t1492250734 * __this, int32_t ___index0, int32_t ___count1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; RuntimeObject* L_5 = ___comparer2; (( void (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325*)L_2, (int32_t)L_3, (int32_t)L_4, (RuntimeObject*)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_6 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); return; } } // T[] Spine.ExposedList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ExposedList_1_ToArray_m2643075414_gshared (ExposedList_1_t1492250734 * __this, const RuntimeMethod* method) { ObjectU5BU5D_t2843939325* V_0 = NULL; { int32_t L_0 = (int32_t)__this->get_Count_1(); V_0 = (ObjectU5BU5D_t2843939325*)((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_0)); ObjectU5BU5D_t2843939325* L_1 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); ObjectU5BU5D_t2843939325* L_2 = V_0; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_4 = V_0; return L_4; } } // System.Void Spine.ExposedList`1::TrimExcess() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_TrimExcess_m1725122750_gshared (ExposedList_1_t1492250734 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t1492250734 *)__this); (( void (*) (ExposedList_1_t1492250734 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t1492250734 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); return; } } // System.Boolean Spine.ExposedList`1::TrueForAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_TrueForAll_m3903225236_gshared (ExposedList_1_t1492250734 * __this, Predicate_1_t3905400288 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t3905400288 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3905400288 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3905400288 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; goto IL_002a; } IL_000d: { Predicate_1_t3905400288 * L_1 = ___match0; ObjectU5BU5D_t2843939325* L_2 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; RuntimeObject * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t3905400288 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t3905400288 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3905400288 *)L_1, (RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_6) { goto IL_0026; } } { return (bool)0; } IL_0026: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002a: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000d; } } { return (bool)1; } } // System.Int32 Spine.ExposedList`1::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_get_Capacity_m2236707088_gshared (ExposedList_1_t1492250734 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = (ObjectU5BU5D_t2843939325*)__this->get_Items_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Void Spine.ExposedList`1::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_set_Capacity_m186555788_gshared (ExposedList_1_t1492250734 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_set_Capacity_m186555788_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_0) < ((uint32_t)L_1)))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ExposedList_1_set_Capacity_m186555788_RuntimeMethod_var); } IL_0012: { ObjectU5BU5D_t2843939325** L_3 = (ObjectU5BU5D_t2843939325**)__this->get_address_of_Items_0(); int32_t L_4 = ___value0; (( void (*) (RuntimeObject * /* static, unused */, ObjectU5BU5D_t2843939325**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (ObjectU5BU5D_t2843939325**)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); return; } } // System.Collections.Generic.IEnumerator`1 Spine.ExposedList`1::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2268877695_gshared (ExposedList_1_t1492250734 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t1492250734 *)__this); Enumerator_t821091889 L_0 = (( Enumerator_t821091889 (*) (ExposedList_1_t1492250734 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t1492250734 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t821091889 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator Spine.ExposedList`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_IEnumerable_GetEnumerator_m3365967242_gshared (ExposedList_1_t1492250734 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t1492250734 *)__this); Enumerator_t821091889 L_0 = (( Enumerator_t821091889 (*) (ExposedList_1_t1492250734 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t1492250734 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t821091889 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Void Spine.ExposedList`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__cctor_m32125687_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { ((ExposedList_1_t1492250734_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set_EmptyArray_3(((ObjectU5BU5D_t2843939325*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4), (uint32_t)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 Spine.ExposedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m2351159599_gshared (ExposedList_1_t4104378640 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); SingleU5BU5D_t1444911251* L_0 = ((ExposedList_1_t4104378640_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_0); return; } } // System.Void Spine.ExposedList`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m2223697643_gshared (ExposedList_1_t4104378640 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t4104378640 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); SingleU5BU5D_t1444911251* L_3 = ((ExposedList_1_t4104378640_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_3); RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t4104378640 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); goto IL_0049; } IL_0031: { RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5); __this->set_Items_0(((SingleU5BU5D_t1444911251*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_6))); RuntimeObject* L_7 = V_0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t4104378640 *)__this, (RuntimeObject*)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); } IL_0049: { return; } } // System.Void Spine.ExposedList`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m3034036963_gshared (ExposedList_1_t4104378640 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1__ctor_m3034036963_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral3623012086, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1__ctor_m3034036963_RuntimeMethod_var); } IL_0018: { int32_t L_2 = ___capacity0; __this->set_Items_0(((SingleU5BU5D_t1444911251*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2))); return; } } // System.Void Spine.ExposedList`1::.ctor(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m395285201_gshared (ExposedList_1_t4104378640 * __this, SingleU5BU5D_t1444911251* ___data0, int32_t ___size1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); SingleU5BU5D_t1444911251* L_0 = ___data0; __this->set_Items_0(L_0); int32_t L_1 = ___size1; __this->set_Count_1(L_1); return; } } // System.Void Spine.ExposedList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Add_m1323117931_gshared (ExposedList_1_t4104378640 * __this, float ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); SingleU5BU5D_t1444911251* L_1 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_001a; } } { NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001a: { SingleU5BU5D_t1444911251* L_2 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (int32_t)L_3; V_0 = (int32_t)L_4; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; float L_6 = ___item0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (float)L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::GrowIfNeeded(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_GrowIfNeeded_m2624180139_gshared (ExposedList_1_t4104378640 * __this, int32_t ___addedCount0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); int32_t L_1 = ___addedCount0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = V_0; SingleU5BU5D_t1444911251* L_3 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); NullCheck(L_3); if ((((int32_t)L_2) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_0031; } } { NullCheck((ExposedList_1_t4104378640 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t4104378640 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((ExposedList_1_t4104378640 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); int32_t L_5 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)), (int32_t)4, /*hidden argument*/NULL); int32_t L_6 = V_0; int32_t L_7 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_0031: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t4104378640 * ExposedList_1_Resize_m1248377320_gshared (ExposedList_1_t4104378640 * __this, int32_t ___newSize0, const RuntimeMethod* method) { int32_t V_0 = 0; SingleU5BU5D_t1444911251* V_1 = NULL; int32_t V_2 = 0; float V_3 = 0.0f; { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); NullCheck(L_0); V_0 = (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); SingleU5BU5D_t1444911251* L_1 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); V_1 = (SingleU5BU5D_t1444911251*)L_1; int32_t L_2 = ___newSize0; int32_t L_3 = V_0; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0028; } } { SingleU5BU5D_t1444911251** L_4 = (SingleU5BU5D_t1444911251**)__this->get_address_of_Items_0(); int32_t L_5 = ___newSize0; (( void (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251**)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); goto IL_0051; } IL_0028: { int32_t L_6 = ___newSize0; int32_t L_7 = V_0; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0051; } } { int32_t L_8 = ___newSize0; V_2 = (int32_t)L_8; goto IL_004a; } IL_0036: { SingleU5BU5D_t1444911251* L_9 = V_1; int32_t L_10 = V_2; il2cpp_codegen_initobj((&V_3), sizeof(float)); float L_11 = V_3; NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (float)L_11); int32_t L_12 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004a: { int32_t L_13 = V_2; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0036; } } IL_0051: { int32_t L_15 = ___newSize0; __this->set_Count_1(L_15); return __this; } } // System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_EnsureCapacity_m3111167108_gshared (ExposedList_1_t4104378640 * __this, int32_t ___min0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B4_0 = 0; { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); NullCheck(L_0); int32_t L_1 = ___min0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) >= ((int32_t)L_1))) { goto IL_003c; } } { SingleU5BU5D_t1444911251* L_2 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0021; } } { G_B4_0 = 4; goto IL_002b; } IL_0021: { SingleU5BU5D_t1444911251* L_3 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); NullCheck(L_3); G_B4_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)); } IL_002b: { V_0 = (int32_t)G_B4_0; int32_t L_4 = V_0; int32_t L_5 = ___min0; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0035; } } { int32_t L_6 = ___min0; V_0 = (int32_t)L_6; } IL_0035: { int32_t L_7 = V_0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_003c: { return; } } // System.Void Spine.ExposedList`1::CheckRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckRange_m3833762953_gshared (ExposedList_1_t4104378640 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckRange_m3833762953_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckRange_m3833762953_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckRange_m3833762953_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index0; int32_t L_5 = ___count1; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_CheckRange_m3833762953_RuntimeMethod_var); } IL_003d: { return; } } // System.Void Spine.ExposedList`1::AddCollection(System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddCollection_m4284643193_gshared (ExposedList_1_t4104378640 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection0; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if (L_2) { goto IL_000e; } } { return; } IL_000e: { int32_t L_3 = V_0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); RuntimeObject* L_4 = ___collection0; SingleU5BU5D_t1444911251* L_5 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< SingleU5BU5D_t1444911251*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (SingleU5BU5D_t1444911251*)L_5, (int32_t)L_6); int32_t L_7 = (int32_t)__this->get_Count_1(); int32_t L_8 = V_0; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); return; } } // System.Void Spine.ExposedList`1::AddEnumerable(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddEnumerable_m3244829037_gshared (ExposedList_1_t4104378640 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_AddEnumerable_m3244829037_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_001a; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); float L_3 = InterfaceFuncInvoker0< float >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (float)L_3; float L_4 = V_0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t4104378640 *)__this, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_001a: { RuntimeObject* L_5 = V_1; NullCheck((RuntimeObject*)L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); if (L_6) { goto IL_000c; } } IL_0025: { IL2CPP_LEAVE(0x37, 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) { RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0036; } } IL_0030: { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); } IL_0036: { IL2CPP_END_FINALLY(42) } } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { return; } } // System.Void Spine.ExposedList`1::AddRange(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddRange_m1961959129_gshared (ExposedList_1_t4104378640 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t4104378640 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0020; } } { RuntimeObject* L_3 = V_0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t4104378640 *)__this, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); goto IL_0027; } IL_0020: { RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t4104378640 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0027: { int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m2820634090_gshared (ExposedList_1_t4104378640 * __this, float ___item0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); float L_2 = ___item0; int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, int32_t, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_0, (int32_t)0, (int32_t)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_3; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m3686563119_gshared (ExposedList_1_t4104378640 * __this, float ___item0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); float L_2 = ___item0; RuntimeObject* L_3 = ___comparer1; int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, int32_t, int32_t, float, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_0, (int32_t)0, (int32_t)L_1, (float)L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_4; } } // System.Int32 Spine.ExposedList`1::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m2593266058_gshared (ExposedList_1_t4104378640 * __this, int32_t ___index0, int32_t ___count1, float ___item2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); SingleU5BU5D_t1444911251* L_2 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; float L_5 = ___item2; RuntimeObject* L_6 = ___comparer3; int32_t L_7 = (( int32_t (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, int32_t, int32_t, float, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_2, (int32_t)L_3, (int32_t)L_4, (float)L_5, (RuntimeObject*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_7; } } // System.Void Spine.ExposedList`1::Clear(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Clear_m661012492_gshared (ExposedList_1_t4104378640 * __this, bool ___clearArray0, const RuntimeMethod* method) { { bool L_0 = ___clearArray0; if (!L_0) { goto IL_001a; } } { SingleU5BU5D_t1444911251* L_1 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); SingleU5BU5D_t1444911251* L_2 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); NullCheck(L_2); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); } IL_001a: { __this->set_Count_1(0); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Boolean Spine.ExposedList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Contains_m821214953_gshared (ExposedList_1_t4104378640 * __this, float ___item0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); float L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, float, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_0, (float)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void Spine.ExposedList`1::CopyTo(T[]) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m3893406900_gshared (ExposedList_1_t4104378640 * __this, SingleU5BU5D_t1444911251* ___array0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); SingleU5BU5D_t1444911251* L_1 = ___array0; int32_t L_2 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m1401553157_gshared (ExposedList_1_t4104378640 * __this, SingleU5BU5D_t1444911251* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); SingleU5BU5D_t1444911251* L_1 = ___array0; int32_t L_2 = ___arrayIndex1; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(System.Int32,T[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m2632858773_gshared (ExposedList_1_t4104378640 * __this, int32_t ___index0, SingleU5BU5D_t1444911251* ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count3; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); SingleU5BU5D_t1444911251* L_2 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_3 = ___index0; SingleU5BU5D_t1444911251* L_4 = ___array1; int32_t L_5 = ___arrayIndex2; int32_t L_6 = ___count3; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (RuntimeArray *)(RuntimeArray *)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); return; } } // System.Boolean Spine.ExposedList`1::Exists(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Exists_m3878611895_gshared (ExposedList_1_t4104378640 * __this, Predicate_1_t2222560898 * ___match0, const RuntimeMethod* method) { { Predicate_1_t2222560898 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2222560898 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t2222560898 * L_2 = ___match0; NullCheck((ExposedList_1_t4104378640 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t2222560898 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // T Spine.ExposedList`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR float ExposedList_1_Find_m2620212434_gshared (ExposedList_1_t4104378640 * __this, Predicate_1_t2222560898 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float G_B3_0 = 0.0f; { Predicate_1_t2222560898 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2222560898 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t2222560898 * L_2 = ___match0; NullCheck((ExposedList_1_t4104378640 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t2222560898 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_002d; } } { SingleU5BU5D_t1444911251* L_5 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; float L_8 = (L_5)->GetAt(static_cast(L_7)); G_B3_0 = L_8; goto IL_0036; } IL_002d: { il2cpp_codegen_initobj((&V_1), sizeof(float)); float L_9 = V_1; G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Void Spine.ExposedList`1::CheckMatch(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckMatch_m3919168048_gshared (RuntimeObject * __this /* static, unused */, Predicate_1_t2222560898 * ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckMatch_m3919168048_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Predicate_1_t2222560898 * L_0 = ___match0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral461028519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckMatch_m3919168048_RuntimeMethod_var); } IL_0011: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t4104378640 * ExposedList_1_FindAll_m706287079_gshared (ExposedList_1_t4104378640 * __this, Predicate_1_t2222560898 * ___match0, const RuntimeMethod* method) { { Predicate_1_t2222560898 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2222560898 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); Predicate_1_t2222560898 * L_1 = ___match0; NullCheck((ExposedList_1_t4104378640 *)__this); ExposedList_1_t4104378640 * L_2 = (( ExposedList_1_t4104378640 * (*) (ExposedList_1_t4104378640 *, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)->methodPointer)((ExposedList_1_t4104378640 *)__this, (Predicate_1_t2222560898 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)); return L_2; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAllList(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t4104378640 * ExposedList_1_FindAllList_m2909223291_gshared (ExposedList_1_t4104378640 * __this, Predicate_1_t2222560898 * ___match0, const RuntimeMethod* method) { ExposedList_1_t4104378640 * V_0 = NULL; int32_t V_1 = 0; { ExposedList_1_t4104378640 * L_0 = (ExposedList_1_t4104378640 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t4104378640 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)); V_0 = (ExposedList_1_t4104378640 *)L_0; V_1 = (int32_t)0; goto IL_003a; } IL_000d: { Predicate_1_t2222560898 * L_1 = ___match0; SingleU5BU5D_t1444911251* L_2 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; float L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t2222560898 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t2222560898 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t2222560898 *)L_1, (float)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_0036; } } { ExposedList_1_t4104378640 * L_7 = V_0; SingleU5BU5D_t1444911251* L_8 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; float L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((ExposedList_1_t4104378640 *)L_7); (( void (*) (ExposedList_1_t4104378640 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t4104378640 *)L_7, (float)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_0036: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003a: { int32_t L_13 = V_1; int32_t L_14 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { ExposedList_1_t4104378640 * L_15 = V_0; return L_15; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m3193817141_gshared (ExposedList_1_t4104378640 * __this, Predicate_1_t2222560898 * ___match0, const RuntimeMethod* method) { { Predicate_1_t2222560898 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2222560898 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t2222560898 * L_2 = ___match0; NullCheck((ExposedList_1_t4104378640 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t2222560898 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m1343623367_gshared (ExposedList_1_t4104378640 * __this, int32_t ___startIndex0, Predicate_1_t2222560898 * ___match1, const RuntimeMethod* method) { { Predicate_1_t2222560898 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2222560898 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = ___startIndex0; Predicate_1_t2222560898 * L_5 = ___match1; NullCheck((ExposedList_1_t4104378640 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), (Predicate_1_t2222560898 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m3893790656_gshared (ExposedList_1_t4104378640 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t2222560898 * ___match2, const RuntimeMethod* method) { { Predicate_1_t2222560898 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2222560898 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_3 = ___startIndex0; int32_t L_4 = ___count1; Predicate_1_t2222560898 * L_5 = ___match2; NullCheck((ExposedList_1_t4104378640 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_3, (int32_t)L_4, (Predicate_1_t2222560898 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::GetIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetIndex_m2614504990_gshared (ExposedList_1_t4104378640 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t2222560898 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___startIndex0; V_1 = (int32_t)L_2; goto IL_0028; } IL_000b: { Predicate_1_t2222560898 * L_3 = ___match2; SingleU5BU5D_t1444911251* L_4 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; float L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t2222560898 *)L_3); bool L_8 = (( bool (*) (Predicate_1_t2222560898 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t2222560898 *)L_3, (float)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0024; } } { int32_t L_9 = V_1; return L_9; } IL_0024: { int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0028: { int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000b; } } { return (-1); } } // T Spine.ExposedList`1::FindLast(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR float ExposedList_1_FindLast_m1835136111_gshared (ExposedList_1_t4104378640 * __this, Predicate_1_t2222560898 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float G_B3_0 = 0.0f; { Predicate_1_t2222560898 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2222560898 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t2222560898 * L_2 = ___match0; NullCheck((ExposedList_1_t4104378640 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t2222560898 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_002a; } } { il2cpp_codegen_initobj((&V_1), sizeof(float)); float L_5 = V_1; G_B3_0 = L_5; goto IL_0036; } IL_002a: { SingleU5BU5D_t1444911251* L_6 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; float L_9 = (L_6)->GetAt(static_cast(L_8)); G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m1402852048_gshared (ExposedList_1_t4104378640 * __this, Predicate_1_t2222560898 * ___match0, const RuntimeMethod* method) { { Predicate_1_t2222560898 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2222560898 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t2222560898 * L_2 = ___match0; NullCheck((ExposedList_1_t4104378640 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t2222560898 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m748821902_gshared (ExposedList_1_t4104378640 * __this, int32_t ___startIndex0, Predicate_1_t2222560898 * ___match1, const RuntimeMethod* method) { { Predicate_1_t2222560898 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2222560898 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; Predicate_1_t2222560898 * L_3 = ___match1; NullCheck((ExposedList_1_t4104378640 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), (Predicate_1_t2222560898 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_4; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m1328737781_gshared (ExposedList_1_t4104378640 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t2222560898 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t2222560898 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2222560898 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), (int32_t)1)); int32_t L_3 = V_0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_5 = V_0; int32_t L_6 = ___count1; Predicate_1_t2222560898 * L_7 = ___match2; NullCheck((ExposedList_1_t4104378640 *)__this); int32_t L_8 = (( int32_t (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_5, (int32_t)L_6, (Predicate_1_t2222560898 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_8; } } // System.Int32 Spine.ExposedList`1::GetLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetLastIndex_m452575107_gshared (ExposedList_1_t4104378640 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t2222560898 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); goto IL_0026; } IL_0009: { Predicate_1_t2222560898 * L_2 = ___match2; SingleU5BU5D_t1444911251* L_3 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_4 = V_0; int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; NullCheck(L_3); int32_t L_6 = L_5; float L_7 = (L_3)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t2222560898 *)L_2); bool L_8 = (( bool (*) (Predicate_1_t2222560898 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t2222560898 *)L_2, (float)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0026; } } { int32_t L_9 = V_0; return L_9; } IL_0026: { int32_t L_10 = V_0; int32_t L_11 = ___startIndex0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0009; } } { return (-1); } } // System.Void Spine.ExposedList`1::ForEach(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_ForEach_m3977284648_gshared (ExposedList_1_t4104378640 * __this, Action_1_t1569734369 * ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_ForEach_m3977284648_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Action_1_t1569734369 * L_0 = ___action0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral2365897554, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_ForEach_m3977284648_RuntimeMethod_var); } IL_0011: { V_0 = (int32_t)0; goto IL_002e; } IL_0018: { Action_1_t1569734369 * L_2 = ___action0; SingleU5BU5D_t1444911251* L_3 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; float L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((Action_1_t1569734369 *)L_2); (( void (*) (Action_1_t1569734369 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)->methodPointer)((Action_1_t1569734369 *)L_2, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)); int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0018; } } { return; } } // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t3433219795 ExposedList_1_GetEnumerator_m1820130586_gshared (ExposedList_1_t4104378640 * __this, const RuntimeMethod* method) { { Enumerator_t3433219795 L_0; memset(&L_0, 0, sizeof(L_0)); Enumerator__ctor_m1023103090((&L_0), (ExposedList_1_t4104378640 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 27)); return L_0; } } // Spine.ExposedList`1 Spine.ExposedList`1::GetRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t4104378640 * ExposedList_1_GetRange_m1637643747_gshared (ExposedList_1_t4104378640 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { SingleU5BU5D_t1444911251* V_0 = NULL; { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; V_0 = (SingleU5BU5D_t1444911251*)((SingleU5BU5D_t1444911251*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2)); SingleU5BU5D_t1444911251* L_3 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_4 = ___index0; SingleU5BU5D_t1444911251* L_5 = V_0; int32_t L_6 = ___count1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, (int32_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)0, (int32_t)L_6, /*hidden argument*/NULL); SingleU5BU5D_t1444911251* L_7 = V_0; int32_t L_8 = ___count1; ExposedList_1_t4104378640 * L_9 = (ExposedList_1_t4104378640 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t4104378640 *, SingleU5BU5D_t1444911251*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)->methodPointer)(L_9, (SingleU5BU5D_t1444911251*)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)); return L_9; } } // System.Int32 Spine.ExposedList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m2140376856_gshared (ExposedList_1_t4104378640 * __this, float ___item0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); float L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, float, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_0, (float)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_3; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m3985315474_gshared (ExposedList_1_t4104378640 * __this, float ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); SingleU5BU5D_t1444911251* L_1 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); float L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_Count_1(); int32_t L_5 = ___index1; int32_t L_6 = (( int32_t (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, float, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_1, (float)L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_6; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m4204834827_gshared (ExposedList_1_t4104378640 * __this, float ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_IndexOf_m4204834827_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_IndexOf_m4204834827_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_IndexOf_m4204834827_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index1; int32_t L_5 = ___count2; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_IndexOf_m4204834827_RuntimeMethod_var); } IL_003d: { SingleU5BU5D_t1444911251* L_8 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); float L_9 = ___item0; int32_t L_10 = ___index1; int32_t L_11 = ___count2; int32_t L_12 = (( int32_t (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, float, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_8, (float)L_9, (int32_t)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_12; } } // System.Void Spine.ExposedList`1::Shift(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Shift_m737379669_gshared (ExposedList_1_t4104378640 * __this, int32_t ___start0, int32_t ___delta1, const RuntimeMethod* method) { { int32_t L_0 = ___delta1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___start0; int32_t L_2 = ___delta1; ___start0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)); } IL_000c: { int32_t L_3 = ___start0; int32_t L_4 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0035; } } { SingleU5BU5D_t1444911251* L_5 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_6 = ___start0; SingleU5BU5D_t1444911251* L_7 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_8 = ___start0; int32_t L_9 = ___delta1; int32_t L_10 = (int32_t)__this->get_Count_1(); int32_t L_11 = ___start0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); } IL_0035: { int32_t L_12 = (int32_t)__this->get_Count_1(); int32_t L_13 = ___delta1; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))); int32_t L_14 = ___delta1; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_005d; } } { SingleU5BU5D_t1444911251* L_15 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_16 = (int32_t)__this->get_Count_1(); int32_t L_17 = ___delta1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((-L_17)), /*hidden argument*/NULL); } IL_005d: { return; } } // System.Void Spine.ExposedList`1::CheckIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckIndex_m3939869851_gshared (ExposedList_1_t4104378640 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckIndex_m3939869851_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) > ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckIndex_m3939869851_RuntimeMethod_var); } IL_001e: { return; } } // System.Void Spine.ExposedList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Insert_m690375179_gshared (ExposedList_1_t4104378640 * __this, int32_t ___index0, float ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_1 = (int32_t)__this->get_Count_1(); SingleU5BU5D_t1444911251* L_2 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0021; } } { NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0021: { int32_t L_3 = ___index0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_3, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); SingleU5BU5D_t1444911251* L_4 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_5 = ___index0; float L_6 = ___item1; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (float)L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::CheckCollection(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckCollection_m3040594082_gshared (ExposedList_1_t4104378640 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckCollection_m3040594082_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___collection0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral3723644332, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckCollection_m3040594082_RuntimeMethod_var); } IL_0011: { return; } } // System.Void Spine.ExposedList`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertRange_m636147132_gshared (ExposedList_1_t4104378640 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { SingleU5BU5D_t1444911251* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = ___collection1; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t4104378640 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); int32_t L_1 = ___index0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); RuntimeObject* L_2 = ___collection1; if ((!(((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(ExposedList_1_t4104378640 *)__this)))) { goto IL_0055; } } { int32_t L_3 = (int32_t)__this->get_Count_1(); V_0 = (SingleU5BU5D_t1444911251*)((SingleU5BU5D_t1444911251*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_3)); SingleU5BU5D_t1444911251* L_4 = V_0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, SingleU5BU5D_t1444911251*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)->methodPointer)((ExposedList_1_t4104378640 *)__this, (SingleU5BU5D_t1444911251*)L_4, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)); int32_t L_5 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_6 = ___index0; SingleU5BU5D_t1444911251* L_7 = V_0; NullCheck(L_7); NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); SingleU5BU5D_t1444911251* L_8 = V_0; SingleU5BU5D_t1444911251* L_9 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_10 = ___index0; SingleU5BU5D_t1444911251* L_11 = V_0; NullCheck(L_11); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), /*hidden argument*/NULL); goto IL_0077; } IL_0055: { RuntimeObject* L_12 = ___collection1; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_13 = V_1; if (!L_13) { goto IL_006f; } } { int32_t L_14 = ___index0; RuntimeObject* L_15 = V_1; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_14, (RuntimeObject*)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)); goto IL_0077; } IL_006f: { int32_t L_16 = ___index0; RuntimeObject* L_17 = ___collection1; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_16, (RuntimeObject*)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)); } IL_0077: { int32_t L_18 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::InsertCollection(System.Int32,System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertCollection_m2947084159_gshared (ExposedList_1_t4104378640 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection1; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_3 = ___index0; int32_t L_4 = V_0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); RuntimeObject* L_5 = ___collection1; SingleU5BU5D_t1444911251* L_6 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_7 = ___index0; NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< SingleU5BU5D_t1444911251*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5, (SingleU5BU5D_t1444911251*)L_6, (int32_t)L_7); return; } } // System.Void Spine.ExposedList`1::InsertEnumeration(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertEnumeration_m1762452917_gshared (ExposedList_1_t4104378640 * __this, int32_t ___index0, RuntimeObject* ___enumerable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_InsertEnumeration_m1762452917_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_0020; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); float L_3 = InterfaceFuncInvoker0< float >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (float)L_3; int32_t L_4 = ___index0; int32_t L_5 = (int32_t)L_4; ___index0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); float L_6 = V_0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_5, (float)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)); } IL_0020: { RuntimeObject* L_7 = V_1; NullCheck((RuntimeObject*)L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); if (L_8) { goto IL_000c; } } IL_002b: { IL2CPP_LEAVE(0x3D, FINALLY_0030); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_003c; } } IL_0036: { RuntimeObject* L_10 = V_1; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); } IL_003c: { IL2CPP_END_FINALLY(48) } } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x3D, IL_003d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003d: { return; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m4148484113_gshared (ExposedList_1_t4104378640 * __this, float ___item0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); float L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, float, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_0, (float)L_1, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_4; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m602575005_gshared (ExposedList_1_t4104378640 * __this, float ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); SingleU5BU5D_t1444911251* L_1 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); float L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = ___index1; int32_t L_5 = (( int32_t (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, float, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_1, (float)L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_5; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m535682982_gshared (ExposedList_1_t4104378640 * __this, float ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_LastIndexOf_m535682982_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___index1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_4, (String_t*)_stringLiteral797640427, (RuntimeObject *)L_3, (String_t*)_stringLiteral1103599130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ExposedList_1_LastIndexOf_m535682982_RuntimeMethod_var); } IL_001d: { int32_t L_5 = ___count2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_003a; } } { int32_t L_6 = ___count2; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_9, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_8, (String_t*)_stringLiteral3690514408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,ExposedList_1_LastIndexOf_m535682982_RuntimeMethod_var); } IL_003a: { int32_t L_10 = ___index1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1))) >= ((int32_t)0))) { goto IL_005b; } } { int32_t L_12 = ___count2; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_15, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_14, (String_t*)_stringLiteral2617075568, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ExposedList_1_LastIndexOf_m535682982_RuntimeMethod_var); } IL_005b: { SingleU5BU5D_t1444911251* L_16 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); float L_17 = ___item0; int32_t L_18 = ___index1; int32_t L_19 = ___count2; int32_t L_20 = (( int32_t (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, float, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_16, (float)L_17, (int32_t)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_20; } } // System.Boolean Spine.ExposedList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Remove_m4237192345_gshared (ExposedList_1_t4104378640 * __this, float ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { float L_0 = ___item0; NullCheck((ExposedList_1_t4104378640 *)__this); int32_t L_1 = (( int32_t (*) (ExposedList_1_t4104378640 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)->methodPointer)((ExposedList_1_t4104378640 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0016; } } { int32_t L_3 = V_0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)); } IL_0016: { int32_t L_4 = V_0; return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 Spine.ExposedList`1::RemoveAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_RemoveAll_m2769589154_gshared (ExposedList_1_t4104378640 * __this, Predicate_1_t2222560898 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Predicate_1_t2222560898 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2222560898 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; V_1 = (int32_t)0; V_0 = (int32_t)0; goto IL_0031; } IL_0011: { Predicate_1_t2222560898 * L_1 = ___match0; SingleU5BU5D_t1444911251* L_2 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; float L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t2222560898 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t2222560898 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t2222560898 *)L_1, (float)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_002d; } } { goto IL_003d; } IL_002d: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0031: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0011; } } IL_003d: { int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_004b; } } { return 0; } IL_004b: { int32_t L_12 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_0; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0099; } IL_0062: { Predicate_1_t2222560898 * L_14 = ___match0; SingleU5BU5D_t1444911251* L_15 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; float L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck((Predicate_1_t2222560898 *)L_14); bool L_19 = (( bool (*) (Predicate_1_t2222560898 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t2222560898 *)L_14, (float)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_19) { goto IL_0095; } } { SingleU5BU5D_t1444911251* L_20 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_21 = V_0; int32_t L_22 = (int32_t)L_21; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); SingleU5BU5D_t1444911251* L_23 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_24 = V_1; NullCheck(L_23); int32_t L_25 = L_24; float L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_20); (L_20)->SetAt(static_cast(L_22), (float)L_26); } IL_0095: { int32_t L_27 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0099: { int32_t L_28 = V_1; int32_t L_29 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0062; } } { int32_t L_30 = V_1; int32_t L_31 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))) <= ((int32_t)0))) { goto IL_00bd; } } { SingleU5BU5D_t1444911251* L_32 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_33 = V_0; int32_t L_34 = V_1; int32_t L_35 = V_0; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_32, (int32_t)L_33, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); } IL_00bd: { int32_t L_36 = V_0; __this->set_Count_1(L_36); int32_t L_37 = V_1; int32_t L_38 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)); } } // System.Void Spine.ExposedList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveAt_m1650951829_gshared (ExposedList_1_t4104378640 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_RemoveAt_m1650951829_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) >= ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_RemoveAt_m1650951829_RuntimeMethod_var); } IL_001e: { int32_t L_4 = ___index0; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_4, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); SingleU5BU5D_t1444911251* L_5 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)1, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // T Spine.ExposedList`1::Pop() extern "C" IL2CPP_METHOD_ATTR float ExposedList_1_Pop_m1358637263_gshared (ExposedList_1_t4104378640 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_Pop_m1358637263_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { int32_t L_0 = (int32_t)__this->get_Count_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral1428145348, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_Pop_m1358637263_RuntimeMethod_var); } IL_0016: { int32_t L_2 = (int32_t)__this->get_Count_1(); V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); SingleU5BU5D_t1444911251* L_3 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; float L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = (float)L_6; SingleU5BU5D_t1444911251* L_7 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_8 = V_0; il2cpp_codegen_initobj((&V_2), sizeof(float)); float L_9 = V_2; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (float)L_9); int32_t L_10 = (int32_t)__this->get_Count_1(); __this->set_Count_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); float L_12 = V_1; return L_12; } } // System.Void Spine.ExposedList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveRange_m2924363683_gshared (ExposedList_1_t4104378640 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0038; } } { int32_t L_3 = ___index0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_3, (int32_t)((-L_4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); SingleU5BU5D_t1444911251* L_5 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); int32_t L_7 = ___count1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL); int32_t L_8 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); } IL_0038: { return; } } // System.Void Spine.ExposedList`1::Reverse() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m828065425_gshared (ExposedList_1_t4104378640 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/NULL); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Reverse(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m1507816454_gshared (ExposedList_1_t4104378640 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); SingleU5BU5D_t1444911251* L_2 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m1558849947_gshared (ExposedList_1_t4104378640 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 38)); Comparer_1_t2897021656 * L_2 = (( Comparer_1_t2897021656 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)); (( void (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m2383771245_gshared (ExposedList_1_t4104378640 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); RuntimeObject* L_2 = ___comparer0; (( void (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m2438141317_gshared (ExposedList_1_t4104378640 * __this, Comparison_1_t1172197953 * ___comparison0, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); Comparison_1_t1172197953 * L_1 = ___comparison0; (( void (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, Comparison_1_t1172197953 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_0, (Comparison_1_t1172197953 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m4001946309_gshared (ExposedList_1_t4104378640 * __this, int32_t ___index0, int32_t ___count1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); SingleU5BU5D_t1444911251* L_2 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; RuntimeObject* L_5 = ___comparer2; (( void (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251*)L_2, (int32_t)L_3, (int32_t)L_4, (RuntimeObject*)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_6 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); return; } } // T[] Spine.ExposedList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR SingleU5BU5D_t1444911251* ExposedList_1_ToArray_m367527777_gshared (ExposedList_1_t4104378640 * __this, const RuntimeMethod* method) { SingleU5BU5D_t1444911251* V_0 = NULL; { int32_t L_0 = (int32_t)__this->get_Count_1(); V_0 = (SingleU5BU5D_t1444911251*)((SingleU5BU5D_t1444911251*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_0)); SingleU5BU5D_t1444911251* L_1 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); SingleU5BU5D_t1444911251* L_2 = V_0; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, /*hidden argument*/NULL); SingleU5BU5D_t1444911251* L_4 = V_0; return L_4; } } // System.Void Spine.ExposedList`1::TrimExcess() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_TrimExcess_m1890149912_gshared (ExposedList_1_t4104378640 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t4104378640 *)__this); (( void (*) (ExposedList_1_t4104378640 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t4104378640 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); return; } } // System.Boolean Spine.ExposedList`1::TrueForAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_TrueForAll_m2794166450_gshared (ExposedList_1_t4104378640 * __this, Predicate_1_t2222560898 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t2222560898 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t2222560898 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t2222560898 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; goto IL_002a; } IL_000d: { Predicate_1_t2222560898 * L_1 = ___match0; SingleU5BU5D_t1444911251* L_2 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; float L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t2222560898 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t2222560898 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t2222560898 *)L_1, (float)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_6) { goto IL_0026; } } { return (bool)0; } IL_0026: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002a: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000d; } } { return (bool)1; } } // System.Int32 Spine.ExposedList`1::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_get_Capacity_m3957516812_gshared (ExposedList_1_t4104378640 * __this, const RuntimeMethod* method) { { SingleU5BU5D_t1444911251* L_0 = (SingleU5BU5D_t1444911251*)__this->get_Items_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Void Spine.ExposedList`1::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_set_Capacity_m1671286360_gshared (ExposedList_1_t4104378640 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_set_Capacity_m1671286360_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_0) < ((uint32_t)L_1)))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ExposedList_1_set_Capacity_m1671286360_RuntimeMethod_var); } IL_0012: { SingleU5BU5D_t1444911251** L_3 = (SingleU5BU5D_t1444911251**)__this->get_address_of_Items_0(); int32_t L_4 = ___value0; (( void (*) (RuntimeObject * /* static, unused */, SingleU5BU5D_t1444911251**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (SingleU5BU5D_t1444911251**)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); return; } } // System.Collections.Generic.IEnumerator`1 Spine.ExposedList`1::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m1124844805_gshared (ExposedList_1_t4104378640 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t4104378640 *)__this); Enumerator_t3433219795 L_0 = (( Enumerator_t3433219795 (*) (ExposedList_1_t4104378640 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t4104378640 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t3433219795 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator Spine.ExposedList`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_IEnumerable_GetEnumerator_m3632357250_gshared (ExposedList_1_t4104378640 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t4104378640 *)__this); Enumerator_t3433219795 L_0 = (( Enumerator_t3433219795 (*) (ExposedList_1_t4104378640 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t4104378640 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t3433219795 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Void Spine.ExposedList`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__cctor_m151960672_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { ((ExposedList_1_t4104378640_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set_EmptyArray_3(((SingleU5BU5D_t1444911251*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4), (uint32_t)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 Spine.ExposedList`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m1500974905_gshared (ExposedList_1_t1012645862 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); Color32U5BU5D_t3850468773* L_0 = ((ExposedList_1_t1012645862_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_0); return; } } // System.Void Spine.ExposedList`1::.ctor(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m1531670578_gshared (ExposedList_1_t1012645862 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t1012645862 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); Color32U5BU5D_t3850468773* L_3 = ((ExposedList_1_t1012645862_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)))->get_EmptyArray_3(); __this->set_Items_0(L_3); RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t1012645862 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); goto IL_0049; } IL_0031: { RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5); __this->set_Items_0(((Color32U5BU5D_t3850468773*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_6))); RuntimeObject* L_7 = V_0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t1012645862 *)__this, (RuntimeObject*)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); } IL_0049: { return; } } // System.Void Spine.ExposedList`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m823976159_gshared (ExposedList_1_t1012645862 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1__ctor_m823976159_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral3623012086, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1__ctor_m823976159_RuntimeMethod_var); } IL_0018: { int32_t L_2 = ___capacity0; __this->set_Items_0(((Color32U5BU5D_t3850468773*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2))); return; } } // System.Void Spine.ExposedList`1::.ctor(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__ctor_m1540116794_gshared (ExposedList_1_t1012645862 * __this, Color32U5BU5D_t3850468773* ___data0, int32_t ___size1, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m297566312((RuntimeObject *)__this, /*hidden argument*/NULL); Color32U5BU5D_t3850468773* L_0 = ___data0; __this->set_Items_0(L_0); int32_t L_1 = ___size1; __this->set_Count_1(L_1); return; } } // System.Void Spine.ExposedList`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Add_m3297426612_gshared (ExposedList_1_t1012645862 * __this, Color32_t2600501292 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); Color32U5BU5D_t3850468773* L_1 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_001a; } } { NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_001a: { Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (int32_t)L_3; V_0 = (int32_t)L_4; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; Color32_t2600501292 L_6 = ___item0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Color32_t2600501292 )L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::GrowIfNeeded(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_GrowIfNeeded_m689110982_gshared (ExposedList_1_t1012645862 * __this, int32_t ___addedCount0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->get_Count_1(); int32_t L_1 = ___addedCount0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = V_0; Color32U5BU5D_t3850468773* L_3 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); NullCheck(L_3); if ((((int32_t)L_2) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_0031; } } { NullCheck((ExposedList_1_t1012645862 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t1012645862 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)->methodPointer)((ExposedList_1_t1012645862 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 7)); int32_t L_5 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)), (int32_t)4, /*hidden argument*/NULL); int32_t L_6 = V_0; int32_t L_7 = Math_Max_m1873195862(NULL /*static, unused*/, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_0031: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1012645862 * ExposedList_1_Resize_m3528856521_gshared (ExposedList_1_t1012645862 * __this, int32_t ___newSize0, const RuntimeMethod* method) { int32_t V_0 = 0; Color32U5BU5D_t3850468773* V_1 = NULL; int32_t V_2 = 0; Color32_t2600501292 V_3; memset(&V_3, 0, sizeof(V_3)); { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); NullCheck(L_0); V_0 = (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); Color32U5BU5D_t3850468773* L_1 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); V_1 = (Color32U5BU5D_t3850468773*)L_1; int32_t L_2 = ___newSize0; int32_t L_3 = V_0; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0028; } } { Color32U5BU5D_t3850468773** L_4 = (Color32U5BU5D_t3850468773**)__this->get_address_of_Items_0(); int32_t L_5 = ___newSize0; (( void (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773**)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); goto IL_0051; } IL_0028: { int32_t L_6 = ___newSize0; int32_t L_7 = V_0; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0051; } } { int32_t L_8 = ___newSize0; V_2 = (int32_t)L_8; goto IL_004a; } IL_0036: { Color32U5BU5D_t3850468773* L_9 = V_1; int32_t L_10 = V_2; il2cpp_codegen_initobj((&V_3), sizeof(Color32_t2600501292 )); Color32_t2600501292 L_11 = V_3; NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (Color32_t2600501292 )L_11); int32_t L_12 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004a: { int32_t L_13 = V_2; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0036; } } IL_0051: { int32_t L_15 = ___newSize0; __this->set_Count_1(L_15); return __this; } } // System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_EnsureCapacity_m3152551785_gshared (ExposedList_1_t1012645862 * __this, int32_t ___min0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B4_0 = 0; { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); NullCheck(L_0); int32_t L_1 = ___min0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) >= ((int32_t)L_1))) { goto IL_003c; } } { Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_0021; } } { G_B4_0 = 4; goto IL_002b; } IL_0021: { Color32U5BU5D_t3850468773* L_3 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); NullCheck(L_3); G_B4_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)); } IL_002b: { V_0 = (int32_t)G_B4_0; int32_t L_4 = V_0; int32_t L_5 = ___min0; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0035; } } { int32_t L_6 = ___min0; V_0 = (int32_t)L_6; } IL_0035: { int32_t L_7 = V_0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); } IL_003c: { return; } } // System.Void Spine.ExposedList`1::CheckRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckRange_m3621980048_gshared (ExposedList_1_t1012645862 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckRange_m3621980048_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckRange_m3621980048_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckRange_m3621980048_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index0; int32_t L_5 = ___count1; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_CheckRange_m3621980048_RuntimeMethod_var); } IL_003d: { return; } } // System.Void Spine.ExposedList`1::AddCollection(System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddCollection_m976100835_gshared (ExposedList_1_t1012645862 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection0; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if (L_2) { goto IL_000e; } } { return; } IL_000e: { int32_t L_3 = V_0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); RuntimeObject* L_4 = ___collection0; Color32U5BU5D_t3850468773* L_5 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker2< Color32U5BU5D_t3850468773*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_4, (Color32U5BU5D_t3850468773*)L_5, (int32_t)L_6); int32_t L_7 = (int32_t)__this->get_Count_1(); int32_t L_8 = V_0; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); return; } } // System.Void Spine.ExposedList`1::AddEnumerable(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddEnumerable_m752426302_gshared (ExposedList_1_t1012645862 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_AddEnumerable_m752426302_MetadataUsageId); s_Il2CppMethodInitialized = true; } Color32_t2600501292 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_001a; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); Color32_t2600501292 L_3 = InterfaceFuncInvoker0< Color32_t2600501292 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (Color32_t2600501292 )L_3; Color32_t2600501292 L_4 = V_0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t1012645862 *)__this, (Color32_t2600501292 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_001a: { RuntimeObject* L_5 = V_1; NullCheck((RuntimeObject*)L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); if (L_6) { goto IL_000c; } } IL_0025: { IL2CPP_LEAVE(0x37, 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) { RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0036; } } IL_0030: { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); } IL_0036: { IL2CPP_END_FINALLY(42) } } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { return; } } // System.Void Spine.ExposedList`1::AddRange(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_AddRange_m1293684703_gshared (ExposedList_1_t1012645862 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___collection0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t1012645862 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); RuntimeObject* L_1 = ___collection0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0020; } } { RuntimeObject* L_3 = V_0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)->methodPointer)((ExposedList_1_t1012645862 *)__this, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 5)); goto IL_0027; } IL_0020: { RuntimeObject* L_4 = ___collection0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)->methodPointer)((ExposedList_1_t1012645862 *)__this, (RuntimeObject*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 3)); } IL_0027: { int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m3621445852_gshared (ExposedList_1_t1012645862 * __this, Color32_t2600501292 ___item0, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Color32_t2600501292 L_2 = ___item0; int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, int32_t, int32_t, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_0, (int32_t)0, (int32_t)L_1, (Color32_t2600501292 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 13)); return L_3; } } // System.Int32 Spine.ExposedList`1::BinarySearch(T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m2801359279_gshared (ExposedList_1_t1012645862 * __this, Color32_t2600501292 ___item0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Color32_t2600501292 L_2 = ___item0; RuntimeObject* L_3 = ___comparer1; int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, int32_t, int32_t, Color32_t2600501292 , RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_0, (int32_t)0, (int32_t)L_1, (Color32_t2600501292 )L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_4; } } // System.Int32 Spine.ExposedList`1::BinarySearch(System.Int32,System.Int32,T,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_BinarySearch_m3480509178_gshared (ExposedList_1_t1012645862 * __this, int32_t ___index0, int32_t ___count1, Color32_t2600501292 ___item2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; Color32_t2600501292 L_5 = ___item2; RuntimeObject* L_6 = ___comparer3; int32_t L_7 = (( int32_t (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, int32_t, int32_t, Color32_t2600501292 , RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_2, (int32_t)L_3, (int32_t)L_4, (Color32_t2600501292 )L_5, (RuntimeObject*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 14)); return L_7; } } // System.Void Spine.ExposedList`1::Clear(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Clear_m3815630333_gshared (ExposedList_1_t1012645862 * __this, bool ___clearArray0, const RuntimeMethod* method) { { bool L_0 = ___clearArray0; if (!L_0) { goto IL_001a; } } { Color32U5BU5D_t3850468773* L_1 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); NullCheck(L_2); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); } IL_001a: { __this->set_Count_1(0); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Boolean Spine.ExposedList`1::Contains(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Contains_m2423382457_gshared (ExposedList_1_t1012645862 * __this, Color32_t2600501292 ___item0, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); Color32_t2600501292 L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, Color32_t2600501292 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_0, (Color32_t2600501292 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void Spine.ExposedList`1::CopyTo(T[]) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m3500972983_gshared (ExposedList_1_t1012645862 * __this, Color32U5BU5D_t3850468773* ___array0, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); Color32U5BU5D_t3850468773* L_1 = ___array0; int32_t L_2 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(T[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m1835764532_gshared (ExposedList_1_t1012645862 * __this, Color32U5BU5D_t3850468773* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); Color32U5BU5D_t3850468773* L_1 = ___array0; int32_t L_2 = ___arrayIndex1; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/NULL); return; } } // System.Void Spine.ExposedList`1::CopyTo(System.Int32,T[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CopyTo_m387707006_gshared (ExposedList_1_t1012645862 * __this, int32_t ___index0, Color32U5BU5D_t3850468773* ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count3; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_3 = ___index0; Color32U5BU5D_t3850468773* L_4 = ___array1; int32_t L_5 = ___arrayIndex2; int32_t L_6 = ___count3; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (RuntimeArray *)(RuntimeArray *)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL); return; } } // System.Boolean Spine.ExposedList`1::Exists(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Exists_m3783757023_gshared (ExposedList_1_t1012645862 * __this, Predicate_1_t3425795416 * ___match0, const RuntimeMethod* method) { { Predicate_1_t3425795416 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3425795416 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3425795416 * L_2 = ___match0; NullCheck((ExposedList_1_t1012645862 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3425795416 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // T Spine.ExposedList`1::Find(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR Color32_t2600501292 ExposedList_1_Find_m3720348511_gshared (ExposedList_1_t1012645862 * __this, Predicate_1_t3425795416 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; Color32_t2600501292 V_1; memset(&V_1, 0, sizeof(V_1)); Color32_t2600501292 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { Predicate_1_t3425795416 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3425795416 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3425795416 * L_2 = ___match0; NullCheck((ExposedList_1_t1012645862 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3425795416 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_002d; } } { Color32U5BU5D_t3850468773* L_5 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; Color32_t2600501292 L_8 = (L_5)->GetAt(static_cast(L_7)); G_B3_0 = L_8; goto IL_0036; } IL_002d: { il2cpp_codegen_initobj((&V_1), sizeof(Color32_t2600501292 )); Color32_t2600501292 L_9 = V_1; G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Void Spine.ExposedList`1::CheckMatch(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckMatch_m4171222422_gshared (RuntimeObject * __this /* static, unused */, Predicate_1_t3425795416 * ___match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckMatch_m4171222422_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Predicate_1_t3425795416 * L_0 = ___match0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral461028519, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckMatch_m4171222422_RuntimeMethod_var); } IL_0011: { return; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1012645862 * ExposedList_1_FindAll_m562180427_gshared (ExposedList_1_t1012645862 * __this, Predicate_1_t3425795416 * ___match0, const RuntimeMethod* method) { { Predicate_1_t3425795416 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3425795416 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); Predicate_1_t3425795416 * L_1 = ___match0; NullCheck((ExposedList_1_t1012645862 *)__this); ExposedList_1_t1012645862 * L_2 = (( ExposedList_1_t1012645862 * (*) (ExposedList_1_t1012645862 *, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)->methodPointer)((ExposedList_1_t1012645862 *)__this, (Predicate_1_t3425795416 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 19)); return L_2; } } // Spine.ExposedList`1 Spine.ExposedList`1::FindAllList(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1012645862 * ExposedList_1_FindAllList_m1013513775_gshared (ExposedList_1_t1012645862 * __this, Predicate_1_t3425795416 * ___match0, const RuntimeMethod* method) { ExposedList_1_t1012645862 * V_0 = NULL; int32_t V_1 = 0; { ExposedList_1_t1012645862 * L_0 = (ExposedList_1_t1012645862 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t1012645862 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 21)); V_0 = (ExposedList_1_t1012645862 *)L_0; V_1 = (int32_t)0; goto IL_003a; } IL_000d: { Predicate_1_t3425795416 * L_1 = ___match0; Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Color32_t2600501292 L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t3425795416 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t3425795416 *, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3425795416 *)L_1, (Color32_t2600501292 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_0036; } } { ExposedList_1_t1012645862 * L_7 = V_0; Color32U5BU5D_t3850468773* L_8 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; Color32_t2600501292 L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((ExposedList_1_t1012645862 *)L_7); (( void (*) (ExposedList_1_t1012645862 *, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)->methodPointer)((ExposedList_1_t1012645862 *)L_7, (Color32_t2600501292 )L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 12)); } IL_0036: { int32_t L_12 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003a: { int32_t L_13 = V_1; int32_t L_14 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { ExposedList_1_t1012645862 * L_15 = V_0; return L_15; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m4176332082_gshared (ExposedList_1_t1012645862 * __this, Predicate_1_t3425795416 * ___match0, const RuntimeMethod* method) { { Predicate_1_t3425795416 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3425795416 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3425795416 * L_2 = ___match0; NullCheck((ExposedList_1_t1012645862 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3425795416 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m1201687946_gshared (ExposedList_1_t1012645862 * __this, int32_t ___startIndex0, Predicate_1_t3425795416 * ___match1, const RuntimeMethod* method) { { Predicate_1_t3425795416 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3425795416 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = ___startIndex0; Predicate_1_t3425795416 * L_5 = ___match1; NullCheck((ExposedList_1_t1012645862 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)), (Predicate_1_t3425795416 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindIndex_m1043761565_gshared (ExposedList_1_t1012645862 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t3425795416 * ___match2, const RuntimeMethod* method) { { Predicate_1_t3425795416 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3425795416 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_3 = ___startIndex0; int32_t L_4 = ___count1; Predicate_1_t3425795416 * L_5 = ___match2; NullCheck((ExposedList_1_t1012645862 *)__this); int32_t L_6 = (( int32_t (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_3, (int32_t)L_4, (Predicate_1_t3425795416 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 18)); return L_6; } } // System.Int32 Spine.ExposedList`1::GetIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetIndex_m2363584033_gshared (ExposedList_1_t1012645862 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t3425795416 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___startIndex0; V_1 = (int32_t)L_2; goto IL_0028; } IL_000b: { Predicate_1_t3425795416 * L_3 = ___match2; Color32U5BU5D_t3850468773* L_4 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; Color32_t2600501292 L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t3425795416 *)L_3); bool L_8 = (( bool (*) (Predicate_1_t3425795416 *, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3425795416 *)L_3, (Color32_t2600501292 )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0024; } } { int32_t L_9 = V_1; return L_9; } IL_0024: { int32_t L_10 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0028: { int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000b; } } { return (-1); } } // T Spine.ExposedList`1::FindLast(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR Color32_t2600501292 ExposedList_1_FindLast_m1414394274_gshared (ExposedList_1_t1012645862 * __this, Predicate_1_t3425795416 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; Color32_t2600501292 V_1; memset(&V_1, 0, sizeof(V_1)); Color32_t2600501292 G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); { Predicate_1_t3425795416 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3425795416 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3425795416 * L_2 = ___match0; NullCheck((ExposedList_1_t1012645862 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3425795416 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); V_0 = (int32_t)L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_002a; } } { il2cpp_codegen_initobj((&V_1), sizeof(Color32_t2600501292 )); Color32_t2600501292 L_5 = V_1; G_B3_0 = L_5; goto IL_0036; } IL_002a: { Color32U5BU5D_t3850468773* L_6 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Color32_t2600501292 L_9 = (L_6)->GetAt(static_cast(L_8)); G_B3_0 = L_9; } IL_0036: { return G_B3_0; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m2026603953_gshared (ExposedList_1_t1012645862 * __this, Predicate_1_t3425795416 * ___match0, const RuntimeMethod* method) { { Predicate_1_t3425795416 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3425795416 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = (int32_t)__this->get_Count_1(); Predicate_1_t3425795416 * L_2 = ___match0; NullCheck((ExposedList_1_t1012645862 *)__this); int32_t L_3 = (( int32_t (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)0, (int32_t)L_1, (Predicate_1_t3425795416 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_3; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m4112086189_gshared (ExposedList_1_t1012645862 * __this, int32_t ___startIndex0, Predicate_1_t3425795416 * ___match1, const RuntimeMethod* method) { { Predicate_1_t3425795416 * L_0 = ___match1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3425795416 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_2 = ___startIndex0; Predicate_1_t3425795416 * L_3 = ___match1; NullCheck((ExposedList_1_t1012645862 *)__this); int32_t L_4 = (( int32_t (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), (Predicate_1_t3425795416 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_4; } } // System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_FindLastIndex_m1652632773_gshared (ExposedList_1_t1012645862 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t3425795416 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t3425795416 * L_0 = ___match2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3425795416 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); int32_t L_1 = ___startIndex0; int32_t L_2 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), (int32_t)1)); int32_t L_3 = V_0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_5 = V_0; int32_t L_6 = ___count1; Predicate_1_t3425795416 * L_7 = ___match2; NullCheck((ExposedList_1_t1012645862 *)__this); int32_t L_8 = (( int32_t (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_5, (int32_t)L_6, (Predicate_1_t3425795416 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 24)); return L_8; } } // System.Int32 Spine.ExposedList`1::GetLastIndex(System.Int32,System.Int32,System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_GetLastIndex_m2294391845_gshared (ExposedList_1_t1012645862 * __this, int32_t ___startIndex0, int32_t ___count1, Predicate_1_t3425795416 * ___match2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___startIndex0; int32_t L_1 = ___count1; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); goto IL_0026; } IL_0009: { Predicate_1_t3425795416 * L_2 = ___match2; Color32U5BU5D_t3850468773* L_3 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_4 = V_0; int32_t L_5 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = (int32_t)L_5; NullCheck(L_3); int32_t L_6 = L_5; Color32_t2600501292 L_7 = (L_3)->GetAt(static_cast(L_6)); NullCheck((Predicate_1_t3425795416 *)L_2); bool L_8 = (( bool (*) (Predicate_1_t3425795416 *, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3425795416 *)L_2, (Color32_t2600501292 )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_8) { goto IL_0026; } } { int32_t L_9 = V_0; return L_9; } IL_0026: { int32_t L_10 = V_0; int32_t L_11 = ___startIndex0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0009; } } { return (-1); } } // System.Void Spine.ExposedList`1::ForEach(System.Action`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_ForEach_m3586378714_gshared (ExposedList_1_t1012645862 * __this, Action_1_t2772968887 * ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_ForEach_m3586378714_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Action_1_t2772968887 * L_0 = ___action0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral2365897554, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_ForEach_m3586378714_RuntimeMethod_var); } IL_0011: { V_0 = (int32_t)0; goto IL_002e; } IL_0018: { Action_1_t2772968887 * L_2 = ___action0; Color32U5BU5D_t3850468773* L_3 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Color32_t2600501292 L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((Action_1_t2772968887 *)L_2); (( void (*) (Action_1_t2772968887 *, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)->methodPointer)((Action_1_t2772968887 *)L_2, (Color32_t2600501292 )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 25)); int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0018; } } { return; } } // Spine.ExposedList`1/Enumerator Spine.ExposedList`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t341487017 ExposedList_1_GetEnumerator_m2661370229_gshared (ExposedList_1_t1012645862 * __this, const RuntimeMethod* method) { { Enumerator_t341487017 L_0; memset(&L_0, 0, sizeof(L_0)); Enumerator__ctor_m2238079965((&L_0), (ExposedList_1_t1012645862 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 27)); return L_0; } } // Spine.ExposedList`1 Spine.ExposedList`1::GetRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ExposedList_1_t1012645862 * ExposedList_1_GetRange_m1345460838_gshared (ExposedList_1_t1012645862 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { Color32U5BU5D_t3850468773* V_0 = NULL; { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; V_0 = (Color32U5BU5D_t3850468773*)((Color32U5BU5D_t3850468773*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_2)); Color32U5BU5D_t3850468773* L_3 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_4 = ___index0; Color32U5BU5D_t3850468773* L_5 = V_0; int32_t L_6 = ___count1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, (int32_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)0, (int32_t)L_6, /*hidden argument*/NULL); Color32U5BU5D_t3850468773* L_7 = V_0; int32_t L_8 = ___count1; ExposedList_1_t1012645862 * L_9 = (ExposedList_1_t1012645862 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 20)); (( void (*) (ExposedList_1_t1012645862 *, Color32U5BU5D_t3850468773*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)->methodPointer)(L_9, (Color32U5BU5D_t3850468773*)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 28)); return L_9; } } // System.Int32 Spine.ExposedList`1::IndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m754085301_gshared (ExposedList_1_t1012645862 * __this, Color32_t2600501292 ___item0, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); Color32_t2600501292 L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (( int32_t (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, Color32_t2600501292 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_0, (Color32_t2600501292 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_3; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m892334735_gshared (ExposedList_1_t1012645862 * __this, Color32_t2600501292 ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); Color32U5BU5D_t3850468773* L_1 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); Color32_t2600501292 L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = (int32_t)__this->get_Count_1(); int32_t L_5 = ___index1; int32_t L_6 = (( int32_t (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, Color32_t2600501292 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_1, (Color32_t2600501292 )L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_6; } } // System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_IndexOf_m2597963433_gshared (ExposedList_1_t1012645862 * __this, Color32_t2600501292 ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_IndexOf_m2597963433_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_IndexOf_m2597963433_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0024; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_IndexOf_m2597963433_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___index1; int32_t L_5 = ___count2; int32_t L_6 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) > ((uint32_t)L_6)))) { goto IL_003d; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, (String_t*)_stringLiteral3335335170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ExposedList_1_IndexOf_m2597963433_RuntimeMethod_var); } IL_003d: { Color32U5BU5D_t3850468773* L_8 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); Color32_t2600501292 L_9 = ___item0; int32_t L_10 = ___index1; int32_t L_11 = ___count2; int32_t L_12 = (( int32_t (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, Color32_t2600501292 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_8, (Color32_t2600501292 )L_9, (int32_t)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 16)); return L_12; } } // System.Void Spine.ExposedList`1::Shift(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Shift_m2759541926_gshared (ExposedList_1_t1012645862 * __this, int32_t ___start0, int32_t ___delta1, const RuntimeMethod* method) { { int32_t L_0 = ___delta1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000c; } } { int32_t L_1 = ___start0; int32_t L_2 = ___delta1; ___start0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)); } IL_000c: { int32_t L_3 = ___start0; int32_t L_4 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0035; } } { Color32U5BU5D_t3850468773* L_5 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_6 = ___start0; Color32U5BU5D_t3850468773* L_7 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_8 = ___start0; int32_t L_9 = ___delta1; int32_t L_10 = (int32_t)__this->get_Count_1(); int32_t L_11 = ___start0; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (RuntimeArray *)(RuntimeArray *)L_7, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); } IL_0035: { int32_t L_12 = (int32_t)__this->get_Count_1(); int32_t L_13 = ___delta1; __this->set_Count_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))); int32_t L_14 = ___delta1; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_005d; } } { Color32U5BU5D_t3850468773* L_15 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_16 = (int32_t)__this->get_Count_1(); int32_t L_17 = ___delta1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((-L_17)), /*hidden argument*/NULL); } IL_005d: { return; } } // System.Void Spine.ExposedList`1::CheckIndex(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckIndex_m698559163_gshared (ExposedList_1_t1012645862 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckIndex_m698559163_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) > ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_CheckIndex_m698559163_RuntimeMethod_var); } IL_001e: { return; } } // System.Void Spine.ExposedList`1::Insert(System.Int32,T) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Insert_m4287052940_gshared (ExposedList_1_t1012645862 * __this, int32_t ___index0, Color32_t2600501292 ___item1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); int32_t L_1 = (int32_t)__this->get_Count_1(); Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0021; } } { NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); } IL_0021: { int32_t L_3 = ___index0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_3, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Color32U5BU5D_t3850468773* L_4 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_5 = ___index0; Color32_t2600501292 L_6 = ___item1; NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (Color32_t2600501292 )L_6); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::CheckCollection(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_CheckCollection_m850020508_gshared (ExposedList_1_t1012645862 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_CheckCollection_m850020508_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___collection0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, (String_t*)_stringLiteral3723644332, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_CheckCollection_m850020508_RuntimeMethod_var); } IL_0011: { return; } } // System.Void Spine.ExposedList`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertRange_m1465314472_gshared (ExposedList_1_t1012645862 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { Color32U5BU5D_t3850468773* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = ___collection1; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)->methodPointer)((ExposedList_1_t1012645862 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 1)); int32_t L_1 = ___index0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); RuntimeObject* L_2 = ___collection1; if ((!(((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(ExposedList_1_t1012645862 *)__this)))) { goto IL_0055; } } { int32_t L_3 = (int32_t)__this->get_Count_1(); V_0 = (Color32U5BU5D_t3850468773*)((Color32U5BU5D_t3850468773*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_3)); Color32U5BU5D_t3850468773* L_4 = V_0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, Color32U5BU5D_t3850468773*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)->methodPointer)((ExposedList_1_t1012645862 *)__this, (Color32U5BU5D_t3850468773*)L_4, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 30)); int32_t L_5 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_6 = ___index0; Color32U5BU5D_t3850468773* L_7 = V_0; NullCheck(L_7); NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_6, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Color32U5BU5D_t3850468773* L_8 = V_0; Color32U5BU5D_t3850468773* L_9 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_10 = ___index0; Color32U5BU5D_t3850468773* L_11 = V_0; NullCheck(L_11); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_8, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_9, (int32_t)L_10, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), /*hidden argument*/NULL); goto IL_0077; } IL_0055: { RuntimeObject* L_12 = ___collection1; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2))); RuntimeObject* L_13 = V_1; if (!L_13) { goto IL_006f; } } { int32_t L_14 = ___index0; RuntimeObject* L_15 = V_1; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_14, (RuntimeObject*)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 31)); goto IL_0077; } IL_006f: { int32_t L_16 = ___index0; RuntimeObject* L_17 = ___collection1; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_16, (RuntimeObject*)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 32)); } IL_0077: { int32_t L_18 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::InsertCollection(System.Int32,System.Collections.Generic.ICollection`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertCollection_m1622054984_gshared (ExposedList_1_t1012645862 * __this, int32_t ___index0, RuntimeObject* ___collection1, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___collection1; NullCheck((RuntimeObject*)L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_0); V_0 = (int32_t)L_1; int32_t L_2 = V_0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 6)); int32_t L_3 = ___index0; int32_t L_4 = V_0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); RuntimeObject* L_5 = ___collection1; Color32U5BU5D_t3850468773* L_6 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_7 = ___index0; NullCheck((RuntimeObject*)L_5); InterfaceActionInvoker2< Color32U5BU5D_t3850468773*, int32_t >::Invoke(5 /* System.Void System.Collections.Generic.ICollection`1::CopyTo(!0[],System.Int32) */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 2), (RuntimeObject*)L_5, (Color32U5BU5D_t3850468773*)L_6, (int32_t)L_7); return; } } // System.Void Spine.ExposedList`1::InsertEnumeration(System.Int32,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_InsertEnumeration_m1169731785_gshared (ExposedList_1_t1012645862 * __this, int32_t ___index0, RuntimeObject* ___enumerable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_InsertEnumeration_m1169731785_MetadataUsageId); s_Il2CppMethodInitialized = true; } Color32_t2600501292 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___enumerable1; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 10), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_0020; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); Color32_t2600501292 L_3 = InterfaceFuncInvoker0< Color32_t2600501292 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 11), (RuntimeObject*)L_2); V_0 = (Color32_t2600501292 )L_3; int32_t L_4 = ___index0; int32_t L_5 = (int32_t)L_4; ___index0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); Color32_t2600501292 L_6 = V_0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_5, (Color32_t2600501292 )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 33)); } IL_0020: { RuntimeObject* L_7 = V_1; NullCheck((RuntimeObject*)L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); if (L_8) { goto IL_000c; } } IL_002b: { IL2CPP_LEAVE(0x3D, FINALLY_0030); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_003c; } } IL_0036: { RuntimeObject* L_10 = V_1; NullCheck((RuntimeObject*)L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); } IL_003c: { IL2CPP_END_FINALLY(48) } } // end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_JUMP_TBL(0x3D, IL_003d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003d: { return; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m619247403_gshared (ExposedList_1_t1012645862 * __this, Color32_t2600501292 ___item0, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); Color32_t2600501292 L_1 = ___item0; int32_t L_2 = (int32_t)__this->get_Count_1(); int32_t L_3 = (int32_t)__this->get_Count_1(); int32_t L_4 = (( int32_t (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, Color32_t2600501292 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_0, (Color32_t2600501292 )L_1, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_4; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m2742526083_gshared (ExposedList_1_t1012645862 * __this, Color32_t2600501292 ___item0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = ___index1; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 23)); Color32U5BU5D_t3850468773* L_1 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); Color32_t2600501292 L_2 = ___item0; int32_t L_3 = ___index1; int32_t L_4 = ___index1; int32_t L_5 = (( int32_t (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, Color32_t2600501292 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_1, (Color32_t2600501292 )L_2, (int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_5; } } // System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_LastIndexOf_m3826904071_gshared (ExposedList_1_t1012645862 * __this, Color32_t2600501292 ___item0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_LastIndexOf_m3826904071_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___index1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_4, (String_t*)_stringLiteral797640427, (RuntimeObject *)L_3, (String_t*)_stringLiteral1103599130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,ExposedList_1_LastIndexOf_m3826904071_RuntimeMethod_var); } IL_001d: { int32_t L_5 = ___count2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_003a; } } { int32_t L_6 = ___count2; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_9, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_8, (String_t*)_stringLiteral3690514408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,ExposedList_1_LastIndexOf_m3826904071_RuntimeMethod_var); } IL_003a: { int32_t L_10 = ___index1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1))) >= ((int32_t)0))) { goto IL_005b; } } { int32_t L_12 = ___count2; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_15, (String_t*)_stringLiteral2002595880, (RuntimeObject *)L_14, (String_t*)_stringLiteral2617075568, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ExposedList_1_LastIndexOf_m3826904071_RuntimeMethod_var); } IL_005b: { Color32U5BU5D_t3850468773* L_16 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); Color32_t2600501292 L_17 = ___item0; int32_t L_18 = ___index1; int32_t L_19 = ___count2; int32_t L_20 = (( int32_t (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, Color32_t2600501292 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_16, (Color32_t2600501292 )L_17, (int32_t)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 34)); return L_20; } } // System.Boolean Spine.ExposedList`1::Remove(T) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_Remove_m3046719626_gshared (ExposedList_1_t1012645862 * __this, Color32_t2600501292 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { Color32_t2600501292 L_0 = ___item0; NullCheck((ExposedList_1_t1012645862 *)__this); int32_t L_1 = (( int32_t (*) (ExposedList_1_t1012645862 *, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)->methodPointer)((ExposedList_1_t1012645862 *)__this, (Color32_t2600501292 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 35)); V_0 = (int32_t)L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0016; } } { int32_t L_3 = V_0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 36)); } IL_0016: { int32_t L_4 = V_0; return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 Spine.ExposedList`1::RemoveAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_RemoveAll_m2587197323_gshared (ExposedList_1_t1012645862 * __this, Predicate_1_t3425795416 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Predicate_1_t3425795416 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3425795416 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; V_1 = (int32_t)0; V_0 = (int32_t)0; goto IL_0031; } IL_0011: { Predicate_1_t3425795416 * L_1 = ___match0; Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; Color32_t2600501292 L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t3425795416 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t3425795416 *, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3425795416 *)L_1, (Color32_t2600501292 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (!L_6) { goto IL_002d; } } { goto IL_003d; } IL_002d: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0031: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0011; } } IL_003d: { int32_t L_10 = V_0; int32_t L_11 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_004b; } } { return 0; } IL_004b: { int32_t L_12 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_0; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0099; } IL_0062: { Predicate_1_t3425795416 * L_14 = ___match0; Color32U5BU5D_t3850468773* L_15 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; Color32_t2600501292 L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck((Predicate_1_t3425795416 *)L_14); bool L_19 = (( bool (*) (Predicate_1_t3425795416 *, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3425795416 *)L_14, (Color32_t2600501292 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_19) { goto IL_0095; } } { Color32U5BU5D_t3850468773* L_20 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_21 = V_0; int32_t L_22 = (int32_t)L_21; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); Color32U5BU5D_t3850468773* L_23 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_24 = V_1; NullCheck(L_23); int32_t L_25 = L_24; Color32_t2600501292 L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_20); (L_20)->SetAt(static_cast(L_22), (Color32_t2600501292 )L_26); } IL_0095: { int32_t L_27 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0099: { int32_t L_28 = V_1; int32_t L_29 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0062; } } { int32_t L_30 = V_1; int32_t L_31 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))) <= ((int32_t)0))) { goto IL_00bd; } } { Color32U5BU5D_t3850468773* L_32 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_33 = V_0; int32_t L_34 = V_1; int32_t L_35 = V_0; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_32, (int32_t)L_33, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL); } IL_00bd: { int32_t L_36 = V_0; __this->set_Count_1(L_36); int32_t L_37 = V_1; int32_t L_38 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)); } } // System.Void Spine.ExposedList`1::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveAt_m2146095091_gshared (ExposedList_1_t1012645862 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_RemoveAt_m2146095091_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_1) >= ((uint32_t)L_2)))) { goto IL_001e; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, (String_t*)_stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ExposedList_1_RemoveAt_m2146095091_RuntimeMethod_var); } IL_001e: { int32_t L_4 = ___index0; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_4, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Color32U5BU5D_t3850468773* L_5 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)1, /*hidden argument*/NULL); int32_t L_7 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return; } } // T Spine.ExposedList`1::Pop() extern "C" IL2CPP_METHOD_ATTR Color32_t2600501292 ExposedList_1_Pop_m4254532390_gshared (ExposedList_1_t1012645862 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_Pop_m4254532390_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Color32_t2600501292 V_1; memset(&V_1, 0, sizeof(V_1)); Color32_t2600501292 V_2; memset(&V_2, 0, sizeof(V_2)); { int32_t L_0 = (int32_t)__this->get_Count_1(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, (String_t*)_stringLiteral1428145348, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ExposedList_1_Pop_m4254532390_RuntimeMethod_var); } IL_0016: { int32_t L_2 = (int32_t)__this->get_Count_1(); V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); Color32U5BU5D_t3850468773* L_3 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Color32_t2600501292 L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = (Color32_t2600501292 )L_6; Color32U5BU5D_t3850468773* L_7 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_8 = V_0; il2cpp_codegen_initobj((&V_2), sizeof(Color32_t2600501292 )); Color32_t2600501292 L_9 = V_2; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (Color32_t2600501292 )L_9); int32_t L_10 = (int32_t)__this->get_Count_1(); __this->set_Count_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); Color32_t2600501292 L_12 = V_1; return L_12; } } // System.Void Spine.ExposedList`1::RemoveRange(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_RemoveRange_m3358634004_gshared (ExposedList_1_t1012645862 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); int32_t L_2 = ___count1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0038; } } { int32_t L_3 = ___index0; int32_t L_4 = ___count1; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_3, (int32_t)((-L_4)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 29)); Color32U5BU5D_t3850468773* L_5 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_6 = (int32_t)__this->get_Count_1(); int32_t L_7 = ___count1; Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL); int32_t L_8 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); } IL_0038: { return; } } // System.Void Spine.ExposedList`1::Reverse() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m3903576411_gshared (ExposedList_1_t1012645862 * __this, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/NULL); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Reverse(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Reverse_m1365356182_gshared (ExposedList_1_t1012645862 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; Array_Reverse_m816310962(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/NULL); int32_t L_5 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m846747368_gshared (ExposedList_1_t1012645862 * __this, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 38)); Comparer_1_t4100256174 * L_2 = (( Comparer_1_t4100256174 * (*) (RuntimeObject * /* static, unused */, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)->methodPointer)(NULL /*static, unused*/, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 37)); (( void (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m599963054_gshared (ExposedList_1_t1012645862 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_1 = (int32_t)__this->get_Count_1(); RuntimeObject* L_2 = ___comparer0; (( void (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_0, (int32_t)0, (int32_t)L_1, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_3 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Comparison`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m2631467687_gshared (ExposedList_1_t1012645862 * __this, Comparison_1_t2375432471 * ___comparison0, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); Comparison_1_t2375432471 * L_1 = ___comparison0; (( void (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, Comparison_1_t2375432471 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_0, (Comparison_1_t2375432471 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 40)); int32_t L_2 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return; } } // System.Void Spine.ExposedList`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_Sort_m3524637167_gshared (ExposedList_1_t1012645862 * __this, int32_t ___index0, int32_t ___count1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = ___count1; NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 15)); Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_3 = ___index0; int32_t L_4 = ___count1; RuntimeObject* L_5 = ___comparer2; (( void (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773*)L_2, (int32_t)L_3, (int32_t)L_4, (RuntimeObject*)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 39)); int32_t L_6 = (int32_t)__this->get_version_4(); __this->set_version_4(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); return; } } // T[] Spine.ExposedList`1::ToArray() extern "C" IL2CPP_METHOD_ATTR Color32U5BU5D_t3850468773* ExposedList_1_ToArray_m3229273733_gshared (ExposedList_1_t1012645862 * __this, const RuntimeMethod* method) { Color32U5BU5D_t3850468773* V_0 = NULL; { int32_t L_0 = (int32_t)__this->get_Count_1(); V_0 = (Color32U5BU5D_t3850468773*)((Color32U5BU5D_t3850468773*)SZArrayNew(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 4), (uint32_t)L_0)); Color32U5BU5D_t3850468773* L_1 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); Color32U5BU5D_t3850468773* L_2 = V_0; int32_t L_3 = (int32_t)__this->get_Count_1(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, (RuntimeArray *)(RuntimeArray *)L_2, (int32_t)L_3, /*hidden argument*/NULL); Color32U5BU5D_t3850468773* L_4 = V_0; return L_4; } } // System.Void Spine.ExposedList`1::TrimExcess() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_TrimExcess_m2021962554_gshared (ExposedList_1_t1012645862 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_Count_1(); NullCheck((ExposedList_1_t1012645862 *)__this); (( void (*) (ExposedList_1_t1012645862 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)->methodPointer)((ExposedList_1_t1012645862 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 8)); return; } } // System.Boolean Spine.ExposedList`1::TrueForAll(System.Predicate`1) extern "C" IL2CPP_METHOD_ATTR bool ExposedList_1_TrueForAll_m384958349_gshared (ExposedList_1_t1012645862 * __this, Predicate_1_t3425795416 * ___match0, const RuntimeMethod* method) { int32_t V_0 = 0; { Predicate_1_t3425795416 * L_0 = ___match0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 0)); (( void (*) (RuntimeObject * /* static, unused */, Predicate_1_t3425795416 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)->methodPointer)(NULL /*static, unused*/, (Predicate_1_t3425795416 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 17)); V_0 = (int32_t)0; goto IL_002a; } IL_000d: { Predicate_1_t3425795416 * L_1 = ___match0; Color32U5BU5D_t3850468773* L_2 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; Color32_t2600501292 L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck((Predicate_1_t3425795416 *)L_1); bool L_6 = (( bool (*) (Predicate_1_t3425795416 *, Color32_t2600501292 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)->methodPointer)((Predicate_1_t3425795416 *)L_1, (Color32_t2600501292 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 22)); if (L_6) { goto IL_0026; } } { return (bool)0; } IL_0026: { int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002a: { int32_t L_8 = V_0; int32_t L_9 = (int32_t)__this->get_Count_1(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000d; } } { return (bool)1; } } // System.Int32 Spine.ExposedList`1::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t ExposedList_1_get_Capacity_m1773291211_gshared (ExposedList_1_t1012645862 * __this, const RuntimeMethod* method) { { Color32U5BU5D_t3850468773* L_0 = (Color32U5BU5D_t3850468773*)__this->get_Items_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Void Spine.ExposedList`1::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ExposedList_1_set_Capacity_m1744858633_gshared (ExposedList_1_t1012645862 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExposedList_1_set_Capacity_m1744858633_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; int32_t L_1 = (int32_t)__this->get_Count_1(); if ((!(((uint32_t)L_0) < ((uint32_t)L_1)))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ExposedList_1_set_Capacity_m1744858633_RuntimeMethod_var); } IL_0012: { Color32U5BU5D_t3850468773** L_3 = (Color32U5BU5D_t3850468773**)__this->get_address_of_Items_0(); int32_t L_4 = ___value0; (( void (*) (RuntimeObject * /* static, unused */, Color32U5BU5D_t3850468773**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)->methodPointer)(NULL /*static, unused*/, (Color32U5BU5D_t3850468773**)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 9)); return; } } // System.Collections.Generic.IEnumerator`1 Spine.ExposedList`1::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m698649051_gshared (ExposedList_1_t1012645862 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t1012645862 *)__this); Enumerator_t341487017 L_0 = (( Enumerator_t341487017 (*) (ExposedList_1_t1012645862 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t1012645862 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t341487017 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Collections.IEnumerator Spine.ExposedList`1::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ExposedList_1_System_Collections_IEnumerable_GetEnumerator_m2280392173_gshared (ExposedList_1_t1012645862 * __this, const RuntimeMethod* method) { { NullCheck((ExposedList_1_t1012645862 *)__this); Enumerator_t341487017 L_0 = (( Enumerator_t341487017 (*) (ExposedList_1_t1012645862 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)->methodPointer)((ExposedList_1_t1012645862 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->declaring_type->rgctx_data, 41)); Enumerator_t341487017 L_1 = L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->declaring_type->rgctx_data, 26), &L_1); return (RuntimeObject*)L_2; } } // System.Void Spine.ExposedList`1::.cctor() extern "C" IL2CPP_METHOD_ATTR void ExposedList_1__cctor_m3056990656_gshared (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { ((ExposedList_1_t1012645862_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 0)))->set_EmptyArray_3(((Color32U5BU5D_t3850468773*)SZArrayNew(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->declaring_type)->rgctx_data, 4), (uint32_t)0))); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif