#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include struct VirtualActionInvoker0 { 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 VirtualActionInvoker1 { 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 VirtualActionInvoker2 { 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 VirtualActionInvoker3 { 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 VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker0 { 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 VirtualFuncInvoker1 { 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 VirtualFuncInvoker2 { 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 VirtualFuncInvoker3 { 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 VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; struct GenericVirtualActionInvoker0 { 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 GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InvokerActionInvoker1; template struct InvokerActionInvoker1 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1) { void* params[1] = { p1 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker2; template struct InvokerActionInvoker2 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2) { void* params[2] = { p1, p2 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker3; template struct InvokerActionInvoker3 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3) { void* params[3] = { p1, p2, p3 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerFuncInvoker1; template struct InvokerFuncInvoker1 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1) { R ret; void* params[1] = { p1 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker2; template struct InvokerFuncInvoker2 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2) { R ret; void* params[2] = { p1, p2 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker4; template struct InvokerFuncInvoker4 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3, T4 p4) { R ret; void* params[4] = { p1, p2, p3, &p4 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker4 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3, T4* p4) { R ret; void* params[4] = { p1, p2, p3, p4 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker5; template struct InvokerFuncInvoker5 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3, T4* p4, T5 p5) { R ret; void* params[5] = { p1, p2, p3, p4, &p5 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker5 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3, T4* p4, T5* p5) { R ret; void* params[5] = { p1, p2, p3, p4, p5 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker6; template struct InvokerFuncInvoker6 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3, T4* p4, T5* p5, T6* p6) { R ret; void* params[6] = { p1, p2, p3, p4, p5, p6 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; // System.Action`1 struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tFA0E7CD5951B83DD87A65E89D971A68E538F9470; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83; // System.Func`1 struct Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF5487DDC9BFE72D77C0A279762BD5851F02B4F03; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t92C728389EC54252BF202E2DF28160EBF5164A55; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t924C4F54D7A3F9D71539FEB3A6B3E751B739272A; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342; // System.Collections.Generic.List`1 struct List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715; // System.Collections.Generic.List`1 struct List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2; // System.Collections.Generic.List`1 struct List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; // System.Collections.Generic.List`1 struct List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6; // System.Collections.Generic.List`1 struct List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9; // System.Predicate`1 struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12; // System.Predicate`1 struct Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t0BEF06D58E44525B9135AB0B22D016856EE69FF3; // System.Threading.Tasks.Task`1 struct Task_1_t4C228DE57804012969575431CFF12D57C875552D; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7; // System.Attribute[] struct AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1; // System.Boolean[] struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // System.Globalization.CalendarId[] struct CalendarIdU5BU5D_t559EDBF1B819A695624BE9004EAA4FFA38B65CDA; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // Mono.Security.Interface.CipherSuiteCode[] struct CipherSuiteCodeU5BU5D_t61EC0E6F53394985FFC36DEB587C70F4EE26D435; // System.Globalization.CultureInfo[] struct CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // System.Enum[] struct EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912; // System.ComponentModel.EventDescriptor[] struct EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80; // System.Guid[] struct GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42; // System.ComponentModel.IExtenderProvider[] struct IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // System.ComponentModel.AttributeCollection/AttributeEntry[] struct AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F; // System.Globalization.DateTimeFormatInfo/TokenHashValue[] struct TokenHashValueU5BU5D_t3F8794937D04BA380989A813F33418CED58E80B9; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // System.ComponentModel.ArrayConverter struct ArrayConverter_tE417E9DB044C4317BF7F9B7DF5CD0F4C7C38672C; // System.Collections.ArrayList struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C; // Mono.Net.Security.AsyncProtocolRequest struct AsyncProtocolRequest_tF31CF30F8C57A3D5DC10A9FB0A5568FA254DFE86; // System.Attribute struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA; // System.ComponentModel.AttributeCollection struct AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA; // System.ComponentModel.AttributeProviderAttribute struct AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA; // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t8DCF41E151F705E2494FC7836F5E2EF7C539FA39; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // System.ComponentModel.BooleanConverter struct BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9; // System.Diagnostics.BooleanSwitch struct BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1; // System.ComponentModel.BrowsableAttribute struct BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76; // Mono.Net.Security.BufferOffsetSize2 struct BufferOffsetSize2_t2C3F7F42F64D84F357DC24AFCD44AC4679B20629; // System.ComponentModel.ByteConverter struct ByteConverter_t389CFF7D7C105369A45019A0F1482EC3553A930E; // System.Globalization.Calendar struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B; // System.Threading.CancellationTokenSource struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B; // System.ComponentModel.CharConverter struct CharConverter_tD4F708C52AEE35AD31333F772B77696BA084373C; // System.ComponentModel.CollectionChangeEventArgs struct CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D; // System.ComponentModel.CollectionChangeEventHandler struct CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50; // System.ComponentModel.CollectionConverter struct CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0; // System.Globalization.CompareInfo struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57; // System.ComponentModel.Component struct Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083; // System.ComponentModel.ComponentCollection struct ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007; // System.ComponentModel.ComponentConverter struct ComponentConverter_tFE75D55373FA41F9E4EC733FEDC24C8166A3D7CE; // System.Reflection.ConstructorInfo struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB; // System.Threading.ContextCallback struct ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007; // System.CultureAwareComparer struct CultureAwareComparer_t5822A6535A6EB4C448D1B7736067D1188BAEE8CD; // System.Globalization.CultureData struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; // System.ComponentModel.CultureInfoConverter struct CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE; // System.ComponentModel.CustomTypeDescriptor struct CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6; // System.ComponentModel.DateTimeConverter struct DateTimeConverter_t9CFB201B23091EAEE358040BF6053AFC475BD866; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A; // System.ComponentModel.DateTimeOffsetConverter struct DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460; // System.ComponentModel.DecimalConverter struct DecimalConverter_tCBE948B718842C42CB22DF92D59AB2C1EC0FAEDF; // System.ComponentModel.DefaultEventAttribute struct DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07; // System.ComponentModel.DefaultPropertyAttribute struct DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4; // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // System.ComponentModel.DelegatingTypeDescriptionProvider struct DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8; // System.ComponentModel.DescriptionAttribute struct DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86; // System.ComponentModel.DesignOnlyAttribute struct DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586; // System.ComponentModel.DesignTimeVisibleAttribute struct DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE; // System.ComponentModel.DesignerCategoryAttribute struct DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715; // System.ComponentModel.DesignerSerializationVisibilityAttribute struct DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83; // System.ComponentModel.DisplayNameAttribute struct DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8; // System.ComponentModel.DoubleConverter struct DoubleConverter_t1FB61A3A8171D3023AA9678231D9C480A67799DE; // System.ComponentModel.EditorAttribute struct EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C; // System.ComponentModel.EditorBrowsableAttribute struct EditorBrowsableAttribute_t799D6615373D176F298280AF7FE0434560DB2A8D; // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2; // System.ComponentModel.EnumConverter struct EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D; // System.EventArgs struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377; // System.ComponentModel.EventDescriptor struct EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A; // System.ComponentModel.EventDescriptorCollection struct EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96; // System.EventHandler struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82; // System.ComponentModel.EventHandlerList struct EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8; // System.Exception struct Exception_t; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_tD7AF19E75FEC22F4A8329FD1E9EDF96615CB2757; // System.ComponentModel.ExpandableObjectConverter struct ExpandableObjectConverter_t2D9FF3B389851F14034FBA07A57944EB27C18F63; // System.ComponentModel.ExtendedPropertyDescriptor struct ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D; // System.ComponentModel.ExtenderProvidedPropertyAttribute struct ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E; // System.Reflection.FieldInfo struct FieldInfo_t; // System.FormatException struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B; // System.FormattableString struct FormattableString_t4D7D221057108596F60CCCC83532037E2399BE0D; // System.ComponentModel.GuidConverter struct GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15; // System.Collections.Hashtable struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D; // System.IAsyncResult struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5; // Mono.Security.Interface.ICertificateValidator struct ICertificateValidator_t8ECF48A37EC708C8A16305F9B6B44C50676AA854; // System.Collections.ICollection struct ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E; // System.Collections.IComparer struct IComparer_tE7497C3BE3F68A5A2DCEBF0DAD7D13D738FE7BAD; // System.ComponentModel.IComponent struct IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E; // System.ComponentModel.ICustomTypeDescriptor struct ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_tE129D608FCDB7207E0F0ECE33473CC950A83AD16; // System.Collections.IEnumerator struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; // System.Collections.IEqualityComparer struct IEqualityComparer_tEF8F1EC76B9C8E76695BE848D41E6B147928D1C1; // System.ComponentModel.IExtenderProvider struct IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7; // System.IFormatProvider struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609; // System.Collections.IList struct IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D; // System.IServiceProvider struct IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6; // System.Globalization.ISimpleCollator struct ISimpleCollator_t084383013F96378AFFD4540649E086C9C13BFF5B; // System.ComponentModel.ISite struct ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93; // System.ComponentModel.ITypeDescriptorContext struct ITypeDescriptorContext_t514D0B45A781ED18AB6A0DC6673A95B8359443F4; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82; // System.ComponentModel.Design.Serialization.InstanceDescriptor struct InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5; // System.ComponentModel.Int16Converter struct Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB; // System.ComponentModel.Int32Converter struct Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED; // System.ComponentModel.Int64Converter struct Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23; // System.ComponentModel.InvalidEnumArgumentException struct InvalidEnumArgumentException_t5B42625AD815A72639D894ED1592FF4BE438D989; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; // System.ComponentModel.ListBindableAttribute struct ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517; // System.ComponentModel.ListChangedEventArgs struct ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616; // System.Net.Security.LocalCertSelectionCallback struct LocalCertSelectionCallback_t3AB79A8AA642074A3EF886118963EEA3CCABABE2; // System.Net.Security.LocalCertificateSelectionCallback struct LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859; // System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE; // System.ComponentModel.MarshalByValueComponent struct MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA; // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E; // Mono.Net.Security.MobileTlsContext struct MobileTlsContext_t456DDC89866EE34EF32EEF959AD92C9F17684476; // Mono.Net.Security.MobileTlsProvider struct MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback struct MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_t39C898CDC9458EEAD7C019B4B23701EAF9E24F7E; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0; // System.NotSupportedException struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A; // System.ComponentModel.NullableConverter struct NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472; // System.ObjectDisposedException struct ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB; // System.OrdinalCaseSensitiveComparer struct OrdinalCaseSensitiveComparer_t581CA7CB51DCF00B6012A697A4B4B3067144521A; // System.OrdinalIgnoreCaseComparer struct OrdinalIgnoreCaseComparer_t8BAE11990A4C855D3BCBBFB42F4EF8D45088FBB0; // System.ComponentModel.PropertyChangedEventArgs struct PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.ComponentModel.ProvidePropertyAttribute struct ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510; // System.ComponentModel.ReadOnlyAttribute struct ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628; // System.Collections.ReadOnlyCollectionBase struct ReadOnlyCollectionBase_tDFADA53EA832E96746EED154A156F609C844D7BD; // System.ComponentModel.RecommendedAsConfigurableAttribute struct RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A; // System.ComponentModel.ReferenceConverter struct ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2; // System.ComponentModel.ReflectPropertyDescriptor struct ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838; // System.ComponentModel.RefreshEventArgs struct RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86; // System.ComponentModel.RefreshEventHandler struct RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955; // System.ComponentModel.SByteConverter struct SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84; // System.Net.Security.SafeDeleteContext struct SafeDeleteContext_t8C40C9C3D58968F59D3CC07175348B84A9BAF6D7; // System.Net.Security.SafeDeleteNegoContext struct SafeDeleteNegoContext_tE59F06147A4330387180CDB193FAF23B93EEC208; // System.Net.Security.SafeFreeCredentials struct SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE; // System.Net.Security.SafeFreeNegoCredentials struct SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE; // Microsoft.Win32.SafeHandles.SafeGssContextHandle struct SafeGssContextHandle_t1418CE58F1E509FA5BA5CFDB0811C4D8140E4A03; // Microsoft.Win32.SafeHandles.SafeGssCredHandle struct SafeGssCredHandle_t8910F1AE9F53A98FF76673057F3B716F51E0C124; // Microsoft.Win32.SafeHandles.SafeGssNameHandle struct SafeGssNameHandle_tB473EDBBAC685229D4B5691696A774936D8F694B; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // System.Net.Security.SecurityBuffer struct SecurityBuffer_t70570BCF95F8F18A147D64B27DF3954FFD25CA4E; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37; // System.Net.Security.ServerCertSelectionCallback struct ServerCertSelectionCallback_t653386CAEAE0236FCF61A92963AB1646BB23C654; // System.ComponentModel.SettingsBindableAttribute struct SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B; // System.ComponentModel.SingleConverter struct SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1; // System.Globalization.SortVersion struct SortVersion_tBB62978F95905541FC817E11F73A0B1DB392F07E; // System.Net.Security.SslClientAuthenticationOptions struct SslClientAuthenticationOptions_tA5277DAACAFB33887D2513D9399C5154B0D5CBC9; // System.Net.Security.SslStream struct SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27; // System.Threading.Tasks.StackGuard struct StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352; // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE; // System.String struct String_t; // System.StringComparer struct StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06; // System.ComponentModel.StringConverter struct StringConverter_t1AE794D42AE414C00F2443B76F3EA694C310FF1E; // System.Reflection.TargetInvocationException struct TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572; // System.Threading.Tasks.TaskFactory struct TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E; // System.Globalization.TextInfo struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4; // System.ComponentModel.TimeSpanConverter struct TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F; // System.ComponentModel.ToolboxItemAttribute struct ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36; // System.Diagnostics.TraceSwitch struct TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4; // System.Type struct Type_t; // System.ComponentModel.TypeConverter struct TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C; // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3; // System.ComponentModel.TypeDescriptionProvider struct TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664; // System.ComponentModel.TypeDescriptionProviderAttribute struct TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E; // System.ComponentModel.UInt16Converter struct UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544; // System.ComponentModel.UInt32Converter struct UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E; // System.ComponentModel.UInt64Converter struct UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // System.ComponentModel.WeakHashtable struct WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE; // System.Security.Cryptography.X509Certificates.X509CertificateImpl struct X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5; // System.Security.Cryptography.X509Certificates.X509ChainImpl struct X509ChainImpl_tBA1BF154DB9DC321EE068BBC53C7CF43CAA2621F; // System.ComponentModel.CultureInfoConverter/CultureComparer struct CultureComparer_tCDBDA7B5A0600BCE6C2FC2721AADD2F48EEA7B0D; // System.ComponentModel.EventDescriptorCollection/ArraySubsetEnumerator struct ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA; // System.ComponentModel.EventHandlerList/ListEntry struct ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD; // System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator struct PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811; // System.ComponentModel.ReferenceConverter/ReferenceComparer struct ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0; // System.Net.Security.SslStream/<>c__DisplayClass21_0 struct U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540; // System.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3; // System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor struct EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureComparer_tCDBDA7B5A0600BCE6C2FC2721AADD2F48EEA7B0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EditorBrowsableAttribute_t799D6615373D176F298280AF7FE0434560DB2A8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITypeDescriptorContext_t514D0B45A781ED18AB6A0DC6673A95B8359443F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalAppContextSwitches_tE040790D0ACC1DCF3C95D173ACBDADABDCDD37F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NetEventSource_tCFE66E755A29D53FCCB21E599710B768BA6E0282_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00C6F1B55511A9A338389FF22A57D640568CACC3; IL2CPP_EXTERN_C String_t* _stringLiteral011CA47334C4E5EA5F5B38FD3ED90819E1247824; IL2CPP_EXTERN_C String_t* _stringLiteral01361B8841D0E20ED9265A0F2E2116EECA8276AC; IL2CPP_EXTERN_C String_t* _stringLiteral01EED870A12DAE42A249C1AC4943F70ED2FB711D; IL2CPP_EXTERN_C String_t* _stringLiteral022BF57DF4D0AFCBAF0602FBCD67C4266BA2D2CB; IL2CPP_EXTERN_C String_t* _stringLiteral0488886562AD8425988DDF1C13622E79D55CB28C; IL2CPP_EXTERN_C String_t* _stringLiteral04D075D0C7A0679E1C9497A8D89D212776BD107A; IL2CPP_EXTERN_C String_t* _stringLiteral05507E8F5A859CF7EA92B42F464DFBB3BA78722A; IL2CPP_EXTERN_C String_t* _stringLiteral05B7AB3E30BCB8EF52C051785A169CFDD2543A02; IL2CPP_EXTERN_C String_t* _stringLiteral06D6A06713CB85E830E4059C79FBF5A1346B0F4D; IL2CPP_EXTERN_C String_t* _stringLiteral071214783494311744C11F13208084CDCB478A49; IL2CPP_EXTERN_C String_t* _stringLiteral075D77AFFD3246AF47CFB45BCB913B2C7230865C; IL2CPP_EXTERN_C String_t* _stringLiteral07F16131F9636D0BF4AABDD601E6A3C3045B7ADC; IL2CPP_EXTERN_C String_t* _stringLiteral09825DB5ECDC49C88709E92B854BF3CC5EB6CA22; IL2CPP_EXTERN_C String_t* _stringLiteral09DBABCF47D177922630CF7626523A2E035CFB16; IL2CPP_EXTERN_C String_t* _stringLiteral0A2E649A658BE274AC581F6657A7A72888AB33AC; IL2CPP_EXTERN_C String_t* _stringLiteral0A3A75556124F593082AC2A3D951B3739E234221; IL2CPP_EXTERN_C String_t* _stringLiteral0B87E468668B6160D9BD3F1A696B652A1D1A86AD; IL2CPP_EXTERN_C String_t* _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309; IL2CPP_EXTERN_C String_t* _stringLiteral0CC3EE569CF3D9A83A265AECAF7B83BA60309E20; IL2CPP_EXTERN_C String_t* _stringLiteral0CD43B206DD827306997AAE32530E5B342A98CDD; IL2CPP_EXTERN_C String_t* _stringLiteral0D393D4258038290EA82778FA1C84B712321C953; IL2CPP_EXTERN_C String_t* _stringLiteral0DBA36F38C7E6362803E7B2908E2D02EB7677097; IL2CPP_EXTERN_C String_t* _stringLiteral0DF52374CCE8AA942D55172FF34E782E0277521F; IL2CPP_EXTERN_C String_t* _stringLiteral0FC1C916C0086E8D8CD96C24363DF543CB9F46B5; IL2CPP_EXTERN_C String_t* _stringLiteral101A7954A9AC3FB9F8B051BCDA2F6DE45FCD9344; IL2CPP_EXTERN_C String_t* _stringLiteral102AFBF07884ED746F10B805235E4D8D8F361DF3; IL2CPP_EXTERN_C String_t* _stringLiteral10E88D340E477ADF254E0143091B9F05949045EA; IL2CPP_EXTERN_C String_t* _stringLiteral10F2E7A1019FD6CA13579072B853A171D56A0E1E; IL2CPP_EXTERN_C String_t* _stringLiteral11B9FCE077AC90A54EA76A75593EB2272AC4E0AA; IL2CPP_EXTERN_C String_t* _stringLiteral11FD2EF9BA651049A2864C7E2D89C93F249C0898; IL2CPP_EXTERN_C String_t* _stringLiteral1222CBA0F3916772E4DE301BF2A0AE0FA1E5CDAE; IL2CPP_EXTERN_C String_t* _stringLiteral12612495A11666F6B1DF719AE9865A91642F99BA; IL2CPP_EXTERN_C String_t* _stringLiteral127296EDE81B2255CCD07E0003014F1A2B4964FF; IL2CPP_EXTERN_C String_t* _stringLiteral1347CC758DD03B7B2BC93F84F3DF40D914A5A74C; IL2CPP_EXTERN_C String_t* _stringLiteral143BD2A0ACE85FFE00B531AD18C4AB6CD2CB6DCC; IL2CPP_EXTERN_C String_t* _stringLiteral14C810724E491E1B357D511BF6A90372FC671A9D; IL2CPP_EXTERN_C String_t* _stringLiteral14E12C93FEC6B1C5C83995F182FE26328BED84BF; IL2CPP_EXTERN_C String_t* _stringLiteral14ED34B033624F115AA75357DA04F496E3CE31AE; IL2CPP_EXTERN_C String_t* _stringLiteral157B3466FD1F73B3486CE5E071D1B3FFEAE8636E; IL2CPP_EXTERN_C String_t* _stringLiteral16024330A044BEB6BD60DA0D270878CD31B28C70; IL2CPP_EXTERN_C String_t* _stringLiteral16EE8AC9B9196A68CF5C20D074DCC78E2780129E; IL2CPP_EXTERN_C String_t* _stringLiteral17A0B4BA751F074CE8241ED895C0F1A9137AEDBC; IL2CPP_EXTERN_C String_t* _stringLiteral17A5AD13F3B52AA01A6CBB2F9F414BE34E8AB9A9; IL2CPP_EXTERN_C String_t* _stringLiteral17AC704962207F5BE007EB0B56C85EBAD02ED46D; IL2CPP_EXTERN_C String_t* _stringLiteral1842163E600730C192914B1BCFB77A9A809A8070; IL2CPP_EXTERN_C String_t* _stringLiteral185A7479EE7271FD8470CA3071E4DD25D1D18787; IL2CPP_EXTERN_C String_t* _stringLiteral19534F0F3A332AF4B330D3A21F33BBBE01F73B78; IL2CPP_EXTERN_C String_t* _stringLiteral1954157DCC1F195909E0A8DE4A595447F82E283B; IL2CPP_EXTERN_C String_t* _stringLiteral1AFAF36D3B2FA7A360E517608431C7ED5B9E50D8; IL2CPP_EXTERN_C String_t* _stringLiteral1B1A47B52D6822514A71B356586A96A6435D8700; IL2CPP_EXTERN_C String_t* _stringLiteral1B62E5629805E3224249BCAA0D9ECBB4C84AE48B; IL2CPP_EXTERN_C String_t* _stringLiteral1BBE73EAA86910ED71AD8C03B3E17A79F45E2357; IL2CPP_EXTERN_C String_t* _stringLiteral1C84EA7A858FB95C60BAF49D996A607787A1E26F; IL2CPP_EXTERN_C String_t* _stringLiteral1DA5DC913479A82358277CA2F04038DB86AB5228; IL2CPP_EXTERN_C String_t* _stringLiteral1E0F0D86F951CC4FB5B3CF344C63C714D7CB3875; IL2CPP_EXTERN_C String_t* _stringLiteral1E37B1B3BD5AF4B2C6E383878F32CA4F2E3E2FD9; IL2CPP_EXTERN_C String_t* _stringLiteral1E61977B2186CBFC8186F7C220214A31D99690A9; IL2CPP_EXTERN_C String_t* _stringLiteral1E6E0886F42B82E76D138FA93C3AD4C1204F93BC; IL2CPP_EXTERN_C String_t* _stringLiteral1E845D250DA306BE2DC7FE9FB5942BE100763987; IL2CPP_EXTERN_C String_t* _stringLiteral1ED475215C1D73644F49BE82585D0F808B9851A7; IL2CPP_EXTERN_C String_t* _stringLiteral1F40F39B9F659411903AC93DF93E8658291E5522; IL2CPP_EXTERN_C String_t* _stringLiteral1F773173D585944BD3ED61B9B81A499B00ED201F; IL2CPP_EXTERN_C String_t* _stringLiteral203DD5C89072A85E4D8D935A3028CCC3E3855F85; IL2CPP_EXTERN_C String_t* _stringLiteral208F258766D171FF6F52DB0FDDCE4B0E206AE087; IL2CPP_EXTERN_C String_t* _stringLiteral209FA114201139F57098F86E854139E06EE907C4; IL2CPP_EXTERN_C String_t* _stringLiteral20BADDD93DC557EFE1521E35F9AA46A066D49907; IL2CPP_EXTERN_C String_t* _stringLiteral20DB97C8310A4D50C91E8880925919A725B6C008; IL2CPP_EXTERN_C String_t* _stringLiteral20DE804B42F6DEDD5DC9ED7A7911A93CAE3C761A; IL2CPP_EXTERN_C String_t* _stringLiteral215B9008FEB54933AF219588889451A0CB610D34; IL2CPP_EXTERN_C String_t* _stringLiteral21891196D88CE7D8C3F4D9C3881AE2F583EF6FCD; IL2CPP_EXTERN_C String_t* _stringLiteral21A9516B38B8F85533C426D767A3FF8CF349E1D3; IL2CPP_EXTERN_C String_t* _stringLiteral21E291839B15EA4ACBEF12D312DA68C731CB21A3; IL2CPP_EXTERN_C String_t* _stringLiteral220702BCC5C1C54BEDED83D77E4E5425AFBCE65C; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral23D006BE7B6E494664A9B069101AAC4B011DB3A5; IL2CPP_EXTERN_C String_t* _stringLiteral241A49A22744674B6DDDCC3E11891ED23D638EEF; IL2CPP_EXTERN_C String_t* _stringLiteral245C581F22FACB13167A7469B960289230699AE1; IL2CPP_EXTERN_C String_t* _stringLiteral24ACF1BBF43F3850CE89C1C771661404CBDF11B7; IL2CPP_EXTERN_C String_t* _stringLiteral25319E679F3AD870B99541E0EA77D9DF0A86AE61; IL2CPP_EXTERN_C String_t* _stringLiteral258CE2C20F878E1F3C5469B7F750A3CDBDD4957E; IL2CPP_EXTERN_C String_t* _stringLiteral25BA86D351FA0013EE595518C4713ECE93CB1E7F; IL2CPP_EXTERN_C String_t* _stringLiteral26F38753598E196FAE5E238604E373B0341E0E22; IL2CPP_EXTERN_C String_t* _stringLiteral27920DC2FB8DE37077F47844994EF5199A0FCAB3; IL2CPP_EXTERN_C String_t* _stringLiteral27F9FAA26FEAB6F9BB290B7B958DB525D1A8B9E6; IL2CPP_EXTERN_C String_t* _stringLiteral284AFBABE08A1A2C2B704A1FD6F372BE26B7DC59; IL2CPP_EXTERN_C String_t* _stringLiteral299DAA97CA11E49DB3FD4CD342DF8C939BD86DAB; IL2CPP_EXTERN_C String_t* _stringLiteral2A52A294C647BBD447CCE7EDC629A76F7C3E2E91; IL2CPP_EXTERN_C String_t* _stringLiteral2A644EC71C13B7D9C1BC17C1585F30B8B0935DD1; IL2CPP_EXTERN_C String_t* _stringLiteral2ABF48C27B12B34F5242ED2F675EFEA46C41888B; IL2CPP_EXTERN_C String_t* _stringLiteral2ADB6FD3FA0CA506B12F073856855240D7723F6C; IL2CPP_EXTERN_C String_t* _stringLiteral2AE01542EB00AA9B7CC36264B25327017F38E041; IL2CPP_EXTERN_C String_t* _stringLiteral2B4B3585B88A691893C1AE322E53EF38B454AB6D; IL2CPP_EXTERN_C String_t* _stringLiteral2B579C08551878762B13C0DC00AFDECE52FC3BCE; IL2CPP_EXTERN_C String_t* _stringLiteral2BAE1EC4AD1D2DAA7FBBE5C17BB3EC9CC7AB734A; IL2CPP_EXTERN_C String_t* _stringLiteral2C0CD9F5C8852A7C22689CB7B123E745F64175CE; IL2CPP_EXTERN_C String_t* _stringLiteral2C1F6ECC3899941B9784C410015470523413C9C7; IL2CPP_EXTERN_C String_t* _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE; IL2CPP_EXTERN_C String_t* _stringLiteral2CE1289231D1E7F9320F920C8796563B73827DC3; IL2CPP_EXTERN_C String_t* _stringLiteral2DA533FDC05C13330E98526FB55774E5FF01288D; IL2CPP_EXTERN_C String_t* _stringLiteral2DCA43C11B4C5FBDF1E3C884907C589EE4FC656F; IL2CPP_EXTERN_C String_t* _stringLiteral2DF4708C1CBFCA217D7D0BE224E4E2C88432DFE6; IL2CPP_EXTERN_C String_t* _stringLiteral2EB2A97C2ED3A1E1D613F74C8B7F7B07A1BFC6EE; IL2CPP_EXTERN_C String_t* _stringLiteral2EDB0ADF83E638339660943B119E0C22374070AB; IL2CPP_EXTERN_C String_t* _stringLiteral2F3DB030C8BDF0926D14123D900497AE12BB3AD1; IL2CPP_EXTERN_C String_t* _stringLiteral2F455B860C4CC566561274CD753C53E3B52EF37D; IL2CPP_EXTERN_C String_t* _stringLiteral2F59628CFCF68C1C363F48F1FB91CF30C77F0D31; IL2CPP_EXTERN_C String_t* _stringLiteral2FCCB927116B797558C9D1B29A052EEBB10D47E7; IL2CPP_EXTERN_C String_t* _stringLiteral306A9F91AED6971FCF4CE4B198321A359DEB4A4C; IL2CPP_EXTERN_C String_t* _stringLiteral311E47896EB09D0C93148A3A7DD194B85327AC1B; IL2CPP_EXTERN_C String_t* _stringLiteral313F9FEF4DBF9EE7D8894B21913C6FE0865588B5; IL2CPP_EXTERN_C String_t* _stringLiteral31514D8FFE6EBD8A160985B5C25BE0F2A7BEF863; IL2CPP_EXTERN_C String_t* _stringLiteral3199E2C2B4EBA635319520A427C4B8D19946D597; IL2CPP_EXTERN_C String_t* _stringLiteral332D44BE3C2BFDD83BCB8ED0196C3F53A1FF8BFB; IL2CPP_EXTERN_C String_t* _stringLiteral33628DD0604F1FE1A5D01122F701F38F294AA214; IL2CPP_EXTERN_C String_t* _stringLiteral34043BE541981DB6A732B542E0ACD475D1B975CF; IL2CPP_EXTERN_C String_t* _stringLiteral348F795562B7A6A4F83B595BAB7BE08343DF784A; IL2CPP_EXTERN_C String_t* _stringLiteral353E581695898DC28CAF38345F8165FF705286F6; IL2CPP_EXTERN_C String_t* _stringLiteral356F18017512A760F46C8C6E41C462F76716509F; IL2CPP_EXTERN_C String_t* _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9; IL2CPP_EXTERN_C String_t* _stringLiteral365C2C47B00BB9CCEE149C6674403770198BA70F; IL2CPP_EXTERN_C String_t* _stringLiteral3685EBB61E1AF531C1AFC10462078256499D352C; IL2CPP_EXTERN_C String_t* _stringLiteral36F854F98B00FF8A1ED1B04D3AEFEF2C880A4770; IL2CPP_EXTERN_C String_t* _stringLiteral374F214492362E1F2DB673A2F3ED72E45BA97B81; IL2CPP_EXTERN_C String_t* _stringLiteral375ED8BBE05A9343F552D3F8863536344C38BCA2; IL2CPP_EXTERN_C String_t* _stringLiteral37632A05AA57D1A015588FEE82A3FA0D91E5A75A; IL2CPP_EXTERN_C String_t* _stringLiteral376CA77BE87EBF24FE3233A567285926D6704A8E; IL2CPP_EXTERN_C String_t* _stringLiteral37D9355596FAD156827AFAD9F84C1DC1084F86C9; IL2CPP_EXTERN_C String_t* _stringLiteral38F6D66E41DCDEB057EB8E39140C34252368CAE0; IL2CPP_EXTERN_C String_t* _stringLiteral3966839FEA4CCE51FE9C2295DFC90B15728FAF33; IL2CPP_EXTERN_C String_t* _stringLiteral399C1559C8807F223691056D6B401711AD1E9CFD; IL2CPP_EXTERN_C String_t* _stringLiteral39AE202157A916F93F271FD9CB16E7388B0666BC; IL2CPP_EXTERN_C String_t* _stringLiteral3A06659E0ACAD9DD31AEFE38E2B3B8D0101EEA6E; IL2CPP_EXTERN_C String_t* _stringLiteral3A50E886F50E292CF8471ADF9B446694CBE92C2E; IL2CPP_EXTERN_C String_t* _stringLiteral3A971881AF6B7B211E34707E857DEC5F36487877; IL2CPP_EXTERN_C String_t* _stringLiteral3B0BEA6A582AD284DF123696C88128AD578A3354; IL2CPP_EXTERN_C String_t* _stringLiteral3B164D64371A8772DDDB39880ECB5CAD5E06D95D; IL2CPP_EXTERN_C String_t* _stringLiteral3BCF8F37AD5C3595DDDDB56DD5AC60E7B763E39A; IL2CPP_EXTERN_C String_t* _stringLiteral3CB14926506D11E623C2758F055A9A0A04735988; IL2CPP_EXTERN_C String_t* _stringLiteral3CB282C0242220D94FA6144DEBD4B0639B0AF2D2; IL2CPP_EXTERN_C String_t* _stringLiteral3CCAE48802A2B91D91564D685BC9A13CB4B2E1D5; IL2CPP_EXTERN_C String_t* _stringLiteral3CF9D89187468E41A71363A823462A2C0AFFEE3B; IL2CPP_EXTERN_C String_t* _stringLiteral3D55FB6D3D93608D57BD7AF02FC9550B305934B1; IL2CPP_EXTERN_C String_t* _stringLiteral3D6D734DEBBED876ACCE345C9610724AC3059AE3; IL2CPP_EXTERN_C String_t* _stringLiteral3D765263C7BA10FD2DC922D038B27D0FCBC8D3D8; IL2CPP_EXTERN_C String_t* _stringLiteral3D7778B659B3EBE73D75D97F51A73A4C3E7B7DEB; IL2CPP_EXTERN_C String_t* _stringLiteral3D925625F71BBDB73A0D342806C20383C9BA9CD5; IL2CPP_EXTERN_C String_t* _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869; IL2CPP_EXTERN_C String_t* _stringLiteral3EF7E97E647F9A0B5DBB33D451D80A9CED37C654; IL2CPP_EXTERN_C String_t* _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA; IL2CPP_EXTERN_C String_t* _stringLiteral4031FB2EA4AE1E5AE87F24223CFF33E3A4C45784; IL2CPP_EXTERN_C String_t* _stringLiteral405E2BF35FC2008AE31C02BAED229F0ADE7E993F; IL2CPP_EXTERN_C String_t* _stringLiteral409676BCEAA2BBAA8CF4A4F2D86091684098CB32; IL2CPP_EXTERN_C String_t* _stringLiteral40EB80C63444AB5F19613C7C4DB7B2C5194F02FB; IL2CPP_EXTERN_C String_t* _stringLiteral40FFBC466C5A3C4D3C97548F8ABE3B4807735FAE; IL2CPP_EXTERN_C String_t* _stringLiteral411328624A6DC410237150D351A2A7810F3742AB; IL2CPP_EXTERN_C String_t* _stringLiteral4125CC5D7E34238A72CA6F51FD549E61598BC6AA; IL2CPP_EXTERN_C String_t* _stringLiteral41832A0540939B1AF32468A96B9720EC4FEC1F8F; IL2CPP_EXTERN_C String_t* _stringLiteral4399C6958675BE62D526A24CC188CD5283A40B0D; IL2CPP_EXTERN_C String_t* _stringLiteral4416EEADFDC9F107B2FC5A8EECE0839922C6BFD5; IL2CPP_EXTERN_C String_t* _stringLiteral442D1BE81DAC116BECC64F549C372FD66AABB8EB; IL2CPP_EXTERN_C String_t* _stringLiteral44907CA01974BDBC34FFE11D4A64F9B183479481; IL2CPP_EXTERN_C String_t* _stringLiteral458900444DB365FBD175899DC977E9452076EB8E; IL2CPP_EXTERN_C String_t* _stringLiteral45CC98220E225BA0846A8653570358F063BBEA4D; IL2CPP_EXTERN_C String_t* _stringLiteral45CD5D171FB77350DC87D12C7F265816529F6C9F; IL2CPP_EXTERN_C String_t* _stringLiteral45E8B4F72964EBCE6D31856F5523066F51BB9ABE; IL2CPP_EXTERN_C String_t* _stringLiteral4658E23C00EC1F3203E84B4A03550528637AB362; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral47FE89550E051B8BB43B3E89E9B19ECE01F3EF3B; IL2CPP_EXTERN_C String_t* _stringLiteral48BBE062A58724E48F07C136555300D9DDBA483E; IL2CPP_EXTERN_C String_t* _stringLiteral48EB792442DEF8C82B0D4F1A3BDDADA9BA3A50D2; IL2CPP_EXTERN_C String_t* _stringLiteral49366C5F142E2254CE6A216AA46DB08AB180DD26; IL2CPP_EXTERN_C String_t* _stringLiteral4972A8E2D288E83DEF7E88A72651D94CEFC19BC6; IL2CPP_EXTERN_C String_t* _stringLiteral499A3BD80FEB9D42D35992E87581DBBE25FAFB2D; IL2CPP_EXTERN_C String_t* _stringLiteral4A4D17DD531781ED69AFC2ED5B9837E1D3918F7D; IL2CPP_EXTERN_C String_t* _stringLiteral4A86F1C4929F883CEA301B930C2B847420242099; IL2CPP_EXTERN_C String_t* _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4; IL2CPP_EXTERN_C String_t* _stringLiteral4B793DFDC901B8148482161BA7DA76CAE1DD3E7A; IL2CPP_EXTERN_C String_t* _stringLiteral4B896CA0A2BC44D9A8CED783CEFABA7570F20DBD; IL2CPP_EXTERN_C String_t* _stringLiteral4C1B65C594A71D2CC73F19BFAC8832100C5F1E32; IL2CPP_EXTERN_C String_t* _stringLiteral4C368A630780392C988B8F5DBAEAEA493CBB70A9; IL2CPP_EXTERN_C String_t* _stringLiteral4C39A8FDE3FB960AC4EC496F3CEC666719740283; IL2CPP_EXTERN_C String_t* _stringLiteral4C83C5E44341CC3FEBDDF262F54B339B85937579; IL2CPP_EXTERN_C String_t* _stringLiteral4CBF7BCD7E91F35AFEA889B37FAAA24D56F513D2; IL2CPP_EXTERN_C String_t* _stringLiteral4EED409135BF7F9C98C779D829F2E99407E1024C; IL2CPP_EXTERN_C String_t* _stringLiteral4F47597A07ED8A193B04A481F84B004D52B18F99; IL2CPP_EXTERN_C String_t* _stringLiteral4F99A60B890B4A5CB45FF2BBF74489417995E76D; IL2CPP_EXTERN_C String_t* _stringLiteral50BFF489303364E4236225FDF9AF534E8531FD8D; IL2CPP_EXTERN_C String_t* _stringLiteral5139E029316FC42BB637B14F722A17D6F7226870; IL2CPP_EXTERN_C String_t* _stringLiteral5187E4955862A293E7C3DFA51B51BE6B1BC006D0; IL2CPP_EXTERN_C String_t* _stringLiteral5204BE9DC83E65F70358D48FB17D94E257C49CE8; IL2CPP_EXTERN_C String_t* _stringLiteral529529DE3F79903FE5990627512F95BF52AD7BA5; IL2CPP_EXTERN_C String_t* _stringLiteral53EF9C6CC0505C233924EAAE6E39D3B66F48A9A1; IL2CPP_EXTERN_C String_t* _stringLiteral541ADAD93719A7753AA265CAD6BA6276D2686025; IL2CPP_EXTERN_C String_t* _stringLiteral542DA81119F7A77E88E01441B45AD46258271DC7; IL2CPP_EXTERN_C String_t* _stringLiteral552ACC9B537B9D8F21FB8959A8163F4ACCD36027; IL2CPP_EXTERN_C String_t* _stringLiteral55772EA44D07798D30C9C7B67BFF6C877687F16E; IL2CPP_EXTERN_C String_t* _stringLiteral557DFA5DA99BB11B67A0829DFCE8F1881DCC7B7B; IL2CPP_EXTERN_C String_t* _stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5; IL2CPP_EXTERN_C String_t* _stringLiteral55DE2F61C20C442B6850E61C30F11AAD12870584; IL2CPP_EXTERN_C String_t* _stringLiteral55E16D2AD86FE46BFF30519C4F338AF771F34EC1; IL2CPP_EXTERN_C String_t* _stringLiteral560CE32CCB2E83414A2CD4A1B19EF5BFF9BF9AC2; IL2CPP_EXTERN_C String_t* _stringLiteral560D8592B15B57F1DABF637645C39FB370476C84; IL2CPP_EXTERN_C String_t* _stringLiteral561357A43AFC43D221B9F230B04E836DD73101EB; IL2CPP_EXTERN_C String_t* _stringLiteral5690FED961990D9B80A8B43A537395B627E6F077; IL2CPP_EXTERN_C String_t* _stringLiteral576D6F8267251A1AB20CB0099BA9A1E1467675CA; IL2CPP_EXTERN_C String_t* _stringLiteral5975C15CE93964875F9552D6D358B69EBB85393A; IL2CPP_EXTERN_C String_t* _stringLiteral5A1377E9EF04424037697E06412CDB6F29BDE412; IL2CPP_EXTERN_C String_t* _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89; IL2CPP_EXTERN_C String_t* _stringLiteral5BEAF2D104AF963C3AE99C1BC8BA9A08D0F61320; IL2CPP_EXTERN_C String_t* _stringLiteral5BFB046F8A244A5090ECD5F19EF3A6A728E2F5B7; IL2CPP_EXTERN_C String_t* _stringLiteral5C34E4B24B06C5C08101A2404195DD81EF23BBFF; IL2CPP_EXTERN_C String_t* _stringLiteral5C5B6FF00E25EE4ACC0830B1F455754D7F3FE489; IL2CPP_EXTERN_C String_t* _stringLiteral5CD33E9356AD4B75311B10BB05D90BFAC329C47A; IL2CPP_EXTERN_C String_t* _stringLiteral5D0525979B1582791088F6467DFB18D79C7CCC15; IL2CPP_EXTERN_C String_t* _stringLiteral5D28833728BC77FD05CF314057619B5F963293BD; IL2CPP_EXTERN_C String_t* _stringLiteral5D796EE8E8104B48A727BE1C6801F3EA00EF51F4; IL2CPP_EXTERN_C String_t* _stringLiteral5E06713FE172890E089E1C688B12B1A05204A922; IL2CPP_EXTERN_C String_t* _stringLiteral5E1E2620285964F947D165F665A170CBCB80AFE9; IL2CPP_EXTERN_C String_t* _stringLiteral5F38E04BE574DBA113CADB24909A0D5CC682F0F9; IL2CPP_EXTERN_C String_t* _stringLiteral5F407420B0D579907ADF62D350344C70749455D1; IL2CPP_EXTERN_C String_t* _stringLiteral5F6102B9677963022D97E4F75BA5F55535F9F65F; IL2CPP_EXTERN_C String_t* _stringLiteral5FE146AE3F4424459E12176DF54ED4B29D8B1FF1; IL2CPP_EXTERN_C String_t* _stringLiteral60081E4C6B9BD5BBFC2D172205F8D7236FF4A669; IL2CPP_EXTERN_C String_t* _stringLiteral602B619395B6225240651B2BD92A72C733BCA60C; IL2CPP_EXTERN_C String_t* _stringLiteral60562A00E8843BDD859695D99DF7297D87FD7A87; IL2CPP_EXTERN_C String_t* _stringLiteral60A7FCCD5495105E52B61D437F029799FFAAC956; IL2CPP_EXTERN_C String_t* _stringLiteral60DBA695A8B72E96C6ABCB74108071B346758681; IL2CPP_EXTERN_C String_t* _stringLiteral62227C72545261E4D5D2D342B4C9DB4BDD0CA2AF; IL2CPP_EXTERN_C String_t* _stringLiteral62ADD81204F18C21BB7D480E72F63B91BD7D1077; IL2CPP_EXTERN_C String_t* _stringLiteral62DF8B883A7680DEF02C157C7AF38B4A3E89D8BF; IL2CPP_EXTERN_C String_t* _stringLiteral63B06AAEE168A69B2E3327DC3982CB561D0F7724; IL2CPP_EXTERN_C String_t* _stringLiteral63E6E9E0BBEB0EC7BECBFEE61E6809DD8765DA52; IL2CPP_EXTERN_C String_t* _stringLiteral647CF137C0F27918F699BD1C0B1DC7FF9EFC1014; IL2CPP_EXTERN_C String_t* _stringLiteral647CF954B2F80DBFC50D430C66B3A23E5C536D87; IL2CPP_EXTERN_C String_t* _stringLiteral64B6D987B19A27F565F12FE801B619D598095607; IL2CPP_EXTERN_C String_t* _stringLiteral64B731C5F5DA8BCCFEE147611CDC1D2517B4C892; IL2CPP_EXTERN_C String_t* _stringLiteral64FFADA9A4AD7FBB07287E115BFFB0A4DEB1E972; IL2CPP_EXTERN_C String_t* _stringLiteral653027A88CDD470149309C1E951A7B7FC3595934; IL2CPP_EXTERN_C String_t* _stringLiteral653B5982925317B408AE541E434B57819B341866; IL2CPP_EXTERN_C String_t* _stringLiteral6546B83E9EA7D7FA3AD6FE16A9524BE1D81E19B0; IL2CPP_EXTERN_C String_t* _stringLiteral655445AC4961B64F21182606EF3311E8511712FB; IL2CPP_EXTERN_C String_t* _stringLiteral658EA7B5E45723CE2F5AF4AB12DAD544166BBAD9; IL2CPP_EXTERN_C String_t* _stringLiteral65AFF2E7CCF2472BB3D4F45F16FF2F8E981A39BC; IL2CPP_EXTERN_C String_t* _stringLiteral6672533E66ADB42135CE82F90C057F5A203A0860; IL2CPP_EXTERN_C String_t* _stringLiteral66A2CAFDFA3AB91E5FFE0881B0AA8DD61034B2EB; IL2CPP_EXTERN_C String_t* _stringLiteral66D300C69E31DD334F05950D33F9BB5EE964B3BE; IL2CPP_EXTERN_C String_t* _stringLiteral67E734EA824D146667DB9A6936CDDF734CD7763A; IL2CPP_EXTERN_C String_t* _stringLiteral684A14C4CF87A4E1369E91731863BD2B50CBEC35; IL2CPP_EXTERN_C String_t* _stringLiteral6854390624ED132AE56E1EE6DF55BFD0F0372293; IL2CPP_EXTERN_C String_t* _stringLiteral6897B24AC802E8F903D21BCA7FAF3A60798ECF65; IL2CPP_EXTERN_C String_t* _stringLiteral68AC4C67571B75E1C2725D47E85E00114832E72A; IL2CPP_EXTERN_C String_t* _stringLiteral68E6C6FC334511B8DCB4D91B886D78A8AE65A554; IL2CPP_EXTERN_C String_t* _stringLiteral68EE15B74901C1E5038320925EC94A70025C397B; IL2CPP_EXTERN_C String_t* _stringLiteral695A73A8D0BAE4ED85C5391EFACD0FADF4F293CB; IL2CPP_EXTERN_C String_t* _stringLiteral6A0E9C2FEE7847AC36C3F2CC736C36AC9B27D076; IL2CPP_EXTERN_C String_t* _stringLiteral6ABCB95F000D97F9F5CA68A584218C857A1CAF09; IL2CPP_EXTERN_C String_t* _stringLiteral6ACD66F19F0B0FD9F11B44D2A764AC9483D41000; IL2CPP_EXTERN_C String_t* _stringLiteral6B795465C3B30F08A6D0ACAA16EF80CC6B4FD8EA; IL2CPP_EXTERN_C String_t* _stringLiteral6B888C10342DD1C8AE97657EEA10E4A180B3258E; IL2CPP_EXTERN_C String_t* _stringLiteral6BDAAEB4DF49526020EC7FCE3B766BC3469AA2F0; IL2CPP_EXTERN_C String_t* _stringLiteral6BE8847138254B79B44F23B6F705BC3159C524A9; IL2CPP_EXTERN_C String_t* _stringLiteral6BF72B6E90E497119B7EEA6511CFEB06890528B4; IL2CPP_EXTERN_C String_t* _stringLiteral6BF833A9A3AFBF80B406FAD80E5400C9A69A03A2; IL2CPP_EXTERN_C String_t* _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06; IL2CPP_EXTERN_C String_t* _stringLiteral6CC405735BE5F4424601E084B4D72B22E55BE8EC; IL2CPP_EXTERN_C String_t* _stringLiteral6CFEDFF5604347798B0899C0BDE905FE31D0C039; IL2CPP_EXTERN_C String_t* _stringLiteral6DB33ADD301402F08747C4EE933A8EF10A8128F7; IL2CPP_EXTERN_C String_t* _stringLiteral6E42B2B281875E916B0F7E32980EA1F9B8437385; IL2CPP_EXTERN_C String_t* _stringLiteral6F581DC31922CB8BA16D8D1268547106C0D2A599; IL2CPP_EXTERN_C String_t* _stringLiteral6F877039E8C0C1F47795BDBF08E2EAA85F11BB63; IL2CPP_EXTERN_C String_t* _stringLiteral6F952D1A6C81C4A4E46405FEAE44E36AFF07EB82; IL2CPP_EXTERN_C String_t* _stringLiteral6FE6AA6EF03FB6550152903A7B201A6108F728DB; IL2CPP_EXTERN_C String_t* _stringLiteral703C3487AEE69DB9DF017E809F1B5784A3573EDD; IL2CPP_EXTERN_C String_t* _stringLiteral70B17AAD07739AC6E24336BDDD087A5F4A2D8414; IL2CPP_EXTERN_C String_t* _stringLiteral70C609AEDBCD3D7E77CDCB9B30D4A70F4DD145D0; IL2CPP_EXTERN_C String_t* _stringLiteral7131F911FD45436156733287EA93A3628FF2E11C; IL2CPP_EXTERN_C String_t* _stringLiteral728ACE02DC6DC68177E94E34EF172F6BD280D490; IL2CPP_EXTERN_C String_t* _stringLiteral72907E4924FAF32A0AE492C27925D16F1E589CF1; IL2CPP_EXTERN_C String_t* _stringLiteral72A372785804624D9E6ED66C4B5EC8C893222BB9; IL2CPP_EXTERN_C String_t* _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF; IL2CPP_EXTERN_C String_t* _stringLiteral73B2075CADEB486594F4CC8646162E94C8AE519A; IL2CPP_EXTERN_C String_t* _stringLiteral73E7438EC9EFF139A2E1CEA81F03B87F9EF5CF0A; IL2CPP_EXTERN_C String_t* _stringLiteral73F2CB13FE147735AB386C83AE866F7EC41980DB; IL2CPP_EXTERN_C String_t* _stringLiteral7400CB419C5A6584F4C828D48E33A6CBEFD4A548; IL2CPP_EXTERN_C String_t* _stringLiteral7410D5CB935DF2D64AEBF768B66D37B4A34C9D54; IL2CPP_EXTERN_C String_t* _stringLiteral7432BC139FBCA09AC74A0F2BAE3FBB728A59E72D; IL2CPP_EXTERN_C String_t* _stringLiteral746A1D2B973E30F15EBFB0E611D33C5BD9EE1507; IL2CPP_EXTERN_C String_t* _stringLiteral74A207A1D1EA00692A1D60426DAD1F6A9634E9C2; IL2CPP_EXTERN_C String_t* _stringLiteral751761CFC425090DF37953B66E095E074C493B82; IL2CPP_EXTERN_C String_t* _stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3; IL2CPP_EXTERN_C String_t* _stringLiteral76942BF481EEEDADAD7318895758C9C1241AEC8F; IL2CPP_EXTERN_C String_t* _stringLiteral76CD8EB4FD4EE3FE6D8879A45D058DFFF4775D16; IL2CPP_EXTERN_C String_t* _stringLiteral76D0C1A730CD97F002070CBC6A93B1DA6931AB75; IL2CPP_EXTERN_C String_t* _stringLiteral76DCF6E3DDE631DEFBE889E98FB0892CA0DEDF8D; IL2CPP_EXTERN_C String_t* _stringLiteral774BE53FB7F12C138EBCB47C1C3BC4D4A7A1E7DA; IL2CPP_EXTERN_C String_t* _stringLiteral77EE5971434CDE6F74A1DAE44D94954E1624D77C; IL2CPP_EXTERN_C String_t* _stringLiteral78C241AC4B7A315FC632473AD8F801A55B065942; IL2CPP_EXTERN_C String_t* _stringLiteral7929A7A4AB1517EA989F015DBF6F87B24CF6FE51; IL2CPP_EXTERN_C String_t* _stringLiteral79D71707A47A31D6D40860BE96049B55771BE6C2; IL2CPP_EXTERN_C String_t* _stringLiteral7A406A92D88D81D36C3FF33777E8E81FF32961C0; IL2CPP_EXTERN_C String_t* _stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC; IL2CPP_EXTERN_C String_t* _stringLiteral7B5D5990D78A06DA0E79A01DDE0FCA3CAC7369BB; IL2CPP_EXTERN_C String_t* _stringLiteral7BB0CD836925A46DF692A6D6D0F03E2E0A479525; IL2CPP_EXTERN_C String_t* _stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E; IL2CPP_EXTERN_C String_t* _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; IL2CPP_EXTERN_C String_t* _stringLiteral7C022E2202C33B05A9AD14AE1A1E837AC3233551; IL2CPP_EXTERN_C String_t* _stringLiteral7C06E593184AB89542BA633A0D5A1AB9E13C41D9; IL2CPP_EXTERN_C String_t* _stringLiteral7C5F42467EDBD07583ECC7B6387A38C5667DD179; IL2CPP_EXTERN_C String_t* _stringLiteral7C9C10EDAE24AA2192B87EFAA6DEBA26CB60A098; IL2CPP_EXTERN_C String_t* _stringLiteral7D55DD6DBE90A37490BC6850AE39C213F174A12C; IL2CPP_EXTERN_C String_t* _stringLiteral7D63FA1B6FEDA67964D3FCDCB12764101D65571C; IL2CPP_EXTERN_C String_t* _stringLiteral7D8699446610575017F99BEA3E02DCF807B45CAB; IL2CPP_EXTERN_C String_t* _stringLiteral7D9366B62C745A26836F06770906ECFBBDA943C2; IL2CPP_EXTERN_C String_t* _stringLiteral7DD729DC85DEF659690E8BFF96F2422CD5C22AFA; IL2CPP_EXTERN_C String_t* _stringLiteral7E305CAD5C844511E261B917268BD1BB40125A03; IL2CPP_EXTERN_C String_t* _stringLiteral7F3CFF9B1B213C1146F92A436EE5B2D56A7EF4A5; IL2CPP_EXTERN_C String_t* _stringLiteral7FBA16D6CC3921ADEBA94689A17AF303266A00CD; IL2CPP_EXTERN_C String_t* _stringLiteral8078BB087D77C6D4148EE3E592BE857E12EC82BD; IL2CPP_EXTERN_C String_t* _stringLiteral8104D50FEAB0E4909178B2DB9BA55A98864C3936; IL2CPP_EXTERN_C String_t* _stringLiteral81821E21DC15B35D141A8B49CDB9660682B712FA; IL2CPP_EXTERN_C String_t* _stringLiteral81B29292594E86F9F243478C06079C0FE7BD7764; IL2CPP_EXTERN_C String_t* _stringLiteral824A9D9A2BAC4D0020E78F328C3A5908C950B369; IL2CPP_EXTERN_C String_t* _stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D; IL2CPP_EXTERN_C String_t* _stringLiteral82F3BE480580F58EE08D437D524BB2A9AD438EE4; IL2CPP_EXTERN_C String_t* _stringLiteral83233C32D26A4F74AEBFD5B72487CF6C23497FE3; IL2CPP_EXTERN_C String_t* _stringLiteral83BBCFCACAEBC3881F4A007375571457D9AB27F3; IL2CPP_EXTERN_C String_t* _stringLiteral845B80F82240791DC738768AB0EBB7262B0B5994; IL2CPP_EXTERN_C String_t* _stringLiteral85225E74DED6E658D42B042044B4A1C62CD541ED; IL2CPP_EXTERN_C String_t* _stringLiteral8592B054228789DCF1BCAA45E3910A2B143E58F5; IL2CPP_EXTERN_C String_t* _stringLiteral8609E0E2AE2791725A5753917F782BE01B29BF75; IL2CPP_EXTERN_C String_t* _stringLiteral876686C333A653B76AD96A2C08D73C7A208175D3; IL2CPP_EXTERN_C String_t* _stringLiteral889617F414F07DE598E5054C49E4A8A4E623433E; IL2CPP_EXTERN_C String_t* _stringLiteral88E3C56A0A05CDCA8842AD92657A14FCD3B2B544; IL2CPP_EXTERN_C String_t* _stringLiteral8ABA7ED82B5ACA1294A7B9A6A5647168BD9D7F0F; IL2CPP_EXTERN_C String_t* _stringLiteral8ACB7DA85AF8E3C9B31DA5B1C84FB5A78F9607FB; IL2CPP_EXTERN_C String_t* _stringLiteral8B0D2F8199484F9B8E6B9BB116635BC7F8378C19; IL2CPP_EXTERN_C String_t* _stringLiteral8BC0D2AFEBE59FA1DF423E6D1796C0DAEED086D2; IL2CPP_EXTERN_C String_t* _stringLiteral8C1F5449D92A03A250D69EC43AD2CB4CE5201DDA; IL2CPP_EXTERN_C String_t* _stringLiteral8C5938D767CFE010EDCBC3B5173D0F208532D22B; IL2CPP_EXTERN_C String_t* _stringLiteral8D4AF45ED6064C75AAE135175C37BD0A1284CDF2; IL2CPP_EXTERN_C String_t* _stringLiteral8D927104AAFE48366762B70DC5E7CA34D1C0D5BE; IL2CPP_EXTERN_C String_t* _stringLiteral8DB02C8F8D1DF4C058E1311DBD055801F6852B05; IL2CPP_EXTERN_C String_t* _stringLiteral8E3E928AA62FF4A4B25CADE54575AD0692699A53; IL2CPP_EXTERN_C String_t* _stringLiteral8E40F0F3E169BF88647ED92D58ECA0CCB1C93373; IL2CPP_EXTERN_C String_t* _stringLiteral8E7A696783CBBE88675F5729CD042E2694CDAA1C; IL2CPP_EXTERN_C String_t* _stringLiteral8F5B216B6455A044178409F67399F7B7332800DB; IL2CPP_EXTERN_C String_t* _stringLiteral8F79F3405598922D1B6F36F450117BBC1CBD7ACC; IL2CPP_EXTERN_C String_t* _stringLiteral903B8C1EF36009AA876A865426B6853A18141FFA; IL2CPP_EXTERN_C String_t* _stringLiteral906D5CF6AF62277AD560B3E530BDF582945077E2; IL2CPP_EXTERN_C String_t* _stringLiteral910B781F9CF9CF258E14287B30C9221FDDE61A5B; IL2CPP_EXTERN_C String_t* _stringLiteral9155F30AA734CC9F26A86F037D8B48FDF7869B2B; IL2CPP_EXTERN_C String_t* _stringLiteral918047259C6FFF7176506FF4141E7C078EE96880; IL2CPP_EXTERN_C String_t* _stringLiteral91C5120C562094A257C8FC3C676B64F1E0403765; IL2CPP_EXTERN_C String_t* _stringLiteral91CE18BF0ECEE0F2C252666C43E4E5C6D90BC05A; IL2CPP_EXTERN_C String_t* _stringLiteral921495748EB6A2703CD34F3F3D4BF753E785B97E; IL2CPP_EXTERN_C String_t* _stringLiteral925CF45B66DD8783076F5CEEF1A2B1A2577BA5F6; IL2CPP_EXTERN_C String_t* _stringLiteral935DED07A64B226D3B13EBBDF54A8633B651D342; IL2CPP_EXTERN_C String_t* _stringLiteral93A0402B4EC6F64421C490D0558DFF1AD9E24FB0; IL2CPP_EXTERN_C String_t* _stringLiteral93F6FCB49E18D5B0ECC8968BDA5B20BD0E710915; IL2CPP_EXTERN_C String_t* _stringLiteral94EC39D9CD015C12CA91AF28F761F4059A1C6437; IL2CPP_EXTERN_C String_t* _stringLiteral9518F75B0BAF37444F9486CBE9D9ADC69EF0FA4E; IL2CPP_EXTERN_C String_t* _stringLiteral9640C0350143849EA52A90565A038618F0D77F99; IL2CPP_EXTERN_C String_t* _stringLiteral96681A2B198D42859DB500CC97021274BD2004F1; IL2CPP_EXTERN_C String_t* _stringLiteral96B82B1111F719249D6B1FFE1997AC237C3C1BB5; IL2CPP_EXTERN_C String_t* _stringLiteral96ECC1F1572C33C2E1D3C6203BE0CD2F54E40BF7; IL2CPP_EXTERN_C String_t* _stringLiteral97780EA382C32C34FC0BAEFD586ACF59ED2F3148; IL2CPP_EXTERN_C String_t* _stringLiteral97B00FD8314B9B3431027FDEC04736184544263B; IL2CPP_EXTERN_C String_t* _stringLiteral97D1540BF1B4DEE115A900710D7D567E814478C0; IL2CPP_EXTERN_C String_t* _stringLiteral991D0A7E6B3EB73396B32C386EB794CEF011FBEC; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral9995CE47672E4203B2CBBD9C20A35E2FC416FB14; IL2CPP_EXTERN_C String_t* _stringLiteral99B4FEDCA76292F70EC79B8C95F4D3A37D6268E5; IL2CPP_EXTERN_C String_t* _stringLiteral99D2F39BAD4571A0C7E89F57E6184FB62DCF4BA3; IL2CPP_EXTERN_C String_t* _stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D; IL2CPP_EXTERN_C String_t* _stringLiteral9A9B1DF0E2EA894E07A53E89A6FEC51BB469F04B; IL2CPP_EXTERN_C String_t* _stringLiteral9AAA7AE1E1C11EC0AC6F4E185BB804D2E4E6A166; IL2CPP_EXTERN_C String_t* _stringLiteral9B6374FEE00A7ABA09540196AD94CD1BDCF7AE94; IL2CPP_EXTERN_C String_t* _stringLiteral9BB00B1B980A07547640DA1AE4CFF1A800E02AA7; IL2CPP_EXTERN_C String_t* _stringLiteral9D254E50F4DE5BE7CA9E72BD2F890B87F910B88B; IL2CPP_EXTERN_C String_t* _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E; IL2CPP_EXTERN_C String_t* _stringLiteral9DF54E9FB641DBA4B94F96FF3454CDAD9970E6C8; IL2CPP_EXTERN_C String_t* _stringLiteral9DFEB5B3F4373DB1E16A5152FEA5FF78F302A7C0; IL2CPP_EXTERN_C String_t* _stringLiteral9EBB3627BF7342DA0A07FB50F5D893E3928207E3; IL2CPP_EXTERN_C String_t* _stringLiteral9EDD1FED78E7CE21DA5013C168469502FB7AF1DD; IL2CPP_EXTERN_C String_t* _stringLiteral9F83D8C05A2B5334E53A42CEEDC857F7B3E8298C; IL2CPP_EXTERN_C String_t* _stringLiteral9FCE27425740686001DEDF0E34460EF2890AB0C3; IL2CPP_EXTERN_C String_t* _stringLiteral9FEB71AD8ECE4A04AD29278E36CF9D0BE7F9890D; IL2CPP_EXTERN_C String_t* _stringLiteralA02A52ED7204CC9A8929B6D885EE489135C987B9; IL2CPP_EXTERN_C String_t* _stringLiteralA0B01570F19FFDB1BF93C5800215D40A3CECE8CA; IL2CPP_EXTERN_C String_t* _stringLiteralA0E3BF9CCE994F4FA1D13D14009093AC71FF4BBF; IL2CPP_EXTERN_C String_t* _stringLiteralA16DEFAC01B4A22F4E3857D253D3E5C1925BCC45; IL2CPP_EXTERN_C String_t* _stringLiteralA19AA44CF7E852EDD061B7F2A098BC202378784E; IL2CPP_EXTERN_C String_t* _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB; IL2CPP_EXTERN_C String_t* _stringLiteralA27826D89BA2BC5D1F74920749B41C9648A304DF; IL2CPP_EXTERN_C String_t* _stringLiteralA280317F29CBAFBC46BC4557F2182E992081018A; IL2CPP_EXTERN_C String_t* _stringLiteralA31F29C367D53AD7C824C843BE0DEB228E4B5EBC; IL2CPP_EXTERN_C String_t* _stringLiteralA32187D1A95A71FB7899E093CC8A2D21B2B7E74C; IL2CPP_EXTERN_C String_t* _stringLiteralA3B1A234DAEC9756BFB527FA949CDAD5E7BF48EA; IL2CPP_EXTERN_C String_t* _stringLiteralA3DC94CE2E4ADB08254413E0E3386625CB614D76; IL2CPP_EXTERN_C String_t* _stringLiteralA5887432DD4658E0A7B1B77A68CC124D2C76A7C1; IL2CPP_EXTERN_C String_t* _stringLiteralA5FBEFF863330C6DDCFDDABDBF22A09FEBEDDF91; IL2CPP_EXTERN_C String_t* _stringLiteralA64E81648C435428CD0E483502F7E7429A067522; IL2CPP_EXTERN_C String_t* _stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9; IL2CPP_EXTERN_C String_t* _stringLiteralA691865643DE3F9A413786ED25F3D01260951186; IL2CPP_EXTERN_C String_t* _stringLiteralA6AA2DEDD2213A58B9695555093DC69F401DF2BC; IL2CPP_EXTERN_C String_t* _stringLiteralA6EAFAF4139980ACB770E237272125EB9180B7A6; IL2CPP_EXTERN_C String_t* _stringLiteralA6F9AB0C2DF86EDD7D27572A9069BF898C1F5075; IL2CPP_EXTERN_C String_t* _stringLiteralA815517F4DD647F253D33AFC4315467A56A154E7; IL2CPP_EXTERN_C String_t* _stringLiteralA86F1AB074BD0A96F60D11464EDC83164759D7DA; IL2CPP_EXTERN_C String_t* _stringLiteralA9D0DC079FAEF8E536643F31D7FACD785C052813; IL2CPP_EXTERN_C String_t* _stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D; IL2CPP_EXTERN_C String_t* _stringLiteralAA34CC494B9B9970A55E53B0DA850B9663B5D7D9; IL2CPP_EXTERN_C String_t* _stringLiteralAA938A0A564F06E26255CC984647912C9A80E9B3; IL2CPP_EXTERN_C String_t* _stringLiteralAAAAD748A9167857089BE2BCDA56BA779A2CF7C9; IL2CPP_EXTERN_C String_t* _stringLiteralAACAA5C58381A687E312A30415885F3788317947; IL2CPP_EXTERN_C String_t* _stringLiteralAB44CE62938DBC2C5924D9AE91FB3870B625BACC; IL2CPP_EXTERN_C String_t* _stringLiteralAB8332AE6B5DED504EF6FF26EAC5AFC64A909A45; IL2CPP_EXTERN_C String_t* _stringLiteralACD4517F7B675C9F469DE82161C06327FB057980; IL2CPP_EXTERN_C String_t* _stringLiteralAE9D6A0B88B2447EB31ABF04D08C209B24A5C50E; IL2CPP_EXTERN_C String_t* _stringLiteralAF04185B3864D88DD153EAD7A19C020DCC51EBBF; IL2CPP_EXTERN_C String_t* _stringLiteralB05D1072A857AE0380148675956712410B3B82AD; IL2CPP_EXTERN_C String_t* _stringLiteralB1CC4EEE0D03B36C4F0C0B14929BBAC76C9F04A2; IL2CPP_EXTERN_C String_t* _stringLiteralB33449EB49273559D9B3C375598EC40E2FB1DCBC; IL2CPP_EXTERN_C String_t* _stringLiteralB37EDF8BDF14D968036A8B6E7E828D835E19B95C; IL2CPP_EXTERN_C String_t* _stringLiteralB38EF8EEC16D07CB959110C418619843163CDEF9; IL2CPP_EXTERN_C String_t* _stringLiteralB4796B9DD8CEA5F638F0A5ADCCC0DD4CC05D2436; IL2CPP_EXTERN_C String_t* _stringLiteralB47E4DDAD8A38BDD9E35C9A2FEADD936CFBACE67; IL2CPP_EXTERN_C String_t* _stringLiteralB56211597A743D090F860D7EFC3559A3D842D65D; IL2CPP_EXTERN_C String_t* _stringLiteralB5965463376BB283A639934AF66DD9F2A1A062AA; IL2CPP_EXTERN_C String_t* _stringLiteralB617EB4B2008A9FF8F4D5A7804C9E8B50FAFFD2D; IL2CPP_EXTERN_C String_t* _stringLiteralB63DA2D022FEE25FBFAEF9ACB31C8271DCAC7DFA; IL2CPP_EXTERN_C String_t* _stringLiteralB6802ADA12A8081826D4B14C3056107B832AC741; IL2CPP_EXTERN_C String_t* _stringLiteralB6CF12FE3CC5A3A7A7FB3E28674EB3C814976446; IL2CPP_EXTERN_C String_t* _stringLiteralB70EAC7B626A8056558F0A601B2423C6C3BC8BD7; IL2CPP_EXTERN_C String_t* _stringLiteralB7493CB56184FE60E2814265912AAD0416579D8C; IL2CPP_EXTERN_C String_t* _stringLiteralB80E9C6B487215DDF8ED9C8D1480A68B94D50B1D; IL2CPP_EXTERN_C String_t* _stringLiteralB8B78BE3304AA808927F0B508DAA4AAAF659F9AF; IL2CPP_EXTERN_C String_t* _stringLiteralB8DD288607FF8CFF16B9A97503C0EC6108E01F52; IL2CPP_EXTERN_C String_t* _stringLiteralB8EA90D930F25A398262C947B68BE212FDB7A114; IL2CPP_EXTERN_C String_t* _stringLiteralB94E8B7DD131B529776D7CB5B0544438AB466C6B; IL2CPP_EXTERN_C String_t* _stringLiteralB96918BFC4F0264AC09EF18422FF3EDA2AA4BB85; IL2CPP_EXTERN_C String_t* _stringLiteralB9916CB4EAAE5DE8FD1381019EEE99FDEF67BF80; IL2CPP_EXTERN_C String_t* _stringLiteralB9E79D5CF77E57A8F7B1A52141577C4D3BCE8779; IL2CPP_EXTERN_C String_t* _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476; IL2CPP_EXTERN_C String_t* _stringLiteralBA2935D5EDCC81A73024C2F5E5752EE778477297; IL2CPP_EXTERN_C String_t* _stringLiteralBA874EE7D8322DE779D8F3F55278095F87DC9341; IL2CPP_EXTERN_C String_t* _stringLiteralBB3D96BE6BAEB561C6EBEC1F2299D2B266258B69; IL2CPP_EXTERN_C String_t* _stringLiteralBB45E603040B6B216699610307F7AD99BE979B55; IL2CPP_EXTERN_C String_t* _stringLiteralBB57A13385B3C866A2234BCC262833B4654174CB; IL2CPP_EXTERN_C String_t* _stringLiteralBB649D25BC62010ECC1DBC1695A1931EE51AB396; IL2CPP_EXTERN_C String_t* _stringLiteralBC214E7BC666A9707F7FCE8B3ADC6EB334D9E876; IL2CPP_EXTERN_C String_t* _stringLiteralBC90C82BDBD3DBF8022E1CB17000CA648FCA3A59; IL2CPP_EXTERN_C String_t* _stringLiteralBCBA82A77D9475423DD2EF7C1C0B410BB3D7AA19; IL2CPP_EXTERN_C String_t* _stringLiteralBD14D0EF5387A12E4F8D0B9377F8EF06AE88DC7C; IL2CPP_EXTERN_C String_t* _stringLiteralBD150095AD1723163A0791D57A71CFF29421A88E; IL2CPP_EXTERN_C String_t* _stringLiteralBD1EDCE6E99BE98F799324559FA808FD9CEDF6EF; IL2CPP_EXTERN_C String_t* _stringLiteralBD578D9020E7C5A5C9137EC6186306C5877F35F8; IL2CPP_EXTERN_C String_t* _stringLiteralBDF077BDD39FBCBF29935FFF2704FA22A6511027; IL2CPP_EXTERN_C String_t* _stringLiteralBE2EF9B70313D9987DD8833F17CD4E2F30520A09; IL2CPP_EXTERN_C String_t* _stringLiteralBE81FA580EC366513B2AD36F5C5FBC974F076D13; IL2CPP_EXTERN_C String_t* _stringLiteralBFFE556F7CC5A872AFD8DD5F0E974020A23AF585; IL2CPP_EXTERN_C String_t* _stringLiteralC0BB7CA773CE85D581ABADA9B5DA9F1B20DEAB45; IL2CPP_EXTERN_C String_t* _stringLiteralC1CC112A83CC198C208C3F8055DE87E8F598194F; IL2CPP_EXTERN_C String_t* _stringLiteralC295AE7F3D676E2CAA3DE0DC641EF335E57A2E37; IL2CPP_EXTERN_C String_t* _stringLiteralC3319AA0252CBDBE29864381B0C793B356CF2199; IL2CPP_EXTERN_C String_t* _stringLiteralC331BB611CD688525868217241D5919EB366F954; IL2CPP_EXTERN_C String_t* _stringLiteralC3CA4B933C737F81AF02585C257A104DF2DF238E; IL2CPP_EXTERN_C String_t* _stringLiteralC3E2A92646A3D24938BED6C5DCAD1E150390D062; IL2CPP_EXTERN_C String_t* _stringLiteralC3EC0475D7BECB6F89847EE0E364B00D04507118; IL2CPP_EXTERN_C String_t* _stringLiteralC3F8A3FC07018F32648FDF657E65287C6736F606; IL2CPP_EXTERN_C String_t* _stringLiteralC4729ED69061AF5587EABEA577EE432AC85A94DB; IL2CPP_EXTERN_C String_t* _stringLiteralC54A5C30D16C90C27F9109B214568ECA933A66F9; IL2CPP_EXTERN_C String_t* _stringLiteralC5B62D921BFE8558C61D5A304AE72180EDB57702; IL2CPP_EXTERN_C String_t* _stringLiteralC6104438F2F57018DE192A821CF5821082E428F6; IL2CPP_EXTERN_C String_t* _stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096; IL2CPP_EXTERN_C String_t* _stringLiteralC796BA0343F4213E59F1A3F9DD557B60937997DD; IL2CPP_EXTERN_C String_t* _stringLiteralC83FE362F33416EC35415D1920754AF86C761968; IL2CPP_EXTERN_C String_t* _stringLiteralC85A13B5E20871FAB850737284187DE4FB5300ED; IL2CPP_EXTERN_C String_t* _stringLiteralC8D1F6020FF194AFFCFF784E448AE14F6769FCDA; IL2CPP_EXTERN_C String_t* _stringLiteralC908B1FC2FF046CE707164D68AA0F134947261C7; IL2CPP_EXTERN_C String_t* _stringLiteralCA1114CFB1226325F6F01FD809EA6CE4AF330B39; IL2CPP_EXTERN_C String_t* _stringLiteralCAB86E398E13EAED1EB5DFEBE2DE39AE5F60C91D; IL2CPP_EXTERN_C String_t* _stringLiteralCB3AEAF7D3799E38D6E55689AC5402BD7B99B379; IL2CPP_EXTERN_C String_t* _stringLiteralCB9340620E0F239BC39D9B1AA9CCF6119A0BB3FF; IL2CPP_EXTERN_C String_t* _stringLiteralCC0EC070BCF89E36F69BD271DE85907DD740FCC2; IL2CPP_EXTERN_C String_t* _stringLiteralCC2B1AD4F6AF15C4E2B4A3A303FA46E23FCA786F; IL2CPP_EXTERN_C String_t* _stringLiteralCC8303B99C96154134407BFE912168FDF88ECAC3; IL2CPP_EXTERN_C String_t* _stringLiteralCD94140EC5B5E76A5FA543376C856F875B9A6510; IL2CPP_EXTERN_C String_t* _stringLiteralCE4D5BDFFB515A97850998F9179AFCF58F7A7DC2; IL2CPP_EXTERN_C String_t* _stringLiteralCE75BB5E7898DBAD485C9426CE02119DD96ADA65; IL2CPP_EXTERN_C String_t* _stringLiteralCED7252185C2DEDA9306880836687FACF7506417; IL2CPP_EXTERN_C String_t* _stringLiteralCF74A4B89D4EE4C5ABB32CA39246320C337C5E8D; IL2CPP_EXTERN_C String_t* _stringLiteralCF8EFDED408D1B26055A1BC4B9E00C788C111998; IL2CPP_EXTERN_C String_t* _stringLiteralD0158CF2B898C6F7645F0E92A5E3C0B7C5ED5693; IL2CPP_EXTERN_C String_t* _stringLiteralD0164804F749E46E2E0763FCA5D13C21D61FE23E; IL2CPP_EXTERN_C String_t* _stringLiteralD08E87FF7A46E974D872009362DB3EE5355F5F2A; IL2CPP_EXTERN_C String_t* _stringLiteralD18F3FED385B61FD4EB458AD47B02FFA9B9A5194; IL2CPP_EXTERN_C String_t* _stringLiteralD2BEAB73AAD00173ABC88D6B9770E5E817422169; IL2CPP_EXTERN_C String_t* _stringLiteralD41AA061803471E66CB197B14D56F99D1BCABD07; IL2CPP_EXTERN_C String_t* _stringLiteralD43F8DFABA4E587B1DFC788ABC7B918643C51826; IL2CPP_EXTERN_C String_t* _stringLiteralD44A6185EF6D5270C77DC3B679E8F20946D26B7A; IL2CPP_EXTERN_C String_t* _stringLiteralD4515DAE625D4BC192B953F0CDDC1C3C1BBD9296; IL2CPP_EXTERN_C String_t* _stringLiteralD48D89904FB7079C538EFAD657D4D59181FB66B6; IL2CPP_EXTERN_C String_t* _stringLiteralD507A887C3115C940F243DC84C049667410364B6; IL2CPP_EXTERN_C String_t* _stringLiteralD544B5746ACBFA83FDC4E3ECBDBABEFDD0400DC2; IL2CPP_EXTERN_C String_t* _stringLiteralD596DFCC5F01933800FE7F770F8A689C8CB094EC; IL2CPP_EXTERN_C String_t* _stringLiteralD5B20EA6805F285482807C61CD81D1509724E3CC; IL2CPP_EXTERN_C String_t* _stringLiteralD67B8A656690AB561AA26AC0AD6669C4ADFFCA31; IL2CPP_EXTERN_C String_t* _stringLiteralD706C4CBD948576FEFEB567C9FADA738A0DA078F; IL2CPP_EXTERN_C String_t* _stringLiteralD7248A39F3FFD5F29F3A82B3D3AC57CF22CBABAD; IL2CPP_EXTERN_C String_t* _stringLiteralD744E0023ACB34526A1B142EFA90B5CFF45FDC53; IL2CPP_EXTERN_C String_t* _stringLiteralD74873AD6809B69602B85083AF112A08E812A01B; IL2CPP_EXTERN_C String_t* _stringLiteralD776F52DB272A9974856F554D84E1922CF6C8C04; IL2CPP_EXTERN_C String_t* _stringLiteralD79BCC1D9686E91C0D38CAE4F23E8261B32EF86E; IL2CPP_EXTERN_C String_t* _stringLiteralD8060A96ECF76656A31E51FBADD183E73D22ABD8; IL2CPP_EXTERN_C String_t* _stringLiteralD855921847CD8826B294837FFCD67EA7FB0788CB; IL2CPP_EXTERN_C String_t* _stringLiteralD90C9CE2FE1C0BB17387732EBAB0FE7752B04F00; IL2CPP_EXTERN_C String_t* _stringLiteralD94DD24008D0FA4EBD7E401B8691C8A65E5EFAF0; IL2CPP_EXTERN_C String_t* _stringLiteralD9A0C24A4C933B64FC6C0D0B3FD20DB947AA5917; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA5831573CA4E7D4BD4BB37B77CF2DA2F529680C; IL2CPP_EXTERN_C String_t* _stringLiteralDA8EB70448F658D1B2E4A191FB1126E7830F3EF2; IL2CPP_EXTERN_C String_t* _stringLiteralDACE06C925094389C244AE9CE840DEC99974705B; IL2CPP_EXTERN_C String_t* _stringLiteralDAD77C2AE028A466DBDCA5BD600E007BA934F1F3; IL2CPP_EXTERN_C String_t* _stringLiteralDB36D0200046E50D235A5A77897C24326603F65D; IL2CPP_EXTERN_C String_t* _stringLiteralDBE7F5C8E35DB553392DAED0210A9AC55088EF41; IL2CPP_EXTERN_C String_t* _stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728; IL2CPP_EXTERN_C String_t* _stringLiteralDC4A06A0DE599F745DBDD44A6FDE6212859D3A5F; IL2CPP_EXTERN_C String_t* _stringLiteralDCCF22B1EB35EC58FFEB04A8C396594903C38127; IL2CPP_EXTERN_C String_t* _stringLiteralDD0F2FA94C795CDE376C1F8D06FA9BB64450D454; IL2CPP_EXTERN_C String_t* _stringLiteralDD9EBC6C2126C14AE71F223775C0378CC1E1E8FF; IL2CPP_EXTERN_C String_t* _stringLiteralDE2D7698FE57322C99ED23E69E7AB3FCB824AF7E; IL2CPP_EXTERN_C String_t* _stringLiteralDE923A0A39342ECBAD1253F5A36CD36E9E72666D; IL2CPP_EXTERN_C String_t* _stringLiteralDEF84EBA6C9A8E7BB2723A279F7980993BF92544; IL2CPP_EXTERN_C String_t* _stringLiteralDF6067A784AFB5E876881FD9B7545CAFF19B28E7; IL2CPP_EXTERN_C String_t* _stringLiteralDF6876F97D3A794DFE335ED213FEAC02250943B5; IL2CPP_EXTERN_C String_t* _stringLiteralE07FF8A28F68DE2765770FDDC1A0BE2A68DF027D; IL2CPP_EXTERN_C String_t* _stringLiteralE0A3AB4B59C17EA9D48CA3174C2CCA7F03890384; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE243FB8D9313FB9CAED6E93C906E5DE6BA507CAF; IL2CPP_EXTERN_C String_t* _stringLiteralE2F821451E291C95D25488E977E55FD9D45D72C1; IL2CPP_EXTERN_C String_t* _stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26; IL2CPP_EXTERN_C String_t* _stringLiteralE329964D0EF514B127259097740B6A91E6AD323D; IL2CPP_EXTERN_C String_t* _stringLiteralE4100544117846D4647DE0C597FB8B2B17BEB315; IL2CPP_EXTERN_C String_t* _stringLiteralE504D1328D56B08733978AC58E6D9DCA9303C1B1; IL2CPP_EXTERN_C String_t* _stringLiteralE582BEE3725203632E40285D10D31867423E16C4; IL2CPP_EXTERN_C String_t* _stringLiteralE5C4DE29917BC85D50DFB6434B3A2DE446444F9D; IL2CPP_EXTERN_C String_t* _stringLiteralE6ED3948EBA2C4EA7B39D25923D916C995F8B7E9; IL2CPP_EXTERN_C String_t* _stringLiteralE713B66C68336B9B8D39DC6C259A0EC3E232CFA6; IL2CPP_EXTERN_C String_t* _stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E; IL2CPP_EXTERN_C String_t* _stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6; IL2CPP_EXTERN_C String_t* _stringLiteralE775FE4A2871D37C251B317E38ACC6FB15BA78D1; IL2CPP_EXTERN_C String_t* _stringLiteralE77AE48ACD5FEA2E63F62568BD4A20C2CA0D4B66; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralE819B9E8BA40380D20A80466177E559A33D246D3; IL2CPP_EXTERN_C String_t* _stringLiteralE880DE80CCADDAD34B2968143B211E18FF42BBD9; IL2CPP_EXTERN_C String_t* _stringLiteralE8A95B77257B718FBD370007D915B31B7BE24C4C; IL2CPP_EXTERN_C String_t* _stringLiteralE8EFE67805C7E098AAD70F38B661AB276707B243; IL2CPP_EXTERN_C String_t* _stringLiteralE8F115133981FA10D36820F67ACF06CD8609D703; IL2CPP_EXTERN_C String_t* _stringLiteralE8F4B323C30FAE436F30D6A29F7DDC0C29CD5F62; IL2CPP_EXTERN_C String_t* _stringLiteralE9145F03557593CD6D82BD95EE1BCF323D2E4897; IL2CPP_EXTERN_C String_t* _stringLiteralE99AB15DE145AF4A0E29F635FA22E49DAAF13F29; IL2CPP_EXTERN_C String_t* _stringLiteralEB1B985A3AE14749B7FD2EAB850DCEF21A58C05B; IL2CPP_EXTERN_C String_t* _stringLiteralEB85CFD71F8FD31993E155F9175F2D58A9E386FD; IL2CPP_EXTERN_C String_t* _stringLiteralEB89D4C77B1D1A19D9D872D16A3ABAAD61BD1A08; IL2CPP_EXTERN_C String_t* _stringLiteralEC19713AECB91118EB8A64B101AE7339B2AB59FC; IL2CPP_EXTERN_C String_t* _stringLiteralECE395CDAEB0ECDBD5A23AA77D43B5263126619C; IL2CPP_EXTERN_C String_t* _stringLiteralEE7AED752F6AD5A5F8A33B746714FFFA2B8EE1F5; IL2CPP_EXTERN_C String_t* _stringLiteralEE9322880EDA730EEDB55F5B647CFC9AE29249D1; IL2CPP_EXTERN_C String_t* _stringLiteralEEDC1AD3C55574DEC540CFB6A182087F91A3C2E2; IL2CPP_EXTERN_C String_t* _stringLiteralEF4C89A1231E77158C9BD858F1A8B53DCCF54FCA; IL2CPP_EXTERN_C String_t* _stringLiteralEFFA2622D6F632EC1BC08EFDC17EAAEB8CFA30DA; IL2CPP_EXTERN_C String_t* _stringLiteralF070EE510E0DA0AF3E576081649DF6257D4F673C; IL2CPP_EXTERN_C String_t* _stringLiteralF1D93AE5E465BD3A4EEF565C936466C213D2EF1E; IL2CPP_EXTERN_C String_t* _stringLiteralF1FD855194600A852AEC715A81C76C06A819C1A0; IL2CPP_EXTERN_C String_t* _stringLiteralF2046F68FEF8A47AC7FE5687DD7FDA6C233B2533; IL2CPP_EXTERN_C String_t* _stringLiteralF21700510B497B89FEE85DE675D6E241730F23A7; IL2CPP_EXTERN_C String_t* _stringLiteralF3BC964ED8C4C6F8FD0C9A1C2A4ED7828F8F12CA; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF3EE509E14069DFF4F0EF7F0603311CF252F1615; IL2CPP_EXTERN_C String_t* _stringLiteralF44240E7EE8661FC4186289BE278A40882DCC298; IL2CPP_EXTERN_C String_t* _stringLiteralF4D16212D8371B911BAC48C7268891BAF4A3757D; IL2CPP_EXTERN_C String_t* _stringLiteralF525937F4802DFAB668F8D58E96E5C8456C4A416; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralF558390E617EC1257B59F0565E47B7282845ECFA; IL2CPP_EXTERN_C String_t* _stringLiteralF580B417DDA781C682644F77C106C82F61DC8486; IL2CPP_EXTERN_C String_t* _stringLiteralF583ECC94A78C95342A01EDAF86FB4F9B3693514; IL2CPP_EXTERN_C String_t* _stringLiteralF63581A94CE4CBEC88BF1CC47F97C9F6F68E56BA; IL2CPP_EXTERN_C String_t* _stringLiteralF6DAB283FC637F0CFEE0ECD9675746A020F6CE72; IL2CPP_EXTERN_C String_t* _stringLiteralF8CBD169A32C8D4DF33B85FBDAEE04914191F666; IL2CPP_EXTERN_C String_t* _stringLiteralF9F21E0E58EDD803E5FE0FE2D9668BA6B8015894; IL2CPP_EXTERN_C String_t* _stringLiteralFA3B5499785CBEEA66513CEE09402FBF10AF5FBF; IL2CPP_EXTERN_C String_t* _stringLiteralFA8996A8164B28D595752E84EFD1FCA1F9AC458D; IL2CPP_EXTERN_C String_t* _stringLiteralFAF464FF4116CC6B1EA04CED803B1EB0BE90F949; IL2CPP_EXTERN_C String_t* _stringLiteralFAF6F28F06CB2CDB9E49D66F7E8844A8FEBA7B70; IL2CPP_EXTERN_C String_t* _stringLiteralFB2220F1B4B21EB348BA94875BFD5D6A43D5D168; IL2CPP_EXTERN_C String_t* _stringLiteralFB37522D35FF3A193DACB8A142A32F4C55F0253F; IL2CPP_EXTERN_C String_t* _stringLiteralFB91DF7EEC2135EC963D55F2DA5FBB6CD3E3179D; IL2CPP_EXTERN_C String_t* _stringLiteralFBD3D59EFBBCFA78E154D486B61FEFE1185A23E5; IL2CPP_EXTERN_C String_t* _stringLiteralFC0C6E762A2DBD1167A83C725CC5997A2D4EC0BE; IL2CPP_EXTERN_C String_t* _stringLiteralFC1936C444D592D5C33262866A0F73E382BF0FAB; IL2CPP_EXTERN_C String_t* _stringLiteralFC51B2CA45056A2F62D45267A40CFF5D6598F67B; IL2CPP_EXTERN_C String_t* _stringLiteralFC6C1DC2224936F4BEE7CBA35A0036A85E7B52F4; IL2CPP_EXTERN_C String_t* _stringLiteralFC6C8C4E10F2AD89C47DBA26E570B987A180CF52; IL2CPP_EXTERN_C String_t* _stringLiteralFD0DF99AD4FB0A1EE08EDE2CDFED98744C8DBE31; IL2CPP_EXTERN_C String_t* _stringLiteralFD95A00B530C13C66E0AF8F42FBF8E14D7C63076; IL2CPP_EXTERN_C String_t* _stringLiteralFE14392C303DB16ECA31874C2386A6AAFD10397D; IL2CPP_EXTERN_C String_t* _stringLiteralFE3AD00AB7291C3AA23A9EEA518331445E2A2526; IL2CPP_EXTERN_C String_t* _stringLiteralFE68D2B68F65FFB8E5E02CB44CD8BB13862D6CEA; IL2CPP_EXTERN_C String_t* _stringLiteralFEB1E25F6B4D10D390D8B46062448FE3BCE441D9; IL2CPP_EXTERN_C String_t* _stringLiteralFEB8CADDC56204B5564CB7892BE53B54E83A9CA2; IL2CPP_EXTERN_C String_t* _stringLiteralFEE3BA8440F8BF2C5146ECAA826B0CEC3366BDE4; IL2CPP_EXTERN_C const RuntimeMethod* ArrayConverter_ConvertTo_mC144B3093D2037D3BB5B109D15725ABCC4E985D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArraySubsetEnumerator_get_Current_mE137EF1ADECA45633866E8723C50E4A07FFA478B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m72DEACF99225BD725370F7BE0A4B54748F439A37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisEventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_mEBBF44B493827D241DBA34F879E886B40327299C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisIExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_m74B8927A97695BEC4548B876AB870F865634C690_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m08AB09A013273404D6FA7E3C4536C838811AE787_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisType_t_m1FD9ED0B09CEAFFC537EF0C71689FDB03AEF72AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisCultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_mA4E41ACA558958DA6DC4EC2AF9E0DE4C0D768071_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisEventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_m9272C8E3751CC05FE279AD38C8EB0DF6A88BEED1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m0FB834D32DD8F3C5AD506C3537D20D0C486CD828_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticatedStream__ctor_m8B163146A01B938A3E87E1BED07EE07494A3E357_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseNumberConverter_ConvertFrom_mAC29686169A55736CD527CB44D3E8DB0D697C7DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseNumberConverter_ConvertTo_m46174D69B2F224A17A25C88B162C0270DE801CF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BooleanConverter_ConvertFrom_m828B810B45C660FD12088B64754C92984D043092_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharConverter_ConvertFrom_m2041904F485ECB92962F72464603513FAF6E2069_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionConverter_ConvertTo_m79E20F624C9391C76B8081E74BF16EB4C04535E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfoConverter_ConvertFrom_m08DA8D40B47CB657519AE916098092C598F6C969_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfoConverter_ConvertTo_m708D230C9685628EDFEC384AE58E05978EED0D30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DateTimeConverter_ConvertFrom_m13742F9584B8C3884A7D164988714E2AE0B69B69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffsetConverter_ConvertFrom_m09E9F2F495D4659A661E1178D7AD966E08DFD496_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DecimalConverter_ConvertTo_m0F245DFB5E97D39B818A6D3A87C6FAE07F57F6BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5D77EB3F62FED2B879551BFADA7FE409B56F99F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnumConverter_ConvertFrom_mD1D0496C621971B0610C92ABC562B26BEA40EC61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnumConverter_ConvertTo_m95581FDC64EFF404D3646BA0BB09A316C58126D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_Add_mAA14F6928C91D2A6B81E69723C35E7F43FBA62CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_Clear_m34F6F48BAA557FBB783F24C33EB2E26002A57C56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_Insert_mC472AA88B6CC60161C15A8B464D4D1A827C45CA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_RemoveAt_m1D8C3C214CDF147C85410AB0F956EA1732261900_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_Remove_mC7EDCADC4A6630ABA8C38C7F1CE424C622A73A67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_System_Collections_IList_set_Item_mEEC2A36C2AD376E350334887290721ECF319F17F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDescriptorCollection_get_Item_mA010043B2DFD4EE474361E4485B7727354BB00ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GuidConverter_ConvertTo_m38ED352A2576914129DD6357D82EDBA16E1B617A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_CopyTo_mC5F8BDD2989305702D022A2CD7ECA22BDB84D2F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m4F793B000A11FB437B10559BE7E07F0C8F4DBC85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m552A8E5BAA5F709BC753F4B73BBC48E5FBBA50CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m81B83C7ED3B9D3193339CB2CCAC3A1C083FDA78F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m96959BC8204621343E5036A718B2BC29D0669782_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE469B94E6CE60E9DB94985628B0242B069F9083B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7A61592E5FE84D3A67A379166626C78396A7E506_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m641F5A62F67E28FB5F99957BC9F52405B00B3A9D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m9B03F7E2866639F2AD829CDCA57D02FF6DB6DE0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m9E55C4E9DE03FD87D909E195718719D3173B9A99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberDescriptor_GetInvocationTarget_m208F43D1A94BB3EE2C668AB1E4CC64B8D2DC8BF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberDescriptor__ctor_mDCA5ED4D5D9CB14D6D1D81EDB76EA80DB79B8AF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NullableConverter_ConvertTo_m2BE21A53A253F758159F11B28CB285D8BDA2AB7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NullableConverter__ctor_mF66E15A3EF01632182544613C80F64FC418411AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mF692237E48B1B8AD2C3CBB8197E3500580032F6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mA134D7B58EC7EB68D5F9ED202535F98072274CED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m29692805E9192FDCC37DF37F59872F128A21DA8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_Clear_mB8C7EDDBC34045AB39A85F7CA8C2A48FE5E84154_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_Insert_m5294EDBAD3EED9E88B72F8C337F65EE5AB2960EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_RemoveAt_m0A24CA5AB989131D0F6691B289DD9092790E9E07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_Remove_m93B40D4D8FD13CA21ACAF39012043595BB6ED03B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_System_Collections_IDictionary_Add_m408464897F2A4002666796184236356079B9476E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_mF70D7EA54C026CF6DF6082671C7BB5FA4FA8C4A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_System_Collections_IList_set_Item_m1C9BF875A752FEAC57320E429DF95D0A11BDD5B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_get_Item_m5BD52F4CCBEF1D1D9B33887BB373181AD11A4C25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReferenceConverter_ConvertTo_m0867AB70A857CCF46063AC01D0AB958C0EBB5409_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_ExtenderSetValue_mFC8590E7DFEF16F37E8A4C664D146E369FD8FDB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_FillAttributes_mD1A8B05FA0756E81EDA754C0E792BB24C61754EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_GetValue_mBA0039B3B4051D5406814BD5E60C1F87B8BB2108_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_SetValue_mEFCFF00D8CB0014703F99EA732C7FB576F7B2C84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor__ctor_m69383E1B38EE9DE9E6A4A929AF7AB6E367F7396C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_get_GetMethodValue_m594459E4D0447CA4A73317091897EBB7721A204C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SslClientAuthenticationOptions_set_CertificateRevocationCheckMode_m5DB15346690DAC5A8F610AA8C7DEC7F2DFC29DE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SslClientAuthenticationOptions_set_EncryptionPolicy_m008E6F28D3C4BFEFFB32A9BEA6AEF1C2B53F1C77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SslStream_CheckDisposed_m884E18F119B366EE6734CCFA126A1F633687FA95_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SslStream_Seek_mFEDBF392998DDDB0F7A71F25D1BB821EA1463B25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SslStream_SetAndVerifySelectionCallback_m8B82CA433CF92AD113F606ACE7229D442587DA0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SslStream_SetAndVerifyValidationCallback_m6FA4BE931FA1C7BC5D175B4E1CA2959742FA9C9D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SslStream_set_Position_m70987A87C7DB346D2FD447EA11E96774105EE5D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskToApm_End_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCA309E122256972A27C74FC814F47AD13AF623ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpanConverter_ConvertFrom_mF00171D4039FEA734A0FC5ACDB81BB0395A3AFF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpanConverter_ConvertTo_m30C65F425D5F7D46475EC262213EB57255929A6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProviderAttribute__ctor_m4826164C182E4A25C37E134BC55F5FFD933C90DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_CreateInstance_m8BAB68D86147339881BA5B91D84B8B97851E15FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_GetExtenderProviders_mA780E3A44D11E0B9647DCC60D3FFA0A9D7DC4E9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_GetTypeDescriptor_m98120E5BD98B7418563145C0AFAC8D3F5806E124_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass21_0_U3CSetAndVerifySelectionCallbackU3Eb__0_mADCFBC85C66A800C57CD2CECA4CDB6A9E5BB020D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Guid_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Type_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F; struct AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912; struct EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80; struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8; struct IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D; struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364; struct PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; struct AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.EmptyArray`1 struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE : public RuntimeObject { }; // System.Collections.Generic.List`1 struct List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.ArrayList struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A : public RuntimeObject { // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject* ____syncRoot_3; }; // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { }; // System.Attribute struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject { }; // System.ComponentModel.AttributeCollection struct AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA : public RuntimeObject { // System.Attribute[] System.ComponentModel.AttributeCollection::_attributes AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ____attributes_2; // System.ComponentModel.AttributeCollection/AttributeEntry[] System.ComponentModel.AttributeCollection::_foundAttributeTypes AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F* ____foundAttributeTypes_4; // System.Int32 System.ComponentModel.AttributeCollection::_index int32_t ____index_5; }; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235 : public RuntimeObject { }; // System.Collections.CollectionBase struct CollectionBase_t44F966CC555C87F2815D668FB4586526E1C2383F : public RuntimeObject { // System.Collections.ArrayList System.Collections.CollectionBase::_list ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____list_0; }; // System.Globalization.CompareInfo struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57 : public RuntimeObject { // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_5; // System.String System.Globalization.CompareInfo::_sortName String_t* ____sortName_6; // System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion SortVersion_tBB62978F95905541FC817E11F73A0B1DB392F07E* ___m_SortVersion_7; // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_8; // System.Globalization.ISimpleCollator System.Globalization.CompareInfo::collator RuntimeObject* ___collator_9; }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 : public RuntimeObject { }; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject { // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.ComponentModel.CustomTypeDescriptor struct CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6 : public RuntimeObject { // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.CustomTypeDescriptor::_parent RuntimeObject* ____parent_0; }; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A : public RuntimeObject { // System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::_cultureData CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ____cultureData_1; // System.String System.Globalization.DateTimeFormatInfo::_name String_t* ____name_2; // System.String System.Globalization.DateTimeFormatInfo::_langName String_t* ____langName_3; // System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::_compareInfo CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ____compareInfo_4; // System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::_cultureInfo CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ____cultureInfo_5; // System.String System.Globalization.DateTimeFormatInfo::amDesignator String_t* ___amDesignator_6; // System.String System.Globalization.DateTimeFormatInfo::pmDesignator String_t* ___pmDesignator_7; // System.String System.Globalization.DateTimeFormatInfo::dateSeparator String_t* ___dateSeparator_8; // System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern String_t* ___generalShortTimePattern_9; // System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern String_t* ___generalLongTimePattern_10; // System.String System.Globalization.DateTimeFormatInfo::timeSeparator String_t* ___timeSeparator_11; // System.String System.Globalization.DateTimeFormatInfo::monthDayPattern String_t* ___monthDayPattern_12; // System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern String_t* ___dateTimeOffsetPattern_13; // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_17; // System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek int32_t ___firstDayOfWeek_18; // System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule int32_t ___calendarWeekRule_19; // System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern String_t* ___fullDateTimePattern_20; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___abbreviatedDayNames_21; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_superShortDayNames_22; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___dayNames_23; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___abbreviatedMonthNames_24; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___monthNames_25; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___genitiveMonthNames_26; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_genitiveAbbreviatedMonthNames_27; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___leapYearMonthNames_28; // System.String System.Globalization.DateTimeFormatInfo::longDatePattern String_t* ___longDatePattern_29; // System.String System.Globalization.DateTimeFormatInfo::shortDatePattern String_t* ___shortDatePattern_30; // System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern String_t* ___yearMonthPattern_31; // System.String System.Globalization.DateTimeFormatInfo::longTimePattern String_t* ___longTimePattern_32; // System.String System.Globalization.DateTimeFormatInfo::shortTimePattern String_t* ___shortTimePattern_33; // System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allYearMonthPatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allShortDatePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allLongDatePatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allShortTimePatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allLongTimePatterns_38; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_eraNames_39; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_abbrevEraNames_40; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_abbrevEnglishEraNames_41; // System.Globalization.CalendarId[] System.Globalization.DateTimeFormatInfo::optionalCalendars CalendarIdU5BU5D_t559EDBF1B819A695624BE9004EAA4FFA38B65CDA* ___optionalCalendars_42; // System.Boolean System.Globalization.DateTimeFormatInfo::_isReadOnly bool ____isReadOnly_44; // System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags int32_t ___formatFlags_45; // System.String System.Globalization.DateTimeFormatInfo::_fullTimeSpanPositivePattern String_t* ____fullTimeSpanPositivePattern_49; // System.String System.Globalization.DateTimeFormatInfo::_fullTimeSpanNegativePattern String_t* ____fullTimeSpanNegativePattern_50; // System.Globalization.DateTimeFormatInfo/TokenHashValue[] System.Globalization.DateTimeFormatInfo::_dtfiTokenHash TokenHashValueU5BU5D_t3F8794937D04BA380989A813F33418CED58E80B9* ____dtfiTokenHash_52; }; // System.EventArgs struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject { }; // System.ComponentModel.EventDescriptorCollection struct EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96 : public RuntimeObject { // System.ComponentModel.EventDescriptor[] System.ComponentModel.EventDescriptorCollection::_events EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* ____events_0; // System.String[] System.ComponentModel.EventDescriptorCollection::_namedSort StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____namedSort_1; // System.Collections.IComparer System.ComponentModel.EventDescriptorCollection::_comparer RuntimeObject* ____comparer_2; // System.Boolean System.ComponentModel.EventDescriptorCollection::_eventsOwned bool ____eventsOwned_3; // System.Boolean System.ComponentModel.EventDescriptorCollection::_needSort bool ____needSort_4; // System.Boolean System.ComponentModel.EventDescriptorCollection::_readOnly bool ____readOnly_5; // System.Int32 System.ComponentModel.EventDescriptorCollection::k__BackingField int32_t ___U3CCountU3Ek__BackingField_7; }; // System.ComponentModel.EventHandlerList struct EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8 : public RuntimeObject { // System.ComponentModel.EventHandlerList/ListEntry System.ComponentModel.EventHandlerList::_head ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* ____head_0; // System.ComponentModel.Component System.ComponentModel.EventHandlerList::_parent Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* ____parent_1; }; // System.FormattableString struct FormattableString_t4D7D221057108596F60CCCC83532037E2399BE0D : public RuntimeObject { }; // System.Collections.Hashtable struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D : public RuntimeObject { // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::_buckets bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587* ____buckets_10; // System.Int32 System.Collections.Hashtable::_count int32_t ____count_11; // System.Int32 System.Collections.Hashtable::_occupancy int32_t ____occupancy_12; // System.Int32 System.Collections.Hashtable::_loadsize int32_t ____loadsize_13; // System.Single System.Collections.Hashtable::_loadFactor float ____loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_version int32_t ____version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_isWriterInProgress bool ____isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::_keys RuntimeObject* ____keys_17; // System.Collections.ICollection System.Collections.Hashtable::_values RuntimeObject* ____values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject* ____syncRoot_20; }; // System.ComponentModel.Design.Serialization.InstanceDescriptor struct InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5 : public RuntimeObject { // System.Collections.ICollection System.ComponentModel.Design.Serialization.InstanceDescriptor::k__BackingField RuntimeObject* ___U3CArgumentsU3Ek__BackingField_0; // System.Boolean System.ComponentModel.Design.Serialization.InstanceDescriptor::k__BackingField bool ___U3CIsCompleteU3Ek__BackingField_1; // System.Reflection.MemberInfo System.ComponentModel.Design.Serialization.InstanceDescriptor::k__BackingField MemberInfo_t* ___U3CMemberInfoU3Ek__BackingField_2; }; // System.InvariantComparer struct InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29 : public RuntimeObject { // System.Globalization.CompareInfo System.InvariantComparer::m_compareInfo CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___m_compareInfo_0; }; // System.LocalAppContextSwitches struct LocalAppContextSwitches_tE040790D0ACC1DCF3C95D173ACBDADABDCDD37F6 : public RuntimeObject { }; // System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject { // System.Object System.MarshalByRefObject::_identity RuntimeObject* ____identity_0; }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.ComponentModel.MarshalByValueComponent struct MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA : public RuntimeObject { // System.ComponentModel.ISite System.ComponentModel.MarshalByValueComponent::_site RuntimeObject* ____site_1; // System.ComponentModel.EventHandlerList System.ComponentModel.MarshalByValueComponent::_events EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* ____events_2; }; // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7 : public RuntimeObject { // System.String System.ComponentModel.MemberDescriptor::name String_t* ___name_0; // System.String System.ComponentModel.MemberDescriptor::displayName String_t* ___displayName_1; // System.Int32 System.ComponentModel.MemberDescriptor::nameHash int32_t ___nameHash_2; // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::attributeCollection AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ___attributeCollection_3; // System.Attribute[] System.ComponentModel.MemberDescriptor::attributes AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___attributes_4; // System.Attribute[] System.ComponentModel.MemberDescriptor::originalAttributes AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___originalAttributes_5; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFiltered bool ___attributesFiltered_6; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFilled bool ___attributesFilled_7; // System.Int32 System.ComponentModel.MemberDescriptor::metadataVersion int32_t ___metadataVersion_8; // System.String System.ComponentModel.MemberDescriptor::category String_t* ___category_9; // System.String System.ComponentModel.MemberDescriptor::description String_t* ___description_10; // System.Object System.ComponentModel.MemberDescriptor::lockCookie RuntimeObject* ___lockCookie_11; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_t39C898CDC9458EEAD7C019B4B23701EAF9E24F7E : public RuntimeObject { }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472 : public RuntimeObject { // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; }; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE : public RuntimeObject { // System.Collections.IDictionary System.ComponentModel.PropertyDescriptorCollection::_cachedFoundProperties RuntimeObject* ____cachedFoundProperties_1; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::_cachedIgnoreCase bool ____cachedIgnoreCase_2; // System.ComponentModel.PropertyDescriptor[] System.ComponentModel.PropertyDescriptorCollection::_properties PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ____properties_3; // System.String[] System.ComponentModel.PropertyDescriptorCollection::_namedSort StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____namedSort_4; // System.Collections.IComparer System.ComponentModel.PropertyDescriptorCollection::_comparer RuntimeObject* ____comparer_5; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::_propsOwned bool ____propsOwned_6; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::_needSort bool ____needSort_7; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::_readOnly bool ____readOnly_8; // System.Object System.ComponentModel.PropertyDescriptorCollection::_internalSyncObject RuntimeObject* ____internalSyncObject_9; // System.Int32 System.ComponentModel.PropertyDescriptorCollection::k__BackingField int32_t ___U3CCountU3Ek__BackingField_10; }; // System.Collections.ReadOnlyCollectionBase struct ReadOnlyCollectionBase_tDFADA53EA832E96746EED154A156F609C844D7BD : public RuntimeObject { // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::_list ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____list_0; }; // System.Net.Security.SecurityBuffer struct SecurityBuffer_t70570BCF95F8F18A147D64B27DF3954FFD25CA4E : public RuntimeObject { // System.Int32 System.Net.Security.SecurityBuffer::size int32_t ___size_0; // System.Net.Security.SecurityBufferType System.Net.Security.SecurityBuffer::type int32_t ___type_1; // System.Byte[] System.Net.Security.SecurityBuffer::token ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___token_2; // System.Int32 System.Net.Security.SecurityBuffer::offset int32_t ___offset_3; }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37 : public RuntimeObject { // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t* ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; }; // System.Net.Security.SslClientAuthenticationOptions struct SslClientAuthenticationOptions_tA5277DAACAFB33887D2513D9399C5154B0D5CBC9 : public RuntimeObject { // System.Net.Security.EncryptionPolicy System.Net.Security.SslClientAuthenticationOptions::_encryptionPolicy int32_t ____encryptionPolicy_0; // System.Security.Cryptography.X509Certificates.X509RevocationMode System.Net.Security.SslClientAuthenticationOptions::_checkCertificateRevocation int32_t ____checkCertificateRevocation_1; // System.Security.Authentication.SslProtocols System.Net.Security.SslClientAuthenticationOptions::_enabledSslProtocols int32_t ____enabledSslProtocols_2; // System.Boolean System.Net.Security.SslClientAuthenticationOptions::_allowRenegotiation bool ____allowRenegotiation_3; // System.String System.Net.Security.SslClientAuthenticationOptions::k__BackingField String_t* ___U3CTargetHostU3Ek__BackingField_4; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.Security.SslClientAuthenticationOptions::k__BackingField X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___U3CClientCertificatesU3Ek__BackingField_5; }; // System.String struct String_t : public RuntimeObject { // System.Int32 System.String::_stringLength int32_t ____stringLength_4; // System.Char System.String::_firstChar Il2CppChar ____firstChar_5; }; // System.StringComparer struct StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06 : public RuntimeObject { }; // System.Diagnostics.Switch struct Switch_t9C3FB6E0121B928798EA7C18AAB5DFC8F3A09412 : public RuntimeObject { // System.String System.Diagnostics.Switch::description String_t* ___description_0; // System.String System.Diagnostics.Switch::displayName String_t* ___displayName_1; // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.Switch::switchValueString String_t* ___switchValueString_2; // System.String System.Diagnostics.Switch::defaultValue String_t* ___defaultValue_3; }; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 : public RuntimeObject { // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_1; // System.Delegate System.Threading.Tasks.Task::m_action Delegate_t* ___m_action_2; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject* ___m_stateObject_3; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_taskScheduler_4; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_parent_5; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_6; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject* ___m_continuationObject_7; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540* ___m_contingentProperties_10; }; // System.ComponentModel.TypeConverter struct TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C : public RuntimeObject { }; // System.ComponentModel.TypeDescriptionProvider struct TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664 : public RuntimeObject { // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptionProvider::_parent TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ____parent_0; // System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::_emptyDescriptor EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* ____emptyDescriptor_1; }; // System.ComponentModel.TypeDescriptor struct TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0 : public RuntimeObject { }; // System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5 : public RuntimeObject { // System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::impl X509ChainImpl_tBA1BF154DB9DC321EE068BBC53C7CF43CAA2621F* ___impl_0; }; // System.ComponentModel.CultureInfoConverter/CultureComparer struct CultureComparer_tCDBDA7B5A0600BCE6C2FC2721AADD2F48EEA7B0D : public RuntimeObject { // System.ComponentModel.CultureInfoConverter System.ComponentModel.CultureInfoConverter/CultureComparer::_converter CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* ____converter_0; }; // System.ComponentModel.CultureInfoConverter/CultureInfoMapper struct CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E : public RuntimeObject { }; // System.ComponentModel.EventDescriptorCollection/ArraySubsetEnumerator struct ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA : public RuntimeObject { // System.Array System.ComponentModel.EventDescriptorCollection/ArraySubsetEnumerator::_array RuntimeArray* ____array_0; // System.Int32 System.ComponentModel.EventDescriptorCollection/ArraySubsetEnumerator::_total int32_t ____total_1; // System.Int32 System.ComponentModel.EventDescriptorCollection/ArraySubsetEnumerator::_current int32_t ____current_2; }; // System.ComponentModel.EventHandlerList/ListEntry struct ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD : public RuntimeObject { // System.ComponentModel.EventHandlerList/ListEntry System.ComponentModel.EventHandlerList/ListEntry::_next ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* ____next_0; // System.Object System.ComponentModel.EventHandlerList/ListEntry::_key RuntimeObject* ____key_1; // System.Delegate System.ComponentModel.EventHandlerList/ListEntry::_handler Delegate_t* ____handler_2; }; // System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator struct PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811 : public RuntimeObject { // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::_owner PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ____owner_0; // System.Int32 System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::_index int32_t ____index_1; }; // System.ComponentModel.ReferenceConverter/ReferenceComparer struct ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0 : public RuntimeObject { // System.ComponentModel.ReferenceConverter System.ComponentModel.ReferenceConverter/ReferenceComparer::_converter ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* ____converter_0; }; // System.Net.Security.SslStream/<>c__DisplayClass21_0 struct U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C : public RuntimeObject { // System.Net.Security.LocalCertificateSelectionCallback System.Net.Security.SslStream/<>c__DisplayClass21_0::callback LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* ___callback_0; // System.Net.Security.SslStream System.Net.Security.SslStream/<>c__DisplayClass21_0::<>4__this SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* ___U3CU3E4__this_1; }; // System.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3 : public RuntimeObject { // System.Collections.ICollection System.ComponentModel.TypeConverter/StandardValuesCollection::values RuntimeObject* ___values_0; // System.Array System.ComponentModel.TypeConverter/StandardValuesCollection::valueArray RuntimeArray* ___valueArray_1; }; // System.Nullable`1 struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value bool ___value_1; }; // System.Nullable`1 struct Nullable_1_t90388648579A1BFFFE199D6661A1830A04037BDD { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value int32_t ___value_1; }; // System.Nullable`1 struct Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value int32_t ___value_1; }; // System.Nullable`1 struct Nullable_1_t9A98093485034F2B86BC66B725022122E0E5B2A4 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value int32_t ___value_1; }; // System.Threading.Tasks.Task`1 struct Task_1_t4C228DE57804012969575431CFF12D57C875552D : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_22; }; // System.ComponentModel.AttributeProviderAttribute struct AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String System.ComponentModel.AttributeProviderAttribute::k__BackingField String_t* ___U3CTypeNameU3Ek__BackingField_0; // System.String System.ComponentModel.AttributeProviderAttribute::k__BackingField String_t* ___U3CPropertyNameU3Ek__BackingField_1; }; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; // System.Collections.Specialized.BitVector32 struct BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119 { // System.UInt32 System.Collections.Specialized.BitVector32::_data uint32_t ____data_0; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; // System.ComponentModel.BooleanConverter struct BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; // System.ComponentModel.BrowsableAttribute struct BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.Boolean System.ComponentModel.BrowsableAttribute::k__BackingField bool ___U3CBrowsableU3Ek__BackingField_3; }; // System.Byte struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { // System.Byte System.Byte::m_value uint8_t ___m_value_0; }; // System.Threading.CancellationToken struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED { // System.Threading.CancellationTokenSource System.Threading.CancellationToken::_source CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0; }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_pinvoke { CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_com { CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0; }; // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { // System.Char System.Char::m_value Il2CppChar ___m_value_0; }; // System.ComponentModel.CharConverter struct CharConverter_tD4F708C52AEE35AD31333F772B77696BA084373C : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; // System.ComponentModel.CollectionChangeEventArgs struct CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { // System.ComponentModel.CollectionChangeAction System.ComponentModel.CollectionChangeEventArgs::k__BackingField int32_t ___U3CActionU3Ek__BackingField_1; // System.Object System.ComponentModel.CollectionChangeEventArgs::k__BackingField RuntimeObject* ___U3CElementU3Ek__BackingField_2; }; // System.ComponentModel.CollectionConverter struct CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; // System.ComponentModel.Component struct Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.ComponentModel.ISite System.ComponentModel.Component::site RuntimeObject* ___site_2; // System.ComponentModel.EventHandlerList System.ComponentModel.Component::events EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* ___events_3; }; // System.ComponentModel.ComponentCollection struct ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007 : public ReadOnlyCollectionBase_tDFADA53EA832E96746EED154A156F609C844D7BD { }; // System.ComponentModel.CultureInfoConverter struct CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.CultureInfoConverter::_values StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* ____values_2; }; // System.DateTime struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D { // System.UInt64 System.DateTime::_dateData uint64_t ____dateData_46; }; // System.ComponentModel.DateTimeConverter struct DateTimeConverter_t9CFB201B23091EAEE358040BF6053AFC475BD866 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; // System.ComponentModel.DateTimeOffsetConverter struct DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; // System.Decimal struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F { union { #pragma pack(push, tp, 1) struct { // System.Int32 System.Decimal::flags int32_t ___flags_8; }; #pragma pack(pop, tp) struct { int32_t ___flags_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___hi_9_OffsetPadding[4]; // System.Int32 System.Decimal::hi int32_t ___hi_9; }; #pragma pack(pop, tp) struct { char ___hi_9_OffsetPadding_forAlignmentOnly[4]; int32_t ___hi_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___lo_10_OffsetPadding[8]; // System.Int32 System.Decimal::lo int32_t ___lo_10; }; #pragma pack(pop, tp) struct { char ___lo_10_OffsetPadding_forAlignmentOnly[8]; int32_t ___lo_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___mid_11_OffsetPadding[12]; // System.Int32 System.Decimal::mid int32_t ___mid_11; }; #pragma pack(pop, tp) struct { char ___mid_11_OffsetPadding_forAlignmentOnly[12]; int32_t ___mid_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___ulomidLE_12_OffsetPadding[8]; // System.UInt64 System.Decimal::ulomidLE uint64_t ___ulomidLE_12; }; #pragma pack(pop, tp) struct { char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8]; uint64_t ___ulomidLE_12_forAlignmentOnly; }; }; }; // System.ComponentModel.DefaultEventAttribute struct DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String System.ComponentModel.DefaultEventAttribute::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; }; // System.ComponentModel.DefaultPropertyAttribute struct DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String System.ComponentModel.DefaultPropertyAttribute::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; }; // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.Object System.ComponentModel.DefaultValueAttribute::_value RuntimeObject* ____value_0; }; // System.ComponentModel.DelegatingTypeDescriptionProvider struct DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8 : public TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664 { // System.Type System.ComponentModel.DelegatingTypeDescriptionProvider::_type Type_t* ____type_2; }; // System.ComponentModel.DescriptionAttribute struct DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String System.ComponentModel.DescriptionAttribute::k__BackingField String_t* ___U3CDescriptionValueU3Ek__BackingField_1; }; // System.ComponentModel.DesignOnlyAttribute struct DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.Boolean System.ComponentModel.DesignOnlyAttribute::k__BackingField bool ___U3CIsDesignOnlyU3Ek__BackingField_0; }; // System.ComponentModel.DesignTimeVisibleAttribute struct DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::k__BackingField bool ___U3CVisibleU3Ek__BackingField_0; }; // System.ComponentModel.DesignerCategoryAttribute struct DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String System.ComponentModel.DesignerCategoryAttribute::k__BackingField String_t* ___U3CCategoryU3Ek__BackingField_4; }; // System.ComponentModel.DesignerSerializationVisibilityAttribute struct DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.ComponentModel.DesignerSerializationVisibility System.ComponentModel.DesignerSerializationVisibilityAttribute::k__BackingField int32_t ___U3CVisibilityU3Ek__BackingField_4; }; // System.Collections.DictionaryEntry struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB { // System.Object System.Collections.DictionaryEntry::_key RuntimeObject* ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject* ____value_1; }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.ComponentModel.DisplayNameAttribute struct DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String System.ComponentModel.DisplayNameAttribute::k__BackingField String_t* ___U3CDisplayNameValueU3Ek__BackingField_1; }; // System.Double struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { // System.Double System.Double::m_value double ___m_value_0; }; // System.ComponentModel.EditorAttribute struct EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String System.ComponentModel.EditorAttribute::_typeId String_t* ____typeId_0; // System.String System.ComponentModel.EditorAttribute::k__BackingField String_t* ___U3CEditorBaseTypeNameU3Ek__BackingField_1; // System.String System.ComponentModel.EditorAttribute::k__BackingField String_t* ___U3CEditorTypeNameU3Ek__BackingField_2; }; // System.ComponentModel.EditorBrowsableAttribute struct EditorBrowsableAttribute_t799D6615373D176F298280AF7FE0434560DB2A8D : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.ComponentModel.EditorBrowsableState System.ComponentModel.EditorBrowsableAttribute::browsableState int32_t ___browsableState_0; }; // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com { }; // System.ComponentModel.EnumConverter struct EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.EnumConverter::values StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* ___values_2; // System.Type System.ComponentModel.EnumConverter::type Type_t* ___type_3; }; // System.ComponentModel.EventDescriptor struct EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A : public MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7 { }; // System.ComponentModel.ExpandableObjectConverter struct ExpandableObjectConverter_t2D9FF3B389851F14034FBA07A57944EB27C18F63 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; // System.ComponentModel.ExtenderProvidedPropertyAttribute struct ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.ComponentModel.PropertyDescriptor System.ComponentModel.ExtenderProvidedPropertyAttribute::k__BackingField PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___U3CExtenderPropertyU3Ek__BackingField_0; // System.ComponentModel.IExtenderProvider System.ComponentModel.ExtenderProvidedPropertyAttribute::k__BackingField RuntimeObject* ___U3CProviderU3Ek__BackingField_1; // System.Type System.ComponentModel.ExtenderProvidedPropertyAttribute::k__BackingField Type_t* ___U3CReceiverTypeU3Ek__BackingField_2; }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { }; // System.Guid struct Guid_t { // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; }; // System.ComponentModel.GuidConverter struct GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; // System.Int16 struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { // System.Int16 System.Int16::m_value int16_t ___m_value_0; }; // System.Int32 struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { // System.Int32 System.Int32::m_value int32_t ___m_value_0; }; // System.Int64 struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { // System.Int64 System.Int64::m_value int64_t ___m_value_0; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___m_value_0; }; // System.ComponentModel.ListBindableAttribute struct ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.Boolean System.ComponentModel.ListBindableAttribute::_isDefault bool ____isDefault_3; // System.Boolean System.ComponentModel.ListBindableAttribute::k__BackingField bool ___U3CListBindableU3Ek__BackingField_4; }; // System.ComponentModel.ListChangedEventArgs struct ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { // System.ComponentModel.ListChangedType System.ComponentModel.ListChangedEventArgs::k__BackingField int32_t ___U3CListChangedTypeU3Ek__BackingField_1; // System.Int32 System.ComponentModel.ListChangedEventArgs::k__BackingField int32_t ___U3CNewIndexU3Ek__BackingField_2; // System.Int32 System.ComponentModel.ListChangedEventArgs::k__BackingField int32_t ___U3COldIndexU3Ek__BackingField_3; // System.ComponentModel.PropertyDescriptor System.ComponentModel.ListChangedEventArgs::k__BackingField PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___U3CPropertyDescriptorU3Ek__BackingField_4; }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { }; // Mono.Net.Security.MobileTlsProvider struct MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017 : public MonoTlsProvider_t39C898CDC9458EEAD7C019B4B23701EAF9E24F7E { }; // System.ComponentModel.NullableConverter struct NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { // System.Type System.ComponentModel.NullableConverter::k__BackingField Type_t* ___U3CNullableTypeU3Ek__BackingField_2; // System.Type System.ComponentModel.NullableConverter::k__BackingField Type_t* ___U3CUnderlyingTypeU3Ek__BackingField_3; // System.ComponentModel.TypeConverter System.ComponentModel.NullableConverter::k__BackingField TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ___U3CUnderlyingTypeConverterU3Ek__BackingField_4; }; // System.OrdinalComparer struct OrdinalComparer_tBB06915E213A5D4C8C617ED5478E8BF30C2B2170 : public StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06 { // System.Boolean System.OrdinalComparer::_ignoreCase bool ____ignoreCase_4; }; // System.Reflection.ParameterModifier struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 { // System.Boolean[] System.Reflection.ParameterModifier::_byRef BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ____byRef_0; }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510_marshaled_pinvoke { int32_t* ____byRef_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510_marshaled_com { int32_t* ____byRef_0; }; // System.ComponentModel.PropertyChangedEventArgs struct PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { // System.String System.ComponentModel.PropertyChangedEventArgs::_propertyName String_t* ____propertyName_1; }; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381 : public MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7 { // System.ComponentModel.TypeConverter System.ComponentModel.PropertyDescriptor::_converter TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ____converter_12; // System.Collections.Hashtable System.ComponentModel.PropertyDescriptor::_valueChangedHandlers Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____valueChangedHandlers_13; // System.Object[] System.ComponentModel.PropertyDescriptor::_editors ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____editors_14; // System.Type[] System.ComponentModel.PropertyDescriptor::_editorTypes TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ____editorTypes_15; // System.Int32 System.ComponentModel.PropertyDescriptor::_editorCount int32_t ____editorCount_16; }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { }; // System.ComponentModel.ProvidePropertyAttribute struct ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String System.ComponentModel.ProvidePropertyAttribute::k__BackingField String_t* ___U3CPropertyNameU3Ek__BackingField_0; // System.String System.ComponentModel.ProvidePropertyAttribute::k__BackingField String_t* ___U3CReceiverTypeNameU3Ek__BackingField_1; }; // System.ComponentModel.ReadOnlyAttribute struct ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.Boolean System.ComponentModel.ReadOnlyAttribute::k__BackingField bool ___U3CIsReadOnlyU3Ek__BackingField_3; }; // System.ComponentModel.RecommendedAsConfigurableAttribute struct RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.Boolean System.ComponentModel.RecommendedAsConfigurableAttribute::k__BackingField bool ___U3CRecommendedAsConfigurableU3Ek__BackingField_0; }; // System.ComponentModel.ReferenceConverter struct ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { // System.Type System.ComponentModel.ReferenceConverter::_type Type_t* ____type_3; }; // System.ComponentModel.RefreshEventArgs struct RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { // System.Type System.ComponentModel.RefreshEventArgs::k__BackingField Type_t* ___U3CTypeChangedU3Ek__BackingField_1; }; // System.SByte struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5 { // System.SByte System.SByte::m_value int8_t ___m_value_0; }; // System.ComponentModel.SettingsBindableAttribute struct SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.Boolean System.ComponentModel.SettingsBindableAttribute::k__BackingField bool ___U3CBindableU3Ek__BackingField_2; }; // System.Single struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { // System.Single System.Single::m_value float ___m_value_0; }; // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore_3; }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 { // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject* ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.ComponentModel.StringConverter struct StringConverter_t1AE794D42AE414C00F2443B76F3EA694C310FF1E : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; // System.TimeSpan struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A { // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; }; // System.ComponentModel.TimeSpanConverter struct TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; // System.ComponentModel.ToolboxItemAttribute struct ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String System.ComponentModel.ToolboxItemAttribute::_toolboxItemTypeName String_t* ____toolboxItemTypeName_0; }; // System.Diagnostics.TraceSwitch struct TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4 : public Switch_t9C3FB6E0121B928798EA7C18AAB5DFC8F3A09412 { }; // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String System.ComponentModel.TypeConverterAttribute::k__BackingField String_t* ___U3CConverterTypeNameU3Ek__BackingField_1; }; // System.ComponentModel.TypeDescriptionProviderAttribute struct TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String System.ComponentModel.TypeDescriptionProviderAttribute::k__BackingField String_t* ___U3CTypeNameU3Ek__BackingField_0; }; // System.UInt16 struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // System.UInt64 struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF { // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE : public CollectionBase_t44F966CC555C87F2815D668FB4586526E1C2383F { }; // System.ComponentModel.AttributeCollection/AttributeEntry struct AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D { // System.Type System.ComponentModel.AttributeCollection/AttributeEntry::type Type_t* ___type_0; // System.Int32 System.ComponentModel.AttributeCollection/AttributeEntry::index int32_t ___index_1; }; // Native definition for P/Invoke marshalling of System.ComponentModel.AttributeCollection/AttributeEntry struct AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshaled_pinvoke { Type_t* ___type_0; int32_t ___index_1; }; // Native definition for COM marshalling of System.ComponentModel.AttributeCollection/AttributeEntry struct AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshaled_com { Type_t* ___type_0; int32_t ___index_1; }; // System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor struct EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1 : public CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6 { }; // System.Nullable`1 struct Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value_1; }; // System.ComponentModel.ArrayConverter struct ArrayConverter_tE417E9DB044C4317BF7F9B7DF5CD0F4C7C38672C : public CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0 { }; // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t8DCF41E151F705E2494FC7836F5E2EF7C539FA39 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE { // System.IO.Stream System.Net.Security.AuthenticatedStream::_InnerStream Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ____InnerStream_4; // System.Boolean System.Net.Security.AuthenticatedStream::_LeaveStreamOpen bool ____LeaveStreamOpen_5; }; // System.ComponentModel.ByteConverter struct ByteConverter_t389CFF7D7C105369A45019A0F1482EC3553A930E : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; // System.ComponentModel.ComponentConverter struct ComponentConverter_tFE75D55373FA41F9E4EC733FEDC24C8166A3D7CE : public ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2 { }; // System.Reflection.ConstructorInfo struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB : public MethodBase_t { }; // System.DateTimeOffset struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 { // System.DateTime System.DateTimeOffset::_dateTime DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ____dateTime_3; // System.Int16 System.DateTimeOffset::_offsetMinutes int16_t ____offsetMinutes_4; }; // System.ComponentModel.DecimalConverter struct DecimalConverter_tCBE948B718842C42CB22DF92D59AB2C1EC0FAEDF : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; // System.Delegate struct Delegate_t : public RuntimeObject { // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject* ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.IntPtr System.Delegate::interp_method intptr_t ___interp_method_7; // System.IntPtr System.Delegate::interp_invoke_impl intptr_t ___interp_invoke_impl_8; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t* ___method_info_9; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t* ___original_method_info_10; // System.DelegateData System.Delegate::data DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_12; }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // System.ComponentModel.DoubleConverter struct DoubleConverter_t1FB61A3A8171D3023AA9678231D9C480A67799DE : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; // System.Exception struct Exception_t : public RuntimeObject { // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t* ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject* ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject* ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15; // System.Int32 System.Exception::caught_in_unmanaged int32_t ___caught_in_unmanaged_16; }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // System.ComponentModel.ExtendedPropertyDescriptor struct ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D : public PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381 { // System.ComponentModel.ReflectPropertyDescriptor System.ComponentModel.ExtendedPropertyDescriptor::_extenderInfo ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* ____extenderInfo_17; // System.ComponentModel.IExtenderProvider System.ComponentModel.ExtendedPropertyDescriptor::_provider RuntimeObject* ____provider_18; }; // System.ComponentModel.Int16Converter struct Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; // System.ComponentModel.Int32Converter struct Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; // System.ComponentModel.Int64Converter struct Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23 : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { }; // System.OrdinalIgnoreCaseComparer struct OrdinalIgnoreCaseComparer_t8BAE11990A4C855D3BCBBFB42F4EF8D45088FBB0 : public OrdinalComparer_tBB06915E213A5D4C8C617ED5478E8BF30C2B2170 { }; // System.ComponentModel.ReflectPropertyDescriptor struct ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838 : public PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381 { // System.Collections.Specialized.BitVector32 System.ComponentModel.ReflectPropertyDescriptor::state BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119 ___state_31; // System.Type System.ComponentModel.ReflectPropertyDescriptor::componentClass Type_t* ___componentClass_32; // System.Type System.ComponentModel.ReflectPropertyDescriptor::type Type_t* ___type_33; // System.Object System.ComponentModel.ReflectPropertyDescriptor::defaultValue RuntimeObject* ___defaultValue_34; // System.Reflection.PropertyInfo System.ComponentModel.ReflectPropertyDescriptor::propInfo PropertyInfo_t* ___propInfo_35; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::getMethod MethodInfo_t* ___getMethod_36; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::setMethod MethodInfo_t* ___setMethod_37; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::shouldSerializeMethod MethodInfo_t* ___shouldSerializeMethod_38; // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectPropertyDescriptor::realChangedEvent EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___realChangedEvent_39; // System.Type System.ComponentModel.ReflectPropertyDescriptor::receiverType Type_t* ___receiverType_40; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; }; // System.ComponentModel.SByteConverter struct SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84 : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7 : public CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 { // System.IntPtr System.Runtime.InteropServices.SafeHandle::handle intptr_t ___handle_0; // System.Int32 System.Runtime.InteropServices.SafeHandle::_state int32_t ____state_1; // System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle bool ____ownsHandle_2; // System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized bool ____fullyInitialized_3; }; // System.ComponentModel.SingleConverter struct SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1 : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; // System.ComponentModel.UInt16Converter struct UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544 : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; // System.ComponentModel.UInt32Converter struct UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; // System.ComponentModel.UInt64Converter struct UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4 : public RuntimeObject { // System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* ___impl_0; // System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyCertHash ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lazyCertHash_1; // System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazySerialNumber ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lazySerialNumber_2; // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyIssuer String_t* ___lazyIssuer_3; // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazySubject String_t* ___lazySubject_4; // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyKeyAlgorithm String_t* ___lazyKeyAlgorithm_5; // System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyKeyAlgorithmParameters ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lazyKeyAlgorithmParameters_6; // System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyPublicKey ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lazyPublicKey_7; // System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate::lazyNotBefore DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___lazyNotBefore_8; // System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate::lazyNotAfter DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___lazyNotAfter_9; }; // System.ApplicationException struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A : public Exception_t { }; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E : public AuthenticatedStream_t8DCF41E151F705E2494FC7836F5E2EF7C539FA39 { // Mono.Net.Security.MobileTlsContext Mono.Net.Security.MobileAuthenticatedStream::xobileTlsContext MobileTlsContext_t456DDC89866EE34EF32EEF959AD92C9F17684476* ___xobileTlsContext_6; // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.MobileAuthenticatedStream::lastException ExceptionDispatchInfo_tD7AF19E75FEC22F4A8329FD1E9EDF96615CB2757* ___lastException_7; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncHandshakeRequest AsyncProtocolRequest_tF31CF30F8C57A3D5DC10A9FB0A5568FA254DFE86* ___asyncHandshakeRequest_8; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncReadRequest AsyncProtocolRequest_tF31CF30F8C57A3D5DC10A9FB0A5568FA254DFE86* ___asyncReadRequest_9; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncWriteRequest AsyncProtocolRequest_tF31CF30F8C57A3D5DC10A9FB0A5568FA254DFE86* ___asyncWriteRequest_10; // Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::readBuffer BufferOffsetSize2_t2C3F7F42F64D84F357DC24AFCD44AC4679B20629* ___readBuffer_11; // Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::writeBuffer BufferOffsetSize2_t2C3F7F42F64D84F357DC24AFCD44AC4679B20629* ___writeBuffer_12; // System.Object Mono.Net.Security.MobileAuthenticatedStream::ioLock RuntimeObject* ___ioLock_13; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::closeRequested int32_t ___closeRequested_14; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::shutdown bool ___shutdown_15; // Mono.Net.Security.MobileAuthenticatedStream/Operation Mono.Net.Security.MobileAuthenticatedStream::operation int32_t ___operation_16; // System.Net.Security.SslStream Mono.Net.Security.MobileAuthenticatedStream::k__BackingField SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* ___U3CSslStreamU3Ek__BackingField_18; // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileAuthenticatedStream::k__BackingField MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* ___U3CSettingsU3Ek__BackingField_19; // Mono.Net.Security.MobileTlsProvider Mono.Net.Security.MobileAuthenticatedStream::k__BackingField MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017* ___U3CProviderU3Ek__BackingField_20; // System.String Mono.Net.Security.MobileAuthenticatedStream::k__BackingField String_t* ___U3CTargetHostU3Ek__BackingField_21; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::ID int32_t ___ID_23; }; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0 : public RuntimeObject { // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0* ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3* ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::k__BackingField Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC ___U3CCertificateValidationTimeU3Ek__BackingField_2; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::k__BackingField X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___U3CTrustAnchorsU3Ek__BackingField_3; // System.Object Mono.Security.Interface.MonoTlsSettings::k__BackingField RuntimeObject* ___U3CUserSettingsU3Ek__BackingField_4; // System.String[] Mono.Security.Interface.MonoTlsSettings::k__BackingField StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___U3CCertificateSearchPathsU3Ek__BackingField_5; // System.Boolean Mono.Security.Interface.MonoTlsSettings::k__BackingField bool ___U3CSendCloseNotifyU3Ek__BackingField_6; // System.String[] Mono.Security.Interface.MonoTlsSettings::k__BackingField StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___U3CClientCertificateIssuersU3Ek__BackingField_7; // System.Boolean Mono.Security.Interface.MonoTlsSettings::k__BackingField bool ___U3CDisallowUnauthenticatedCertificateRequestU3Ek__BackingField_8; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::k__BackingField Nullable_1_t9A98093485034F2B86BC66B725022122E0E5B2A4 ___U3CEnabledProtocolsU3Ek__BackingField_9; // Mono.Security.Interface.CipherSuiteCode[] Mono.Security.Interface.MonoTlsSettings::k__BackingField CipherSuiteCodeU5BU5D_t61EC0E6F53394985FFC36DEB587C70F4EE26D435* ___U3CEnabledCiphersU3Ek__BackingField_10; // System.Boolean Mono.Security.Interface.MonoTlsSettings::cloned bool ___cloned_11; // System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertName bool ___checkCertName_12; // System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertRevocationStatus bool ___checkCertRevocationStatus_13; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::useServicePointManagerCallback Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___useServicePointManagerCallback_14; // System.Boolean Mono.Security.Interface.MonoTlsSettings::skipSystemValidators bool ___skipSystemValidators_15; // System.Boolean Mono.Security.Interface.MonoTlsSettings::callbackNeedsChain bool ___callbackNeedsChain_16; // Mono.Security.Interface.ICertificateValidator Mono.Security.Interface.MonoTlsSettings::certificateValidator RuntimeObject* ___certificateValidator_17; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13; }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_13; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_13; }; // System.Net.Security.SafeDeleteContext struct SafeDeleteContext_t8C40C9C3D58968F59D3CC07175348B84A9BAF6D7 : public SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7 { // System.Net.Security.SafeFreeCredentials System.Net.Security.SafeDeleteContext::_credential SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE* ____credential_6; }; // System.Net.Security.SafeFreeCredentials struct SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE : public SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7 { }; // Microsoft.Win32.SafeHandles.SafeGssContextHandle struct SafeGssContextHandle_t1418CE58F1E509FA5BA5CFDB0811C4D8140E4A03 : public SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7 { }; // Microsoft.Win32.SafeHandles.SafeGssCredHandle struct SafeGssCredHandle_t8910F1AE9F53A98FF76673057F3B716F51E0C124 : public SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7 { }; // Microsoft.Win32.SafeHandles.SafeGssNameHandle struct SafeGssNameHandle_tB473EDBBAC685229D4B5691696A774936D8F694B : public SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7 { }; // System.Net.Security.SslStream struct SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27 : public AuthenticatedStream_t8DCF41E151F705E2494FC7836F5E2EF7C539FA39 { // Mono.Net.Security.MobileTlsProvider System.Net.Security.SslStream::provider MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017* ___provider_6; // Mono.Security.Interface.MonoTlsSettings System.Net.Security.SslStream::settings MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* ___settings_7; // System.Net.Security.RemoteCertificateValidationCallback System.Net.Security.SslStream::validationCallback RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* ___validationCallback_8; // System.Net.Security.LocalCertificateSelectionCallback System.Net.Security.SslStream::selectionCallback LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* ___selectionCallback_9; // Mono.Net.Security.MobileAuthenticatedStream System.Net.Security.SslStream::impl MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* ___impl_10; // System.Boolean System.Net.Security.SslStream::explicitSettings bool ___explicitSettings_11; }; // System.SystemException struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; // System.Type struct Type_t : public MemberInfo_t { // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8; }; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.ArgumentException::_paramName String_t* ____paramName_18; }; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t { }; // System.ComponentModel.CollectionChangeEventHandler struct CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50 : public MulticastDelegate_t { }; // System.EventHandler struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82 : public MulticastDelegate_t { }; // System.Runtime.InteropServices.ExternalException struct ExternalException_t419875A3CD3C551692EDBBC99E4927E69F2E1F4C : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.FormatException struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616 : public MulticastDelegate_t { }; // System.Net.Security.LocalCertSelectionCallback struct LocalCertSelectionCallback_t3AB79A8AA642074A3EF886118963EEA3CCABABE2 : public MulticastDelegate_t { }; // System.Net.Security.LocalCertificateSelectionCallback struct LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859 : public MulticastDelegate_t { }; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3 : public MulticastDelegate_t { }; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback struct MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0 : public MulticastDelegate_t { }; // System.NotSupportedException struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA : public MulticastDelegate_t { }; // System.ComponentModel.RefreshEventHandler struct RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC : public MulticastDelegate_t { }; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955 : public MulticastDelegate_t { }; // System.Net.Security.SafeDeleteNegoContext struct SafeDeleteNegoContext_tE59F06147A4330387180CDB193FAF23B93EEC208 : public SafeDeleteContext_t8C40C9C3D58968F59D3CC07175348B84A9BAF6D7 { // Microsoft.Win32.SafeHandles.SafeGssNameHandle System.Net.Security.SafeDeleteNegoContext::_targetName SafeGssNameHandle_tB473EDBBAC685229D4B5691696A774936D8F694B* ____targetName_7; // Microsoft.Win32.SafeHandles.SafeGssContextHandle System.Net.Security.SafeDeleteNegoContext::_context SafeGssContextHandle_t1418CE58F1E509FA5BA5CFDB0811C4D8140E4A03* ____context_8; // System.Boolean System.Net.Security.SafeDeleteNegoContext::_isNtlmUsed bool ____isNtlmUsed_9; }; // System.Net.Security.SafeFreeNegoCredentials struct SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE : public SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE { // Microsoft.Win32.SafeHandles.SafeGssCredHandle System.Net.Security.SafeFreeNegoCredentials::_credential SafeGssCredHandle_t8910F1AE9F53A98FF76673057F3B716F51E0C124* ____credential_6; // System.Boolean System.Net.Security.SafeFreeNegoCredentials::_isNtlmOnly bool ____isNtlmOnly_7; // System.String System.Net.Security.SafeFreeNegoCredentials::_userName String_t* ____userName_8; // System.Boolean System.Net.Security.SafeFreeNegoCredentials::_isDefault bool ____isDefault_9; }; // System.Net.Security.ServerCertSelectionCallback struct ServerCertSelectionCallback_t653386CAEAE0236FCF61A92963AB1646BB23C654 : public MulticastDelegate_t { }; // System.Reflection.TargetInvocationException struct TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2 : public ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A { }; // System.Threading.ThreadAbortException struct ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; // System.ComponentModel.Design.CheckoutException struct CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB : public ExternalException_t419875A3CD3C551692EDBBC99E4927E69F2E1F4C { }; // System.ComponentModel.InvalidEnumArgumentException struct InvalidEnumArgumentException_t5B42625AD815A72639D894ED1592FF4BE438D989 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; // System.ObjectDisposedException struct ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB : public InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB { // System.String System.ObjectDisposedException::_objectName String_t* ____objectName_18; }; // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.EmptyArray`1 struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields { // T[] System.EmptyArray`1::Value ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Value_0; }; // System.EmptyArray`1 // System.Collections.Generic.List`1 struct List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.ArrayList // System.Collections.ArrayList // System.Reflection.Assembly // System.Reflection.Assembly // System.Attribute // System.Attribute // System.ComponentModel.AttributeCollection struct AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields { // System.ComponentModel.AttributeCollection System.ComponentModel.AttributeCollection::Empty AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ___Empty_0; // System.Collections.Hashtable System.ComponentModel.AttributeCollection::s_defaultAttributes Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___s_defaultAttributes_1; // System.Object System.ComponentModel.AttributeCollection::s_internalSyncObject RuntimeObject* ___s_internalSyncObject_3; }; // System.ComponentModel.AttributeCollection // System.Reflection.Binder // System.Reflection.Binder // System.Globalization.CompareInfo struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields { // System.Globalization.CompareInfo System.Globalization.CompareInfo::Invariant CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___Invariant_4; // System.Collections.Generic.Dictionary`2 System.Globalization.CompareInfo::collators Dictionary_2_tFA0E7CD5951B83DD87A65E89D971A68E538F9470* ___collators_10; // System.Boolean System.Globalization.CompareInfo::managedCollation bool ___managedCollation_11; // System.Boolean System.Globalization.CompareInfo::managedCollationChecked bool ___managedCollationChecked_12; }; // System.Globalization.CompareInfo // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields { // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject* ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37; // System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_39; }; // System.Globalization.CultureInfo // System.ComponentModel.CustomTypeDescriptor // System.ComponentModel.CustomTypeDescriptor // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_StaticFields { // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_invariantInfo DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_invariantInfo_0; // System.Char[] System.Globalization.DateTimeFormatInfo::s_monthSpaces CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___s_monthSpaces_46; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_jajpDTFI_80; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_zhtwDTFI_81; }; // System.Globalization.DateTimeFormatInfo // System.EventArgs struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields { // System.EventArgs System.EventArgs::Empty EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___Empty_0; }; // System.EventArgs // System.ComponentModel.EventDescriptorCollection struct EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_StaticFields { // System.ComponentModel.EventDescriptorCollection System.ComponentModel.EventDescriptorCollection::Empty EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* ___Empty_6; }; // System.ComponentModel.EventDescriptorCollection // System.ComponentModel.EventHandlerList // System.ComponentModel.EventHandlerList // System.FormattableString // System.FormattableString // System.Collections.Hashtable struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_StaticFields { // System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Collections.Hashtable::s_serializationInfoTable ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858* ___s_serializationInfoTable_21; }; // System.Collections.Hashtable // System.ComponentModel.Design.Serialization.InstanceDescriptor // System.ComponentModel.Design.Serialization.InstanceDescriptor // System.InvariantComparer struct InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_StaticFields { // System.InvariantComparer System.InvariantComparer::Default InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29* ___Default_1; }; // System.InvariantComparer // System.LocalAppContextSwitches struct LocalAppContextSwitches_tE040790D0ACC1DCF3C95D173ACBDADABDCDD37F6_StaticFields { // System.Boolean System.LocalAppContextSwitches::MemberDescriptorEqualsReturnsFalseIfEquivalent bool ___MemberDescriptorEqualsReturnsFalseIfEquivalent_0; }; // System.LocalAppContextSwitches // System.MarshalByRefObject // System.MarshalByRefObject // System.ComponentModel.MarshalByValueComponent struct MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_StaticFields { // System.Object System.ComponentModel.MarshalByValueComponent::s_eventDisposed RuntimeObject* ___s_eventDisposed_0; }; // System.ComponentModel.MarshalByValueComponent // System.ComponentModel.MemberDescriptor // System.ComponentModel.MemberDescriptor // System.Reflection.MemberInfo // System.Reflection.MemberInfo // Mono.Security.Interface.MonoTlsProvider // Mono.Security.Interface.MonoTlsProvider // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields { // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo_0; }; // System.Globalization.NumberFormatInfo // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_StaticFields { // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Empty PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ___Empty_0; }; // System.ComponentModel.PropertyDescriptorCollection // System.Collections.ReadOnlyCollectionBase // System.Collections.ReadOnlyCollectionBase // System.Net.Security.SecurityBuffer // System.Net.Security.SecurityBuffer // System.Runtime.Serialization.SerializationInfo // System.Runtime.Serialization.SerializationInfo // System.Net.Security.SslClientAuthenticationOptions // System.Net.Security.SslClientAuthenticationOptions // System.String struct String_t_StaticFields { // System.String System.String::Empty String_t* ___Empty_6; }; // System.String // System.StringComparer struct StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_StaticFields { // System.CultureAwareComparer System.StringComparer::s_invariantCulture CultureAwareComparer_t5822A6535A6EB4C448D1B7736067D1188BAEE8CD* ___s_invariantCulture_0; // System.CultureAwareComparer System.StringComparer::s_invariantCultureIgnoreCase CultureAwareComparer_t5822A6535A6EB4C448D1B7736067D1188BAEE8CD* ___s_invariantCultureIgnoreCase_1; // System.OrdinalCaseSensitiveComparer System.StringComparer::s_ordinal OrdinalCaseSensitiveComparer_t581CA7CB51DCF00B6012A697A4B4B3067144521A* ___s_ordinal_2; // System.OrdinalIgnoreCaseComparer System.StringComparer::s_ordinalIgnoreCase OrdinalIgnoreCaseComparer_t8BAE11990A4C855D3BCBBFB42F4EF8D45088FBB0* ___s_ordinalIgnoreCase_3; }; // System.StringComparer // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_StaticFields { // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_0; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject* ___s_taskCompletionSentinel_8; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_9; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_taskCancelCallback_11; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1* ___s_createContingentProperties_14; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::k__BackingField TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* ___U3CFactoryU3Ek__BackingField_15; // System.Threading.Tasks.Task System.Threading.Tasks.Task::k__BackingField Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___U3CCompletedTaskU3Ek__BackingField_16; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED* ___s_IsExceptionObservedByParentPredicate_17; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* ___s_ecCallback_18; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___s_IsTaskContinuationNullPredicate_19; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55* ___s_currentActiveTasks_20; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject* ___s_activeTasksLock_21; }; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_ThreadStaticFields { // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___t_currentTask_12; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352* ___t_stackGuard_13; }; // System.ComponentModel.TypeConverter struct TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_StaticFields { // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeConverter::useCompatibleTypeConversion bool ___useCompatibleTypeConversion_1; }; // System.ComponentModel.TypeConverter // System.ComponentModel.TypeDescriptionProvider // System.ComponentModel.TypeDescriptionProvider // System.ComponentModel.TypeDescriptor struct TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields { // System.ComponentModel.WeakHashtable System.ComponentModel.TypeDescriptor::_providerTable WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* ____providerTable_0; // System.Collections.Hashtable System.ComponentModel.TypeDescriptor::_providerTypeTable Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____providerTypeTable_1; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeDescriptor::_defaultProviders Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____defaultProviders_2; // System.ComponentModel.WeakHashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeDescriptor::_associationTable WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* ____associationTable_3; // System.Int32 System.ComponentModel.TypeDescriptor::_metadataVersion int32_t ____metadataVersion_4; // System.Int32 System.ComponentModel.TypeDescriptor::_collisionIndex int32_t ____collisionIndex_5; // System.Diagnostics.BooleanSwitch System.ComponentModel.TypeDescriptor::TraceDescriptor BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1* ___TraceDescriptor_6; // System.Guid[] System.ComponentModel.TypeDescriptor::_pipelineInitializeKeys GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* ____pipelineInitializeKeys_7; // System.Guid[] System.ComponentModel.TypeDescriptor::_pipelineMergeKeys GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* ____pipelineMergeKeys_8; // System.Guid[] System.ComponentModel.TypeDescriptor::_pipelineFilterKeys GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* ____pipelineFilterKeys_9; // System.Guid[] System.ComponentModel.TypeDescriptor::_pipelineAttributeFilterKeys GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* ____pipelineAttributeFilterKeys_10; // System.Object System.ComponentModel.TypeDescriptor::_internalSyncObject RuntimeObject* ____internalSyncObject_11; // System.ComponentModel.RefreshEventHandler System.ComponentModel.TypeDescriptor::Refreshed RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* ___Refreshed_12; }; // System.ComponentModel.TypeDescriptor // System.Security.Cryptography.X509Certificates.X509Chain // System.Security.Cryptography.X509Certificates.X509Chain // System.ComponentModel.CultureInfoConverter/CultureComparer // System.ComponentModel.CultureInfoConverter/CultureComparer // System.ComponentModel.CultureInfoConverter/CultureInfoMapper struct CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E_StaticFields { // System.Collections.Generic.Dictionary`2 System.ComponentModel.CultureInfoConverter/CultureInfoMapper::s_cultureInfoNameMap Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___s_cultureInfoNameMap_0; }; // System.ComponentModel.CultureInfoConverter/CultureInfoMapper // System.ComponentModel.EventDescriptorCollection/ArraySubsetEnumerator // System.ComponentModel.EventDescriptorCollection/ArraySubsetEnumerator // System.ComponentModel.EventHandlerList/ListEntry // System.ComponentModel.EventHandlerList/ListEntry // System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator // System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator // System.ComponentModel.ReferenceConverter/ReferenceComparer // System.ComponentModel.ReferenceConverter/ReferenceComparer // System.Net.Security.SslStream/<>c__DisplayClass21_0 // System.Net.Security.SslStream/<>c__DisplayClass21_0 // System.ComponentModel.TypeConverter/StandardValuesCollection // System.ComponentModel.TypeConverter/StandardValuesCollection // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Threading.Tasks.Task`1 struct Task_1_t4C228DE57804012969575431CFF12D57C875552D_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t0BEF06D58E44525B9135AB0B22D016856EE69FF3* ___s_defaultFactory_23; }; // System.Threading.Tasks.Task`1 // System.ComponentModel.AttributeProviderAttribute // System.ComponentModel.AttributeProviderAttribute // System.ComponentModel.BaseNumberConverter // System.ComponentModel.BaseNumberConverter // System.Collections.Specialized.BitVector32 // System.Collections.Specialized.BitVector32 // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; }; // System.Boolean // System.ComponentModel.BooleanConverter struct BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9_StaticFields { // System.ComponentModel.TypeConverter/StandardValuesCollection modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.BooleanConverter::s_values StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* ___s_values_2; }; // System.ComponentModel.BooleanConverter // System.ComponentModel.BrowsableAttribute struct BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_StaticFields { // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::Yes BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* ___Yes_0; // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::No BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* ___No_1; // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::Default BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* ___Default_2; }; // System.ComponentModel.BrowsableAttribute // System.Byte // System.Byte // System.Threading.CancellationToken struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_StaticFields { // System.Action`1 System.Threading.CancellationToken::s_actionToActionObjShunt Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_actionToActionObjShunt_1; }; // System.Threading.CancellationToken // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { // System.Byte[] System.Char::s_categoryForLatin1 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3; }; // System.Char // System.ComponentModel.CharConverter // System.ComponentModel.CharConverter // System.ComponentModel.CollectionChangeEventArgs // System.ComponentModel.CollectionChangeEventArgs // System.ComponentModel.CollectionConverter // System.ComponentModel.CollectionConverter // System.ComponentModel.Component struct Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_StaticFields { // System.Object System.ComponentModel.Component::EventDisposed RuntimeObject* ___EventDisposed_1; }; // System.ComponentModel.Component // System.ComponentModel.ComponentCollection // System.ComponentModel.ComponentCollection // System.ComponentModel.CultureInfoConverter // System.ComponentModel.CultureInfoConverter // System.DateTime struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields { // System.Int32[] System.DateTime::s_daysToMonth365 Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30; // System.Int32[] System.DateTime::s_daysToMonth366 Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31; // System.DateTime System.DateTime::MinValue DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32; // System.DateTime System.DateTime::MaxValue DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33; // System.DateTime System.DateTime::UnixEpoch DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34; }; // System.DateTime // System.ComponentModel.DateTimeConverter // System.ComponentModel.DateTimeConverter // System.ComponentModel.DateTimeOffsetConverter // System.ComponentModel.DateTimeOffsetConverter // System.Decimal struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields { // System.Decimal System.Decimal::Zero Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3; // System.Decimal System.Decimal::One Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4; // System.Decimal System.Decimal::MinusOne Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5; // System.Decimal System.Decimal::MaxValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6; // System.Decimal System.Decimal::MinValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7; }; // System.Decimal // System.ComponentModel.DefaultEventAttribute struct DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_StaticFields { // System.ComponentModel.DefaultEventAttribute System.ComponentModel.DefaultEventAttribute::Default DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* ___Default_1; }; // System.ComponentModel.DefaultEventAttribute // System.ComponentModel.DefaultPropertyAttribute struct DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_StaticFields { // System.ComponentModel.DefaultPropertyAttribute System.ComponentModel.DefaultPropertyAttribute::Default DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* ___Default_1; }; // System.ComponentModel.DefaultPropertyAttribute // System.ComponentModel.DefaultValueAttribute // System.ComponentModel.DefaultValueAttribute // System.ComponentModel.DelegatingTypeDescriptionProvider // System.ComponentModel.DelegatingTypeDescriptionProvider // System.ComponentModel.DescriptionAttribute struct DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_StaticFields { // System.ComponentModel.DescriptionAttribute System.ComponentModel.DescriptionAttribute::Default DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* ___Default_0; }; // System.ComponentModel.DescriptionAttribute // System.ComponentModel.DesignOnlyAttribute struct DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_StaticFields { // System.ComponentModel.DesignOnlyAttribute System.ComponentModel.DesignOnlyAttribute::Yes DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* ___Yes_1; // System.ComponentModel.DesignOnlyAttribute System.ComponentModel.DesignOnlyAttribute::No DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* ___No_2; // System.ComponentModel.DesignOnlyAttribute System.ComponentModel.DesignOnlyAttribute::Default DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* ___Default_3; }; // System.ComponentModel.DesignOnlyAttribute // System.ComponentModel.DesignTimeVisibleAttribute struct DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_StaticFields { // System.ComponentModel.DesignTimeVisibleAttribute System.ComponentModel.DesignTimeVisibleAttribute::Yes DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* ___Yes_1; // System.ComponentModel.DesignTimeVisibleAttribute System.ComponentModel.DesignTimeVisibleAttribute::No DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* ___No_2; // System.ComponentModel.DesignTimeVisibleAttribute System.ComponentModel.DesignTimeVisibleAttribute::Default DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* ___Default_3; }; // System.ComponentModel.DesignTimeVisibleAttribute // System.ComponentModel.DesignerCategoryAttribute struct DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_StaticFields { // System.ComponentModel.DesignerCategoryAttribute System.ComponentModel.DesignerCategoryAttribute::Component DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* ___Component_0; // System.ComponentModel.DesignerCategoryAttribute System.ComponentModel.DesignerCategoryAttribute::Default DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* ___Default_1; // System.ComponentModel.DesignerCategoryAttribute System.ComponentModel.DesignerCategoryAttribute::Form DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* ___Form_2; // System.ComponentModel.DesignerCategoryAttribute System.ComponentModel.DesignerCategoryAttribute::Generic DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* ___Generic_3; }; // System.ComponentModel.DesignerCategoryAttribute // System.ComponentModel.DesignerSerializationVisibilityAttribute struct DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields { // System.ComponentModel.DesignerSerializationVisibilityAttribute System.ComponentModel.DesignerSerializationVisibilityAttribute::Content DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* ___Content_0; // System.ComponentModel.DesignerSerializationVisibilityAttribute System.ComponentModel.DesignerSerializationVisibilityAttribute::Hidden DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* ___Hidden_1; // System.ComponentModel.DesignerSerializationVisibilityAttribute System.ComponentModel.DesignerSerializationVisibilityAttribute::Visible DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* ___Visible_2; // System.ComponentModel.DesignerSerializationVisibilityAttribute System.ComponentModel.DesignerSerializationVisibilityAttribute::Default DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* ___Default_3; }; // System.ComponentModel.DesignerSerializationVisibilityAttribute // System.Collections.DictionaryEntry // System.Collections.DictionaryEntry // System.ComponentModel.DisplayNameAttribute struct DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_StaticFields { // System.ComponentModel.DisplayNameAttribute System.ComponentModel.DisplayNameAttribute::Default DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* ___Default_0; }; // System.ComponentModel.DisplayNameAttribute // System.Double // System.Double // System.ComponentModel.EditorAttribute // System.ComponentModel.EditorAttribute // System.ComponentModel.EditorBrowsableAttribute // System.ComponentModel.EditorBrowsableAttribute // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields { // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0; }; // System.Enum // System.ComponentModel.EnumConverter // System.ComponentModel.EnumConverter // System.ComponentModel.EventDescriptor // System.ComponentModel.EventDescriptor // System.ComponentModel.ExpandableObjectConverter // System.ComponentModel.ExpandableObjectConverter // System.ComponentModel.ExtenderProvidedPropertyAttribute // System.ComponentModel.ExtenderProvidedPropertyAttribute // System.Reflection.FieldInfo // System.Reflection.FieldInfo // System.Guid struct Guid_t_StaticFields { // System.Guid System.Guid::Empty Guid_t ___Empty_0; }; // System.Guid // System.ComponentModel.GuidConverter // System.ComponentModel.GuidConverter // System.Int16 // System.Int16 // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr struct IntPtr_t_StaticFields { // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; }; // System.IntPtr // System.ComponentModel.ListBindableAttribute struct ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields { // System.ComponentModel.ListBindableAttribute System.ComponentModel.ListBindableAttribute::Yes ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* ___Yes_0; // System.ComponentModel.ListBindableAttribute System.ComponentModel.ListBindableAttribute::No ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* ___No_1; // System.ComponentModel.ListBindableAttribute System.ComponentModel.ListBindableAttribute::Default ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* ___Default_2; }; // System.ComponentModel.ListBindableAttribute // System.ComponentModel.ListChangedEventArgs // System.ComponentModel.ListChangedEventArgs // System.Reflection.MethodBase // System.Reflection.MethodBase // Mono.Net.Security.MobileTlsProvider // Mono.Net.Security.MobileTlsProvider // System.ComponentModel.NullableConverter // System.ComponentModel.NullableConverter // System.Reflection.ParameterModifier // System.Reflection.ParameterModifier // System.ComponentModel.PropertyChangedEventArgs // System.ComponentModel.PropertyChangedEventArgs // System.ComponentModel.PropertyDescriptor // System.ComponentModel.PropertyDescriptor // System.Reflection.PropertyInfo // System.Reflection.PropertyInfo // System.ComponentModel.ProvidePropertyAttribute // System.ComponentModel.ProvidePropertyAttribute // System.ComponentModel.ReadOnlyAttribute struct ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields { // System.ComponentModel.ReadOnlyAttribute System.ComponentModel.ReadOnlyAttribute::Yes ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* ___Yes_0; // System.ComponentModel.ReadOnlyAttribute System.ComponentModel.ReadOnlyAttribute::No ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* ___No_1; // System.ComponentModel.ReadOnlyAttribute System.ComponentModel.ReadOnlyAttribute::Default ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* ___Default_2; }; // System.ComponentModel.ReadOnlyAttribute // System.ComponentModel.RecommendedAsConfigurableAttribute struct RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields { // System.ComponentModel.RecommendedAsConfigurableAttribute System.ComponentModel.RecommendedAsConfigurableAttribute::No RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* ___No_1; // System.ComponentModel.RecommendedAsConfigurableAttribute System.ComponentModel.RecommendedAsConfigurableAttribute::Yes RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* ___Yes_2; // System.ComponentModel.RecommendedAsConfigurableAttribute System.ComponentModel.RecommendedAsConfigurableAttribute::Default RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* ___Default_3; }; // System.ComponentModel.RecommendedAsConfigurableAttribute // System.ComponentModel.ReferenceConverter struct ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_StaticFields { // System.String System.ComponentModel.ReferenceConverter::s_none String_t* ___s_none_2; }; // System.ComponentModel.ReferenceConverter // System.ComponentModel.RefreshEventArgs // System.ComponentModel.RefreshEventArgs // System.SByte // System.SByte // System.ComponentModel.SettingsBindableAttribute struct SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_StaticFields { // System.ComponentModel.SettingsBindableAttribute System.ComponentModel.SettingsBindableAttribute::Yes SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* ___Yes_0; // System.ComponentModel.SettingsBindableAttribute System.ComponentModel.SettingsBindableAttribute::No SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* ___No_1; }; // System.ComponentModel.SettingsBindableAttribute // System.Single // System.Single // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields { // System.IO.Stream System.IO.Stream::Null Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null_1; }; // System.IO.Stream // System.Runtime.Serialization.StreamingContext // System.Runtime.Serialization.StreamingContext // System.ComponentModel.StringConverter // System.ComponentModel.StringConverter // System.TimeSpan struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields { // System.TimeSpan System.TimeSpan::Zero TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue_21; }; // System.TimeSpan // System.ComponentModel.TimeSpanConverter // System.ComponentModel.TimeSpanConverter // System.ComponentModel.ToolboxItemAttribute struct ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_StaticFields { // System.ComponentModel.ToolboxItemAttribute System.ComponentModel.ToolboxItemAttribute::Default ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* ___Default_1; // System.ComponentModel.ToolboxItemAttribute System.ComponentModel.ToolboxItemAttribute::None ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* ___None_2; }; // System.ComponentModel.ToolboxItemAttribute // System.Diagnostics.TraceSwitch // System.Diagnostics.TraceSwitch // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_StaticFields { // System.ComponentModel.TypeConverterAttribute System.ComponentModel.TypeConverterAttribute::Default TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* ___Default_0; }; // System.ComponentModel.TypeConverterAttribute // System.ComponentModel.TypeDescriptionProviderAttribute // System.ComponentModel.TypeDescriptionProviderAttribute // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.UInt64 // System.UInt64 // System.Void // System.Void // System.Security.Cryptography.X509Certificates.X509CertificateCollection // System.Security.Cryptography.X509Certificates.X509CertificateCollection // System.ComponentModel.AttributeCollection/AttributeEntry // System.ComponentModel.AttributeCollection/AttributeEntry // System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor // System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor // System.ComponentModel.ArrayConverter // System.ComponentModel.ArrayConverter // System.Net.Security.AuthenticatedStream // System.Net.Security.AuthenticatedStream // System.ComponentModel.ByteConverter // System.ComponentModel.ByteConverter // System.ComponentModel.ComponentConverter // System.ComponentModel.ComponentConverter // System.Reflection.ConstructorInfo struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_StaticFields { // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; }; // System.Reflection.ConstructorInfo // System.DateTimeOffset struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields { // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MinValue_0; // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MaxValue_1; // System.DateTimeOffset System.DateTimeOffset::UnixEpoch DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___UnixEpoch_2; }; // System.DateTimeOffset // System.ComponentModel.DecimalConverter // System.ComponentModel.DecimalConverter // System.Delegate // System.Delegate // System.ComponentModel.DoubleConverter // System.ComponentModel.DoubleConverter // System.Exception struct Exception_t_StaticFields { // System.Object System.Exception::s_EDILock RuntimeObject* ___s_EDILock_0; }; // System.Exception // System.ComponentModel.ExtendedPropertyDescriptor // System.ComponentModel.ExtendedPropertyDescriptor // System.ComponentModel.Int16Converter // System.ComponentModel.Int16Converter // System.ComponentModel.Int32Converter // System.ComponentModel.Int32Converter // System.ComponentModel.Int64Converter // System.ComponentModel.Int64Converter // System.Reflection.MethodInfo // System.Reflection.MethodInfo // System.OrdinalIgnoreCaseComparer // System.OrdinalIgnoreCaseComparer // System.ComponentModel.ReflectPropertyDescriptor struct ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields { // System.Type[] System.ComponentModel.ReflectPropertyDescriptor::argsNone TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___argsNone_17; // System.Object System.ComponentModel.ReflectPropertyDescriptor::noValue RuntimeObject* ___noValue_18; // System.Diagnostics.TraceSwitch System.ComponentModel.ReflectPropertyDescriptor::PropDescCreateSwitch TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* ___PropDescCreateSwitch_19; // System.Diagnostics.TraceSwitch System.ComponentModel.ReflectPropertyDescriptor::PropDescUsageSwitch TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* ___PropDescUsageSwitch_20; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitDefaultValueQueried int32_t ___BitDefaultValueQueried_21; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitGetQueried int32_t ___BitGetQueried_22; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitSetQueried int32_t ___BitSetQueried_23; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitShouldSerializeQueried int32_t ___BitShouldSerializeQueried_24; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitResetQueried int32_t ___BitResetQueried_25; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitChangedQueried int32_t ___BitChangedQueried_26; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitIPropChangedQueried int32_t ___BitIPropChangedQueried_27; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitReadOnlyChecked int32_t ___BitReadOnlyChecked_28; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitAmbientValueQueried int32_t ___BitAmbientValueQueried_29; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitSetOnDemand int32_t ___BitSetOnDemand_30; }; // System.ComponentModel.ReflectPropertyDescriptor // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.ComponentModel.SByteConverter // System.ComponentModel.SByteConverter // System.Runtime.InteropServices.SafeHandle // System.Runtime.InteropServices.SafeHandle // System.ComponentModel.SingleConverter // System.ComponentModel.SingleConverter // System.ComponentModel.UInt16Converter // System.ComponentModel.UInt16Converter // System.ComponentModel.UInt32Converter // System.ComponentModel.UInt32Converter // System.ComponentModel.UInt64Converter // System.ComponentModel.UInt64Converter // System.Security.Cryptography.X509Certificates.X509Certificate // System.Security.Cryptography.X509Certificates.X509Certificate // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E_StaticFields { // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::uniqueNameInteger int32_t ___uniqueNameInteger_17; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::nextId int32_t ___nextId_22; }; // Mono.Net.Security.MobileAuthenticatedStream // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0_StaticFields { // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::defaultSettings MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* ___defaultSettings_18; }; // Mono.Security.Interface.MonoTlsSettings // System.Net.Security.SafeDeleteContext // System.Net.Security.SafeDeleteContext // System.Net.Security.SafeFreeCredentials // System.Net.Security.SafeFreeCredentials // Microsoft.Win32.SafeHandles.SafeGssContextHandle // Microsoft.Win32.SafeHandles.SafeGssContextHandle // Microsoft.Win32.SafeHandles.SafeGssCredHandle // Microsoft.Win32.SafeHandles.SafeGssCredHandle // Microsoft.Win32.SafeHandles.SafeGssNameHandle // Microsoft.Win32.SafeHandles.SafeGssNameHandle // System.Net.Security.SslStream // System.Net.Security.SslStream // System.Type struct Type_t_StaticFields { // System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_1; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2; // System.Object System.Type::Missing RuntimeObject* ___Missing_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6; }; // System.Type // System.ArgumentException // System.ArgumentException // System.AsyncCallback // System.AsyncCallback // System.ComponentModel.CollectionChangeEventHandler // System.ComponentModel.CollectionChangeEventHandler // System.EventHandler // System.EventHandler // System.FormatException // System.FormatException // System.IndexOutOfRangeException // System.IndexOutOfRangeException // System.InvalidOperationException // System.InvalidOperationException // System.ComponentModel.ListChangedEventHandler // System.ComponentModel.ListChangedEventHandler // System.Net.Security.LocalCertSelectionCallback // System.Net.Security.LocalCertSelectionCallback // System.Net.Security.LocalCertificateSelectionCallback // System.Net.Security.LocalCertificateSelectionCallback // Mono.Security.Interface.MonoLocalCertificateSelectionCallback // Mono.Security.Interface.MonoLocalCertificateSelectionCallback // Mono.Security.Interface.MonoRemoteCertificateValidationCallback // Mono.Security.Interface.MonoRemoteCertificateValidationCallback // System.NotSupportedException // System.NotSupportedException // System.ComponentModel.PropertyChangedEventHandler // System.ComponentModel.PropertyChangedEventHandler // System.ComponentModel.RefreshEventHandler // System.ComponentModel.RefreshEventHandler // System.Net.Security.RemoteCertificateValidationCallback // System.Net.Security.RemoteCertificateValidationCallback // System.Net.Security.SafeDeleteNegoContext // System.Net.Security.SafeDeleteNegoContext // System.Net.Security.SafeFreeNegoCredentials // System.Net.Security.SafeFreeNegoCredentials // System.Net.Security.ServerCertSelectionCallback // System.Net.Security.ServerCertSelectionCallback // System.Reflection.TargetInvocationException // System.Reflection.TargetInvocationException // System.Threading.ThreadAbortException // System.Threading.ThreadAbortException // System.ArgumentNullException // System.ArgumentNullException // System.ComponentModel.Design.CheckoutException struct CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_StaticFields { // System.ComponentModel.Design.CheckoutException System.ComponentModel.Design.CheckoutException::Canceled CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* ___Canceled_18; }; // System.ComponentModel.Design.CheckoutException // System.ComponentModel.InvalidEnumArgumentException // System.ComponentModel.InvalidEnumArgumentException // System.ObjectDisposedException // System.ObjectDisposedException #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray { ALIGN_FIELD (8) uint8_t m_Items[1]; inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray { ALIGN_FIELD (8) RuntimeObject* m_Items[1]; inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray { ALIGN_FIELD (8) Delegate_t* m_Items[1]; inline Delegate_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray { ALIGN_FIELD (8) String_t* m_Items[1]; inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Attribute[] struct AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1 : public RuntimeArray { ALIGN_FIELD (8) Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* m_Items[1]; inline Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA** 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, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.ComponentModel.AttributeCollection/AttributeEntry[] struct AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F : public RuntimeArray { ALIGN_FIELD (8) AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D m_Items[1]; inline AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D* 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, AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___type_0), (void*)NULL); } inline AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___type_0), (void*)NULL); } }; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB : public RuntimeArray { ALIGN_FIELD (8) Type_t* m_Items[1]; inline Type_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Type_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Globalization.CultureInfo[] struct CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F : public RuntimeArray { ALIGN_FIELD (8) CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* m_Items[1]; inline CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0** 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, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray { ALIGN_FIELD (8) int32_t m_Items[1]; 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.ComponentModel.IExtenderProvider[] struct IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2 : public RuntimeArray { ALIGN_FIELD (8) RuntimeObject* m_Items[1]; inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.ComponentModel.EventDescriptor[] struct EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80 : public RuntimeArray { ALIGN_FIELD (8) EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* m_Items[1]; inline EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A** 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, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321 : public RuntimeArray { ALIGN_FIELD (8) PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* m_Items[1]; inline PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381** 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, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Enum[] struct EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912 : public RuntimeArray { ALIGN_FIELD (8) Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* m_Items[1]; inline Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2** 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, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray { ALIGN_FIELD (8) Il2CppChar m_Items[1]; inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D : public RuntimeArray { ALIGN_FIELD (8) int64_t m_Items[1]; inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_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, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8 : public RuntimeArray { ALIGN_FIELD (8) FieldInfo_t* m_Items[1]; inline FieldInfo_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, FieldInfo_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline FieldInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364 : public RuntimeArray { ALIGN_FIELD (8) ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 m_Items[1]; inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510* 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, ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } }; // System.Attribute[][] struct AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F : public RuntimeArray { ALIGN_FIELD (8) AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* m_Items[1]; inline AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1** 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, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053 : public RuntimeArray { ALIGN_FIELD (8) MemberInfo_t* m_Items[1]; inline MemberInfo_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemberInfo_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, MemberInfo_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemberInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemberInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // TResult System.Threading.Tasks.TaskToApm::End(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaskToApm_End_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCA309E122256972A27C74FC814F47AD13AF623ED_gshared (RuntimeObject* ___0_asyncResult, const RuntimeMethod* method) ; // System.Void System.Nullable`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_gshared (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___0_value, const RuntimeMethod* method) ; // T System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) ; // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) ; // System.Void System.Nullable`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, int32_t ___0_value, const RuntimeMethod* method) ; // T System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method) ; // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method) ; // T[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) ; // System.Int32 System.Array::IndexOf(T[],T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m69589B2C5A44BA495E1A2B1170931D92F9BB6BF1_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mF225F49F6BE54C39563CECD7C693F0AE4F0530E8_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; // System.Int32 System.Array::IndexOf(T[],T,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m4C0C698B1D627E6B3C3BE6DDA512E8E276DC6F73_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, RuntimeObject* ___1_value, int32_t ___2_startIndex, int32_t ___3_count, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_CopyTo_m1210D480F3EF1C250A53086148C1204B7A99B931_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // T[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.FormattableString System.Runtime.CompilerServices.FormattableStringFactory::Create(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormattableString_t4D7D221057108596F60CCCC83532037E2399BE0D* FormattableStringFactory_Create_m249A363DE6E0E48E75DF2A771A43BA3CAE2CE27C (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_arguments, const RuntimeMethod* method) ; // System.Void System.Net.NetEventSource::Fail(System.Object,System.FormattableString,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetEventSource_Fail_mC7EA74C2015684270D81D9CF1977E22E1D97BBEF (RuntimeObject* ___0_thisOrContextObject, FormattableString_t4D7D221057108596F60CCCC83532037E2399BE0D* ___1_formattableString, String_t* ___2_memberName, const RuntimeMethod* method) ; // System.Void System.Runtime.InteropServices.SafeHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle__ctor_m23E44C94503043292DCD4E87818082CFC09A7F4B (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* __this, intptr_t ___0_invalidHandleValue, bool ___1_ownsHandle, const RuntimeMethod* method) ; // System.Void System.Runtime.InteropServices.SafeHandle::DangerousAddRef(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousAddRef_m9FA46208A92D8B33059B8E8712F49AE45BB5E922 (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* __this, bool* ___0_success, const RuntimeMethod* method) ; // System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_m30A8B4E5BEA935C8925BC2115CD0AD13B937953E (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* __this, const RuntimeMethod* method) ; // System.Void System.Net.Security.SafeDeleteContext::.ctor(System.Net.Security.SafeFreeCredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeDeleteContext__ctor_m2459D3ACFD2477320BC1D33448879FF6C6320B67 (SafeDeleteContext_t8C40C9C3D58968F59D3CC07175348B84A9BAF6D7* __this, SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE* ___0_credential, const RuntimeMethod* method) ; // Microsoft.Win32.SafeHandles.SafeGssNameHandle Microsoft.Win32.SafeHandles.SafeGssNameHandle::CreatePrincipal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeGssNameHandle_tB473EDBBAC685229D4B5691696A774936D8F694B* SafeGssNameHandle_CreatePrincipal_mDA9E0CF056381F59C76525E840DC83BC9FD594E6 (String_t* ___0_name, const RuntimeMethod* method) ; // System.Void System.Runtime.InteropServices.SafeHandle::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Dispose_m4FB5B8A7ED78B90757F1B570D4025F3BA26A39F3 (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.InteropServices.SafeHandle::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Dispose_m8B7AAA8CF9D5AD35412BCFB00EAD048EBC1C3514 (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void System.Net.Security.SafeFreeCredentials::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeFreeCredentials__ctor_m2CD289A7814E12236E721AD5F85A44A8AFF43858 (SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE* __this, intptr_t ___0_handle, bool ___1_ownsHandle, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4 (String_t* __this, Il2CppChar ___0_value, int32_t ___1_startIndex, const RuntimeMethod* method) ; // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ; // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ; // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___0_startIndex, const RuntimeMethod* method) ; // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ; // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ; // Microsoft.Win32.SafeHandles.SafeGssCredHandle Microsoft.Win32.SafeHandles.SafeGssCredHandle::Create(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeGssCredHandle_t8910F1AE9F53A98FF76673057F3B716F51E0C124* SafeGssCredHandle_Create_m1432C03B3BE01BA1FBBC6846804FED0010D45D9F (String_t* ___0_username, String_t* ___1_password, bool ___2_isNtlmOnly, const RuntimeMethod* method) ; // System.String SR::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09 (String_t* ___0_resourceFormat, RuntimeObject* ___1_p1, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ; // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_mE8B074A0EBEB026FFF14062AB4B8A78E17EFFBF0 (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* __this, const RuntimeMethod* method) ; // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ; // System.String SR::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6 (String_t* ___0_name, const RuntimeMethod* method) ; // System.Void System.IO.Stream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_m9B37BD21A57F8F2BD20EE353DE14405700810C5C (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void System.Net.Security.SslStream::CheckDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_CheckDisposed_m884E18F119B366EE6734CCFA126A1F633687FA95 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) ; // System.String Mono.Net.Security.MobileAuthenticatedStream::get_TargetHost() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MobileAuthenticatedStream_get_TargetHost_m572DA701CB3CE3FA4006D5745F9A3B9A52739CAB_inline (MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* __this, const RuntimeMethod* method) ; // Mono.Security.Interface.MonoTlsProvider Mono.Security.Interface.MonoTlsProviderFactory::GetProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_t39C898CDC9458EEAD7C019B4B23701EAF9E24F7E* MonoTlsProviderFactory_GetProvider_m8684E3A1AFB043FA00DEC4BCF95F8B288C136936 (const RuntimeMethod* method) ; // System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream__ctor_mB4497903594E8A33C14B9A4C4DAB7B16BA2E9B2C (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_innerStream, bool ___1_leaveInnerStreamOpen, RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* ___2_userCertificateValidationCallback, LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* ___3_userCertificateSelectionCallback, const RuntimeMethod* method) ; // System.Void System.Net.Security.AuthenticatedStream::.ctor(System.IO.Stream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedStream__ctor_m8B163146A01B938A3E87E1BED07EE07494A3E357 (AuthenticatedStream_t8DCF41E151F705E2494FC7836F5E2EF7C539FA39* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_innerStream, bool ___1_leaveInnerStreamOpen, const RuntimeMethod* method) ; // Mono.Net.Security.MobileTlsProvider System.Net.Security.SslStream::GetProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017* SslStream_GetProvider_mE1D070C13DB759156659F57AB9DF4D2E397FD85B (const RuntimeMethod* method) ; // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::CopyDefaultSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* MonoTlsSettings_CopyDefaultSettings_m4B0A3E8B7D106FA7F0D243FB2A0A4B115CD21942 (const RuntimeMethod* method) ; // System.Void System.Net.Security.SslStream::SetAndVerifyValidationCallback(System.Net.Security.RemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_SetAndVerifyValidationCallback_m6FA4BE931FA1C7BC5D175B4E1CA2959742FA9C9D (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* ___0_callback, const RuntimeMethod* method) ; // System.Void System.Net.Security.SslStream::SetAndVerifySelectionCallback(System.Net.Security.LocalCertificateSelectionCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_SetAndVerifySelectionCallback_m8B82CA433CF92AD113F606ACE7229D442587DA0B (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* ___0_callback, const RuntimeMethod* method) ; // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* MonoTlsSettings_Clone_mC4F9A27889ADD0B275018B32BCDA67C30865EA7D (MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* __this, const RuntimeMethod* method) ; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Net.Security.Private.CallbackHelpers::PublicToMono(System.Net.Security.RemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0* CallbackHelpers_PublicToMono_m6404DAFAD159E4D91FB5822B4855B6A8F05777EE (RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* ___0_callback, const RuntimeMethod* method) ; // System.Void Mono.Security.Interface.MonoTlsSettings::set_RemoteCertificateValidationCallback(Mono.Security.Interface.MonoRemoteCertificateValidationCallback) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsSettings_set_RemoteCertificateValidationCallback_m6CEA8A6E38C85A96C2D26613407C13DD4F965C87_inline (MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* __this, MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0* ___0_value, const RuntimeMethod* method) ; // System.Boolean System.Delegate::op_Inequality(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_op_Inequality_mA9EAADBA0C976289CCD49DC5A4BEDBB060B579E0 (Delegate_t* ___0_d1, Delegate_t* ___1_d2, const RuntimeMethod* method) ; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::get_RemoteCertificateValidationCallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0* MonoTlsSettings_get_RemoteCertificateValidationCallback_mE07825B4A75DAE2A4BB5037D504A36311814446C_inline (MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* __this, const RuntimeMethod* method) ; // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void System.Net.Security.SslStream/<>c__DisplayClass21_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass21_0__ctor_mBE4019B5D6D20FC100DAF52B1172ACF497046370 (U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C* __this, const RuntimeMethod* method) ; // System.Void Mono.Security.Interface.MonoTlsSettings::set_ClientCertificateSelectionCallback(Mono.Security.Interface.MonoLocalCertificateSelectionCallback) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsSettings_set_ClientCertificateSelectionCallback_mB404DFD0C0475254CC129740A472D6D9615C56FD_inline (MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* __this, MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3* ___0_value, const RuntimeMethod* method) ; // System.Void Mono.Security.Interface.MonoLocalCertificateSelectionCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoLocalCertificateSelectionCallback__ctor_mCA81824D698BD5808E501A9AC4DA99758B69D3FC (MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::get_ClientCertificateSelectionCallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3* MonoTlsSettings_get_ClientCertificateSelectionCallback_mCFE63487D867109AD1AF856ECC8BA0996C0AA605_inline (MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* __this, const RuntimeMethod* method) ; // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m237A27DC157785FBC50EBAF3562AAF0907BF97EB (X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* __this, const RuntimeMethod* method) ; // Mono.Net.Security.MobileAuthenticatedStream System.Net.Security.SslStream::get_Impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) ; // System.Void Mono.Net.Security.MobileAuthenticatedStream::AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_AuthenticateAsClient_mEB1237B52A4AB1FF3D7D3E52F61CE78A744973FC (MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* __this, String_t* ___0_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___1_clientCertificates, int32_t ___2_enabledSslProtocols, bool ___3_checkCertificateRevocation, const RuntimeMethod* method) ; // System.Threading.Tasks.Task Mono.Net.Security.MobileAuthenticatedStream::AuthenticateAsClientAsync(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* MobileAuthenticatedStream_AuthenticateAsClientAsync_mBD8A0E7FFAFDE608063E545EF057304AF2C35EF2 (MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* __this, String_t* ___0_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___1_clientCertificates, int32_t ___2_enabledSslProtocols, bool ___3_checkCertificateRevocation, const RuntimeMethod* method) ; // System.IAsyncResult System.Threading.Tasks.TaskToApm::Begin(System.Threading.Tasks.Task,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TaskToApm_Begin_mA26D2A4F6EE0582B181AFD83B913916909D02777 (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_state, const RuntimeMethod* method) ; // System.Void System.Threading.Tasks.TaskToApm::End(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskToApm_End_mDFB29EEE501409834D464F4C249A535723B7E6ED (RuntimeObject* ___0_asyncResult, const RuntimeMethod* method) ; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileAuthenticatedStream::get_LocalCertificate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* MobileAuthenticatedStream_get_LocalCertificate_m59FF8438D988F2CE633B454CE2B54D614E6C50EF (MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* __this, const RuntimeMethod* method) ; // System.IO.Stream System.Net.Security.AuthenticatedStream::get_InnerStream() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* AuthenticatedStream_get_InnerStream_m5BDA4857898A90C696DAD90FD61C536FC3EB10C7_inline (AuthenticatedStream_t8DCF41E151F705E2494FC7836F5E2EF7C539FA39* __this, const RuntimeMethod* method) ; // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48 (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __this, String_t* ___0_objectName, const RuntimeMethod* method) ; // System.Void System.Net.Security.AuthenticatedStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedStream_Dispose_m031F600EE876A06427FB0713D992FF02B9C3320F (AuthenticatedStream_t8DCF41E151F705E2494FC7836F5E2EF7C539FA39* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void System.IO.Stream::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mCDB42F32A17541CCA6D3A5906827A401570B07A8 (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* __this, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* Stream_ReadAsync_m734E5C146A1217C9E8FEC56ABDBD2AC33F5F8F87 (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) ; // TResult System.Threading.Tasks.TaskToApm::End(System.IAsyncResult) inline int32_t TaskToApm_End_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCA309E122256972A27C74FC814F47AD13AF623ED (RuntimeObject* ___0_asyncResult, const RuntimeMethod* method) { return (( int32_t (*) (RuntimeObject*, const RuntimeMethod*))TaskToApm_End_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCA309E122256972A27C74FC814F47AD13AF623ED_gshared)(___0_asyncResult, method); } // System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* Stream_WriteAsync_m51D91C94481BB32FE1A876A789C9705F433B133D (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) ; // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertificateSelectionCallback::Invoke(System.Object,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_inline (LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* __this, RuntimeObject* ___0_sender, String_t* ___1_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___2_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___3_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___4_acceptableIssuers, const RuntimeMethod* method) ; // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ; // System.Int32 System.Attribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.BrowsableAttribute::get_Browsable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_m23594845C49373D8D6AB753D89DB39D8285250F0_inline (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* __this, const RuntimeMethod* method) ; // System.Void System.Nullable`1::.ctor(T) inline void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5 (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___0_value, const RuntimeMethod* method) { (( void (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, bool, const RuntimeMethod*))Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_gshared)(__this, ___0_value, method); } // T System.Nullable`1::GetValueOrDefault() inline bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, const RuntimeMethod*))Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline)(__this, method); } // System.Int32 System.Boolean::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3 (bool* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.BrowsableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrowsableAttribute__ctor_m1828B5114921E3FF83082211F2FBE82517559035 (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* __this, bool ___0_browsable, const RuntimeMethod* method) ; // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::get_InnerList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ReadOnlyCollectionBase_get_InnerList_mBBC2F9C8C4250BFC6E127ABDC8BA319A7B8F8F38 (ReadOnlyCollectionBase_tDFADA53EA832E96746EED154A156F609C844D7BD* __this, const RuntimeMethod* method) ; // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B (String_t* ___0_a, String_t* ___1_b, int32_t ___2_comparisonType, const RuntimeMethod* method) ; // System.Void System.ComponentModel.DescriptionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m5A3D1DF34E3AACD9FF690A3CBE78F822F3A2EF97 (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, String_t* ___0_description, const RuntimeMethod* method) ; // System.Void System.ComponentModel.DescriptionAttribute::set_DescriptionValue(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DescriptionAttribute_set_DescriptionValue_mE3DE3C009CBEA82A5DC0EFB299943118BF487800_inline (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.String System.ComponentModel.DescriptionAttribute::get_DescriptionValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_DescriptionValue_m1F4A0829E3BE8AF3BBB9A5F2344BA672E07DC975_inline (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, const RuntimeMethod* method) ; // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; // System.Void System.ComponentModel.DescriptionAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m6140728AB61731BC01DEC122FDAA93854AAC723F (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.DesignOnlyAttribute::get_IsDesignOnly() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DesignOnlyAttribute_get_IsDesignOnly_m7AD3AB59F2A841C2451316DEB54FB2263BCD8B46_inline (DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.DesignOnlyAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignOnlyAttribute__ctor_mF0322227DB8483A088BF7EC2EC14CD31753B35CE (DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* __this, bool ___0_isDesignOnly, const RuntimeMethod* method) ; // System.String System.ComponentModel.DesignerCategoryAttribute::get_Category() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DesignerCategoryAttribute_get_Category_mDBA8396BD3225636679F3CFBD7ED5724189E7D77_inline (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* __this, const RuntimeMethod* method) ; // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ; // System.Void System.ComponentModel.DesignerCategoryAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerCategoryAttribute__ctor_mC3C69034E0CFED55C40A25A7AAF09F85CF4BB583 (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* __this, String_t* ___0_category, const RuntimeMethod* method) ; // System.Void System.ComponentModel.DesignerCategoryAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerCategoryAttribute__ctor_mC6EAF0212217A1CEE757459ADDB8D48D3B61A4EB (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* __this, const RuntimeMethod* method) ; // System.ComponentModel.DesignerSerializationVisibility System.ComponentModel.DesignerSerializationVisibilityAttribute::get_Visibility() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DesignerSerializationVisibilityAttribute_get_Visibility_mACD772642393B55DC72E03BB90D67C6C829C4D5E_inline (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* __this, const RuntimeMethod* method) ; // System.Void System.Nullable`1::.ctor(T) inline void Nullable_1__ctor_mA134D7B58EC7EB68D5F9ED202535F98072274CED (Nullable_1_t90388648579A1BFFFE199D6661A1830A04037BDD* __this, int32_t ___0_value, const RuntimeMethod* method) { (( void (*) (Nullable_1_t90388648579A1BFFFE199D6661A1830A04037BDD*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___0_value, method); } // T System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_mF692237E48B1B8AD2C3CBB8197E3500580032F6D_inline (Nullable_1_t90388648579A1BFFFE199D6661A1830A04037BDD* __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_t90388648579A1BFFFE199D6661A1830A04037BDD*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m29692805E9192FDCC37DF37F59872F128A21DA8A_inline (Nullable_1_t90388648579A1BFFFE199D6661A1830A04037BDD* __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t90388648579A1BFFFE199D6661A1830A04037BDD*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method); } // System.Void System.ComponentModel.DesignerSerializationVisibilityAttribute::.ctor(System.ComponentModel.DesignerSerializationVisibility) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerSerializationVisibilityAttribute__ctor_m6E0E13DF36C75007C7917D0B635ACA0FCBFADDC1 (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* __this, int32_t ___0_visibility, const RuntimeMethod* method) ; // System.Void System.ComponentModel.DisplayNameAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__ctor_m396F07353E80428B4AEB85DC66F5B9380A077AE3 (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, String_t* ___0_displayName, const RuntimeMethod* method) ; // System.Void System.ComponentModel.DisplayNameAttribute::set_DisplayNameValue(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DisplayNameAttribute_set_DisplayNameValue_m2DA6A8AA72F3969BA5639F707AB90A2D363BC49C_inline (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.String System.ComponentModel.DisplayNameAttribute::get_DisplayNameValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DisplayNameAttribute_get_DisplayNameValue_mD9F58F5FFF2B7C682D8470101352BEA88AE0E5AC_inline (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.DisplayNameAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__ctor_mE16A1FD5C8425C7F00EC5728A1227AF6FBEFB968 (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.Component::get_CanRaiseEventsInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_CanRaiseEventsInternal_mAF68FD325FA909AEA171953DF83CB1051A9EA3CC (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) ; // System.ComponentModel.EventHandlerList/ListEntry System.ComponentModel.EventHandlerList::Find(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* EventHandlerList_Find_m5E0CAB161102D1551CF2E636C8BC7B71C959A5C8 (EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; // System.Void System.ComponentModel.InvalidEnumArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidEnumArgumentException__ctor_mB48FBD0C68C97EF69D80B56EB927CAF08E3181E1 (InvalidEnumArgumentException_t5B42625AD815A72639D894ED1592FF4BE438D989* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_mB4FA5CCA0CDB08730E9ED40FA935BA38C032D83A (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.ReadOnlyAttribute::get_IsReadOnly() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_get_IsReadOnly_m4A89E834A4F54577308A7505CBABF13F8AF714BB_inline (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.ReadOnlyAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyAttribute__ctor_m816685FA5183F5A0321407278ABC7294217C8E27 (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* __this, bool ___0_isReadOnly, const RuntimeMethod* method) ; // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ; // System.Object System.ComponentModel.CollectionConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionConverter_ConvertTo_m79E20F624C9391C76B8081E74BF16EB4C04535E7 (CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) ; // System.Void System.ComponentModel.CollectionConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionConverter__ctor_m20ED0C661750EBE427D356F24AED92A407988147 (CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0* __this, const RuntimeMethod* method) ; // T[] System.Array::Empty() inline AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* Array_Empty_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m72DEACF99225BD725370F7BE0A4B54748F439A37_inline (const RuntimeMethod* method) { return (( AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method); } // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ; // System.Attribute System.ComponentModel.AttributeCollection::GetDefaultAttribute(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* AttributeCollection_GetDefaultAttribute_m5E54BA907CD4D79B6FA6D54527E005FBE7A08AB7 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, Type_t* ___0_attributeType, const RuntimeMethod* method) ; // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, const RuntimeMethod* method) ; // System.Type System.ComponentModel.TypeDescriptor::GetReflectionType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptor_GetReflectionType_m3FC1564747E22975A1C08197692A1D9CA378BD3A (Type_t* ___0_type, const RuntimeMethod* method) ; // System.Boolean System.Reflection.FieldInfo::op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_m95789A98E646494987E66A9E4188DCA86185066B (FieldInfo_t* ___0_left, FieldInfo_t* ___1_right, const RuntimeMethod* method) ; // System.Boolean System.Reflection.FieldInfo::get_IsStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsStatic_mEBBEB7B19A48D3E11BE830F3704C131A681F6139 (FieldInfo_t* __this, const RuntimeMethod* method) ; // T[] System.Array::Empty() inline TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* Array_Empty_TisType_t_m1FD9ED0B09CEAFFC537EF0C71689FDB03AEF72AC_inline (const RuntimeMethod* method) { return (( TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method); } // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554 (Type_t* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___0_types, const RuntimeMethod* method) ; // System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4 (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_left, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___1_right, const RuntimeMethod* method) ; // T[] System.Array::Empty() inline ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method); } // System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_parameters, const RuntimeMethod* method) ; // System.Collections.IEnumerator System.Array::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_mDB7E2AF23F2BDC715D429C71CA3B8D0151F0DC1E (RuntimeArray* __this, const RuntimeMethod* method) ; // System.Int32 System.ComponentModel.AttributeCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, const RuntimeMethod* method) ; // System.Collections.IEnumerator System.ComponentModel.AttributeCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_GetEnumerator_m1464C016A16216F1F87A46940CF97B742AA032C6 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, const RuntimeMethod* method) ; // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41 (RuntimeArray* ___0_sourceArray, int32_t ___1_sourceIndex, RuntimeArray* ___2_destinationArray, int32_t ___3_destinationIndex, int32_t ___4_length, const RuntimeMethod* method) ; // System.Void System.ComponentModel.AttributeCollection::.ctor(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_attributes, const RuntimeMethod* method) ; // System.Void System.ComponentModel.TypeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) ; // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Boolean System.String::StartsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264 (String_t* __this, String_t* ___0_value, int32_t ___1_comparisonType, const RuntimeMethod* method) ; // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5 (const RuntimeMethod* method) ; // System.String SR::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02 (String_t* ___0_resourceFormat, RuntimeObject* ___1_p1, RuntimeObject* ___2_p2, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.String,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m790F28810569425B0503056EF1A9CDDF9AFBB3F0 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, Exception_t* ___2_innerException, const RuntimeMethod* method) ; // System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) ; // System.Boolean System.Type::get_IsPrimitive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m46ACAAB8F754D37713E3E45437705F4F58FAFA18 (Type_t* __this, const RuntimeMethod* method) ; // System.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Convert_ChangeType_m2AA053891B5D1BD5CA7689B72EE5ADC95CD3E14B (RuntimeObject* ___0_value, Type_t* ___1_conversionType, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) ; // System.Boolean System.Boolean::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Parse_mC9B4406FE9DA904E2B7D75267CAD38E837D39A6D (String_t* ___0_value, const RuntimeMethod* method) ; // System.Void System.FormatException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4 (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void System.ComponentModel.TypeConverter/StandardValuesCollection::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardValuesCollection__ctor_m9049046DA81FD7B6FE279E063A43DC9B1D3B26B0 (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, RuntimeObject* ___0_values, const RuntimeMethod* method) ; // System.Byte System.Convert::ToByte(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mC835E3C6004C07A7828640861C7E57DF6F42D0E9 (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; // System.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m7866E33CE8480D5A4482C65F0CF9D1CCF0BD887C (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.String System.Byte::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m64EE358F20093EE61D30F9A21638D9E9EE8F87EC (uint8_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Void System.ComponentModel.BaseNumberConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F (BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706* __this, const RuntimeMethod* method) ; // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ; // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void System.EventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3 (EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* __this, const RuntimeMethod* method) ; // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ; // System.String System.ComponentModel.CultureInfoConverter/CultureInfoMapper::GetCultureInfoName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoMapper_GetCultureInfoName_mFF49C01EF33EC4CE3052A0B74806924F62302C3F (String_t* ___0_cultureInfoDisplayName, const RuntimeMethod* method) ; // System.String System.ComponentModel.CultureInfoConverter::get_DefaultCultureString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoConverter_get_DefaultCultureString_m67402F1907F1E31D8457618B326CE7639563DFEA (CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* __this, const RuntimeMethod* method) ; // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009 (String_t* ___0_strA, String_t* ___1_strB, int32_t ___2_comparisonType, const RuntimeMethod* method) ; // System.Collections.IEnumerator System.ComponentModel.TypeConverter/StandardValuesCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_GetEnumerator_m0484C08651E32F669A0624D29E44C6CDEB550F6C (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, const RuntimeMethod* method) ; // System.Void System.Globalization.CultureInfo::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m13C68B1478A97FC5FA9653C46B2C42DA01573FFB (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* __this, String_t* ___0_name, const RuntimeMethod* method) ; // System.String System.String::ToLower(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E (String_t* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___0_culture, const RuntimeMethod* method) ; // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0 (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.Design.Serialization.InstanceDescriptor::.ctor(System.Reflection.MemberInfo,System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57 (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* __this, MemberInfo_t* ___0_member, RuntimeObject* ___1_arguments, const RuntimeMethod* method) ; // System.Globalization.CultureInfo[] System.Globalization.CultureInfo::GetCultures(System.Globalization.CultureTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* CultureInfo_GetCultures_m70BC8F78E30943F1267A8393EACCE48A1C736BAC (int32_t ___0_types, const RuntimeMethod* method) ; // System.Int32 System.Array::IndexOf(T[],T) inline int32_t Array_IndexOf_TisCultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_mA4E41ACA558958DA6DC4EC2AF9E0DE4C0D768071 (CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* ___0_array, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_value, const RuntimeMethod* method) { return (( int32_t (*) (CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m69589B2C5A44BA495E1A2B1170931D92F9BB6BF1_gshared)(___0_array, ___1_value, method); } // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900 (RuntimeArray* ___0_sourceArray, RuntimeArray* ___1_destinationArray, int32_t ___2_length, const RuntimeMethod* method) ; // System.Void System.ComponentModel.CultureInfoConverter/CultureComparer::.ctor(System.ComponentModel.CultureInfoConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureComparer__ctor_m669E3B085CBD13AF6B1F4A9F4EC62E0BE5FEABB4 (CultureComparer_tCDBDA7B5A0600BCE6C2FC2721AADD2F48EEA7B0D* __this, CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* ___0_cultureConverter, const RuntimeMethod* method) ; // System.Void System.Array::Sort(System.Array,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_mCAA68804E8A393AE2E86ACBBE3F70BC4A5CA21CB (RuntimeArray* ___0_array, RuntimeObject* ___1_comparer, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_m5D77EB3F62FED2B879551BFADA7FE409B56F99F2 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, int32_t ___0_capacity, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mF225F49F6BE54C39563CECD7C693F0AE4F0530E8_gshared)(__this, ___0_capacity, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___0_key, String_t** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method); } // System.Collections.Generic.Dictionary`2 System.ComponentModel.CultureInfoConverter/CultureInfoMapper::CreateMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* CultureInfoMapper_CreateMap_mA81FE0D4803950ECB046257C4753A20FC03F6B33 (const RuntimeMethod* method) ; // System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_Parse_mC5B13ABDD2A2A2AC709D961EE959BBE26DB241AC (String_t* ___0_s, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m568A6320E27F3F7708C77BF8751925C8775DD921 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_d1, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___1_d2, const RuntimeMethod* method) ; // System.TimeSpan System.DateTime::get_TimeOfDay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_get_TimeOfDay_mE8933E5F62C0369E4BA6AF928283A00CA9D54D04 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ; // System.Double System.TimeSpan::get_TotalSeconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalSeconds_mED686E7CECE6A76A7DC38518698B9199DB8CDEA8 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ; // System.String System.DateTime::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m27637E1131A10BED8A95639D64339023D5EBBF00 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.String System.DateTime::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m66457C11C42C07E2F437A9D899E6E3FB9FD77B50 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ; // System.String System.Globalization.DateTimeFormatInfo::get_ShortDatePattern() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ; // System.String System.Globalization.DateTimeFormatInfo::get_ShortTimePattern() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortTimePattern_m1ECB24D998656104918CCFD092207FA9FA4300A6 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.BaseNumberConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseNumberConverter_CanConvertTo_m6108C34CF9DF475BF4074181348848BCE6C53F76 (BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) ; // System.Int32[] System.Decimal::GetBits(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* Decimal_GetBits_mA8711044E1019B52442F3F280CFD4BB50A43DE68 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d, const RuntimeMethod* method) ; // System.Boolean System.Reflection.MemberInfo::op_Inequality(System.Reflection.MemberInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA (MemberInfo_t* ___0_left, MemberInfo_t* ___1_right, const RuntimeMethod* method) ; // System.Object System.ComponentModel.BaseNumberConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BaseNumberConverter_ConvertTo_m46174D69B2F224A17A25C88B162C0270DE801CF2 (BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) ; // System.Decimal System.Convert::ToDecimal(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Convert_ToDecimal_mE962E577A68EFD22F1C8B27B78CEFA42BDD44877 (String_t* ___0_value, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_Parse_m6023D6BA10DAAF7AA6443D08022299A0529B7107 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.String System.Decimal::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m2600674D09D44940FA0AAA00A87858E741671F4E (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.String System.ComponentModel.DefaultEventAttribute::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultEventAttribute_get_Name_m156545E2B0D123DFD61C375B1CB4987F08D65BF3_inline (DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.DefaultEventAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultEventAttribute__ctor_m7FE746F300D84188A24F4CF38A330EA255E5EE46 (DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* __this, String_t* ___0_name, const RuntimeMethod* method) ; // System.String System.ComponentModel.DefaultPropertyAttribute::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultPropertyAttribute_get_Name_m1F2C2642F68F489167FB7F2E005CCBDBF9745890_inline (DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.DefaultPropertyAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultPropertyAttribute__ctor_m43FD7A91A431F72713FFA7829DE9BD24A321FD3A (DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* __this, String_t* ___0_name, const RuntimeMethod* method) ; // System.Void System.ComponentModel.TypeDescriptionProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProvider__ctor_m575B3B96D9C9A3B7C0D34A14D9E5FAA63EEE004C (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, const RuntimeMethod* method) ; // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptor::GetProviderRecursive(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* TypeDescriptor_GetProviderRecursive_m93472737B659EEF48969953D8274A9E9BE26509C (Type_t* ___0_type, const RuntimeMethod* method) ; // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.DelegatingTypeDescriptionProvider::get_Provider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* DelegatingTypeDescriptionProvider_get_Provider_m39F8D32C2826EC53330210A55058A76B06136E74 (DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8* __this, const RuntimeMethod* method) ; // System.String System.String::ToUpper(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_mFC5C17C8BFF52540CC7A73E36DFC9617281325D1 (String_t* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___0_culture, const RuntimeMethod* method) ; // System.String System.ComponentModel.ToolboxItemAttribute::get_ToolboxItemTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToolboxItemAttribute_get_ToolboxItemTypeName_m6A73953877073B5499BFF737202F764ABFBE0FAF (ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.ToolboxItemAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemAttribute__ctor_m0E37BE12629A74F1CB545163EDF8D857DF8A0249 (ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* __this, String_t* ___0_toolboxItemTypeName, const RuntimeMethod* method) ; // System.Void System.ComponentModel.ToolboxItemAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemAttribute__ctor_mB4525B008A72341DA3D9B3F7DB3090BB7D49AEBE (ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* __this, bool ___0_defaultType, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::get_Visible() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_get_Visible_m0EB229B7592D784080EEFA2C7100DF58ADFF064F_inline (DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.DesignTimeVisibleAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignTimeVisibleAttribute__ctor_m89415646271B6901AF745CDD2BF3A2244DFCD946 (DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* __this, bool ___0_visible, const RuntimeMethod* method) ; // System.Double System.Convert::ToDouble(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_mAA66A3AA3A6E53529E4F632BC69582B4B70D32B7 (String_t* ___0_value, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_mA6BD954627BB3B2317D7BA7D4B29DCA53C660058 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.String System.Double::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789 (double* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.String System.ComponentModel.EditorAttribute::get_EditorBaseTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorBaseTypeName_m1CF77F3AA9AB5AE9CD3585FE86B24E1DD21B1EB4_inline (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* __this, const RuntimeMethod* method) ; // System.String System.ComponentModel.EditorAttribute::get_EditorTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorTypeName_m587C6D66C4567BC349AC9E2C65FE5E021ED2EB09_inline (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* __this, const RuntimeMethod* method) ; // T[] System.Array::Empty() inline EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* Array_Empty_TisEventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_mEBBF44B493827D241DBA34F879E886B40327299C_inline (const RuntimeMethod* method) { return (( EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method); } // System.Void System.ComponentModel.EventDescriptorCollection::set_Count(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventDescriptorCollection_set_Count_mD825B07B7C93EC3A511CD0DE95EFB9F490E146E8_inline (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.EventDescriptorCollection::.ctor(System.ComponentModel.EventDescriptor[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__ctor_m5B672594D0220F89AD3DFE0FBCDB34FED5B56CF3 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* ___0_events, const RuntimeMethod* method) ; // System.Int32 System.ComponentModel.EventDescriptorCollection::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) ; // System.Void System.IndexOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.EventDescriptorCollection::EnsureEventsOwned() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_EnsureEventsOwned_m84EEB041AFCAC7DC00D846999338F998A3B873B4 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) ; // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.EventDescriptorCollection::EnsureSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_EnsureSize_m9A0437DD4221566FFE953D7D8A9B15CEC82D8F1B (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_sizeNeeded, const RuntimeMethod* method) ; // System.Int32 System.ComponentModel.EventDescriptorCollection::IndexOf(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_IndexOf_mFB443D00688BEE960D0AB1EFCF41FD41863D105D (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___0_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.EventDescriptorCollection::InternalSort(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_InternalSort_mFDAC78BDC8DF8D728C05BF58B24C6B3AAE83E1C9 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_names, const RuntimeMethod* method) ; // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ; // System.Int32 System.Array::IndexOf(T[],T,System.Int32,System.Int32) inline int32_t Array_IndexOf_TisEventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_m9272C8E3751CC05FE279AD38C8EB0DF6A88BEED1 (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* ___0_array, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___1_value, int32_t ___2_startIndex, int32_t ___3_count, const RuntimeMethod* method) { return (( int32_t (*) (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*, int32_t, int32_t, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m4C0C698B1D627E6B3C3BE6DDA512E8E276DC6F73_gshared)(___0_array, ___1_value, ___2_startIndex, ___3_count, method); } // System.Void System.ComponentModel.EventDescriptorCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_RemoveAt_m1D8C3C214CDF147C85410AB0F956EA1732261900 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void System.ComponentModel.EventDescriptorCollection/ArraySubsetEnumerator::.ctor(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArraySubsetEnumerator__ctor_m76C2057A80D4E3DCEA8B97DD0EF9456AE5D6EA92 (ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA* __this, RuntimeArray* ___0_array, int32_t ___1_count, const RuntimeMethod* method) ; // System.Void System.ComponentModel.EventDescriptorCollection::InternalSort(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_InternalSort_mC173B2DDBF4F976EC4B3E9A2AC03FFD0D3F115AD (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, RuntimeObject* ___0_sorter, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m96959BC8204621343E5036A718B2BC29D0669782 (List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) { (( void (*) (List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___0_collection, method); } // T System.Collections.Generic.List`1::get_Item(System.Int32) inline EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* List_1_get_Item_m641F5A62F67E28FB5F99957BC9F52405B00B3A9D (List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* (*) (List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method); } // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,T) inline void List_1_set_Item_m9E55C4E9DE03FD87D909E195718719D3173B9A99 (List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6* __this, int32_t ___0_index, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___1_value, const RuntimeMethod* method) { (( void (*) (List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6*, int32_t, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*, const RuntimeMethod*))List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared)(__this, ___0_index, ___1_value, method); } // System.Void System.ComponentModel.TypeDescriptor::SortDescriptorArray(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_SortDescriptorArray_m70B18DF7092B00F1830DA1C6CD382BB6268015ED (RuntimeObject* ___0_infos, const RuntimeMethod* method) ; // System.Collections.IEnumerator System.ComponentModel.EventDescriptorCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EventDescriptorCollection_GetEnumerator_mBBA565367CD4D16306527D637EA37D2BA6949478 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) ; // System.Int32 System.ComponentModel.EventDescriptorCollection::Add(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_Add_mAA14F6928C91D2A6B81E69723C35E7F43FBA62CC (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___0_value, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.EventDescriptorCollection::Contains(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptorCollection_Contains_m50DB06B4BB92F9F108E41B0B39C71C687A426F12 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___0_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.EventDescriptorCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_Clear_m34F6F48BAA557FBB783F24C33EB2E26002A57C56 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.EventDescriptorCollection::Insert(System.Int32,System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_Insert_mC472AA88B6CC60161C15A8B464D4D1A827C45CA7 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_index, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___1_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.EventDescriptorCollection::Remove(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_Remove_mC7EDCADC4A6630ABA8C38C7F1CE424C622A73A67 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___0_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.EventDescriptorCollection::.ctor(System.ComponentModel.EventDescriptor[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__ctor_m6FEF5B613838F164D7F9FC939EA915FE7B5CF118 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* ___0_events, bool ___1_readOnly, const RuntimeMethod* method) ; // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, const RuntimeMethod* method) ; // System.Object System.Array::GetValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21 (RuntimeArray* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void System.ComponentModel.PropertyDescriptor::.ctor(System.ComponentModel.MemberDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_mD53A2E689E8CF24D28653C6EF266FC4E51C30699 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_descr, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attrs, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m552A8E5BAA5F709BC753F4B73BBC48E5FBBA50CD (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) { (( void (*) (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___0_collection, method); } // System.ComponentModel.ExtenderProvidedPropertyAttribute System.ComponentModel.ExtenderProvidedPropertyAttribute::Create(System.ComponentModel.PropertyDescriptor,System.Type,System.ComponentModel.IExtenderProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* ExtenderProvidedPropertyAttribute_Create_m6B13562E797686C10C958E76EB337992B30FD93E (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_extenderProperty, Type_t* ___1_receiverType, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_inline (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* __this, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715*, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m7A61592E5FE84D3A67A379166626C78396A7E506_inline (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::CopyTo(T[],System.Int32) inline void List_1_CopyTo_mC5F8BDD2989305702D022A2CD7ECA22BDB84D2F0 (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) { (( void (*) (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*, int32_t, const RuntimeMethod*))List_1_CopyTo_m1210D480F3EF1C250A53086148C1204B7A99B931_gshared)(__this, ___0_array, ___1_arrayIndex, method); } // System.Type System.ComponentModel.ReflectPropertyDescriptor::ExtenderGetType(System.ComponentModel.IExtenderProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectPropertyDescriptor_ExtenderGetType_m052B3E3709857A2B1857C56CF766231E1D0BC3F2 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ; // System.String System.ComponentModel.MemberDescriptor::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemberDescriptor_get_DisplayName_m4C8355BB66BB5B74377C9886ADBF448945A9957C (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) ; // System.ComponentModel.ISite System.ComponentModel.MemberDescriptor::GetSite(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MemberDescriptor_GetSite_m358C87152269B37CFC369CAB93487B6A06BFB8C3 (RuntimeObject* ___0_component, const RuntimeMethod* method) ; // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ; // System.Object System.ComponentModel.ReflectPropertyDescriptor::ExtenderGetValue(System.ComponentModel.IExtenderProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectPropertyDescriptor_ExtenderGetValue_m1EE66EB2F4FA5A0AFE3F89C53238C344FE1E13CF (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, RuntimeObject* ___1_component, const RuntimeMethod* method) ; // System.Void System.ComponentModel.ReflectPropertyDescriptor::ExtenderSetValue(System.ComponentModel.IExtenderProvider,System.Object,System.Object,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_ExtenderSetValue_mFC8590E7DFEF16F37E8A4C664D146E369FD8FDB6 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, RuntimeObject* ___1_component, RuntimeObject* ___2_value, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___3_notifyDesc, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::ExtenderShouldSerializeValue(System.ComponentModel.IExtenderProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_ExtenderShouldSerializeValue_mC7D2BC53B13E46B6284AC509587A39E739B131BD (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, RuntimeObject* ___1_component, const RuntimeMethod* method) ; // System.Void System.ComponentModel.ExtenderProvidedPropertyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute__ctor_m7EFA94EBB5D4FA695071D543D4A63C4E733DFE35 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.ExtenderProvidedPropertyAttribute::set_ExtenderProperty(System.ComponentModel.PropertyDescriptor) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_ExtenderProperty_m5279B5B90E5F59477E2532ACDBB79AC91C05A872_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.ExtenderProvidedPropertyAttribute::set_ReceiverType(System.Type) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_ReceiverType_m5F6D231C461377D0A3B458165D32F3DF5C05A103_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, Type_t* ___0_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.ExtenderProvidedPropertyAttribute::set_Provider(System.ComponentModel.IExtenderProvider) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_Provider_m46510700A5C4993F2C8B9F1867407758D50764FE_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.ComponentModel.PropertyDescriptor System.ComponentModel.ExtenderProvidedPropertyAttribute::get_ExtenderProperty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mF15678F125BE31DBA7224C62D53888E613EB04D2_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) ; // System.ComponentModel.IExtenderProvider System.ComponentModel.ExtenderProvidedPropertyAttribute::get_Provider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ExtenderProvidedPropertyAttribute_get_Provider_mF6A5C961D41558DDF43293934D6C5CD80BEF584F_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) ; // System.Type System.ComponentModel.ExtenderProvidedPropertyAttribute::get_ReceiverType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* ExtenderProvidedPropertyAttribute_get_ReceiverType_m4CB132243DEED5094F04136886DA141250A7C14C_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) ; // System.Void System.Guid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830 (Guid_t* __this, String_t* ___0_g, const RuntimeMethod* method) ; // System.Int16 System.Convert::ToInt16(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m805368CD9A01EDC14D8DE148128B4D808E99C7CA (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; // System.Int16 System.Int16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_m78DA88EC72F896F3698019DF6CDAAFFCC1B42C91 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.String System.Int16::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m586D9FFDE912794F068DF7B1FC00A68A984FBCB9 (int16_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Int32 System.Convert::ToInt32(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mD1B3AFBDA26E52D0382434804364FEF8BA241FB4 (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m410BA2190FCC7986F94B65C6A3E9AED0932BE521 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.String System.Int32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8 (int32_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Int64 System.Convert::ToInt64(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m0AC3A4D8D9EFB97B0D7329E0FC4B05499A864451 (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; // System.Int64 System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_m3B1B54542F45772CEDBA7B371C287742A5FF7430 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.String System.Int64::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_mBCE0DC50D6F802651A6AE75682FF67775CB19B3B (int64_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.ListBindableAttribute::get_ListBindable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ListBindableAttribute_get_ListBindable_m04B1C3A2A83ABC5769A6B72D42AC75D22FE47F01_inline (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.ListBindableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBindableAttribute__ctor_m274BEDC495677C154FF08C1A4BF2F33DCDBCF882 (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, bool ___0_listBindable, const RuntimeMethod* method) ; // System.Void System.ComponentModel.ListChangedEventArgs::.ctor(System.ComponentModel.ListChangedType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_m51CD8C20F924174FDAE0CED36B57E8A53AFBBDA5 (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, int32_t ___0_listChangedType, int32_t ___1_newIndex, int32_t ___2_oldIndex, const RuntimeMethod* method) ; // System.Void System.ComponentModel.ListChangedEventArgs::.ctor(System.ComponentModel.ListChangedType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_mB48C0E1EBC7ECB9C9A1CEFBF1787D1C542FBDCAD (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, int32_t ___0_listChangedType, int32_t ___1_newIndex, const RuntimeMethod* method) ; // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; // System.Delegate System.ComponentModel.EventHandlerList::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* EventHandlerList_get_Item_m9AD24EA65E3832B81146EC24604BABE4FC3CFCC7 (EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; // System.Void System.EventHandler::Invoke(System.Object,System.EventArgs) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_inline (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___0_sender, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method) ; // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ; // System.Type System.Nullable::GetUnderlyingType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Nullable_GetUnderlyingType_mA8FA7F61D3B8E56EB4E40378020FD2854838BDF8 (Type_t* ___0_nullableType, const RuntimeMethod* method) ; // System.Type System.ComponentModel.NullableConverter::get_UnderlyingType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) ; // System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor::GetConverter(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* TypeDescriptor_GetConverter_m83A515E1D6F25137D637B175EA55BC80637E1C8A (Type_t* ___0_type, const RuntimeMethod* method) ; // System.ComponentModel.TypeConverter System.ComponentModel.NullableConverter::get_UnderlyingTypeConverter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) ; // System.Type System.ComponentModel.NullableConverter::get_NullableType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* NullableConverter_get_NullableType_m3BC58499FE25377295EE62DFF1930716FB478188_inline (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) ; // System.Int32 System.ComponentModel.TypeConverter/StandardValuesCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StandardValuesCollection_get_Count_mC127EA7E146C2FD58D5740935B45CACCD13D4637 (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, const RuntimeMethod* method) ; // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.TypeConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* TypeConverter_GetStandardValues_m9F77FD4C8216D3F06928B418993659F3A0FEF5B6 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesSupported_m5DFA377B1091BB08E64654FBEE8613EEDE731718 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) ; // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.String,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_mDCA5ED4D5D9CB14D6D1D81EDB76EA80DB79B8AF4 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, String_t* ___0_name, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, const RuntimeMethod* method) ; // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.ComponentModel.MemberDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m884FBA4DDB9AE25AEC59DC4A534FD7C448421018 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_oldMemberDescriptor, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_newAttributes, const RuntimeMethod* method) ; // System.String System.ComponentModel.TypeConverterAttribute::get_ConverterTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, const RuntimeMethod* method) ; // System.Type System.ComponentModel.PropertyDescriptor::GetTypeFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, String_t* ___0_typeName, const RuntimeMethod* method) ; // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172 (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; // System.Object System.ComponentModel.PropertyDescriptor::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptor_CreateInstance_m8ED711ABFEA356C6C8075A09310883D4197F6DF3 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, Type_t* ___0_type, const RuntimeMethod* method) ; // System.Object System.ComponentModel.TypeDescriptor::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_CreateInstance_mA14C329360CAEEB5AC0573BDE5FD8926621C42FB (RuntimeObject* ___0_provider, Type_t* ___1_objectType, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___2_argTypes, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method) ; // System.Void System.ComponentModel.MemberDescriptor::FillAttributes(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_FillAttributes_mD79B898348F5E1F6C98F62F0D4CE719C5547C56C (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, RuntimeObject* ___0_attributeList, const RuntimeMethod* method) ; // System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MemberDescriptor_GetInvocationTarget_m208F43D1A94BB3EE2C668AB1E4CC64B8D2DC8BF8 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, const RuntimeMethod* method) ; // T[] System.Array::Empty() inline PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* Array_Empty_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m08AB09A013273404D6FA7E3C4536C838811AE787_inline (const RuntimeMethod* method) { return (( PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method); } // System.Void System.ComponentModel.PropertyDescriptorCollection::set_Count(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m3D1AC0D2B3187A895AE8B64AC891251860D8C361 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___0_properties, const RuntimeMethod* method) ; // System.Int32 System.ComponentModel.PropertyDescriptorCollection::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.PropertyDescriptorCollection::EnsurePropsOwned() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.PropertyDescriptorCollection::EnsureSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_EnsureSize_mA9CC05191669F9F3899F5A7D42B8DF24C51CC6A2 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_sizeNeeded, const RuntimeMethod* method) ; // System.Int32 System.ComponentModel.PropertyDescriptorCollection::IndexOf(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_IndexOf_mD936E02B8B1AACBF21EB129B5D7F3C8CBC07BE15 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.PropertyDescriptorCollection::InternalSort(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_InternalSort_m976B7A3E0A38A56F3E6C282199722DFC37EE92C9 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_names, const RuntimeMethod* method) ; // System.StringComparer System.StringComparer::get_OrdinalIgnoreCase() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06* StringComparer_get_OrdinalIgnoreCase_m071AA1B1747345CCA058A3879EBDEBBA2EA4B169_inline (const RuntimeMethod* method) ; // System.Void System.Collections.Hashtable::.ctor(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m1F7298B21166D6C35BD6C6EC9F71BAC05981B164 (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, RuntimeObject* ___0_equalityComparer, const RuntimeMethod* method) ; // System.Int32 System.Array::IndexOf(T[],T,System.Int32,System.Int32) inline int32_t Array_IndexOf_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m0FB834D32DD8F3C5AD506C3537D20D0C486CD828 (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___0_array, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_value, int32_t ___2_startIndex, int32_t ___3_count, const RuntimeMethod* method) { return (( int32_t (*) (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, int32_t, int32_t, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m4C0C698B1D627E6B3C3BE6DDA512E8E276DC6F73_gshared)(___0_array, ___1_value, ___2_startIndex, ___3_count, method); } // System.Void System.ComponentModel.PropertyDescriptorCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_RemoveAt_m0A24CA5AB989131D0F6691B289DD9092790E9E07 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Void System.ComponentModel.PropertyDescriptorCollection::InternalSort(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_InternalSort_m715EF0848576185E9957756222B20A93320A3108 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_sorter, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m81B83C7ED3B9D3193339CB2CCAC3A1C083FDA78F (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) { (( void (*) (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___0_collection, method); } // T System.Collections.Generic.List`1::get_Item(System.Int32) inline PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737 (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* (*) (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method); } // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,T) inline void List_1_set_Item_m9B03F7E2866639F2AD829CDCA57D02FF6DB6DE0E (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* __this, int32_t ___0_index, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_value, const RuntimeMethod* method) { (( void (*) (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6*, int32_t, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, const RuntimeMethod*))List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared)(__this, ___0_index, ___1_value, method); } // System.Void System.ComponentModel.PropertyDescriptorCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Clear_mB8C7EDDBC34045AB39A85F7CA8C2A48FE5E84154 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) ; // System.Int32 System.ComponentModel.PropertyDescriptorCollection::Add(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::.ctor(System.ComponentModel.PropertyDescriptorCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorEnumerator__ctor_mEF40577980844F48F837016FC78D6D6C4B656C40 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ___0_owner, const RuntimeMethod* method) ; // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042 (RuntimeArray* __this, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::Contains(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_Contains_m61BE63B4CBEBE522952340A5E1AD4EC81561A534 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.PropertyDescriptorCollection::Insert(System.Int32,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Insert_m5294EDBAD3EED9E88B72F8C337F65EE5AB2960EA (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.PropertyDescriptorCollection::Remove(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Remove_m93B40D4D8FD13CA21ACAF39012043595BB6ED03B (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) ; // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___0_properties, bool ___1_readOnly, const RuntimeMethod* method) ; // System.Collections.DictionaryEntry System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB PropertyDescriptorEnumerator_get_Entry_m83A1F1F4EC45FCDAB6444FDAE98158CAEA6E17C0 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) ; // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_m2768353E53A75C4860E34B37DAF1342120C5D1EA (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.RecommendedAsConfigurableAttribute::get_RecommendedAsConfigurable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m1F43641CEBF3BF49F0CAC07E95FB96FC8465CB74_inline (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.RecommendedAsConfigurableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecommendedAsConfigurableAttribute__ctor_m0C3F6260D064EF4DB718D93E083A2CE16E2F8CA6 (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, bool ___0_recommendedAsConfigurable, const RuntimeMethod* method) ; // System.Boolean System.String::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m3354EFE6393BED8DD6E18F69BEA131AAADCC622D (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; // System.Boolean System.Runtime.InteropServices.Marshal::IsComObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Marshal_IsComObject_m088D4D548725859A6721B3109FF9388BFF2F1413 (RuntimeObject* ___0_o, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } // T[] System.Collections.Generic.List`1::ToArray() inline ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { return (( ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method); } // System.Void System.ComponentModel.ReferenceConverter/ReferenceComparer::.ctor(System.ComponentModel.ReferenceConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceComparer__ctor_m04738E27A5FAF668D16A3829AFAF8C01995BEB3B (ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0* __this, ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* ___0_converter, const RuntimeMethod* method) ; // System.Void System.Array::Sort(System.Array,System.Int32,System.Int32,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_mE8B389D13D4164C9E66801A729CF714EDEB512E6 (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, RuntimeObject* ___3_comparer, const RuntimeMethod* method) ; // System.String System.ComponentModel.TypeConverter::ConvertToString(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToString_m124B43934E0022CA836E7258ABAF8F9FA8911093 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mBD9ED6B35314B34F51A9985E350D33F6F56F85A9 (String_t* ___0_strA, String_t* ___1_strB, bool ___2_ignoreCase, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___3_culture, const RuntimeMethod* method) ; // System.SByte System.Convert::ToSByte(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m9839052ABBAA38764C070DAA373568D8B2274193 (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; // System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_mAC7251E4586FF9DAE8C7766B4C0935E44CF4D52D (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.String System.SByte::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m183C4DB410DD03A804F3DA87DB223A249A68E139 (int8_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.SettingsBindableAttribute::get_Bindable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SettingsBindableAttribute_get_Bindable_m448BA41F157DF20B461625E635BAA0DD861668F3_inline (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.SettingsBindableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBindableAttribute__ctor_mC0F9613A258449016DF2A53220343DB20A388A91 (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, bool ___0_bindable, const RuntimeMethod* method) ; // System.Single System.Convert::ToSingle(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m8416CDFFC7641BD79BE63F39D5FAEE28986FC636 (String_t* ___0_value, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m0E74607D17E172B4F1306E62BD12CE2905FA5638 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.String System.Single::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE (float* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.TimeSpan System.TimeSpan::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_Parse_m04E95505BF0B208AAC0EC9C433CDFC6B6F4C3FE5 (String_t* ___0_input, RuntimeObject* ___1_formatProvider, const RuntimeMethod* method) ; // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA (Type_t* __this, String_t* ___0_name, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___1_types, const RuntimeMethod* method) ; // System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, const RuntimeMethod* method) ; // System.Void System.ComponentModel.TypeConverterAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_mEEE3CA7C17555BA93BB76201BA2BCF879E617DA9 (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, const RuntimeMethod* method) ; // System.Object System.Activator::CreateInstance(System.Type,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_mDBC65647828F8A3D3E63807B5AEA4A4ECDE397E6 (Type_t* ___0_type, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ; // System.Void System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyCustomTypeDescriptor__ctor_m6AF4F3BAA9BA0E6137B0D2237E0F9A222CD47B89 (EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* __this, const RuntimeMethod* method) ; // T[] System.Array::Empty() inline IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* Array_Empty_TisIExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_m74B8927A97695BEC4548B876AB870F865634C690_inline (const RuntimeMethod* method) { return (( IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method); } // System.Void System.ComponentModel.CustomTypeDescriptor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomTypeDescriptor__ctor_m188C6E2B7CA6781250922E66FAAF8CD660D3B7A8 (CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6* __this, const RuntimeMethod* method) ; // System.UInt16 System.Convert::ToUInt16(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m18145D9E77EB02AEEB2FE216F8BBFB39137B321E (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; // System.UInt16 System.UInt16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t UInt16_Parse_mB0C8DBDC44E6624A4EE2F50B28DA2E3BC842F075 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.String System.UInt16::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mBD648884B6569D3E7D779669EEFCB1ED5EE4A521 (uint16_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.UInt32 System.Convert::ToUInt32(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m598A3620A5DD54352E97FB44F8B4D33130ACEEBE (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; // System.UInt32 System.UInt32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_mDA54DE4F6E05DE5E452FAB70248AC62C6F97EE96 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.String System.UInt32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m464396B0FE2115F3CEA38AEECDDB0FACC3AADADE (uint32_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.UInt64 System.Convert::ToUInt64(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mEEA8FE8FDBF0EC357E14C4A87107A07F15113CD8 (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; // System.UInt64 System.UInt64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_mCA16202D9040B305FE0C7AE61B7E869A2817A75A (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.String System.UInt64::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m779041C8FDD58BF8617838B00CD041788DB2F1A3 (uint64_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Void System.MarshalByRefObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_mCBAD191F9BB35587528256781970FDFEFCDBE538 (MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.ReferenceConverter::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceConverter__ctor_mECD358A5C07B37EFD8659FDEF4C067A16E51171E (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, Type_t* ___0_type, const RuntimeMethod* method) ; // System.DateTimeOffset System.DateTimeOffset::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_Parse_m8424EADCF014945BF1C47215B851C735B26BC341 (String_t* ___0_input, RuntimeObject* ___1_formatProvider, const RuntimeMethod* method) ; // System.String SR::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696 (String_t* ___0_name, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ; // System.Boolean System.DateTimeOffset::op_Equality(System.DateTimeOffset,System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_op_Equality_m1823BFC1B9CBFFB9867D1B2C00CA2DAF0B8D03BA (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___0_left, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___1_right, const RuntimeMethod* method) ; // System.TimeSpan System.DateTimeOffset::get_TimeOfDay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeOffset_get_TimeOfDay_m69147AD62D671A2C719A2A3C17B3AEC6592AFCAC (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; // System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m4B5BB65E069D2146E808A1CE5F424ACA2F4D2281 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, String_t* ___0_format, RuntimeObject* ___1_formatProvider, const RuntimeMethod* method) ; // System.String System.DateTimeOffset::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_mB9E1813AAC8B185A5B374B150F5080AF1CB119C6 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, RuntimeObject* ___0_formatProvider, const RuntimeMethod* method) ; // System.Int64 System.DateTimeOffset::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeOffset_get_Ticks_m7CE3081B8071C2D3F0AC768766AD3933E50637A8 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; // System.Int32 System.DateTimeOffset::get_Year() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Year_m54401DEF20BE909A0755A3114FB7EE9C8D036F4B (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; // System.Int32 System.DateTimeOffset::get_Month() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Month_m5A687714A6D2A568D9451C86A8A31063069A058A (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; // System.Int32 System.DateTimeOffset::get_Day() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Day_mF72B2C44207A9374AAB4A39FBFA6DCA90E3458A6 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; // System.Int32 System.DateTimeOffset::get_Hour() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Hour_mAA51486FDE29FD49729296A98088DF2F0F371504 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; // System.Int32 System.DateTimeOffset::get_Minute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Minute_mD701BE3B0BB92F5A108703DF2013D7F1E4BEE566 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; // System.Int32 System.DateTimeOffset::get_Second() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Second_m466C219209B1092B7A6AE1F56D01FD37BBC917C4 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; // System.Int32 System.DateTimeOffset::get_Millisecond() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Millisecond_m0AD718E4BA49BBF8A2FE960AB07F8448A692015F (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; // System.TimeSpan System.DateTimeOffset::get_Offset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m101D35FEC86371D2BB4E3480F6F896880093B2E9 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_separator, const RuntimeMethod* method) ; // System.Object System.Enum::Parse(System.Type,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_Parse_m0316ABE916ED60AA2257A464A33A33D544EDEE12 (Type_t* ___0_enumType, String_t* ___1_value, bool ___2_ignoreCase, const RuntimeMethod* method) ; // System.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m6CA00ABB70FAD8242C62ED9913F7D7C3B811FC31 (RuntimeObject* ___0_value, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Object System.Enum::ToObject(System.Type,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_m83185EF7C28B56935B2C8073AC8FF02BF5A03355 (Type_t* ___0_enumType, int64_t ___1_value, const RuntimeMethod* method) ; // System.Type System.Enum::GetUnderlyingType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Enum_GetUnderlyingType_mEDDDC2C9F74ECC841E65E401C3703D59C37CBB05 (Type_t* ___0_enumType, const RuntimeMethod* method) ; // System.Boolean System.Enum::IsDefined(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_IsDefined_m1C9A0C4F54B0538351585FF563A01091A6FE2F28 (Type_t* ___0_enumType, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.String System.Enum::Format(System.Type,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_Format_mD3003265952FEAACFE90887811F9C8855B799ACD (Type_t* ___0_enumType, RuntimeObject* ___1_value, String_t* ___2_format, const RuntimeMethod* method) ; // System.String System.ComponentModel.TypeConverter::ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToInvariantString_mF902AFB0FE32B8E7014DE226455D3FC79030FF92 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Reflection.FieldInfo System.Type::GetField(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t* Type_GetField_m0BF55B1A27A1B6AB6D3477E7F9E1CF2A3451E1E0 (Type_t* __this, String_t* ___0_name, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mE469B94E6CE60E9DB94985628B0242B069F9083B (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* __this, const RuntimeMethod* method) { (( void (*) (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // System.Array System.Enum::GetValues(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray* Enum_GetValues_m803B9D68C367FAABC5AFB6B5B52775C8A573CEF9 (Type_t* ___0_enumType, const RuntimeMethod* method) ; // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57 (RuntimeArray* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_inline (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* __this, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2*, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } // T[] System.Collections.Generic.List`1::ToArray() inline EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* List_1_ToArray_m4F793B000A11FB437B10559BE7E07F0C8F4DBC85 (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* __this, const RuntimeMethod* method) { return (( EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* (*) (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method); } // System.Object System.Enum::ToObject(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_mD898E0819FA640BC4E98924613B5DBD41146D1FF (Type_t* ___0_enumType, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.ArrayList::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m4637812384C075439BB17EEC1C2DF802BD41EBD0 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; // System.Object System.Enum::Parse(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_Parse_m2846B01D5DEA00E4674AED09DE0B2E59ECEED61F (Type_t* ___0_enumType, String_t* ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.MemberDescriptor::CheckAttributesValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_CheckAttributesValid_m7B81E6D3512BD0A17CD0AF042912BA2C1E83552F (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) ; // System.Void System.ComponentModel.MemberDescriptor::FilterAttributesIfNeeded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_FilterAttributesIfNeeded_mB060A4FB6DE46D17F76E54B43A0772EC623EFDC7 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) ; // System.Int32 System.ComponentModel.TypeDescriptor::get_MetadataVersion() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeDescriptor_get_MetadataVersion_m79CAEDE4F59CEB76E6FFDCB0FA478A0D472C33DF_inline (const RuntimeMethod* method) ; // System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_mCE5AABB7EF7F41F9170791E2C5145E49684DCE11 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, RuntimeObject* ___0_c, const RuntimeMethod* method) ; // System.Void System.Collections.Hashtable::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m9E0D56D6ADE284D20176076FACBFA1628DD8EE80 (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; // System.Reflection.MethodInfo System.ComponentModel.MemberDescriptor::FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* MemberDescriptor_FindMethod_m2F665DAC787E8F7A4A45FB72D81E2E9C523B6D9D (Type_t* ___0_componentClass, String_t* ___1_name, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___2_args, Type_t* ___3_returnType, bool ___4_publicOnly, const RuntimeMethod* method) ; // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_mF3AF3FA3834D7F99592A4CA715FFD2DE12291562 (Type_t* __this, String_t* ___0_name, int32_t ___1_bindingAttr, Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___2_binder, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___3_types, ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364* ___4_modifiers, const RuntimeMethod* method) ; // System.Object System.ComponentModel.TypeDescriptor::GetAssociation(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetAssociation_m98BF82311AC505E0F645D8E609FEC246006D8062 (Type_t* ___0_type, RuntimeObject* ___1_primary, const RuntimeMethod* method) ; // System.Void System.ComponentModel.PropertyDescriptor::.ctor(System.String,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m20223572362A331B6F0D436BC19AFE2EE87558B8 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, String_t* ___0_name, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attrs, const RuntimeMethod* method) ; // System.Void System.ComponentModel.ReflectPropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_m69383E1B38EE9DE9E6A4A929AF7AB6E367F7396C (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, Type_t* ___0_componentClass, String_t* ___1_name, Type_t* ___2_type, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___3_attributes, const RuntimeMethod* method) ; // System.Boolean System.Reflection.PropertyInfo::op_Inequality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Inequality_mE75A4F14CC678D8A670730FBD4338C718CACB51B (PropertyInfo_t* ___0_left, PropertyInfo_t* ___1_right, const RuntimeMethod* method) ; // System.Boolean System.Reflection.MethodInfo::op_Equality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, const RuntimeMethod* method) ; // System.Void System.Collections.Specialized.BitVector32::set_Item(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61 (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* __this, int32_t ___0_bit, bool ___1_value, const RuntimeMethod* method) ; // System.Boolean System.Collections.Specialized.BitVector32::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09 (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* __this, int32_t ___0_bit, const RuntimeMethod* method) ; // System.Boolean System.Reflection.PropertyInfo::op_Equality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Equality_m3BFC2276AECF2A16B66F171D65516817B4578B4F (PropertyInfo_t* ___0_left, PropertyInfo_t* ___1_right, const RuntimeMethod* method) ; // System.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t* Type_GetProperty_m56B512B27B74B56735C0BC4973B3E3C3BE817C68 (Type_t* __this, String_t* ___0_name, int32_t ___1_bindingAttr, Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___2_binder, Type_t* ___3_returnType, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___4_types, ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364* ___5_modifiers, const RuntimeMethod* method) ; // System.Reflection.MethodInfo System.ComponentModel.MemberDescriptor::FindMethod(System.Type,System.String,System.Type[],System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* MemberDescriptor_FindMethod_m965C3B7B33AF108512373758AC6945B1935EB052 (Type_t* ___0_componentClass, String_t* ___1_name, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___2_args, Type_t* ___3_returnType, const RuntimeMethod* method) ; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_SetMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ReflectPropertyDescriptor_get_SetMethodValue_m1C9F424C01FB208E6CA801AA27F01CD4EFAEE445 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; // System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* PropertyInfo_GetSetMethod_mA16842ADAD11B6F70F4EDCA2805C999E378C4C8B (PropertyInfo_t* __this, const RuntimeMethod* method) ; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_GetMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ReflectPropertyDescriptor_get_GetMethodValue_m594459E4D0447CA4A73317091897EBB7721A204C (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826 (MethodBase_t* __this, RuntimeObject* ___0_obj, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_parameters, const RuntimeMethod* method) ; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_ShouldSerializeMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.AttributeCollection::Contains(System.Attribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_m380CBE3B092583FB9579C935A2033B72C637C6EE (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* ___0_attribute, const RuntimeMethod* method) ; // System.Object System.ComponentModel.ReflectPropertyDescriptor::get_DefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; // System.Boolean System.Object::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7 (RuntimeObject* ___0_objA, RuntimeObject* ___1_objB, const RuntimeMethod* method) ; // System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor::GetAttributes(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* TypeDescriptor_GetAttributes_mEB5BB80A1C07740F8C7C432FDE38C5F37D846755 (Type_t* ___0_componentType, const RuntimeMethod* method) ; // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::get_IsExtender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_get_IsExtender_m7C02F0F31CD0F027C3760AB90BA32E7DD7AD174C (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; // System.Attribute[] System.ComponentModel.ReflectTypeDescriptionProvider::ReflectGetAttributes(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ReflectTypeDescriptionProvider_ReflectGetAttributes_m9E538B9266C61575FBAB5B49C8B4277DAD645301 (MemberInfo_t* ___0_member, const RuntimeMethod* method) ; // System.String System.ComponentModel.AttributeProviderAttribute::get_TypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_TypeName_mD24CBD99B7BBAB51FF331395769EC6F15DA27AB3_inline (AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA* __this, const RuntimeMethod* method) ; // System.String System.ComponentModel.AttributeProviderAttribute::get_PropertyName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_PropertyName_mCEE6256980446CCEC0855216A3CFC8B572F6498D_inline (AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA* __this, const RuntimeMethod* method) ; // System.Reflection.MemberInfo[] System.Type::GetMember(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* Type_GetMember_mC4456D1BA93A44CF021059F6D46237C0740A6229 (Type_t* __this, String_t* ___0_name, const RuntimeMethod* method) ; // System.Void System.ComponentModel.PropertyDescriptor::FillAttributes(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_FillAttributes_m089944713C5E19B880AC940B07C609BFC3D273D1 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_attributeList, const RuntimeMethod* method) ; // System.Object System.SecurityUtils::MethodInfoInvoke(System.Reflection.MethodInfo,System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_MethodInfoInvoke_m3806BC815C3CF0F291C2F3F91C81E167DF70AAD1 (MethodInfo_t* ___0_method, RuntimeObject* ___1_target, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) ; // System.Exception System.Exception::get_InnerException() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline (Exception_t* __this, const RuntimeMethod* method) ; // System.Type System.Exception::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09 (Exception_t* __this, const RuntimeMethod* method) ; // System.Void System.Reflection.TargetInvocationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInvocationException__ctor_mEE5FEDD311B4396452D5AFF140B2D79907447F94 (TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* __this, String_t* ___0_message, Exception_t* ___1_inner, const RuntimeMethod* method) ; // System.Void System.ComponentModel.PropertyDescriptor::OnValueChanged(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_OnValueChanged_m7729940702F65BDD2515187DAF6E791ADC99CD21 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_component, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method) ; // System.Void System.Diagnostics.TraceSwitch::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceSwitch__ctor_m775278D7946F29D7A7939D2048CA72DBCB0A5ABF (TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* __this, String_t* ___0_displayName, String_t* ___1_description, const RuntimeMethod* method) ; // System.Int32 System.Collections.Specialized.BitVector32::CreateMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_CreateMask_m0201B8F0CF84BB78DDF1C491E9075FDF1D86A583 (const RuntimeMethod* method) ; // System.Int32 System.Collections.Specialized.BitVector32::CreateMask(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419 (int32_t ___0_previous, const RuntimeMethod* method) ; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Security.SecurityBuffer::.ctor(System.Byte[],System.Net.Security.SecurityBufferType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityBuffer__ctor_m94523C1AC8C469A9D200EACD759E105DD22078C6 (SecurityBuffer_t70570BCF95F8F18A147D64B27DF3954FFD25CA4E* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, int32_t ___1_tokentype, const RuntimeMethod* method) { SecurityBuffer_t70570BCF95F8F18A147D64B27DF3954FFD25CA4E* G_B2_0 = NULL; SecurityBuffer_t70570BCF95F8F18A147D64B27DF3954FFD25CA4E* G_B1_0 = NULL; int32_t G_B3_0 = 0; SecurityBuffer_t70570BCF95F8F18A147D64B27DF3954FFD25CA4E* G_B3_1 = NULL; SecurityBuffer_t70570BCF95F8F18A147D64B27DF3954FFD25CA4E* G_B5_0 = NULL; SecurityBuffer_t70570BCF95F8F18A147D64B27DF3954FFD25CA4E* G_B4_0 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B6_0 = NULL; SecurityBuffer_t70570BCF95F8F18A147D64B27DF3954FFD25CA4E* G_B6_1 = NULL; { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_data; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000f; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_data; NullCheck(L_1); G_B3_0 = ((int32_t)(((RuntimeArray*)L_1)->max_length)); G_B3_1 = G_B1_0; goto IL_0010; } IL_000f: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0010: { NullCheck(G_B3_1); G_B3_1->___size_0 = G_B3_0; int32_t L_2 = ___1_tokentype; __this->___type_1 = L_2; int32_t L_3 = __this->___size_0; G_B4_0 = __this; if (!L_3) { G_B5_0 = __this; goto IL_0028; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_data; G_B6_0 = L_4; G_B6_1 = G_B4_0; goto IL_0029; } IL_0028: { G_B6_0 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(NULL)); G_B6_1 = G_B5_0; } IL_0029: { NullCheck(G_B6_1); G_B6_1->___token_2 = G_B6_0; Il2CppCodeGenWriteBarrier((void**)(&G_B6_1->___token_2), (void*)G_B6_0); return; } } // System.Void System.Net.Security.SecurityBuffer::.ctor(System.Int32,System.Net.Security.SecurityBufferType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityBuffer__ctor_mFE87A97F5758844CCDBC94F39043028D0D6BCA1B (SecurityBuffer_t70570BCF95F8F18A147D64B27DF3954FFD25CA4E* __this, int32_t ___0_size, int32_t ___1_tokentype, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetEventSource_tCFE66E755A29D53FCCB21E599710B768BA6E0282_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B579C08551878762B13C0DC00AFDECE52FC3BCE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31514D8FFE6EBD8A160985B5C25BE0F2A7BEF863); s_Il2CppMethodInitialized = true; } SecurityBuffer_t70570BCF95F8F18A147D64B27DF3954FFD25CA4E* G_B4_0 = NULL; SecurityBuffer_t70570BCF95F8F18A147D64B27DF3954FFD25CA4E* G_B3_0 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B5_0 = NULL; SecurityBuffer_t70570BCF95F8F18A147D64B27DF3954FFD25CA4E* G_B5_1 = NULL; { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); int32_t L_0 = ___0_size; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_002e; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1; int32_t L_3 = ___0_size; int32_t L_4 = L_3; RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAt(static_cast(0), (RuntimeObject*)L_5); FormattableString_t4D7D221057108596F60CCCC83532037E2399BE0D* L_6; L_6 = FormattableStringFactory_Create_m249A363DE6E0E48E75DF2A771A43BA3CAE2CE27C(_stringLiteral2B579C08551878762B13C0DC00AFDECE52FC3BCE, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(NetEventSource_tCFE66E755A29D53FCCB21E599710B768BA6E0282_il2cpp_TypeInfo_var); NetEventSource_Fail_mC7EA74C2015684270D81D9CF1977E22E1D97BBEF(__this, L_6, _stringLiteral31514D8FFE6EBD8A160985B5C25BE0F2A7BEF863, NULL); } IL_002e: { int32_t L_7 = ___0_size; __this->___size_0 = L_7; int32_t L_8 = ___1_tokentype; __this->___type_1 = L_8; int32_t L_9 = ___0_size; G_B3_0 = __this; if (!L_9) { G_B4_0 = __this; goto IL_0048; } } { int32_t L_10 = ___0_size; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_10); G_B5_0 = L_11; G_B5_1 = G_B3_0; goto IL_0049; } IL_0048: { G_B5_0 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(NULL)); G_B5_1 = G_B4_0; } IL_0049: { NullCheck(G_B5_1); G_B5_1->___token_2 = G_B5_0; Il2CppCodeGenWriteBarrier((void**)(&G_B5_1->___token_2), (void*)G_B5_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Security.SafeDeleteContext::.ctor(System.Net.Security.SafeFreeCredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeDeleteContext__ctor_m2459D3ACFD2477320BC1D33448879FF6C6320B67 (SafeDeleteContext_t8C40C9C3D58968F59D3CC07175348B84A9BAF6D7* __this, SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE* ___0_credential, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; SafeHandle__ctor_m23E44C94503043292DCD4E87818082CFC09A7F4B(__this, L_0, (bool)1, NULL); V_0 = (bool)0; SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE* L_1 = ___0_credential; __this->____credential_6 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____credential_6), (void*)L_1); SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE* L_2 = __this->____credential_6; NullCheck(L_2); SafeHandle_DangerousAddRef_m9FA46208A92D8B33059B8E8712F49AE45BB5E922(L_2, (&V_0), NULL); return; } } // System.Boolean System.Net.Security.SafeDeleteContext::get_IsInvalid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeDeleteContext_get_IsInvalid_m5CF5F5D4CC0BE15F15BEC271EC91DD98790AD62B (SafeDeleteContext_t8C40C9C3D58968F59D3CC07175348B84A9BAF6D7* __this, const RuntimeMethod* method) { { SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE* L_0 = __this->____credential_6; return (bool)((((RuntimeObject*)(SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); } } // System.Boolean System.Net.Security.SafeDeleteContext::ReleaseHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeDeleteContext_ReleaseHandle_m34DDCCF9E1BEF3A162A17E5B45BDAC0EF02C8DA1 (SafeDeleteContext_t8C40C9C3D58968F59D3CC07175348B84A9BAF6D7* __this, const RuntimeMethod* method) { { SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE* L_0 = __this->____credential_6; NullCheck(L_0); SafeHandle_DangerousRelease_m30A8B4E5BEA935C8925BC2115CD0AD13B937953E(L_0, NULL); __this->____credential_6 = (SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____credential_6), (void*)(SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE*)NULL); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Microsoft.Win32.SafeHandles.SafeGssNameHandle System.Net.Security.SafeDeleteNegoContext::get_TargetName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeGssNameHandle_tB473EDBBAC685229D4B5691696A774936D8F694B* SafeDeleteNegoContext_get_TargetName_mAF0C1FA7ACD7D425ADDA68C65994F2E48AD88005 (SafeDeleteNegoContext_tE59F06147A4330387180CDB193FAF23B93EEC208* __this, const RuntimeMethod* method) { { SafeGssNameHandle_tB473EDBBAC685229D4B5691696A774936D8F694B* L_0 = __this->____targetName_7; return L_0; } } // System.Boolean System.Net.Security.SafeDeleteNegoContext::get_IsNtlmUsed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeDeleteNegoContext_get_IsNtlmUsed_m5617047998F3C8B69ECDC9B858964C1D3D4E5AE0 (SafeDeleteNegoContext_tE59F06147A4330387180CDB193FAF23B93EEC208* __this, const RuntimeMethod* method) { { bool L_0 = __this->____isNtlmUsed_9; return L_0; } } // Microsoft.Win32.SafeHandles.SafeGssContextHandle System.Net.Security.SafeDeleteNegoContext::get_GssContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeGssContextHandle_t1418CE58F1E509FA5BA5CFDB0811C4D8140E4A03* SafeDeleteNegoContext_get_GssContext_mAD0C7C8E3E10079B9D4429A9547B539CF1B8411A (SafeDeleteNegoContext_tE59F06147A4330387180CDB193FAF23B93EEC208* __this, const RuntimeMethod* method) { { SafeGssContextHandle_t1418CE58F1E509FA5BA5CFDB0811C4D8140E4A03* L_0 = __this->____context_8; return L_0; } } // System.Void System.Net.Security.SafeDeleteNegoContext::.ctor(System.Net.Security.SafeFreeNegoCredentials,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeDeleteNegoContext__ctor_m37CCEB5935E0BAFA2F9984B1E0F4093D7457A722 (SafeDeleteNegoContext_tE59F06147A4330387180CDB193FAF23B93EEC208* __this, SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE* ___0_credential, String_t* ___1_targetName, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; { SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE* L_0 = ___0_credential; SafeDeleteContext__ctor_m2459D3ACFD2477320BC1D33448879FF6C6320B67(__this, L_0, NULL); } try {// begin try (depth: 1) String_t* L_1 = ___1_targetName; SafeGssNameHandle_tB473EDBBAC685229D4B5691696A774936D8F694B* L_2; L_2 = SafeGssNameHandle_CreatePrincipal_mDA9E0CF056381F59C76525E840DC83BC9FD594E6(L_1, NULL); __this->____targetName_7 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____targetName_7), (void*)L_2); goto IL_001e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0015; } throw e; } CATCH_0015: {// begin catch(System.Object) SafeHandle_Dispose_m4FB5B8A7ED78B90757F1B570D4025F3BA26A39F3(__this, NULL); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_001e: { return; } } // System.Void System.Net.Security.SafeDeleteNegoContext::SetGssContext(Microsoft.Win32.SafeHandles.SafeGssContextHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeDeleteNegoContext_SetGssContext_mAE8AB1473487093255FBBFAB7C8CE295E2B727D4 (SafeDeleteNegoContext_tE59F06147A4330387180CDB193FAF23B93EEC208* __this, SafeGssContextHandle_t1418CE58F1E509FA5BA5CFDB0811C4D8140E4A03* ___0_context, const RuntimeMethod* method) { { SafeGssContextHandle_t1418CE58F1E509FA5BA5CFDB0811C4D8140E4A03* L_0 = ___0_context; __this->____context_8 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____context_8), (void*)L_0); return; } } // System.Void System.Net.Security.SafeDeleteNegoContext::SetAuthenticationPackage(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeDeleteNegoContext_SetAuthenticationPackage_m553A51A1087EB5E928D1131FAF7437C88489E484 (SafeDeleteNegoContext_tE59F06147A4330387180CDB193FAF23B93EEC208* __this, bool ___0_isNtlmUsed, const RuntimeMethod* method) { { bool L_0 = ___0_isNtlmUsed; __this->____isNtlmUsed_9 = L_0; return; } } // System.Void System.Net.Security.SafeDeleteNegoContext::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeDeleteNegoContext_Dispose_m7F5C44AEEAAB0515586DDE270C18277D4FD22F36 (SafeDeleteNegoContext_tE59F06147A4330387180CDB193FAF23B93EEC208* __this, bool ___0_disposing, const RuntimeMethod* method) { { bool L_0 = ___0_disposing; if (!L_0) { goto IL_0037; } } { SafeGssContextHandle_t1418CE58F1E509FA5BA5CFDB0811C4D8140E4A03* L_1 = __this->____context_8; if (!L_1) { goto IL_001d; } } { SafeGssContextHandle_t1418CE58F1E509FA5BA5CFDB0811C4D8140E4A03* L_2 = __this->____context_8; NullCheck(L_2); SafeHandle_Dispose_m4FB5B8A7ED78B90757F1B570D4025F3BA26A39F3(L_2, NULL); __this->____context_8 = (SafeGssContextHandle_t1418CE58F1E509FA5BA5CFDB0811C4D8140E4A03*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____context_8), (void*)(SafeGssContextHandle_t1418CE58F1E509FA5BA5CFDB0811C4D8140E4A03*)NULL); } IL_001d: { SafeGssNameHandle_tB473EDBBAC685229D4B5691696A774936D8F694B* L_3 = __this->____targetName_7; if (!L_3) { goto IL_0037; } } { SafeGssNameHandle_tB473EDBBAC685229D4B5691696A774936D8F694B* L_4 = __this->____targetName_7; NullCheck(L_4); SafeHandle_Dispose_m4FB5B8A7ED78B90757F1B570D4025F3BA26A39F3(L_4, NULL); __this->____targetName_7 = (SafeGssNameHandle_tB473EDBBAC685229D4B5691696A774936D8F694B*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____targetName_7), (void*)(SafeGssNameHandle_tB473EDBBAC685229D4B5691696A774936D8F694B*)NULL); } IL_0037: { bool L_5 = ___0_disposing; SafeHandle_Dispose_m8B7AAA8CF9D5AD35412BCFB00EAD048EBC1C3514(__this, L_5, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Security.SafeFreeCredentials::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeFreeCredentials__ctor_m2CD289A7814E12236E721AD5F85A44A8AFF43858 (SafeFreeCredentials_t0DC3ACB659A6ED318985B7A80459EB64EC63E9FE* __this, intptr_t ___0_handle, bool ___1_ownsHandle, const RuntimeMethod* method) { { intptr_t L_0 = ___0_handle; bool L_1 = ___1_ownsHandle; SafeHandle__ctor_m23E44C94503043292DCD4E87818082CFC09A7F4B(__this, L_0, L_1, 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 // Microsoft.Win32.SafeHandles.SafeGssCredHandle System.Net.Security.SafeFreeNegoCredentials::get_GssCredential() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeGssCredHandle_t8910F1AE9F53A98FF76673057F3B716F51E0C124* SafeFreeNegoCredentials_get_GssCredential_m79D2BE8E0C4EC492623E61F9BFDFAA6326B03551 (SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE* __this, const RuntimeMethod* method) { { SafeGssCredHandle_t8910F1AE9F53A98FF76673057F3B716F51E0C124* L_0 = __this->____credential_6; return L_0; } } // System.Boolean System.Net.Security.SafeFreeNegoCredentials::get_IsNtlmOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeFreeNegoCredentials_get_IsNtlmOnly_m071D82EEDA33D50FB076E0EA708870EAA7FDD6F6 (SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE* __this, const RuntimeMethod* method) { { bool L_0 = __this->____isNtlmOnly_7; return L_0; } } // System.String System.Net.Security.SafeFreeNegoCredentials::get_UserName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SafeFreeNegoCredentials_get_UserName_m16C4FB3F0EDECC381703A36B0E8A2091593FC6BD (SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____userName_8; return L_0; } } // System.Boolean System.Net.Security.SafeFreeNegoCredentials::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeFreeNegoCredentials_get_IsDefault_m33F1CC724B57DADDFA63E7C51CFA2902DB54EA65 (SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE* __this, const RuntimeMethod* method) { { bool L_0 = __this->____isDefault_9; return L_0; } } // System.Void System.Net.Security.SafeFreeNegoCredentials::.ctor(System.Boolean,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeFreeNegoCredentials__ctor_mF8EE6ACD524C6A7AF11F67DFACD0075EF52D5479 (SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE* __this, bool ___0_isNtlmOnly, String_t* ___1_username, String_t* ___2_password, String_t* ___3_domain, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE* G_B11_0 = NULL; SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE* G_B10_0 = NULL; int32_t G_B12_0 = 0; SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE* G_B12_1 = NULL; { intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1; SafeFreeCredentials__ctor_m2CD289A7814E12236E721AD5F85A44A8AFF43858(__this, L_0, (bool)1, NULL); String_t* L_1 = ___1_username; NullCheck(L_1); int32_t L_2; L_2 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_1, ((int32_t)92), NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0045; } } { String_t* L_4 = ___1_username; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6; L_6 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_4, ((int32_t)92), ((int32_t)il2cpp_codegen_add(L_5, 1)), NULL); if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0045; } } { String_t* L_7 = ___3_domain; bool L_8; L_8 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_7, NULL); if (!L_8) { goto IL_0045; } } { String_t* L_9 = ___1_username; int32_t L_10 = V_0; NullCheck(L_9); String_t* L_11; L_11 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_9, 0, L_10, NULL); ___3_domain = L_11; String_t* L_12 = ___1_username; int32_t L_13 = V_0; NullCheck(L_12); String_t* L_14; L_14 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_12, ((int32_t)il2cpp_codegen_add(L_13, 1)), NULL); ___1_username = L_14; } IL_0045: { String_t* L_15 = ___3_domain; if (!L_15) { goto IL_0052; } } { String_t* L_16 = ___3_domain; NullCheck(L_16); String_t* L_17; L_17 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_16, NULL); ___3_domain = L_17; } IL_0052: { String_t* L_18 = ___1_username; NullCheck(L_18); String_t* L_19; L_19 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_18, NULL); ___1_username = L_19; String_t* L_20 = ___1_username; NullCheck(L_20); int32_t L_21; L_21 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_20, ((int32_t)64), NULL); if ((((int32_t)L_21) >= ((int32_t)0))) { goto IL_007d; } } { String_t* L_22 = ___3_domain; bool L_23; L_23 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_22, NULL); if (L_23) { goto IL_007d; } } { String_t* L_24 = ___1_username; String_t* L_25 = ___3_domain; String_t* L_26; L_26 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_24, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, L_25, NULL); ___1_username = L_26; } IL_007d: { V_1 = (bool)0; bool L_27 = ___0_isNtlmOnly; __this->____isNtlmOnly_7 = L_27; String_t* L_28 = ___1_username; __this->____userName_8 = L_28; Il2CppCodeGenWriteBarrier((void**)(&__this->____userName_8), (void*)L_28); String_t* L_29 = ___1_username; bool L_30; L_30 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_29, NULL); G_B10_0 = __this; if (L_30) { G_B11_0 = __this; goto IL_009e; } } { String_t* L_31 = ___2_password; bool L_32; L_32 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_31, NULL); G_B12_0 = ((int32_t)(L_32)); G_B12_1 = G_B10_0; goto IL_009f; } IL_009e: { G_B12_0 = 1; G_B12_1 = G_B11_0; } IL_009f: { NullCheck(G_B12_1); G_B12_1->____isDefault_9 = (bool)G_B12_0; String_t* L_33 = ___1_username; String_t* L_34 = ___2_password; bool L_35 = ___0_isNtlmOnly; SafeGssCredHandle_t8910F1AE9F53A98FF76673057F3B716F51E0C124* L_36; L_36 = SafeGssCredHandle_Create_m1432C03B3BE01BA1FBBC6846804FED0010D45D9F(L_33, L_34, L_35, NULL); __this->____credential_6 = L_36; Il2CppCodeGenWriteBarrier((void**)(&__this->____credential_6), (void*)L_36); SafeGssCredHandle_t8910F1AE9F53A98FF76673057F3B716F51E0C124* L_37 = __this->____credential_6; NullCheck(L_37); SafeHandle_DangerousAddRef_m9FA46208A92D8B33059B8E8712F49AE45BB5E922(L_37, (&V_1), NULL); return; } } // System.Boolean System.Net.Security.SafeFreeNegoCredentials::get_IsInvalid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeFreeNegoCredentials_get_IsInvalid_m696997CFF2D68187ED5C2536241AA78467079B62 (SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE* __this, const RuntimeMethod* method) { { SafeGssCredHandle_t8910F1AE9F53A98FF76673057F3B716F51E0C124* L_0 = __this->____credential_6; return (bool)((((RuntimeObject*)(SafeGssCredHandle_t8910F1AE9F53A98FF76673057F3B716F51E0C124*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); } } // System.Boolean System.Net.Security.SafeFreeNegoCredentials::ReleaseHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeFreeNegoCredentials_ReleaseHandle_m017E25599C427AC764C98DA60BE08087D4308AEE (SafeFreeNegoCredentials_t069D02D9C9EB8C2BD99AFE2B30FC855FB3C2F5BE* __this, const RuntimeMethod* method) { { SafeGssCredHandle_t8910F1AE9F53A98FF76673057F3B716F51E0C124* L_0 = __this->____credential_6; NullCheck(L_0); SafeHandle_DangerousRelease_m30A8B4E5BEA935C8925BC2115CD0AD13B937953E(L_0, NULL); __this->____credential_6 = (SafeGssCredHandle_t8910F1AE9F53A98FF76673057F3B716F51E0C124*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____credential_6), (void*)(SafeGssCredHandle_t8910F1AE9F53A98FF76673057F3B716F51E0C124*)NULL); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Net.Security.SslClientAuthenticationOptions::get_TargetHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SslClientAuthenticationOptions_get_TargetHost_mC4CF1905E7B4F8193544D4997E305406B976A797 (SslClientAuthenticationOptions_tA5277DAACAFB33887D2513D9399C5154B0D5CBC9* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CTargetHostU3Ek__BackingField_4; return L_0; } } // System.Void System.Net.Security.SslClientAuthenticationOptions::set_TargetHost(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslClientAuthenticationOptions_set_TargetHost_m0D8FF94F267DC51F2BDE6E1C94C2CD67783C4019 (SslClientAuthenticationOptions_tA5277DAACAFB33887D2513D9399C5154B0D5CBC9* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CTargetHostU3Ek__BackingField_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTargetHostU3Ek__BackingField_4), (void*)L_0); return; } } // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.Security.SslClientAuthenticationOptions::get_ClientCertificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* SslClientAuthenticationOptions_get_ClientCertificates_mD6898001726E82ADD9E3083D78BD05DB619B313C (SslClientAuthenticationOptions_tA5277DAACAFB33887D2513D9399C5154B0D5CBC9* __this, const RuntimeMethod* method) { { X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* L_0 = __this->___U3CClientCertificatesU3Ek__BackingField_5; return L_0; } } // System.Void System.Net.Security.SslClientAuthenticationOptions::set_ClientCertificates(System.Security.Cryptography.X509Certificates.X509CertificateCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslClientAuthenticationOptions_set_ClientCertificates_m08B053F1C158912EEA43A4A28D37A740041CA78B (SslClientAuthenticationOptions_tA5277DAACAFB33887D2513D9399C5154B0D5CBC9* __this, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___0_value, const RuntimeMethod* method) { { X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* L_0 = ___0_value; __this->___U3CClientCertificatesU3Ek__BackingField_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CClientCertificatesU3Ek__BackingField_5), (void*)L_0); return; } } // System.Void System.Net.Security.SslClientAuthenticationOptions::set_CertificateRevocationCheckMode(System.Security.Cryptography.X509Certificates.X509RevocationMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslClientAuthenticationOptions_set_CertificateRevocationCheckMode_m5DB15346690DAC5A8F610AA8C7DEC7F2DFC29DE9 (SslClientAuthenticationOptions_tA5277DAACAFB33887D2513D9399C5154B0D5CBC9* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; if (!L_0) { goto IL_0025; } } { int32_t L_1 = ___0_value; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0025; } } { int32_t L_2 = ___0_value; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0025; } } { String_t* L_3; L_3 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral215B9008FEB54933AF219588889451A0CB610D34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral73E7438EC9EFF139A2E1CEA81F03B87F9EF5CF0A)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SslClientAuthenticationOptions_set_CertificateRevocationCheckMode_m5DB15346690DAC5A8F610AA8C7DEC7F2DFC29DE9_RuntimeMethod_var))); } IL_0025: { int32_t L_5 = ___0_value; __this->____checkCertificateRevocation_1 = L_5; return; } } // System.Void System.Net.Security.SslClientAuthenticationOptions::set_EncryptionPolicy(System.Net.Security.EncryptionPolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslClientAuthenticationOptions_set_EncryptionPolicy_m008E6F28D3C4BFEFFB32A9BEA6AEF1C2B53F1C77 (SslClientAuthenticationOptions_tA5277DAACAFB33887D2513D9399C5154B0D5CBC9* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; if (!L_0) { goto IL_0025; } } { int32_t L_1 = ___0_value; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0025; } } { int32_t L_2 = ___0_value; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0025; } } { String_t* L_3; L_3 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral215B9008FEB54933AF219588889451A0CB610D34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB9340620E0F239BC39D9B1AA9CCF6119A0BB3FF)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SslClientAuthenticationOptions_set_EncryptionPolicy_m008E6F28D3C4BFEFFB32A9BEA6AEF1C2B53F1C77_RuntimeMethod_var))); } IL_0025: { int32_t L_5 = ___0_value; __this->____encryptionPolicy_0 = L_5; return; } } // System.Security.Authentication.SslProtocols System.Net.Security.SslClientAuthenticationOptions::get_EnabledSslProtocols() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SslClientAuthenticationOptions_get_EnabledSslProtocols_mEC43F31DCFB3322900792809C72AC48070A9D93B (SslClientAuthenticationOptions_tA5277DAACAFB33887D2513D9399C5154B0D5CBC9* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____enabledSslProtocols_2; return L_0; } } // System.Void System.Net.Security.SslClientAuthenticationOptions::set_EnabledSslProtocols(System.Security.Authentication.SslProtocols) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslClientAuthenticationOptions_set_EnabledSslProtocols_mC0D304F69A5DC05292B87E00A73415BC83A632D5 (SslClientAuthenticationOptions_tA5277DAACAFB33887D2513D9399C5154B0D5CBC9* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->____enabledSslProtocols_2 = L_0; return; } } // System.Void System.Net.Security.SslClientAuthenticationOptions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslClientAuthenticationOptions__ctor_mFFA8C3E39592A8376E7C3F6AC6FB89A6B7A702CD (SslClientAuthenticationOptions_tA5277DAACAFB33887D2513D9399C5154B0D5CBC9* __this, const RuntimeMethod* method) { { __this->____allowRenegotiation_3 = (bool)1; Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Security.AuthenticatedStream::.ctor(System.IO.Stream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedStream__ctor_m8B163146A01B938A3E87E1BED07EE07494A3E357 (AuthenticatedStream_t8DCF41E151F705E2494FC7836F5E2EF7C539FA39* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_innerStream, bool ___1_leaveInnerStreamOpen, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var); Stream__ctor_mE8B074A0EBEB026FFF14062AB4B8A78E17EFFBF0(__this, NULL); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___0_innerStream; if (!L_0) { goto IL_0011; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___0_innerStream; il2cpp_codegen_runtime_class_init_inline(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_2 = ((Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var))->___Null_1; if ((!(((RuntimeObject*)(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)L_1) == ((RuntimeObject*)(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)L_2)))) { goto IL_001c; } } IL_0011: { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA6EAFAF4139980ACB770E237272125EB9180B7A6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticatedStream__ctor_m8B163146A01B938A3E87E1BED07EE07494A3E357_RuntimeMethod_var))); } IL_001c: { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_4 = ___0_innerStream; NullCheck(L_4); il2cpp_codegen_runtime_class_init_inline(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_4); if (!L_5) { goto IL_002c; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_6 = ___0_innerStream; NullCheck(L_6); il2cpp_codegen_runtime_class_init_inline(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_6); if (L_7) { goto IL_0041; } } IL_002c: { String_t* L_8; L_8 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1F40F39B9F659411903AC93DF93E8658291E5522)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_9); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA6EAFAF4139980ACB770E237272125EB9180B7A6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticatedStream__ctor_m8B163146A01B938A3E87E1BED07EE07494A3E357_RuntimeMethod_var))); } IL_0041: { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_10 = ___0_innerStream; __this->____InnerStream_4 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->____InnerStream_4), (void*)L_10); bool L_11 = ___1_leaveInnerStreamOpen; __this->____LeaveStreamOpen_5 = L_11; return; } } // System.IO.Stream System.Net.Security.AuthenticatedStream::get_InnerStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* AuthenticatedStream_get_InnerStream_m5BDA4857898A90C696DAD90FD61C536FC3EB10C7 (AuthenticatedStream_t8DCF41E151F705E2494FC7836F5E2EF7C539FA39* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->____InnerStream_4; return L_0; } } // System.Void System.Net.Security.AuthenticatedStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedStream_Dispose_m031F600EE876A06427FB0713D992FF02B9C3320F (AuthenticatedStream_t8DCF41E151F705E2494FC7836F5E2EF7C539FA39* __this, bool ___0_disposing, const RuntimeMethod* method) { { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0025: {// begin finally (depth: 1) bool L_0 = ___0_disposing; Stream_Dispose_m9B37BD21A57F8F2BD20EE353DE14405700810C5C(__this, L_0, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { bool L_1 = ___0_disposing; if (!L_1) { goto IL_0023_1; } } { bool L_2 = __this->____LeaveStreamOpen_5; if (!L_2) { goto IL_0018_1; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_3 = __this->____InnerStream_4; NullCheck(L_3); VirtualActionInvoker0::Invoke(21 /* System.Void System.IO.Stream::Flush() */, L_3); goto IL_002d; } IL_0018_1: { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_4 = __this->____InnerStream_4; NullCheck(L_4); VirtualActionInvoker0::Invoke(19 /* System.Void System.IO.Stream::Close() */, L_4); } IL_0023_1: { goto IL_002d; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_002d: { 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 X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_Multicast(LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* __this, RuntimeObject* ___0_sender, String_t* ___1_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___2_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___3_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___4_acceptableIssuers, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* retVal = NULL; for (il2cpp_array_size_t i = 0; i < length; i++) { LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, const RuntimeMethod*); retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_sender, ___1_targetHost, ___2_localCertificates, ___3_remoteCertificate, ___4_acceptableIssuers, reinterpret_cast(currentDelegate->___method_3)); } return retVal; } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenInst(LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* __this, RuntimeObject* ___0_sender, String_t* ___1_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___2_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___3_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___4_acceptableIssuers, const RuntimeMethod* method) { NullCheck(___0_sender); typedef X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* (*FunctionPointerType) (RuntimeObject*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_targetHost, ___2_localCertificates, ___3_remoteCertificate, ___4_acceptableIssuers, method); } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenStatic(LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* __this, RuntimeObject* ___0_sender, String_t* ___1_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___2_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___3_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___4_acceptableIssuers, const RuntimeMethod* method) { typedef X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* (*FunctionPointerType) (RuntimeObject*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_targetHost, ___2_localCertificates, ___3_remoteCertificate, ___4_acceptableIssuers, method); } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenStaticInvoker(LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* __this, RuntimeObject* ___0_sender, String_t* ___1_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___2_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___3_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___4_acceptableIssuers, const RuntimeMethod* method) { return InvokerFuncInvoker5< X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, RuntimeObject*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_sender, ___1_targetHost, ___2_localCertificates, ___3_remoteCertificate, ___4_acceptableIssuers); } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_ClosedStaticInvoker(LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* __this, RuntimeObject* ___0_sender, String_t* ___1_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___2_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___3_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___4_acceptableIssuers, const RuntimeMethod* method) { return InvokerFuncInvoker6< X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, RuntimeObject*, RuntimeObject*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_sender, ___1_targetHost, ___2_localCertificates, ___3_remoteCertificate, ___4_acceptableIssuers); } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenVirtual(LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* __this, RuntimeObject* ___0_sender, String_t* ___1_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___2_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___3_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___4_acceptableIssuers, const RuntimeMethod* method) { NullCheck(___0_sender); return VirtualFuncInvoker4< X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_targetHost, ___2_localCertificates, ___3_remoteCertificate, ___4_acceptableIssuers); } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenInterface(LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* __this, RuntimeObject* ___0_sender, String_t* ___1_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___2_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___3_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___4_acceptableIssuers, const RuntimeMethod* method) { NullCheck(___0_sender); return InterfaceFuncInvoker4< X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_targetHost, ___2_localCertificates, ___3_remoteCertificate, ___4_acceptableIssuers); } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenGenericVirtual(LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* __this, RuntimeObject* ___0_sender, String_t* ___1_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___2_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___3_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___4_acceptableIssuers, const RuntimeMethod* method) { NullCheck(___0_sender); return GenericVirtualFuncInvoker4< X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(method, ___0_sender, ___1_targetHost, ___2_localCertificates, ___3_remoteCertificate, ___4_acceptableIssuers); } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenGenericInterface(LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* __this, RuntimeObject* ___0_sender, String_t* ___1_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___2_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___3_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___4_acceptableIssuers, const RuntimeMethod* method) { NullCheck(___0_sender); return GenericInterfaceFuncInvoker4< X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(method, ___0_sender, ___1_targetHost, ___2_localCertificates, ___3_remoteCertificate, ___4_acceptableIssuers); } // System.Void System.Net.Security.LocalCertificateSelectionCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalCertificateSelectionCallback__ctor_mE4F3A8BFF483881C2634112BB581CA4B07809805 (LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 5; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 4; if (isOpen) { if (__this->___method_is_virtual_12) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenGenericInterface; else __this->___invoke_impl_1 = (intptr_t)&LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenInterface; else __this->___invoke_impl_1 = (intptr_t)&LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenVirtual; } else { __this->___invoke_impl_1 = (intptr_t)&LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_Multicast; } // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertificateSelectionCallback::Invoke(System.Object,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C (LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* __this, RuntimeObject* ___0_sender, String_t* ___1_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___2_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___3_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___4_acceptableIssuers, const RuntimeMethod* method) { typedef X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_targetHost, ___2_localCertificates, ___3_remoteCertificate, ___4_acceptableIssuers, reinterpret_cast(__this->___method_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 bool RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_Multicast(RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* __this, RuntimeObject* ___0_sender, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); bool retVal = false; for (il2cpp_array_size_t i = 0; i < length; i++) { RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef bool (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5*, int32_t, const RuntimeMethod*); retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_sender, ___1_certificate, ___2_chain, ___3_sslPolicyErrors, reinterpret_cast(currentDelegate->___method_3)); } return retVal; } bool RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenInst(RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* __this, RuntimeObject* ___0_sender, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method) { NullCheck(___0_sender); typedef bool (*FunctionPointerType) (RuntimeObject*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5*, int32_t, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_certificate, ___2_chain, ___3_sslPolicyErrors, method); } bool RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenStatic(RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* __this, RuntimeObject* ___0_sender, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method) { typedef bool (*FunctionPointerType) (RuntimeObject*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5*, int32_t, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_certificate, ___2_chain, ___3_sslPolicyErrors, method); } bool RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenStaticInvoker(RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* __this, RuntimeObject* ___0_sender, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method) { return InvokerFuncInvoker4< bool, RuntimeObject*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_sender, ___1_certificate, ___2_chain, ___3_sslPolicyErrors); } bool RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_ClosedStaticInvoker(RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* __this, RuntimeObject* ___0_sender, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method) { return InvokerFuncInvoker5< bool, RuntimeObject*, RuntimeObject*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_sender, ___1_certificate, ___2_chain, ___3_sslPolicyErrors); } bool RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenVirtual(RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* __this, RuntimeObject* ___0_sender, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method) { NullCheck(___0_sender); return VirtualFuncInvoker3< bool, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_certificate, ___2_chain, ___3_sslPolicyErrors); } bool RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenInterface(RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* __this, RuntimeObject* ___0_sender, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method) { NullCheck(___0_sender); return InterfaceFuncInvoker3< bool, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_certificate, ___2_chain, ___3_sslPolicyErrors); } bool RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenGenericVirtual(RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* __this, RuntimeObject* ___0_sender, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method) { NullCheck(___0_sender); return GenericVirtualFuncInvoker3< bool, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5*, int32_t >::Invoke(method, ___0_sender, ___1_certificate, ___2_chain, ___3_sslPolicyErrors); } bool RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenGenericInterface(RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* __this, RuntimeObject* ___0_sender, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method) { NullCheck(___0_sender); return GenericInterfaceFuncInvoker3< bool, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5*, int32_t >::Invoke(method, ___0_sender, ___1_certificate, ___2_chain, ___3_sslPolicyErrors); } // System.Void System.Net.Security.RemoteCertificateValidationCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemoteCertificateValidationCallback__ctor_mC5C0650D4E5D29475BDBDA5B43FEA44DB0DBF367 (RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 4; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 3; if (isOpen) { if (__this->___method_is_virtual_12) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenGenericInterface; else __this->___invoke_impl_1 = (intptr_t)&RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenInterface; else __this->___invoke_impl_1 = (intptr_t)&RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenVirtual; } else { __this->___invoke_impl_1 = (intptr_t)&RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_Multicast; } // System.Boolean System.Net.Security.RemoteCertificateValidationCallback::Invoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83 (RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* __this, RuntimeObject* ___0_sender, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method) { typedef bool (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5*, int32_t, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_certificate, ___2_chain, ___3_sslPolicyErrors, reinterpret_cast(__this->___method_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 X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertSelectionCallback_Invoke_m3AD956B5D53937117BD3E036068B49615337B5B9_Multicast(LocalCertSelectionCallback_t3AB79A8AA642074A3EF886118963EEA3CCABABE2* __this, String_t* ___0_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___1_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___2_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___3_acceptableIssuers, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* retVal = NULL; for (il2cpp_array_size_t i = 0; i < length; i++) { LocalCertSelectionCallback_t3AB79A8AA642074A3EF886118963EEA3CCABABE2* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* (*FunctionPointerType) (RuntimeObject*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, const RuntimeMethod*); retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_targetHost, ___1_localCertificates, ___2_remoteCertificate, ___3_acceptableIssuers, reinterpret_cast(currentDelegate->___method_3)); } return retVal; } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertSelectionCallback_Invoke_m3AD956B5D53937117BD3E036068B49615337B5B9_OpenInst(LocalCertSelectionCallback_t3AB79A8AA642074A3EF886118963EEA3CCABABE2* __this, String_t* ___0_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___1_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___2_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___3_acceptableIssuers, const RuntimeMethod* method) { NullCheck(___0_targetHost); typedef X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* (*FunctionPointerType) (String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_targetHost, ___1_localCertificates, ___2_remoteCertificate, ___3_acceptableIssuers, method); } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertSelectionCallback_Invoke_m3AD956B5D53937117BD3E036068B49615337B5B9_OpenStatic(LocalCertSelectionCallback_t3AB79A8AA642074A3EF886118963EEA3CCABABE2* __this, String_t* ___0_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___1_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___2_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___3_acceptableIssuers, const RuntimeMethod* method) { typedef X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* (*FunctionPointerType) (String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_targetHost, ___1_localCertificates, ___2_remoteCertificate, ___3_acceptableIssuers, method); } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertSelectionCallback_Invoke_m3AD956B5D53937117BD3E036068B49615337B5B9_OpenStaticInvoker(LocalCertSelectionCallback_t3AB79A8AA642074A3EF886118963EEA3CCABABE2* __this, String_t* ___0_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___1_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___2_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___3_acceptableIssuers, const RuntimeMethod* method) { return InvokerFuncInvoker4< X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_targetHost, ___1_localCertificates, ___2_remoteCertificate, ___3_acceptableIssuers); } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertSelectionCallback_Invoke_m3AD956B5D53937117BD3E036068B49615337B5B9_ClosedStaticInvoker(LocalCertSelectionCallback_t3AB79A8AA642074A3EF886118963EEA3CCABABE2* __this, String_t* ___0_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___1_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___2_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___3_acceptableIssuers, const RuntimeMethod* method) { return InvokerFuncInvoker5< X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, RuntimeObject*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_targetHost, ___1_localCertificates, ___2_remoteCertificate, ___3_acceptableIssuers); } // System.Void System.Net.Security.LocalCertSelectionCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalCertSelectionCallback__ctor_mA7B36924E69A918A71649CFF95CB361E33317C38 (LocalCertSelectionCallback_t3AB79A8AA642074A3EF886118963EEA3CCABABE2* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 4; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&LocalCertSelectionCallback_Invoke_m3AD956B5D53937117BD3E036068B49615337B5B9_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&LocalCertSelectionCallback_Invoke_m3AD956B5D53937117BD3E036068B49615337B5B9_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&LocalCertSelectionCallback_Invoke_m3AD956B5D53937117BD3E036068B49615337B5B9_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 3; if (isOpen) { __this->___invoke_impl_1 = (intptr_t)&LocalCertSelectionCallback_Invoke_m3AD956B5D53937117BD3E036068B49615337B5B9_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&LocalCertSelectionCallback_Invoke_m3AD956B5D53937117BD3E036068B49615337B5B9_Multicast; } // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertSelectionCallback::Invoke(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertSelectionCallback_Invoke_m3AD956B5D53937117BD3E036068B49615337B5B9 (LocalCertSelectionCallback_t3AB79A8AA642074A3EF886118963EEA3CCABABE2* __this, String_t* ___0_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___1_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___2_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___3_acceptableIssuers, const RuntimeMethod* method) { typedef X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* (*FunctionPointerType) (RuntimeObject*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_targetHost, ___1_localCertificates, ___2_remoteCertificate, ___3_acceptableIssuers, reinterpret_cast(__this->___method_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 X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ServerCertSelectionCallback_Invoke_mB6A207E1A8CA76F667A242B68943297741CC6EC1_Multicast(ServerCertSelectionCallback_t653386CAEAE0236FCF61A92963AB1646BB23C654* __this, String_t* ___0_hostName, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* retVal = NULL; for (il2cpp_array_size_t i = 0; i < length; i++) { ServerCertSelectionCallback_t653386CAEAE0236FCF61A92963AB1646BB23C654* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_hostName, reinterpret_cast(currentDelegate->___method_3)); } return retVal; } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ServerCertSelectionCallback_Invoke_mB6A207E1A8CA76F667A242B68943297741CC6EC1_OpenInst(ServerCertSelectionCallback_t653386CAEAE0236FCF61A92963AB1646BB23C654* __this, String_t* ___0_hostName, const RuntimeMethod* method) { NullCheck(___0_hostName); typedef X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* (*FunctionPointerType) (String_t*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_hostName, method); } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ServerCertSelectionCallback_Invoke_mB6A207E1A8CA76F667A242B68943297741CC6EC1_OpenStatic(ServerCertSelectionCallback_t653386CAEAE0236FCF61A92963AB1646BB23C654* __this, String_t* ___0_hostName, const RuntimeMethod* method) { typedef X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* (*FunctionPointerType) (String_t*, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_hostName, method); } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ServerCertSelectionCallback_Invoke_mB6A207E1A8CA76F667A242B68943297741CC6EC1_OpenStaticInvoker(ServerCertSelectionCallback_t653386CAEAE0236FCF61A92963AB1646BB23C654* __this, String_t* ___0_hostName, const RuntimeMethod* method) { return InvokerFuncInvoker1< X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_hostName); } X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ServerCertSelectionCallback_Invoke_mB6A207E1A8CA76F667A242B68943297741CC6EC1_ClosedStaticInvoker(ServerCertSelectionCallback_t653386CAEAE0236FCF61A92963AB1646BB23C654* __this, String_t* ___0_hostName, const RuntimeMethod* method) { return InvokerFuncInvoker2< X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, RuntimeObject*, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_hostName); } // System.Void System.Net.Security.ServerCertSelectionCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerCertSelectionCallback__ctor_m06DDCEDF49D7A5F0F8494E3E960C7DFC64C64946 (ServerCertSelectionCallback_t653386CAEAE0236FCF61A92963AB1646BB23C654* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&ServerCertSelectionCallback_Invoke_mB6A207E1A8CA76F667A242B68943297741CC6EC1_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&ServerCertSelectionCallback_Invoke_mB6A207E1A8CA76F667A242B68943297741CC6EC1_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&ServerCertSelectionCallback_Invoke_mB6A207E1A8CA76F667A242B68943297741CC6EC1_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 0; if (isOpen) { __this->___invoke_impl_1 = (intptr_t)&ServerCertSelectionCallback_Invoke_mB6A207E1A8CA76F667A242B68943297741CC6EC1_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&ServerCertSelectionCallback_Invoke_mB6A207E1A8CA76F667A242B68943297741CC6EC1_Multicast; } // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.ServerCertSelectionCallback::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ServerCertSelectionCallback_Invoke_mB6A207E1A8CA76F667A242B68943297741CC6EC1 (ServerCertSelectionCallback_t653386CAEAE0236FCF61A92963AB1646BB23C654* __this, String_t* ___0_hostName, const RuntimeMethod* method) { typedef X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_hostName, reinterpret_cast(__this->___method_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 // Mono.Net.Security.MobileAuthenticatedStream System.Net.Security.SslStream::get_Impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { SslStream_CheckDisposed_m884E18F119B366EE6734CCFA126A1F633687FA95(__this, NULL); MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0 = __this->___impl_10; return L_0; } } // System.String System.Net.Security.SslStream::get_InternalTargetHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SslStream_get_InternalTargetHost_m9434AC1422D463C25B5C5313AC9BE45B095136AE (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { SslStream_CheckDisposed_m884E18F119B366EE6734CCFA126A1F633687FA95(__this, NULL); MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0 = __this->___impl_10; NullCheck(L_0); String_t* L_1; L_1 = MobileAuthenticatedStream_get_TargetHost_m572DA701CB3CE3FA4006D5745F9A3B9A52739CAB_inline(L_0, NULL); return L_1; } } // Mono.Net.Security.MobileTlsProvider System.Net.Security.SslStream::GetProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017* SslStream_GetProvider_mE1D070C13DB759156659F57AB9DF4D2E397FD85B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MonoTlsProvider_t39C898CDC9458EEAD7C019B4B23701EAF9E24F7E* L_0; L_0 = MonoTlsProviderFactory_GetProvider_m8684E3A1AFB043FA00DEC4BCF95F8B288C136936(NULL); return ((MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017*)CastclassClass((RuntimeObject*)L_0, MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017_il2cpp_TypeInfo_var)); } } // System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream__ctor_m9096E6E85E60C4D205A26FA43D121FECEC735484 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_innerStream, bool ___1_leaveInnerStreamOpen, RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* ___2_userCertificateValidationCallback, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___0_innerStream; bool L_1 = ___1_leaveInnerStreamOpen; RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_2 = ___2_userCertificateValidationCallback; SslStream__ctor_mB4497903594E8A33C14B9A4C4DAB7B16BA2E9B2C(__this, L_0, L_1, L_2, (LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859*)NULL, NULL); return; } } // System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream__ctor_mB4497903594E8A33C14B9A4C4DAB7B16BA2E9B2C (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_innerStream, bool ___1_leaveInnerStreamOpen, RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* ___2_userCertificateValidationCallback, LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* ___3_userCertificateSelectionCallback, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___0_innerStream; bool L_1 = ___1_leaveInnerStreamOpen; AuthenticatedStream__ctor_m8B163146A01B938A3E87E1BED07EE07494A3E357(__this, L_0, L_1, NULL); MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017* L_2; L_2 = SslStream_GetProvider_mE1D070C13DB759156659F57AB9DF4D2E397FD85B(NULL); __this->___provider_6 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___provider_6), (void*)L_2); MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* L_3; L_3 = MonoTlsSettings_CopyDefaultSettings_m4B0A3E8B7D106FA7F0D243FB2A0A4B115CD21942(NULL); __this->___settings_7 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___settings_7), (void*)L_3); RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_4 = ___2_userCertificateValidationCallback; SslStream_SetAndVerifyValidationCallback_m6FA4BE931FA1C7BC5D175B4E1CA2959742FA9C9D(__this, L_4, NULL); LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* L_5 = ___3_userCertificateSelectionCallback; SslStream_SetAndVerifySelectionCallback_m8B82CA433CF92AD113F606ACE7229D442587DA0B(__this, L_5, NULL); MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017* L_6 = __this->___provider_6; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_7 = ___0_innerStream; bool L_8 = ___1_leaveInnerStreamOpen; MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* L_9 = __this->___settings_7; NullCheck(L_6); MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_10; L_10 = VirtualFuncInvoker4< MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E*, SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27*, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*, bool, MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* >::Invoke(11 /* Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileTlsProvider::CreateSslStream(System.Net.Security.SslStream,System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings) */, L_6, __this, L_7, L_8, L_9); __this->___impl_10 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___impl_10), (void*)L_10); return; } } // System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream__ctor_m222C4F58E1CBA2382263444001AA70862B2EC462 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_innerStream, bool ___1_leaveInnerStreamOpen, MonoTlsProvider_t39C898CDC9458EEAD7C019B4B23701EAF9E24F7E* ___2_provider, MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* ___3_settings, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___0_innerStream; bool L_1 = ___1_leaveInnerStreamOpen; AuthenticatedStream__ctor_m8B163146A01B938A3E87E1BED07EE07494A3E357(__this, L_0, L_1, NULL); MonoTlsProvider_t39C898CDC9458EEAD7C019B4B23701EAF9E24F7E* L_2 = ___2_provider; __this->___provider_6 = ((MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017*)CastclassClass((RuntimeObject*)L_2, MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___provider_6), (void*)((MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017*)CastclassClass((RuntimeObject*)L_2, MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017_il2cpp_TypeInfo_var))); MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* L_3 = ___3_settings; NullCheck(L_3); MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* L_4; L_4 = MonoTlsSettings_Clone_mC4F9A27889ADD0B275018B32BCDA67C30865EA7D(L_3, NULL); __this->___settings_7 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___settings_7), (void*)L_4); __this->___explicitSettings_11 = (bool)1; MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017* L_5 = __this->___provider_6; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_6 = ___0_innerStream; bool L_7 = ___1_leaveInnerStreamOpen; MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* L_8 = ___3_settings; NullCheck(L_5); MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_9; L_9 = VirtualFuncInvoker4< MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E*, SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27*, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*, bool, MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* >::Invoke(11 /* Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileTlsProvider::CreateSslStream(System.Net.Security.SslStream,System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings) */, L_5, __this, L_6, L_7, L_8); __this->___impl_10 = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->___impl_10), (void*)L_9); return; } } // System.Void System.Net.Security.SslStream::SetAndVerifyValidationCallback(System.Net.Security.RemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_SetAndVerifyValidationCallback_m6FA4BE931FA1C7BC5D175B4E1CA2959742FA9C9D (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* ___0_callback, const RuntimeMethod* method) { { RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_0 = __this->___validationCallback_8; if (L_0) { goto IL_0021; } } { RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_1 = ___0_callback; __this->___validationCallback_8 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___validationCallback_8), (void*)L_1); MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* L_2 = __this->___settings_7; RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_3 = ___0_callback; MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0* L_4; L_4 = CallbackHelpers_PublicToMono_m6404DAFAD159E4D91FB5822B4855B6A8F05777EE(L_3, NULL); NullCheck(L_2); MonoTlsSettings_set_RemoteCertificateValidationCallback_m6CEA8A6E38C85A96C2D26613407C13DD4F965C87_inline(L_2, L_4, NULL); return; } IL_0021: { RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_5 = ___0_callback; if (!L_5) { goto IL_0032; } } { RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_6 = __this->___validationCallback_8; RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_7 = ___0_callback; bool L_8; L_8 = Delegate_op_Inequality_mA9EAADBA0C976289CCD49DC5A4BEDBB060B579E0(L_6, L_7, NULL); if (L_8) { goto IL_0049; } } IL_0032: { bool L_9 = __this->___explicitSettings_11; MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* L_10 = __this->___settings_7; NullCheck(L_10); MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0* L_11; L_11 = MonoTlsSettings_get_RemoteCertificateValidationCallback_mE07825B4A75DAE2A4BB5037D504A36311814446C_inline(L_10, NULL); if (!((int32_t)((int32_t)L_9&((!(((RuntimeObject*)(MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0*)L_11) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)))) { goto IL_005e; } } IL_0049: { String_t* L_12; L_12 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral94EC39D9CD015C12CA91AF28F761F4059A1C6437)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6F581DC31922CB8BA16D8D1268547106C0D2A599)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_13 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_13); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_13, L_12, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SslStream_SetAndVerifyValidationCallback_m6FA4BE931FA1C7BC5D175B4E1CA2959742FA9C9D_RuntimeMethod_var))); } IL_005e: { return; } } // System.Void System.Net.Security.SslStream::SetAndVerifySelectionCallback(System.Net.Security.LocalCertificateSelectionCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_SetAndVerifySelectionCallback_m8B82CA433CF92AD113F606ACE7229D442587DA0B (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* ___0_callback, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass21_0_U3CSetAndVerifySelectionCallbackU3Eb__0_mADCFBC85C66A800C57CD2CECA4CDB6A9E5BB020D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C* V_0 = NULL; { U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C* L_0 = (U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass21_0__ctor_mBE4019B5D6D20FC100DAF52B1172ACF497046370(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C* L_1 = V_0; LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* L_2 = ___0_callback; NullCheck(L_1); L_1->___callback_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___callback_0), (void*)L_2); U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C* L_3 = V_0; NullCheck(L_3); L_3->___U3CU3E4__this_1 = __this; Il2CppCodeGenWriteBarrier((void**)(&L_3->___U3CU3E4__this_1), (void*)__this); LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* L_4 = __this->___selectionCallback_9; if (L_4) { goto IL_0055; } } { U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C* L_5 = V_0; NullCheck(L_5); LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* L_6 = L_5->___callback_0; __this->___selectionCallback_9 = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___selectionCallback_9), (void*)L_6); U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C* L_7 = V_0; NullCheck(L_7); LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* L_8 = L_7->___callback_0; if (L_8) { goto IL_003d; } } { MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* L_9 = __this->___settings_7; NullCheck(L_9); MonoTlsSettings_set_ClientCertificateSelectionCallback_mB404DFD0C0475254CC129740A472D6D9615C56FD_inline(L_9, (MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3*)NULL, NULL); return; } IL_003d: { MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* L_10 = __this->___settings_7; U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C* L_11 = V_0; MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3* L_12 = (MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3*)il2cpp_codegen_object_new(MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3_il2cpp_TypeInfo_var); NullCheck(L_12); MonoLocalCertificateSelectionCallback__ctor_mCA81824D698BD5808E501A9AC4DA99758B69D3FC(L_12, L_11, (intptr_t)((void*)U3CU3Ec__DisplayClass21_0_U3CSetAndVerifySelectionCallbackU3Eb__0_mADCFBC85C66A800C57CD2CECA4CDB6A9E5BB020D_RuntimeMethod_var), NULL); NullCheck(L_10); MonoTlsSettings_set_ClientCertificateSelectionCallback_mB404DFD0C0475254CC129740A472D6D9615C56FD_inline(L_10, L_12, NULL); return; } IL_0055: { U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C* L_13 = V_0; NullCheck(L_13); LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* L_14 = L_13->___callback_0; if (!L_14) { goto IL_0070; } } { LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* L_15 = __this->___selectionCallback_9; U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C* L_16 = V_0; NullCheck(L_16); LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* L_17 = L_16->___callback_0; bool L_18; L_18 = Delegate_op_Inequality_mA9EAADBA0C976289CCD49DC5A4BEDBB060B579E0(L_15, L_17, NULL); if (L_18) { goto IL_0085; } } IL_0070: { bool L_19 = __this->___explicitSettings_11; if (!L_19) { goto IL_009a; } } { MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* L_20 = __this->___settings_7; NullCheck(L_20); MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3* L_21; L_21 = MonoTlsSettings_get_ClientCertificateSelectionCallback_mCFE63487D867109AD1AF856ECC8BA0996C0AA605_inline(L_20, NULL); if (!L_21) { goto IL_009a; } } IL_0085: { String_t* L_22; L_22 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral94EC39D9CD015C12CA91AF28F761F4059A1C6437)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7432BC139FBCA09AC74A0F2BAE3FBB728A59E72D)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_23 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_23); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_23, L_22, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SslStream_SetAndVerifySelectionCallback_m8B82CA433CF92AD113F606ACE7229D442587DA0B_RuntimeMethod_var))); } IL_009a: { return; } } // System.Void System.Net.Security.SslStream::AuthenticateAsClient(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_AuthenticateAsClient_mD8CF20D4070562AF8344C7AAF3041E420CA8B7A7 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, String_t* ___0_targetHost, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_targetHost; X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* L_1 = (X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*)il2cpp_codegen_object_new(X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE_il2cpp_TypeInfo_var); NullCheck(L_1); X509CertificateCollection__ctor_m237A27DC157785FBC50EBAF3562AAF0907BF97EB(L_1, NULL); VirtualActionInvoker4< String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, int32_t, bool >::Invoke(40 /* System.Void System.Net.Security.SslStream::AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) */, __this, L_0, L_1, 0, (bool)0); return; } } // System.Void System.Net.Security.SslStream::AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_AuthenticateAsClient_mB88736B524C5E2095C51B96634E38E38D759853C (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, String_t* ___0_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___1_clientCertificates, int32_t ___2_enabledSslProtocols, bool ___3_checkCertificateRevocation, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); String_t* L_1 = ___0_targetHost; X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* L_2 = ___1_clientCertificates; int32_t L_3 = ___2_enabledSslProtocols; bool L_4 = ___3_checkCertificateRevocation; NullCheck(L_0); MobileAuthenticatedStream_AuthenticateAsClient_mEB1237B52A4AB1FF3D7D3E52F61CE78A744973FC(L_0, L_1, L_2, L_3, L_4, NULL); return; } } // System.IAsyncResult System.Net.Security.SslStream::BeginAuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SslStream_BeginAuthenticateAsClient_mC26B4A47157FFFB8015EB46AB417452E886A215F (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, String_t* ___0_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___1_clientCertificates, int32_t ___2_enabledSslProtocols, bool ___3_checkCertificateRevocation, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_asyncCallback, RuntimeObject* ___5_asyncState, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); String_t* L_1 = ___0_targetHost; X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* L_2 = ___1_clientCertificates; int32_t L_3 = ___2_enabledSslProtocols; bool L_4 = ___3_checkCertificateRevocation; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = MobileAuthenticatedStream_AuthenticateAsClientAsync_mBD8A0E7FFAFDE608063E545EF057304AF2C35EF2(L_0, L_1, L_2, L_3, L_4, NULL); AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_6 = ___4_asyncCallback; RuntimeObject* L_7 = ___5_asyncState; RuntimeObject* L_8; L_8 = TaskToApm_Begin_mA26D2A4F6EE0582B181AFD83B913916909D02777(L_5, L_6, L_7, NULL); return L_8; } } // System.Void System.Net.Security.SslStream::EndAuthenticateAsClient(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_EndAuthenticateAsClient_mE0D4B8AC81E851403DDA1819C19539F94386D1FE (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, RuntimeObject* ___0_asyncResult, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_asyncResult; TaskToApm_End_mDFB29EEE501409834D464F4C249A535723B7E6ED(L_0, NULL); return; } } // System.Threading.Tasks.Task System.Net.Security.SslStream::AuthenticateAsClientAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* SslStream_AuthenticateAsClientAsync_mD3871AFBE7ECF7E7BAA27172C299877466DE2239 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, String_t* ___0_targetHost, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); String_t* L_1 = ___0_targetHost; X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* L_2 = (X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*)il2cpp_codegen_object_new(X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE_il2cpp_TypeInfo_var); NullCheck(L_2); X509CertificateCollection__ctor_m237A27DC157785FBC50EBAF3562AAF0907BF97EB(L_2, NULL); NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = MobileAuthenticatedStream_AuthenticateAsClientAsync_mBD8A0E7FFAFDE608063E545EF057304AF2C35EF2(L_0, L_1, L_2, 0, (bool)0, NULL); return L_3; } } // System.Threading.Tasks.Task System.Net.Security.SslStream::AuthenticateAsClientAsync(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* SslStream_AuthenticateAsClientAsync_mAD6DEB8ADE693F969D039B19C19A85F13A2DCB23 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, String_t* ___0_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___1_clientCertificates, int32_t ___2_enabledSslProtocols, bool ___3_checkCertificateRevocation, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); String_t* L_1 = ___0_targetHost; X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* L_2 = ___1_clientCertificates; int32_t L_3 = ___2_enabledSslProtocols; bool L_4 = ___3_checkCertificateRevocation; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = MobileAuthenticatedStream_AuthenticateAsClientAsync_mBD8A0E7FFAFDE608063E545EF057304AF2C35EF2(L_0, L_1, L_2, L_3, L_4, NULL); return L_5; } } // System.Boolean System.Net.Security.SslStream::get_IsAuthenticated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SslStream_get_IsAuthenticated_m5056C714711944DA54B35F6F2A3025A720B49290 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Net.Security.AuthenticatedStream::get_IsAuthenticated() */, L_0); return L_1; } } // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.SslStream::get_LocalCertificate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* SslStream_get_LocalCertificate_mA79551323D9A742DA85F9377868860CDABB3C1AA (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); NullCheck(L_0); X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_1; L_1 = MobileAuthenticatedStream_get_LocalCertificate_m59FF8438D988F2CE633B454CE2B54D614E6C50EF(L_0, NULL); return L_1; } } // System.Boolean System.Net.Security.SslStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SslStream_get_CanSeek_mA98FD41EDB70B03DB44F714CE952E128CA9D9B4B (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Net.Security.SslStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SslStream_get_CanRead_m0B2ED5711B4D7C796529F56D7039AD546571FEF2 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0 = __this->___impl_10; if (!L_0) { goto IL_0014; } } { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_1 = __this->___impl_10; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_1); return L_2; } IL_0014: { return (bool)0; } } // System.Boolean System.Net.Security.SslStream::get_CanTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SslStream_get_CanTimeout_m92F31A9B8D6C1010B59BE8FECD10CFA3B880FEFF (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0; L_0 = AuthenticatedStream_get_InnerStream_m5BDA4857898A90C696DAD90FD61C536FC3EB10C7_inline(__this, NULL); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanTimeout() */, L_0); return L_1; } } // System.Boolean System.Net.Security.SslStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SslStream_get_CanWrite_mCBCABFAC940539066F34E4480E52E07CA06DA7CE (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0 = __this->___impl_10; if (!L_0) { goto IL_0014; } } { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_1 = __this->___impl_10; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_1); return L_2; } IL_0014: { return (bool)0; } } // System.Int32 System.Net.Security.SslStream::get_ReadTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SslStream_get_ReadTimeout_m75B9430F39F610082318B1D37925CA4B651F1E12 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.IO.Stream::get_ReadTimeout() */, L_0); return L_1; } } // System.Void System.Net.Security.SslStream::set_ReadTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_set_ReadTimeout_m0043E5CDEDC5690A118A429F79CF54DC071F895F (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, int32_t ___0_value, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); int32_t L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< int32_t >::Invoke(15 /* System.Void System.IO.Stream::set_ReadTimeout(System.Int32) */, L_0, L_1); return; } } // System.Int32 System.Net.Security.SslStream::get_WriteTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SslStream_get_WriteTimeout_mDC207A2CBAD4D969AC4924A0704242936086D0FF (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.IO.Stream::get_WriteTimeout() */, L_0); return L_1; } } // System.Void System.Net.Security.SslStream::set_WriteTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_set_WriteTimeout_m316C6CCEC0BE604E8D0A05328FBAB4D946CF3409 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, int32_t ___0_value, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); int32_t L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< int32_t >::Invoke(17 /* System.Void System.IO.Stream::set_WriteTimeout(System.Int32) */, L_0, L_1); return; } } // System.Int64 System.Net.Security.SslStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SslStream_get_Length_mD6515D77DBB57912C598761F67C321B6B16E129C (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 System.Net.Security.SslStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SslStream_get_Position_mD2DBB36BA22F4620B635557B5748E0928F28B6A2 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void System.Net.Security.SslStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_set_Position_m70987A87C7DB346D2FD447EA11E96774105EE5D2 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, int64_t ___0_value, const RuntimeMethod* method) { { String_t* L_0; L_0 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D)), NULL); NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_1, L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SslStream_set_Position_m70987A87C7DB346D2FD447EA11E96774105EE5D2_RuntimeMethod_var))); } } // System.Int64 System.Net.Security.SslStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SslStream_Seek_mFEDBF392998DDDB0F7A71F25D1BB821EA1463B25 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, int64_t ___0_offset, int32_t ___1_origin, const RuntimeMethod* method) { { String_t* L_0; L_0 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D)), NULL); NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_1, L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SslStream_Seek_mFEDBF392998DDDB0F7A71F25D1BB821EA1463B25_RuntimeMethod_var))); } } // System.Threading.Tasks.Task System.Net.Security.SslStream::FlushAsync(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* SslStream_FlushAsync_mF90FEDB78373A361409477F77B3B6F1BBB8F6818 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___0_cancellationToken, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0; L_0 = AuthenticatedStream_get_InnerStream_m5BDA4857898A90C696DAD90FD61C536FC3EB10C7_inline(__this, NULL); CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___0_cancellationToken; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = VirtualFuncInvoker1< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(22 /* System.Threading.Tasks.Task System.IO.Stream::FlushAsync(System.Threading.CancellationToken) */, L_0, L_1); return L_2; } } // System.Void System.Net.Security.SslStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_Flush_m61B328FCFEB939DE23740823CE3EB7E8DF3B14A4 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0; L_0 = AuthenticatedStream_get_InnerStream_m5BDA4857898A90C696DAD90FD61C536FC3EB10C7_inline(__this, NULL); NullCheck(L_0); VirtualActionInvoker0::Invoke(21 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Void System.Net.Security.SslStream::CheckDisposed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_CheckDisposed_m884E18F119B366EE6734CCFA126A1F633687FA95 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0 = __this->___impl_10; if (L_0) { goto IL_0013; } } { ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_1 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var))); NullCheck(L_1); ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FE6AA6EF03FB6550152903A7B201A6108F728DB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SslStream_CheckDisposed_m884E18F119B366EE6734CCFA126A1F633687FA95_RuntimeMethod_var))); } IL_0013: { return; } } // System.Void System.Net.Security.SslStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_Dispose_m187B76F54E2471469F5B62B8DDB33E11E40EE397 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, bool ___0_disposing, const RuntimeMethod* method) { { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0021: {// begin finally (depth: 1) bool L_0 = ___0_disposing; AuthenticatedStream_Dispose_m031F600EE876A06427FB0713D992FF02B9C3320F(__this, L_0, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_1 = __this->___impl_10; bool L_2 = ___0_disposing; if (!((int32_t)(((!(((RuntimeObject*)(MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)&(int32_t)L_2))) { goto IL_001f_1; } } { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_3 = __this->___impl_10; NullCheck(L_3); Stream_Dispose_mCDB42F32A17541CCA6D3A5906827A401570B07A8(L_3, NULL); __this->___impl_10 = (MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___impl_10), (void*)(MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E*)NULL); } IL_001f_1: { goto IL_0029; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0029: { return; } } // System.Int32 System.Net.Security.SslStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SslStream_Read_mEAFC2AA192D9EAF401E2B067395EA08EDC5FB47E (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_offset; int32_t L_3 = ___2_count; NullCheck(L_0); int32_t L_4; L_4 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(32 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Void System.Net.Security.SslStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_Write_mCF650FDF725E1AAEDC462A016A38E535F7210F3C (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_offset; int32_t L_3 = ___2_count; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(35 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Threading.Tasks.Task`1 System.Net.Security.SslStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* SslStream_ReadAsync_m0F251A72A8D1C8C41A49CC99AE55D8D0F96A956C (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___3_cancellationToken, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_offset; int32_t L_3 = ___2_count; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_4 = ___3_cancellationToken; NullCheck(L_0); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_5; L_5 = VirtualFuncInvoker4< Task_1_t4C228DE57804012969575431CFF12D57C875552D*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(25 /* System.Threading.Tasks.Task`1 System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_0, L_1, L_2, L_3, L_4); return L_5; } } // System.Threading.Tasks.Task System.Net.Security.SslStream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* SslStream_WriteAsync_m8211FC8F3FF4552E897516BE6CD70923848B89C3 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___3_cancellationToken, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_offset; int32_t L_3 = ___2_count; CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_4 = ___3_cancellationToken; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = VirtualFuncInvoker4< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(29 /* System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_0, L_1, L_2, L_3, L_4); return L_5; } } // System.IAsyncResult System.Net.Security.SslStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SslStream_BeginRead_m716BC242891C530ECB08DA4989AE27EEBAC71C98 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_state, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_offset; int32_t L_3 = ___2_count; NullCheck(L_0); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_4; L_4 = Stream_ReadAsync_m734E5C146A1217C9E8FEC56ABDBD2AC33F5F8F87(L_0, L_1, L_2, L_3, NULL); AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_5 = ___3_callback; RuntimeObject* L_6 = ___4_state; RuntimeObject* L_7; L_7 = TaskToApm_Begin_mA26D2A4F6EE0582B181AFD83B913916909D02777(L_4, L_5, L_6, NULL); return L_7; } } // System.Int32 System.Net.Security.SslStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SslStream_EndRead_m881FE67FB5376508CBB50A96ED65BC672FB3A7A0 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, RuntimeObject* ___0_asyncResult, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskToApm_End_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCA309E122256972A27C74FC814F47AD13AF623ED_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_asyncResult; int32_t L_1; L_1 = TaskToApm_End_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCA309E122256972A27C74FC814F47AD13AF623ED(L_0, TaskToApm_End_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mCA309E122256972A27C74FC814F47AD13AF623ED_RuntimeMethod_var); return L_1; } } // System.IAsyncResult System.Net.Security.SslStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SslStream_BeginWrite_m66F3B2CDAAE0E1FD662552A8D1ECAC889F2AD2D0 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_state, const RuntimeMethod* method) { { MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* L_0; L_0 = SslStream_get_Impl_m1356F55D556B6CBE922FB053F79BC930FCADF057(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_offset; int32_t L_3 = ___2_count; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = Stream_WriteAsync_m51D91C94481BB32FE1A876A789C9705F433B133D(L_0, L_1, L_2, L_3, NULL); AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_5 = ___3_callback; RuntimeObject* L_6 = ___4_state; RuntimeObject* L_7; L_7 = TaskToApm_Begin_mA26D2A4F6EE0582B181AFD83B913916909D02777(L_4, L_5, L_6, NULL); return L_7; } } // System.Void System.Net.Security.SslStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_EndWrite_m78C915054198C80ECEE67CBB07D782E10686BA61 (SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* __this, RuntimeObject* ___0_asyncResult, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_asyncResult; TaskToApm_End_mDFB29EEE501409834D464F4C249A535723B7E6ED(L_0, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Security.SslStream/<>c__DisplayClass21_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass21_0__ctor_mBE4019B5D6D20FC100DAF52B1172ACF497046370 (U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.SslStream/<>c__DisplayClass21_0::b__0(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* U3CU3Ec__DisplayClass21_0_U3CSetAndVerifySelectionCallbackU3Eb__0_mADCFBC85C66A800C57CD2CECA4CDB6A9E5BB020D (U3CU3Ec__DisplayClass21_0_t651FDD00AC35BAE47495F8C7D934432BEC7A178C* __this, String_t* ___0_t, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___1_lc, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___2_rc, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___3_ai, const RuntimeMethod* method) { { LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* L_0 = __this->___callback_0; SslStream_t19A079881850F9CAD7BAA6FB625BBC4647ED5A27* L_1 = __this->___U3CU3E4__this_1; String_t* L_2 = ___0_t; X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* L_3 = ___1_lc; X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_4 = ___2_rc; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = ___3_ai; NullCheck(L_0); X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_6; L_6 = LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_inline(L_0, L_1, L_2, L_3, L_4, L_5, NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mE74024D6D075938614B22BE74FFAAAD14BA35E2E (DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* __this, uint8_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); uint8_t L_0 = ___0_value; uint8_t L_1 = L_0; RuntimeObject* L_2 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_1); __this->____value_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____value_0), (void*)L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mD187C8887EF99567E2EDB7E70746A0F6C1EAE4EC (DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* __this, int32_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); int32_t L_0 = ___0_value; int32_t L_1 = L_0; RuntimeObject* L_2 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_1); __this->____value_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____value_0), (void*)L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m853C585384E9A044C6A908BF874965B24015295C (DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* __this, int64_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); int64_t L_0 = ___0_value; int64_t L_1 = L_0; RuntimeObject* L_2 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_1); __this->____value_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____value_0), (void*)L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m34A58D59C771D6EB91D55AE4F97413CD711B8FB5 (DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_value; bool L_1 = L_0; RuntimeObject* L_2 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_1); __this->____value_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____value_0), (void*)L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mC4A9C09859A2DFDDDADB72E3CC91DF3C874A45BB (DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* __this, String_t* ___0_value, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_value; __this->____value_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____value_0), (void*)L_0); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mB891AD4FEA83679EDCB858D2C4AE6E0ABFC6DF08 (DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); RuntimeObject* L_0 = ___0_value; __this->____value_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____value_0), (void*)L_0); return; } } // System.Object System.ComponentModel.DefaultValueAttribute::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultValueAttribute_get_Value_mE5E6819598048D2585D6DB475918E60ACE802470 (DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____value_0; return L_0; } } // System.Boolean System.ComponentModel.DefaultValueAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultValueAttribute_Equals_m61297DB3C3A7E76FC868A653371853B14BC42FC1 (DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC*)IsInstClass((RuntimeObject*)L_1, DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_il2cpp_TypeInfo_var)); DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* L_2 = V_0; if (!L_2) { goto IL_0034; } } { RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, __this); if (!L_3) { goto IL_002a; } } { RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, __this); DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6; L_6 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_5); NullCheck(L_4); bool L_7; L_7 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_6); return L_7; } IL_002a: { DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* L_8 = V_0; NullCheck(L_8); RuntimeObject* L_9; L_9 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_8); return (bool)((((RuntimeObject*)(RuntimeObject*)L_9) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); } IL_0034: { return (bool)0; } } // System.Int32 System.ComponentModel.DefaultValueAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultValueAttribute_GetHashCode_m74095EF1526DBFB27CF56AFA21690C77A5289A33 (DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.EditorBrowsableAttribute::.ctor(System.ComponentModel.EditorBrowsableState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EditorBrowsableAttribute__ctor_mE6105AD9666A4DF03DB2590C687EAC6B12D908CE (EditorBrowsableAttribute_t799D6615373D176F298280AF7FE0434560DB2A8D* __this, int32_t ___0_state, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); int32_t L_0 = ___0_state; __this->___browsableState_0 = L_0; return; } } // System.Boolean System.ComponentModel.EditorBrowsableAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EditorBrowsableAttribute_Equals_m2DFA6ADDE69D95657A8257840C01FCAF74A6B02F (EditorBrowsableAttribute_t799D6615373D176F298280AF7FE0434560DB2A8D* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EditorBrowsableAttribute_t799D6615373D176F298280AF7FE0434560DB2A8D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EditorBrowsableAttribute_t799D6615373D176F298280AF7FE0434560DB2A8D* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(EditorBrowsableAttribute_t799D6615373D176F298280AF7FE0434560DB2A8D*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((EditorBrowsableAttribute_t799D6615373D176F298280AF7FE0434560DB2A8D*)IsInstSealed((RuntimeObject*)L_1, EditorBrowsableAttribute_t799D6615373D176F298280AF7FE0434560DB2A8D_il2cpp_TypeInfo_var)); EditorBrowsableAttribute_t799D6615373D176F298280AF7FE0434560DB2A8D* L_2 = V_0; if (!L_2) { goto IL_001f; } } { EditorBrowsableAttribute_t799D6615373D176F298280AF7FE0434560DB2A8D* L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->___browsableState_0; int32_t L_5 = __this->___browsableState_0; return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.EditorBrowsableAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EditorBrowsableAttribute_GetHashCode_m1AE50FA45B338D71189AA3C249DB56406DEC798C (EditorBrowsableAttribute_t799D6615373D176F298280AF7FE0434560DB2A8D* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.BrowsableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrowsableAttribute__ctor_m1828B5114921E3FF83082211F2FBE82517559035 (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* __this, bool ___0_browsable, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_browsable; __this->___U3CBrowsableU3Ek__BackingField_3 = L_0; return; } } // System.Boolean System.ComponentModel.BrowsableAttribute::get_Browsable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_m23594845C49373D8D6AB753D89DB39D8285250F0 (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CBrowsableU3Ek__BackingField_3; return L_0; } } // System.Boolean System.ComponentModel.BrowsableAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BrowsableAttribute_Equals_m8EF756EC88F170513772F14FC08BDAD1EC2B863D (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_2; memset((&V_2), 0, sizeof(V_2)); BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* G_B4_0 = NULL; BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* G_B3_0 = NULL; Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* L_2 = ((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76*)IsInstSealed((RuntimeObject*)L_1, BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var)); G_B3_0 = L_2; if (L_2) { G_B4_0 = L_2; goto IL_001b; } } { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01)); Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_3 = V_2; G_B5_0 = L_3; goto IL_0025; } IL_001b: { NullCheck(G_B4_0); bool L_4; L_4 = BrowsableAttribute_get_Browsable_m23594845C49373D8D6AB753D89DB39D8285250F0_inline(G_B4_0, NULL); Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_5; memset((&L_5), 0, sizeof(L_5)); Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_5), L_4, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var); G_B5_0 = L_5; } IL_0025: { V_0 = G_B5_0; bool L_6; L_6 = BrowsableAttribute_get_Browsable_m23594845C49373D8D6AB753D89DB39D8285250F0_inline(__this, NULL); V_1 = L_6; bool L_7; L_7 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline((&V_0), Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var); bool L_8 = V_1; bool L_9; L_9 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_0), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var); return (bool)((int32_t)(((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0)&(int32_t)L_9)); } } // System.Int32 System.ComponentModel.BrowsableAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BrowsableAttribute_GetHashCode_m40CEC719AE0A79F4339009D2E473342E59BAEDD1 (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* __this, const RuntimeMethod* method) { bool V_0 = false; { bool L_0; L_0 = BrowsableAttribute_get_Browsable_m23594845C49373D8D6AB753D89DB39D8285250F0_inline(__this, NULL); V_0 = L_0; int32_t L_1; L_1 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); return L_1; } } // System.Boolean System.ComponentModel.BrowsableAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BrowsableAttribute_IsDefaultAttribute_mC50D3EDE6ED3F85B4110292A8B541084A0F0D9CE (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var); BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* L_0 = ((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var))->___Default_2; bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.BrowsableAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrowsableAttribute__cctor_mEE3D932880029AEFB302C723B33DE48D4497A369 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* L_0 = (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76*)il2cpp_codegen_object_new(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var); NullCheck(L_0); BrowsableAttribute__ctor_m1828B5114921E3FF83082211F2FBE82517559035(L_0, (bool)1, NULL); ((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var))->___Yes_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var))->___Yes_0), (void*)L_0); BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* L_1 = (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76*)il2cpp_codegen_object_new(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var); NullCheck(L_1); BrowsableAttribute__ctor_m1828B5114921E3FF83082211F2FBE82517559035(L_1, (bool)0, NULL); ((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var))->___No_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var))->___No_1), (void*)L_1); BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* L_2 = ((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var))->___Yes_0; ((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var))->___Default_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var))->___Default_2), (void*)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.ComponentModel.IComponent System.ComponentModel.ComponentCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ComponentCollection_get_Item_mA8EA1E2A21940595326479938F3532EFB7085758 (ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* __this, String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; { String_t* L_0 = ___0_name; if (!L_0) { goto IL_0068; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1; L_1 = ReadOnlyCollectionBase_get_InnerList_mBBC2F9C8C4250BFC6E127ABDC8BA319A7B8F8F38(__this, NULL); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0057: {// begin finally (depth: 1) { RuntimeObject* L_3 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = V_3; if (!L_4) { goto IL_0067; } } { RuntimeObject* L_5 = V_3; NullCheck(L_5); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5); } IL_0067: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_004d_1; } IL_0011_1: { RuntimeObject* L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_6); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_1; if (!L_8) { goto IL_004d_1; } } { RuntimeObject* L_9 = V_1; NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_9); if (!L_10) { goto IL_004d_1; } } { RuntimeObject* L_11 = V_1; NullCheck(L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_11); NullCheck(L_12); String_t* L_13; L_13 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_12); if (!L_13) { goto IL_004d_1; } } { RuntimeObject* L_14 = V_1; NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_14); NullCheck(L_15); String_t* L_16; L_16 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_15); String_t* L_17 = ___0_name; bool L_18; L_18 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_16, L_17, 5, NULL); if (!L_18) { goto IL_004d_1; } } { RuntimeObject* L_19 = V_1; V_2 = L_19; goto IL_006a; } IL_004d_1: { RuntimeObject* L_20 = V_0; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_0011_1; } } { goto IL_0068; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0068: { return (RuntimeObject*)NULL; } IL_006a: { RuntimeObject* L_22 = V_2; 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 System.ComponentModel.DescriptionAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m6140728AB61731BC01DEC122FDAA93854AAC723F (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; DescriptionAttribute__ctor_m5A3D1DF34E3AACD9FF690A3CBE78F822F3A2EF97(__this, L_0, NULL); return; } } // System.Void System.ComponentModel.DescriptionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m5A3D1DF34E3AACD9FF690A3CBE78F822F3A2EF97 (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, String_t* ___0_description, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_description; DescriptionAttribute_set_DescriptionValue_mE3DE3C009CBEA82A5DC0EFB299943118BF487800_inline(__this, L_0, NULL); return; } } // System.String System.ComponentModel.DescriptionAttribute::get_Description() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_Description_m153F27F0911FC88F9DD8856BCA449AF5BE46F100 (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = DescriptionAttribute_get_DescriptionValue_m1F4A0829E3BE8AF3BBB9A5F2344BA672E07DC975_inline(__this, NULL); return L_0; } } // System.String System.ComponentModel.DescriptionAttribute::get_DescriptionValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_DescriptionValue_m1F4A0829E3BE8AF3BBB9A5F2344BA672E07DC975 (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CDescriptionValueU3Ek__BackingField_1; return L_0; } } // System.Void System.ComponentModel.DescriptionAttribute::set_DescriptionValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute_set_DescriptionValue_mE3DE3C009CBEA82A5DC0EFB299943118BF487800 (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CDescriptionValueU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDescriptionValueU3Ek__BackingField_1), (void*)L_0); return; } } // System.Boolean System.ComponentModel.DescriptionAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DescriptionAttribute_Equals_m1CD8A994656358F30F29950E0F51F6FDFCA5306A (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86*)IsInstClass((RuntimeObject*)L_1, DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_il2cpp_TypeInfo_var)); DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* L_2 = V_0; if (!L_2) { goto IL_0022; } } { DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DescriptionAttribute::get_Description() */, L_3); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DescriptionAttribute::get_Description() */, __this); bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, L_5, NULL); return L_6; } IL_0022: { return (bool)0; } } // System.Int32 System.ComponentModel.DescriptionAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DescriptionAttribute_GetHashCode_m611CD3279B54EE7678ED42409F142DF4303A3357 (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DescriptionAttribute::get_Description() */, __this); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Boolean System.ComponentModel.DescriptionAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DescriptionAttribute_IsDefaultAttribute_m3220AA4FC586815653BEC04C4438F695CA5722F3 (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_il2cpp_TypeInfo_var); DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* L_0 = ((DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_StaticFields*)il2cpp_codegen_static_fields_for(DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_il2cpp_TypeInfo_var))->___Default_0; bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.DescriptionAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__cctor_m834DAB71B6D455F27EDFF240E854DC175D402775 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* L_0 = (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86*)il2cpp_codegen_object_new(DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_il2cpp_TypeInfo_var); NullCheck(L_0); DescriptionAttribute__ctor_m6140728AB61731BC01DEC122FDAA93854AAC723F(L_0, NULL); ((DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_StaticFields*)il2cpp_codegen_static_fields_for(DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_il2cpp_TypeInfo_var))->___Default_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_StaticFields*)il2cpp_codegen_static_fields_for(DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_il2cpp_TypeInfo_var))->___Default_0), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DesignOnlyAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignOnlyAttribute__ctor_mF0322227DB8483A088BF7EC2EC14CD31753B35CE (DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* __this, bool ___0_isDesignOnly, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_isDesignOnly; __this->___U3CIsDesignOnlyU3Ek__BackingField_0 = L_0; return; } } // System.Boolean System.ComponentModel.DesignOnlyAttribute::get_IsDesignOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignOnlyAttribute_get_IsDesignOnly_m7AD3AB59F2A841C2451316DEB54FB2263BCD8B46 (DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsDesignOnlyU3Ek__BackingField_0; return L_0; } } // System.Boolean System.ComponentModel.DesignOnlyAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignOnlyAttribute_Equals_mE57B38D2C974884B31455E799067998DC2BE7665 (DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_2; memset((&V_2), 0, sizeof(V_2)); DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* G_B4_0 = NULL; DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* G_B3_0 = NULL; Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* L_2 = ((DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586*)IsInstSealed((RuntimeObject*)L_1, DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var)); G_B3_0 = L_2; if (L_2) { G_B4_0 = L_2; goto IL_001b; } } { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01)); Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_3 = V_2; G_B5_0 = L_3; goto IL_0025; } IL_001b: { NullCheck(G_B4_0); bool L_4; L_4 = DesignOnlyAttribute_get_IsDesignOnly_m7AD3AB59F2A841C2451316DEB54FB2263BCD8B46_inline(G_B4_0, NULL); Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_5; memset((&L_5), 0, sizeof(L_5)); Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_5), L_4, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var); G_B5_0 = L_5; } IL_0025: { V_0 = G_B5_0; bool L_6; L_6 = DesignOnlyAttribute_get_IsDesignOnly_m7AD3AB59F2A841C2451316DEB54FB2263BCD8B46_inline(__this, NULL); V_1 = L_6; bool L_7; L_7 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline((&V_0), Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var); bool L_8 = V_1; bool L_9; L_9 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_0), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var); return (bool)((int32_t)(((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0)&(int32_t)L_9)); } } // System.Int32 System.ComponentModel.DesignOnlyAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesignOnlyAttribute_GetHashCode_m697E75D83450865B83C2519401C79A9B90989C16 (DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* __this, const RuntimeMethod* method) { bool V_0 = false; { bool L_0; L_0 = DesignOnlyAttribute_get_IsDesignOnly_m7AD3AB59F2A841C2451316DEB54FB2263BCD8B46_inline(__this, NULL); V_0 = L_0; int32_t L_1; L_1 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); return L_1; } } // System.Boolean System.ComponentModel.DesignOnlyAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignOnlyAttribute_IsDefaultAttribute_mCDF05865CF6724B71A355BFB6D6AFD38673D300A (DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = DesignOnlyAttribute_get_IsDesignOnly_m7AD3AB59F2A841C2451316DEB54FB2263BCD8B46_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var); DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* L_1 = ((DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var))->___Default_3; NullCheck(L_1); bool L_2; L_2 = DesignOnlyAttribute_get_IsDesignOnly_m7AD3AB59F2A841C2451316DEB54FB2263BCD8B46_inline(L_1, NULL); return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0); } } // System.Void System.ComponentModel.DesignOnlyAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignOnlyAttribute__cctor_mBD924E10766FBB67A9D294760737793622D65DF9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* L_0 = (DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586*)il2cpp_codegen_object_new(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var); NullCheck(L_0); DesignOnlyAttribute__ctor_mF0322227DB8483A088BF7EC2EC14CD31753B35CE(L_0, (bool)1, NULL); ((DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var))->___Yes_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var))->___Yes_1), (void*)L_0); DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* L_1 = (DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586*)il2cpp_codegen_object_new(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var); NullCheck(L_1); DesignOnlyAttribute__ctor_mF0322227DB8483A088BF7EC2EC14CD31753B35CE(L_1, (bool)0, NULL); ((DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var))->___No_2 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var))->___No_2), (void*)L_1); DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* L_2 = ((DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var))->___No_2; ((DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var))->___Default_3 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var))->___Default_3), (void*)L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DesignerCategoryAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerCategoryAttribute__ctor_mC6EAF0212217A1CEE757459ADDB8D48D3B61A4EB (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; __this->___U3CCategoryU3Ek__BackingField_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCategoryU3Ek__BackingField_4), (void*)L_0); return; } } // System.Void System.ComponentModel.DesignerCategoryAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerCategoryAttribute__ctor_mC3C69034E0CFED55C40A25A7AAF09F85CF4BB583 (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* __this, String_t* ___0_category, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_category; __this->___U3CCategoryU3Ek__BackingField_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCategoryU3Ek__BackingField_4), (void*)L_0); return; } } // System.String System.ComponentModel.DesignerCategoryAttribute::get_Category() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DesignerCategoryAttribute_get_Category_mDBA8396BD3225636679F3CFBD7ED5724189E7D77 (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CCategoryU3Ek__BackingField_4; return L_0; } } // System.Boolean System.ComponentModel.DesignerCategoryAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignerCategoryAttribute_Equals_m1AC49F2D111D21ED13E8BA1F2E40C1F3B859260C (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715*)IsInstSealed((RuntimeObject*)L_1, DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var)); DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* L_2 = V_0; if (!L_2) { goto IL_0022; } } { DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = DesignerCategoryAttribute_get_Category_mDBA8396BD3225636679F3CFBD7ED5724189E7D77_inline(L_3, NULL); String_t* L_5; L_5 = DesignerCategoryAttribute_get_Category_mDBA8396BD3225636679F3CFBD7ED5724189E7D77_inline(__this, NULL); bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, L_5, NULL); return L_6; } IL_0022: { return (bool)0; } } // System.Int32 System.ComponentModel.DesignerCategoryAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesignerCategoryAttribute_GetHashCode_mAAF7FBB9086B1B80FB129D77C2B2E195235A54FA (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = DesignerCategoryAttribute_get_Category_mDBA8396BD3225636679F3CFBD7ED5724189E7D77_inline(__this, NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Boolean System.ComponentModel.DesignerCategoryAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignerCategoryAttribute_IsDefaultAttribute_m94BBB8DCBCEC69970F6AB190081414FB9E8181FE (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = DesignerCategoryAttribute_get_Category_mDBA8396BD3225636679F3CFBD7ED5724189E7D77_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var); DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* L_1 = ((DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var))->___Default_1; NullCheck(L_1); String_t* L_2; L_2 = DesignerCategoryAttribute_get_Category_mDBA8396BD3225636679F3CFBD7ED5724189E7D77_inline(L_1, NULL); NullCheck(L_0); bool L_3; L_3 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_0, L_2, NULL); return L_3; } } // System.Object System.ComponentModel.DesignerCategoryAttribute::get_TypeId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DesignerCategoryAttribute_get_TypeId_mAC435BAF331B4C5367A86821753F71F93A83B61B (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* __this, const RuntimeMethod* method) { { Type_t* L_0; L_0 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_0); String_t* L_2; L_2 = DesignerCategoryAttribute_get_Category_mDBA8396BD3225636679F3CFBD7ED5724189E7D77_inline(__this, NULL); String_t* L_3; L_3 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_1, L_2, NULL); return L_3; } } // System.Void System.ComponentModel.DesignerCategoryAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerCategoryAttribute__cctor_m2D9C1A5339A186C402AC69970452A5AB62479855 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1842163E600730C192914B1BCFB77A9A809A8070); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60081E4C6B9BD5BBFC2D172205F8D7236FF4A669); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEF84EBA6C9A8E7BB2723A279F7980993BF92544); s_Il2CppMethodInitialized = true; } { DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* L_0 = (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715*)il2cpp_codegen_object_new(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var); NullCheck(L_0); DesignerCategoryAttribute__ctor_mC3C69034E0CFED55C40A25A7AAF09F85CF4BB583(L_0, _stringLiteralDEF84EBA6C9A8E7BB2723A279F7980993BF92544, NULL); ((DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var))->___Component_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var))->___Component_0), (void*)L_0); DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* L_1 = (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715*)il2cpp_codegen_object_new(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var); NullCheck(L_1); DesignerCategoryAttribute__ctor_mC6EAF0212217A1CEE757459ADDB8D48D3B61A4EB(L_1, NULL); ((DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var))->___Default_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var))->___Default_1), (void*)L_1); DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* L_2 = (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715*)il2cpp_codegen_object_new(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var); NullCheck(L_2); DesignerCategoryAttribute__ctor_mC3C69034E0CFED55C40A25A7AAF09F85CF4BB583(L_2, _stringLiteral1842163E600730C192914B1BCFB77A9A809A8070, NULL); ((DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var))->___Form_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var))->___Form_2), (void*)L_2); DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* L_3 = (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715*)il2cpp_codegen_object_new(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var); NullCheck(L_3); DesignerCategoryAttribute__ctor_mC3C69034E0CFED55C40A25A7AAF09F85CF4BB583(L_3, _stringLiteral60081E4C6B9BD5BBFC2D172205F8D7236FF4A669, NULL); ((DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var))->___Generic_3 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_StaticFields*)il2cpp_codegen_static_fields_for(DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715_il2cpp_TypeInfo_var))->___Generic_3), (void*)L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DesignerSerializationVisibilityAttribute::.ctor(System.ComponentModel.DesignerSerializationVisibility) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerSerializationVisibilityAttribute__ctor_m6E0E13DF36C75007C7917D0B635ACA0FCBFADDC1 (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* __this, int32_t ___0_visibility, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); int32_t L_0 = ___0_visibility; __this->___U3CVisibilityU3Ek__BackingField_4 = L_0; return; } } // System.ComponentModel.DesignerSerializationVisibility System.ComponentModel.DesignerSerializationVisibilityAttribute::get_Visibility() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesignerSerializationVisibilityAttribute_get_Visibility_mACD772642393B55DC72E03BB90D67C6C829C4D5E (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CVisibilityU3Ek__BackingField_4; return L_0; } } // System.Boolean System.ComponentModel.DesignerSerializationVisibilityAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignerSerializationVisibilityAttribute_Equals_m0BE73F494AEFD4118E82420382640874637AD94F (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mF692237E48B1B8AD2C3CBB8197E3500580032F6D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mA134D7B58EC7EB68D5F9ED202535F98072274CED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m29692805E9192FDCC37DF37F59872F128A21DA8A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t90388648579A1BFFFE199D6661A1830A04037BDD V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; Nullable_1_t90388648579A1BFFFE199D6661A1830A04037BDD V_2; memset((&V_2), 0, sizeof(V_2)); DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* G_B4_0 = NULL; DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* G_B3_0 = NULL; Nullable_1_t90388648579A1BFFFE199D6661A1830A04037BDD G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* L_2 = ((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83*)IsInstSealed((RuntimeObject*)L_1, DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var)); G_B3_0 = L_2; if (L_2) { G_B4_0 = L_2; goto IL_001b; } } { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t90388648579A1BFFFE199D6661A1830A04037BDD)); Nullable_1_t90388648579A1BFFFE199D6661A1830A04037BDD L_3 = V_2; G_B5_0 = L_3; goto IL_0025; } IL_001b: { NullCheck(G_B4_0); int32_t L_4; L_4 = DesignerSerializationVisibilityAttribute_get_Visibility_mACD772642393B55DC72E03BB90D67C6C829C4D5E_inline(G_B4_0, NULL); Nullable_1_t90388648579A1BFFFE199D6661A1830A04037BDD L_5; memset((&L_5), 0, sizeof(L_5)); Nullable_1__ctor_mA134D7B58EC7EB68D5F9ED202535F98072274CED((&L_5), L_4, /*hidden argument*/Nullable_1__ctor_mA134D7B58EC7EB68D5F9ED202535F98072274CED_RuntimeMethod_var); G_B5_0 = L_5; } IL_0025: { V_0 = G_B5_0; int32_t L_6; L_6 = DesignerSerializationVisibilityAttribute_get_Visibility_mACD772642393B55DC72E03BB90D67C6C829C4D5E_inline(__this, NULL); V_1 = L_6; int32_t L_7; L_7 = Nullable_1_GetValueOrDefault_mF692237E48B1B8AD2C3CBB8197E3500580032F6D_inline((&V_0), Nullable_1_GetValueOrDefault_mF692237E48B1B8AD2C3CBB8197E3500580032F6D_RuntimeMethod_var); int32_t L_8 = V_1; bool L_9; L_9 = Nullable_1_get_HasValue_m29692805E9192FDCC37DF37F59872F128A21DA8A_inline((&V_0), Nullable_1_get_HasValue_m29692805E9192FDCC37DF37F59872F128A21DA8A_RuntimeMethod_var); return (bool)((int32_t)(((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0)&(int32_t)L_9)); } } // System.Int32 System.ComponentModel.DesignerSerializationVisibilityAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesignerSerializationVisibilityAttribute_GetHashCode_m33E067E26D97A5A40DD224E33230351C6169579F (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } // System.Boolean System.ComponentModel.DesignerSerializationVisibilityAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignerSerializationVisibilityAttribute_IsDefaultAttribute_m3D21AAD0CE78647B3FD95005569A922FF07CF492 (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var); DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* L_0 = ((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Default_3; bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.DesignerSerializationVisibilityAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerSerializationVisibilityAttribute__cctor_mAD072BAB004E4D3331CE67CBC6D1012D5916101D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* L_0 = (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83*)il2cpp_codegen_object_new(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var); NullCheck(L_0); DesignerSerializationVisibilityAttribute__ctor_m6E0E13DF36C75007C7917D0B635ACA0FCBFADDC1(L_0, 2, NULL); ((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Content_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Content_0), (void*)L_0); DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* L_1 = (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83*)il2cpp_codegen_object_new(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var); NullCheck(L_1); DesignerSerializationVisibilityAttribute__ctor_m6E0E13DF36C75007C7917D0B635ACA0FCBFADDC1(L_1, 0, NULL); ((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Hidden_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Hidden_1), (void*)L_1); DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* L_2 = (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83*)il2cpp_codegen_object_new(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var); NullCheck(L_2); DesignerSerializationVisibilityAttribute__ctor_m6E0E13DF36C75007C7917D0B635ACA0FCBFADDC1(L_2, 1, NULL); ((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Visible_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Visible_2), (void*)L_2); DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* L_3 = ((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Visible_2; ((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Default_3 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Default_3), (void*)L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DisplayNameAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__ctor_mE16A1FD5C8425C7F00EC5728A1227AF6FBEFB968 (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; DisplayNameAttribute__ctor_m396F07353E80428B4AEB85DC66F5B9380A077AE3(__this, L_0, NULL); return; } } // System.Void System.ComponentModel.DisplayNameAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__ctor_m396F07353E80428B4AEB85DC66F5B9380A077AE3 (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, String_t* ___0_displayName, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_displayName; DisplayNameAttribute_set_DisplayNameValue_m2DA6A8AA72F3969BA5639F707AB90A2D363BC49C_inline(__this, L_0, NULL); return; } } // System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DisplayNameAttribute_get_DisplayName_mA3E91855E1EAC0085BF2C1EB501B7801B9563D5D (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = DisplayNameAttribute_get_DisplayNameValue_mD9F58F5FFF2B7C682D8470101352BEA88AE0E5AC_inline(__this, NULL); return L_0; } } // System.String System.ComponentModel.DisplayNameAttribute::get_DisplayNameValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DisplayNameAttribute_get_DisplayNameValue_mD9F58F5FFF2B7C682D8470101352BEA88AE0E5AC (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CDisplayNameValueU3Ek__BackingField_1; return L_0; } } // System.Void System.ComponentModel.DisplayNameAttribute::set_DisplayNameValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute_set_DisplayNameValue_m2DA6A8AA72F3969BA5639F707AB90A2D363BC49C (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CDisplayNameValueU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDisplayNameValueU3Ek__BackingField_1), (void*)L_0); return; } } // System.Boolean System.ComponentModel.DisplayNameAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayNameAttribute_Equals_m06E1BC5B48A9D42FECF4BEC20338F8DD6A525E88 (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8*)IsInstClass((RuntimeObject*)L_1, DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var)); DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_2 = V_0; if (!L_2) { goto IL_0022; } } { DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() */, L_3); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() */, __this); bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, L_5, NULL); return L_6; } IL_0022: { return (bool)0; } } // System.Int32 System.ComponentModel.DisplayNameAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DisplayNameAttribute_GetHashCode_m882BB47C783C5D55149DB892F41108D4953B8B16 (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() */, __this); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Boolean System.ComponentModel.DisplayNameAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayNameAttribute_IsDefaultAttribute_m1D8C947BAB2469CD1CBEF50827E4E6E73C555FD9 (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var); DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_0 = ((DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_StaticFields*)il2cpp_codegen_static_fields_for(DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var))->___Default_0; bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.DisplayNameAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__cctor_mD9A9030A1931AD6CDF0428CFEC3E34B91652A8F4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_0 = (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8*)il2cpp_codegen_object_new(DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var); NullCheck(L_0); DisplayNameAttribute__ctor_mE16A1FD5C8425C7F00EC5728A1227AF6FBEFB968(L_0, NULL); ((DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_StaticFields*)il2cpp_codegen_static_fields_for(DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var))->___Default_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_StaticFields*)il2cpp_codegen_static_fields_for(DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var))->___Default_0), (void*)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.Delegate System.ComponentModel.EventHandlerList::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* EventHandlerList_get_Item_m9AD24EA65E3832B81146EC24604BABE4FC3CFCC7 (EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) { ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* V_0 = NULL; { V_0 = (ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD*)NULL; Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* L_0 = __this->____parent_1; if (!L_0) { goto IL_0017; } } { Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* L_1 = __this->____parent_1; NullCheck(L_1); bool L_2; L_2 = Component_get_CanRaiseEventsInternal_mAF68FD325FA909AEA171953DF83CB1051A9EA3CC(L_1, NULL); if (!L_2) { goto IL_001f; } } IL_0017: { RuntimeObject* L_3 = ___0_key; ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* L_4; L_4 = EventHandlerList_Find_m5E0CAB161102D1551CF2E636C8BC7B71C959A5C8(__this, L_3, NULL); V_0 = L_4; } IL_001f: { ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* L_5 = V_0; if (L_5) { goto IL_0024; } } { return (Delegate_t*)NULL; } IL_0024: { ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* L_6 = V_0; NullCheck(L_6); Delegate_t* L_7 = L_6->____handler_2; return L_7; } } // System.ComponentModel.EventHandlerList/ListEntry System.ComponentModel.EventHandlerList::Find(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* EventHandlerList_Find_m5E0CAB161102D1551CF2E636C8BC7B71C959A5C8 (EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) { ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* V_0 = NULL; { ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* L_0 = __this->____head_0; V_0 = L_0; goto IL_0019; } IL_0009: { ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* L_1 = V_0; NullCheck(L_1); RuntimeObject* L_2 = L_1->____key_1; RuntimeObject* L_3 = ___0_key; if ((((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(RuntimeObject*)L_3))) { goto IL_001c; } } { ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* L_4 = V_0; NullCheck(L_4); ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* L_5 = L_4->____next_0; V_0 = L_5; } IL_0019: { ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* L_6 = V_0; if (L_6) { goto IL_0009; } } IL_001c: { ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.InvalidEnumArgumentException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidEnumArgumentException__ctor_m30DFADC9DAE3067EBFB7AF17F9EE5DBAF5B00D10 (InvalidEnumArgumentException_t5B42625AD815A72639D894ED1592FF4BE438D989* __this, const RuntimeMethod* method) { { InvalidEnumArgumentException__ctor_mB48FBD0C68C97EF69D80B56EB927CAF08E3181E1(__this, (String_t*)NULL, NULL); return; } } // System.Void System.ComponentModel.InvalidEnumArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidEnumArgumentException__ctor_mB48FBD0C68C97EF69D80B56EB927CAF08E3181E1 (InvalidEnumArgumentException_t5B42625AD815A72639D894ED1592FF4BE438D989* __this, String_t* ___0_message, const RuntimeMethod* method) { { String_t* L_0 = ___0_message; ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(__this, L_0, NULL); return; } } // System.Void System.ComponentModel.InvalidEnumArgumentException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidEnumArgumentException__ctor_m05AB9EBB8AEDE6DF1BFE1E8E7F2BA4EB303DAA13 (InvalidEnumArgumentException_t5B42625AD815A72639D894ED1592FF4BE438D989* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) { { SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info; StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context; ArgumentException__ctor_mB4FA5CCA0CDB08730E9ED40FA935BA38C032D83A(__this, L_0, L_1, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ReadOnlyAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyAttribute__ctor_m816685FA5183F5A0321407278ABC7294217C8E27 (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* __this, bool ___0_isReadOnly, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_isReadOnly; __this->___U3CIsReadOnlyU3Ek__BackingField_3 = L_0; return; } } // System.Boolean System.ComponentModel.ReadOnlyAttribute::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_get_IsReadOnly_m4A89E834A4F54577308A7505CBABF13F8AF714BB (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField_3; return L_0; } } // System.Boolean System.ComponentModel.ReadOnlyAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_Equals_mCF62E356A9C999DEF77B508750DC7E53E90ABBB6 (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_2; memset((&V_2), 0, sizeof(V_2)); ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* G_B4_0 = NULL; ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* G_B3_0 = NULL; Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); { RuntimeObject* L_0 = ___0_value; if ((!(((RuntimeObject*)(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628*)__this) == ((RuntimeObject*)(RuntimeObject*)L_0)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_value; ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* L_2 = ((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628*)IsInstSealed((RuntimeObject*)L_1, ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var)); G_B3_0 = L_2; if (L_2) { G_B4_0 = L_2; goto IL_001b; } } { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01)); Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_3 = V_2; G_B5_0 = L_3; goto IL_0025; } IL_001b: { NullCheck(G_B4_0); bool L_4; L_4 = ReadOnlyAttribute_get_IsReadOnly_m4A89E834A4F54577308A7505CBABF13F8AF714BB_inline(G_B4_0, NULL); Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_5; memset((&L_5), 0, sizeof(L_5)); Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_5), L_4, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var); G_B5_0 = L_5; } IL_0025: { V_0 = G_B5_0; bool L_6; L_6 = ReadOnlyAttribute_get_IsReadOnly_m4A89E834A4F54577308A7505CBABF13F8AF714BB_inline(__this, NULL); V_1 = L_6; bool L_7; L_7 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline((&V_0), Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var); bool L_8 = V_1; bool L_9; L_9 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_0), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var); return (bool)((int32_t)(((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0)&(int32_t)L_9)); } } // System.Int32 System.ComponentModel.ReadOnlyAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyAttribute_GetHashCode_mAFEBBE46018BAA66A4B4033D79717E339FD87FBD (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } // System.Boolean System.ComponentModel.ReadOnlyAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_IsDefaultAttribute_m4662395907B7A52B1E01A5B383A310121FAADC30 (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = ReadOnlyAttribute_get_IsReadOnly_m4A89E834A4F54577308A7505CBABF13F8AF714BB_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* L_1 = ((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))->___Default_2; NullCheck(L_1); bool L_2; L_2 = ReadOnlyAttribute_get_IsReadOnly_m4A89E834A4F54577308A7505CBABF13F8AF714BB_inline(L_1, NULL); return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0); } } // System.Void System.ComponentModel.ReadOnlyAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyAttribute__cctor_mB140A521E781448779E8F03318FD7B80AF6B3FC4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* L_0 = (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628*)il2cpp_codegen_object_new(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); NullCheck(L_0); ReadOnlyAttribute__ctor_m816685FA5183F5A0321407278ABC7294217C8E27(L_0, (bool)1, NULL); ((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))->___Yes_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))->___Yes_0), (void*)L_0); ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* L_1 = (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628*)il2cpp_codegen_object_new(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); NullCheck(L_1); ReadOnlyAttribute__ctor_m816685FA5183F5A0321407278ABC7294217C8E27(L_1, (bool)0, NULL); ((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))->___No_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))->___No_1), (void*)L_1); ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* L_2 = ((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))->___No_1; ((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))->___Default_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))->___Default_2), (void*)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.Object System.ComponentModel.ArrayConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ArrayConverter_ConvertTo_mC144B3093D2037D3BB5B109D15725ABCC4E985D9 (ArrayConverter_tE417E9DB044C4317BF7F9B7DF5CD0F4C7C38672C* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral306A9F91AED6971FCF4CE4B198321A359DEB4A4C); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayConverter_ConvertTo_mC144B3093D2037D3BB5B109D15725ABCC4E985D9_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_0046; } } { RuntimeObject* L_7 = ___2_value; if (!((RuntimeArray*)IsInstClass((RuntimeObject*)L_7, RuntimeArray_il2cpp_TypeInfo_var))) { goto IL_0046; } } { RuntimeObject* L_8 = ___2_value; NullCheck(L_8); Type_t* L_9; L_9 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_8, NULL); NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_9); String_t* L_11; L_11 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(_stringLiteral306A9F91AED6971FCF4CE4B198321A359DEB4A4C, L_10, NULL); return L_11; } IL_0046: { RuntimeObject* L_12 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_13 = ___1_culture; RuntimeObject* L_14 = ___2_value; Type_t* L_15 = ___3_destinationType; RuntimeObject* L_16; L_16 = CollectionConverter_ConvertTo_m79E20F624C9391C76B8081E74BF16EB4C04535E7(__this, L_12, L_13, L_14, L_15, NULL); return L_16; } } // System.Void System.ComponentModel.ArrayConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayConverter__ctor_mAA6B57C16F167FF104B8E23402DE87ACA5E13A2B (ArrayConverter_tE417E9DB044C4317BF7F9B7DF5CD0F4C7C38672C* __this, const RuntimeMethod* method) { { CollectionConverter__ctor_m20ED0C661750EBE427D356F24AED92A407988147(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.AttributeCollection::.ctor(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m72DEACF99225BD725370F7BE0A4B54748F439A37_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* G_B2_0 = NULL; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* G_B2_1 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* G_B1_0 = NULL; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* G_B1_1 = NULL; { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_0 = ___0_attributes; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = L_0; G_B1_0 = L_1; G_B1_1 = __this; if (L_1) { G_B2_0 = L_1; G_B2_1 = __this; goto IL_0011; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2; L_2 = Array_Empty_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m72DEACF99225BD725370F7BE0A4B54748F439A37_inline(Array_Empty_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m72DEACF99225BD725370F7BE0A4B54748F439A37_RuntimeMethod_var); G_B2_0 = L_2; G_B2_1 = G_B1_1; } IL_0011: { NullCheck(G_B2_1); G_B2_1->____attributes_2 = G_B2_0; Il2CppCodeGenWriteBarrier((void**)(&G_B2_1->____attributes_2), (void*)G_B2_0); V_0 = 0; goto IL_0033; } IL_001a: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_3 = __this->____attributes_2; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_6 = (L_3)->GetAt(static_cast(L_5)); if (L_6) { goto IL_002f; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_7 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_7); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313_RuntimeMethod_var))); } IL_002f: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_0033: { int32_t L_9 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_10 = __this->____attributes_2; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))) { goto IL_001a; } } { return; } } // System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* AttributeCollection_get_Attributes_m698416274F06ACDAA3A55972D029340253DAD0F6 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, const RuntimeMethod* method) { { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_0 = __this->____attributes_2; return L_0; } } // System.Int32 System.ComponentModel.AttributeCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, const RuntimeMethod* method) { { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_0; L_0 = VirtualFuncInvoker0< AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); NullCheck(L_0); return ((int32_t)(((RuntimeArray*)L_0)->max_length)); } } // System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* AttributeCollection_get_Item_m6FC48C10C5A4DB20C323E37DAB95C5D4D1B41CB8 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, Type_t* ___0_attributeType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_8 = NULL; int32_t V_9 = 0; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_10 = NULL; { il2cpp_codegen_runtime_class_init_inline(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___s_internalSyncObject_3; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0176: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_017f; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_017f: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F* L_4 = __this->____foundAttributeTypes_4; if (L_4) { goto IL_0024_1; } } { AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F* L_5 = (AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F*)(AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F*)SZArrayNew(AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F_il2cpp_TypeInfo_var, (uint32_t)5); __this->____foundAttributeTypes_4 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->____foundAttributeTypes_4), (void*)L_5); } IL_0024_1: { V_2 = 0; goto IL_0094_1; } IL_0028_1: { AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F* L_6 = __this->____foundAttributeTypes_4; int32_t L_7 = V_2; NullCheck(L_6); Type_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->___type_0; Type_t* L_9 = ___0_attributeType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_8, L_9, NULL); if (!L_10) { goto IL_0077_1; } } { AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F* L_11 = __this->____foundAttributeTypes_4; int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->___index_1; V_4 = L_13; int32_t L_14 = V_4; if ((((int32_t)L_14) == ((int32_t)(-1)))) { goto IL_0069_1; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_15; L_15 = VirtualFuncInvoker0< AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); int32_t L_16 = V_4; NullCheck(L_15); int32_t L_17 = L_16; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_18 = (L_15)->GetAt(static_cast(L_17)); V_5 = L_18; goto IL_0180; } IL_0069_1: { Type_t* L_19 = ___0_attributeType; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_20; L_20 = AttributeCollection_GetDefaultAttribute_m5E54BA907CD4D79B6FA6D54527E005FBE7A08AB7(__this, L_19, NULL); V_5 = L_20; goto IL_0180; } IL_0077_1: { AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F* L_21 = __this->____foundAttributeTypes_4; int32_t L_22 = V_2; NullCheck(L_21); Type_t* L_23 = ((L_21)->GetAddressAt(static_cast(L_22)))->___type_0; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_24; L_24 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_23, (Type_t*)NULL, NULL); if (L_24) { goto IL_0098_1; } } { int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_25, 1)); } IL_0094_1: { int32_t L_26 = V_2; if ((((int32_t)L_26) < ((int32_t)5))) { goto IL_0028_1; } } IL_0098_1: { int32_t L_27 = __this->____index_5; V_6 = L_27; int32_t L_28 = V_6; __this->____index_5 = ((int32_t)il2cpp_codegen_add(L_28, 1)); int32_t L_29 = V_6; V_2 = L_29; int32_t L_30 = __this->____index_5; if ((((int32_t)L_30) < ((int32_t)5))) { goto IL_00bd_1; } } { __this->____index_5 = 0; } IL_00bd_1: { AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F* L_31 = __this->____foundAttributeTypes_4; int32_t L_32 = V_2; NullCheck(L_31); Type_t* L_33 = ___0_attributeType; ((L_31)->GetAddressAt(static_cast(L_32)))->___type_0 = L_33; Il2CppCodeGenWriteBarrier((void**)(&((L_31)->GetAddressAt(static_cast(L_32)))->___type_0), (void*)L_33); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_34; L_34 = VirtualFuncInvoker0< AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); NullCheck(L_34); V_3 = ((int32_t)(((RuntimeArray*)L_34)->max_length)); V_7 = 0; goto IL_0116_1; } IL_00dd_1: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_35; L_35 = VirtualFuncInvoker0< AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); int32_t L_36 = V_7; NullCheck(L_35); int32_t L_37 = L_36; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_38 = (L_35)->GetAt(static_cast(L_37)); V_8 = L_38; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_39 = V_8; NullCheck(L_39); Type_t* L_40; L_40 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_39, NULL); Type_t* L_41 = ___0_attributeType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_42; L_42 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_40, L_41, NULL); if (!L_42) { goto IL_0110_1; } } { AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F* L_43 = __this->____foundAttributeTypes_4; int32_t L_44 = V_2; NullCheck(L_43); int32_t L_45 = V_7; ((L_43)->GetAddressAt(static_cast(L_44)))->___index_1 = L_45; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_46 = V_8; V_5 = L_46; goto IL_0180; } IL_0110_1: { int32_t L_47 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_47, 1)); } IL_0116_1: { int32_t L_48 = V_7; int32_t L_49 = V_3; if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_00dd_1; } } { V_9 = 0; goto IL_0154_1; } IL_0120_1: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_50; L_50 = VirtualFuncInvoker0< AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); int32_t L_51 = V_9; NullCheck(L_50); int32_t L_52 = L_51; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_53 = (L_50)->GetAt(static_cast(L_52)); V_10 = L_53; Type_t* L_54 = ___0_attributeType; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_55 = V_10; NullCheck(L_54); bool L_56; L_56 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(118 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_54, L_55); if (!L_56) { goto IL_014e_1; } } { AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F* L_57 = __this->____foundAttributeTypes_4; int32_t L_58 = V_2; NullCheck(L_57); int32_t L_59 = V_9; ((L_57)->GetAddressAt(static_cast(L_58)))->___index_1 = L_59; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_60 = V_10; V_5 = L_60; goto IL_0180; } IL_014e_1: { int32_t L_61 = V_9; V_9 = ((int32_t)il2cpp_codegen_add(L_61, 1)); } IL_0154_1: { int32_t L_62 = V_9; int32_t L_63 = V_3; if ((((int32_t)L_62) < ((int32_t)L_63))) { goto IL_0120_1; } } { AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F* L_64 = __this->____foundAttributeTypes_4; int32_t L_65 = V_2; NullCheck(L_64); ((L_64)->GetAddressAt(static_cast(L_65)))->___index_1 = (-1); Type_t* L_66 = ___0_attributeType; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_67; L_67 = AttributeCollection_GetDefaultAttribute_m5E54BA907CD4D79B6FA6D54527E005FBE7A08AB7(__this, L_66, NULL); V_5 = L_67; goto IL_0180; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0180: { Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_68 = V_5; return L_68; } } // System.Boolean System.ComponentModel.AttributeCollection::Contains(System.Attribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_m380CBE3B092583FB9579C935A2033B72C637C6EE (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* ___0_attribute, const RuntimeMethod* method) { Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_0 = NULL; { Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_0 = ___0_attribute; NullCheck(L_0); Type_t* L_1; L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_2; L_2 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(10 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, __this, L_1); V_0 = L_2; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_3 = V_0; if (!L_3) { goto IL_0018; } } { Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_4 = V_0; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_5 = ___0_attribute; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); return L_6; } IL_0018: { return (bool)0; } } // System.Attribute System.ComponentModel.AttributeCollection::GetDefaultAttribute(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* AttributeCollection_GetDefaultAttribute_m5E54BA907CD4D79B6FA6D54527E005FBE7A08AB7 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, Type_t* ___0_attributeType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisType_t_m1FD9ED0B09CEAFFC537EF0C71689FDB03AEF72AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_2 = NULL; Type_t* V_3 = NULL; FieldInfo_t* V_4 = NULL; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_5 = NULL; ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_6 = NULL; { il2cpp_codegen_runtime_class_init_inline(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___s_internalSyncObject_3; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00cc: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_00d5; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_00d5: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_4 = ((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___s_defaultAttributes_1; if (L_4) { goto IL_0021_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); NullCheck(L_5); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_5, NULL); il2cpp_codegen_runtime_class_init_inline(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); ((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___s_defaultAttributes_1 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___s_defaultAttributes_1), (void*)L_5); } IL_0021_1: { il2cpp_codegen_runtime_class_init_inline(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = ((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___s_defaultAttributes_1; Type_t* L_7 = ___0_attributeType; NullCheck(L_6); bool L_8; L_8 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_6, L_7); if (!L_8) { goto IL_0045_1; } } { il2cpp_codegen_runtime_class_init_inline(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_9 = ((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___s_defaultAttributes_1; Type_t* L_10 = ___0_attributeType; NullCheck(L_9); RuntimeObject* L_11; L_11 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_9, L_10); V_5 = ((Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)CastclassClass((RuntimeObject*)L_11, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var)); goto IL_00d6; } IL_0045_1: { V_2 = (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)NULL; Type_t* L_12 = ___0_attributeType; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Type_t* L_13; L_13 = TypeDescriptor_GetReflectionType_m3FC1564747E22975A1C08197692A1D9CA378BD3A(L_12, NULL); V_3 = L_13; Type_t* L_14 = V_3; NullCheck(L_14); FieldInfo_t* L_15; L_15 = VirtualFuncInvoker2< FieldInfo_t*, String_t*, int32_t >::Invoke(85 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_14, _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E, ((int32_t)1048)); V_4 = L_15; FieldInfo_t* L_16 = V_4; bool L_17; L_17 = FieldInfo_op_Inequality_m95789A98E646494987E66A9E4188DCA86185066B(L_16, (FieldInfo_t*)NULL, NULL); if (!L_17) { goto IL_0083_1; } } { FieldInfo_t* L_18 = V_4; NullCheck(L_18); bool L_19; L_19 = FieldInfo_get_IsStatic_mEBBEB7B19A48D3E11BE830F3704C131A681F6139(L_18, NULL); if (!L_19) { goto IL_0083_1; } } { FieldInfo_t* L_20 = V_4; NullCheck(L_20); RuntimeObject* L_21; L_21 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(25 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_20, NULL); V_2 = ((Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)CastclassClass((RuntimeObject*)L_21, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var)); goto IL_00bb_1; } IL_0083_1: { Type_t* L_22 = V_3; NullCheck(L_22); Type_t* L_23; L_23 = VirtualFuncInvoker0< Type_t* >::Invoke(30 /* System.Type System.Type::get_UnderlyingSystemType() */, L_22); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_24; L_24 = Array_Empty_TisType_t_m1FD9ED0B09CEAFFC537EF0C71689FDB03AEF72AC_inline(Array_Empty_TisType_t_m1FD9ED0B09CEAFFC537EF0C71689FDB03AEF72AC_RuntimeMethod_var); NullCheck(L_23); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_25; L_25 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_23, L_24, NULL); V_6 = L_25; ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_26 = V_6; il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); bool L_27; L_27 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_26, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL); if (!L_27) { goto IL_00bb_1; } } { ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_28 = V_6; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_29; L_29 = Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline(Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var); NullCheck(L_28); RuntimeObject* L_30; L_30 = ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE(L_28, L_29, NULL); V_2 = ((Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)CastclassClass((RuntimeObject*)L_30, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var)); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_31 = V_2; NullCheck(L_31); bool L_32; L_32 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Attribute::IsDefaultAttribute() */, L_31); if (L_32) { goto IL_00bb_1; } } { V_2 = (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)NULL; } IL_00bb_1: { il2cpp_codegen_runtime_class_init_inline(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_33 = ((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___s_defaultAttributes_1; Type_t* L_34 = ___0_attributeType; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_35 = V_2; NullCheck(L_33); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_33, L_34, L_35); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_36 = V_2; V_5 = L_36; goto IL_00d6; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00d6: { Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_37 = V_5; return L_37; } } // System.Collections.IEnumerator System.ComponentModel.AttributeCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_GetEnumerator_m1464C016A16216F1F87A46940CF97B742AA032C6 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, const RuntimeMethod* method) { { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_0; L_0 = VirtualFuncInvoker0< AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); NullCheck((RuntimeArray*)L_0); RuntimeObject* L_1; L_1 = Array_GetEnumerator_mDB7E2AF23F2BDC715D429C71CA3B8D0151F0DC1E((RuntimeArray*)L_0, NULL); return L_1; } } // System.Boolean System.ComponentModel.AttributeCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_System_Collections_ICollection_get_IsSynchronized_m7D438A6F04E259AA1BF1D3BCF8EC403F129EDC0A (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.ComponentModel.AttributeCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_System_Collections_ICollection_get_SyncRoot_mE4F31AFB7E65BD84B5D64120F0C68F72753CD409 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, const RuntimeMethod* method) { { return NULL; } } // System.Int32 System.ComponentModel.AttributeCollection::System.Collections.ICollection.get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeCollection_System_Collections_ICollection_get_Count_mFBE2F16F7901E3F85F0C4B37032E83E99BDD2300 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02(__this, NULL); return L_0; } } // System.Collections.IEnumerator System.ComponentModel.AttributeCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_System_Collections_IEnumerable_GetEnumerator_m5C57499D1B27935C97A88E9B44D571CAA87D93A4 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = AttributeCollection_GetEnumerator_m1464C016A16216F1F87A46940CF97B742AA032C6(__this, NULL); return L_0; } } // System.Void System.ComponentModel.AttributeCollection::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection_CopyTo_m29A1B7F330A44A3ABD7402CF9863089B917AA7F6 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, RuntimeArray* ___0_array, int32_t ___1_index, const RuntimeMethod* method) { { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_0; L_0 = VirtualFuncInvoker0< AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); RuntimeArray* L_1 = ___0_array; int32_t L_2 = ___1_index; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_3; L_3 = VirtualFuncInvoker0< AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); NullCheck(L_3); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_0, 0, L_1, L_2, ((int32_t)(((RuntimeArray*)L_3)->max_length)), NULL); return; } } // System.Void System.ComponentModel.AttributeCollection::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__cctor_m1C7A13622AE949D3E630EFCEDF1CB2422292AAA9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0 = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)il2cpp_codegen_object_new(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); NullCheck(L_0); AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313(L_0, (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL, NULL); ((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___Empty_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___Empty_0), (void*)L_0); RuntimeObject* L_1 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_1); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_1, NULL); ((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___s_internalSyncObject_3 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___s_internalSyncObject_3), (void*)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 // Conversion methods for marshalling of: System.ComponentModel.AttributeCollection/AttributeEntry IL2CPP_EXTERN_C void AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshal_pinvoke(const AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D& unmarshaled, AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshaled_pinvoke& marshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'AttributeEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } IL2CPP_EXTERN_C void AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshal_pinvoke_back(const AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshaled_pinvoke& marshaled, AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D& unmarshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'AttributeEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.ComponentModel.AttributeCollection/AttributeEntry IL2CPP_EXTERN_C void AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshal_pinvoke_cleanup(AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.ComponentModel.AttributeCollection/AttributeEntry IL2CPP_EXTERN_C void AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshal_com(const AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D& unmarshaled, AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshaled_com& marshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'AttributeEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } IL2CPP_EXTERN_C void AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshal_com_back(const AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshaled_com& marshaled, AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D& unmarshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'AttributeEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.ComponentModel.AttributeCollection/AttributeEntry IL2CPP_EXTERN_C void AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshal_com_cleanup(AttributeEntry_t646320DFCA1CFF9E19700C8AEBF785FE35BB2A9D_marshaled_com& marshaled) { } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.ComponentModel.AttributeProviderAttribute::get_TypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_TypeName_mD24CBD99B7BBAB51FF331395769EC6F15DA27AB3 (AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CTypeNameU3Ek__BackingField_0; return L_0; } } // System.String System.ComponentModel.AttributeProviderAttribute::get_PropertyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_PropertyName_mCEE6256980446CCEC0855216A3CFC8B572F6498D (AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CPropertyNameU3Ek__BackingField_1; return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.BaseNumberConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F (BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } // System.Boolean System.ComponentModel.BaseNumberConverter::get_AllowHex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseNumberConverter_get_AllowHex_m2A6143CE655C657EDFE8A7DC3897EEA0EEB3A4BD (BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706* __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.ComponentModel.BaseNumberConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseNumberConverter_CanConvertFrom_mA4351F586FC63F67CC1E0013CD68BCC2F89FB916 (BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_001b; } } { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } IL_001b: { return (bool)1; } } // System.Object System.ComponentModel.BaseNumberConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BaseNumberConverter_ConvertFrom_mAC29686169A55736CD527CB44D3E8DB0D697C7DB (BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral560CE32CCB2E83414A2CD4A1B19EF5BFF9BF9AC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* V_2 = NULL; Exception_t* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___2_value; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (!L_1) { goto IL_00c0; } } { String_t* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_2, NULL); V_0 = L_3; } try {// begin try (depth: 1) { bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.ComponentModel.BaseNumberConverter::get_AllowHex() */, __this); if (!L_4) { goto IL_003c_1; } } { String_t* L_5 = V_0; NullCheck(L_5); Il2CppChar L_6; L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, 0, NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)35))))) { goto IL_003c_1; } } { String_t* L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_7, 1, NULL); RuntimeObject* L_9; L_9 = VirtualFuncInvoker2< RuntimeObject*, String_t*, int32_t >::Invoke(12 /* System.Object System.ComponentModel.BaseNumberConverter::FromString(System.String,System.Int32) */, __this, L_8, ((int32_t)16)); V_1 = L_9; goto IL_00ca; } IL_003c_1: { bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.ComponentModel.BaseNumberConverter::get_AllowHex() */, __this); if (!L_10) { goto IL_0052_1; } } { String_t* L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_11, _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89, 5, NULL); if (L_12) { goto IL_0060_1; } } IL_0052_1: { String_t* L_13 = V_0; NullCheck(L_13); bool L_14; L_14 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_13, _stringLiteral560CE32CCB2E83414A2CD4A1B19EF5BFF9BF9AC2, 5, NULL); if (!L_14) { goto IL_0072_1; } } IL_0060_1: { String_t* L_15 = V_0; NullCheck(L_15); String_t* L_16; L_16 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_15, 2, NULL); RuntimeObject* L_17; L_17 = VirtualFuncInvoker2< RuntimeObject*, String_t*, int32_t >::Invoke(12 /* System.Object System.ComponentModel.BaseNumberConverter::FromString(System.String,System.Int32) */, __this, L_16, ((int32_t)16)); V_1 = L_17; goto IL_00ca; } IL_0072_1: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_18 = ___1_culture; if (L_18) { goto IL_007c_1; } } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_19; L_19 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); ___1_culture = L_19; } IL_007c_1: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20 = ___1_culture; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_22; L_22 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_21, NULL); NullCheck(L_20); RuntimeObject* L_23; L_23 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_20, L_22); V_2 = ((NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472*)CastclassSealed((RuntimeObject*)L_23, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_il2cpp_TypeInfo_var)); String_t* L_24 = V_0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_25 = V_2; RuntimeObject* L_26; L_26 = VirtualFuncInvoker2< RuntimeObject*, String_t*, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(13 /* System.Object System.ComponentModel.BaseNumberConverter::FromString(System.String,System.Globalization.NumberFormatInfo) */, __this, L_24, L_25); V_1 = L_26; goto IL_00ca; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_009d; } throw e; } CATCH_009d: {// begin catch(System.Exception) V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); String_t* L_27 = V_0; Type_t* L_28; L_28 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.ComponentModel.BaseNumberConverter::get_TargetType() */, __this); NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_28); String_t* L_30; L_30 = SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), L_27, L_29, NULL); Exception_t* L_31 = V_3; ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_32 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_32); ArgumentException__ctor_m790F28810569425B0503056EF1A9CDDF9AFBB3F0(L_32, L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), L_31, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseNumberConverter_ConvertFrom_mAC29686169A55736CD527CB44D3E8DB0D697C7DB_RuntimeMethod_var))); }// end catch (depth: 1) IL_00c0: { RuntimeObject* L_33 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_34 = ___1_culture; RuntimeObject* L_35 = ___2_value; RuntimeObject* L_36; L_36 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_33, L_34, L_35, NULL); return L_36; } IL_00ca: { RuntimeObject* L_37 = V_1; return L_37; } } // System.Object System.ComponentModel.BaseNumberConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BaseNumberConverter_ConvertTo_m46174D69B2F224A17A25C88B162C0270DE801CF2 (BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* V_0 = NULL; { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseNumberConverter_ConvertTo_m46174D69B2F224A17A25C88B162C0270DE801CF2_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_0062; } } { RuntimeObject* L_7 = ___2_value; if (!L_7) { goto IL_0062; } } { Type_t* L_8; L_8 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.ComponentModel.BaseNumberConverter::get_TargetType() */, __this); RuntimeObject* L_9 = ___2_value; NullCheck(L_8); bool L_10; L_10 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(118 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_8, L_9); if (!L_10) { goto IL_0062; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11 = ___1_culture; if (L_11) { goto IL_0043; } } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12; L_12 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); ___1_culture = L_12; } IL_0043: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_13 = ___1_culture; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_14 = { reinterpret_cast (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_15; L_15 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_14, NULL); NullCheck(L_13); RuntimeObject* L_16; L_16 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_13, L_15); V_0 = ((NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472*)CastclassSealed((RuntimeObject*)L_16, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = ___2_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_18 = V_0; String_t* L_19; L_19 = VirtualFuncInvoker2< String_t*, RuntimeObject*, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14 /* System.String System.ComponentModel.BaseNumberConverter::ToString(System.Object,System.Globalization.NumberFormatInfo) */, __this, L_17, L_18); return L_19; } IL_0062: { Type_t* L_20 = ___3_destinationType; NullCheck(L_20); bool L_21; L_21 = Type_get_IsPrimitive_m46ACAAB8F754D37713E3E45437705F4F58FAFA18(L_20, NULL); if (!L_21) { goto IL_0075; } } { RuntimeObject* L_22 = ___2_value; Type_t* L_23 = ___3_destinationType; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_24 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); RuntimeObject* L_25; L_25 = Convert_ChangeType_m2AA053891B5D1BD5CA7689B72EE5ADC95CD3E14B(L_22, L_23, L_24, NULL); return L_25; } IL_0075: { RuntimeObject* L_26 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_27 = ___1_culture; RuntimeObject* L_28 = ___2_value; Type_t* L_29 = ___3_destinationType; RuntimeObject* L_30; L_30 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_26, L_27, L_28, L_29, NULL); return L_30; } } // System.Boolean System.ComponentModel.BaseNumberConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseNumberConverter_CanConvertTo_m6108C34CF9DF475BF4074181348848BCE6C53F76 (BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_context; Type_t* L_1 = ___1_destinationType; bool L_2; L_2 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_0, L_1, NULL); if (L_2) { goto IL_0011; } } { Type_t* L_3 = ___1_destinationType; NullCheck(L_3); bool L_4; L_4 = Type_get_IsPrimitive_m46ACAAB8F754D37713E3E45437705F4F58FAFA18(L_3, NULL); return L_4; } IL_0011: { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.BooleanConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanConverter_CanConvertFrom_mD1A1ADBAB30E4ED54C20554B62F6E4C38369E6CE (BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_001b; } } { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } IL_001b: { return (bool)1; } } // System.Object System.ComponentModel.BooleanConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BooleanConverter_ConvertFrom_m828B810B45C660FD12088B64754C92984D043092 (BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___2_value; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (!L_1) { goto IL_003c; } } { String_t* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_2, NULL); V_0 = L_3; } try {// begin try (depth: 1) String_t* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); bool L_5; L_5 = Boolean_Parse_mC9B4406FE9DA904E2B7D75267CAD38E837D39A6D(L_4, NULL); bool L_6 = L_5; RuntimeObject* L_7 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_6); V_1 = L_7; goto IL_0046; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001f; } throw e; } CATCH_001f: {// begin catch(System.FormatException) V_2 = ((FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)); RuntimeObject* L_8 = ___2_value; String_t* L_9; L_9 = SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), ((String_t*)CastclassSealed((RuntimeObject*)L_8, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var)))), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06)), NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_10 = V_2; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_11 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_11); FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(L_11, L_9, L_10, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BooleanConverter_ConvertFrom_m828B810B45C660FD12088B64754C92984D043092_RuntimeMethod_var))); }// end catch (depth: 1) IL_003c: { RuntimeObject* L_12 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_13 = ___1_culture; RuntimeObject* L_14 = ___2_value; RuntimeObject* L_15; L_15 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_12, L_13, L_14, NULL); return L_15; } IL_0046: { RuntimeObject* L_16 = V_1; return L_16; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.BooleanConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* BooleanConverter_GetStandardValues_m748173E319A659C8D26EF251DE71C75C83ED2E0C (BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* G_B2_0 = NULL; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* G_B1_0 = NULL; { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_0 = ((BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9_StaticFields*)il2cpp_codegen_static_fields_for(BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9_il2cpp_TypeInfo_var))->___s_values_2; il2cpp_codegen_memory_barrier(); StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0030; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2; bool L_4 = ((bool)1); RuntimeObject* L_5 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_4); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (RuntimeObject*)L_5); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_3; bool L_7 = ((bool)0); RuntimeObject* L_8 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_7); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(1), (RuntimeObject*)L_8); StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_9 = (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*)il2cpp_codegen_object_new(StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); NullCheck(L_9); StandardValuesCollection__ctor_m9049046DA81FD7B6FE279E063A43DC9B1D3B26B0(L_9, (RuntimeObject*)L_6, NULL); StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_10 = L_9; il2cpp_codegen_memory_barrier(); ((BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9_StaticFields*)il2cpp_codegen_static_fields_for(BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9_il2cpp_TypeInfo_var))->___s_values_2 = L_10; Il2CppCodeGenWriteBarrier((void**)(&((BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9_StaticFields*)il2cpp_codegen_static_fields_for(BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9_il2cpp_TypeInfo_var))->___s_values_2), (void*)L_10); G_B2_0 = L_10; } IL_0030: { return G_B2_0; } } // System.Boolean System.ComponentModel.BooleanConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanConverter_GetStandardValuesSupported_mDEE5DB63C7EE136CF18FED6BE1DCB90749603D91 (BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.ComponentModel.BooleanConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanConverter__ctor_m50990A1CB60D3557199985EF164FF1E8AFCADC87 (BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, 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.Type System.ComponentModel.ByteConverter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ByteConverter_get_TargetType_m81EFBF9435A27B143816FF919B8229E72B66815D (ByteConverter_t389CFF7D7C105369A45019A0F1482EC3553A930E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } // System.Object System.ComponentModel.ByteConverter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ByteConverter_FromString_m9A856D9C0B8BD313C9EC7275AAECE53C0BC26159 (ByteConverter_t389CFF7D7C105369A45019A0F1482EC3553A930E* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = Convert_ToByte_mC835E3C6004C07A7828640861C7E57DF6F42D0E9(L_0, L_1, NULL); uint8_t L_3 = L_2; RuntimeObject* L_4 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.ByteConverter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ByteConverter_FromString_m9E2C8B3547011ED49AB13EB05197ADEDD37A6D00 (ByteConverter_t389CFF7D7C105369A45019A0F1482EC3553A930E* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; uint8_t L_2; L_2 = Byte_Parse_m7866E33CE8480D5A4482C65F0CF9D1CCF0BD887C(L_0, 7, L_1, NULL); uint8_t L_3 = L_2; RuntimeObject* L_4 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.ByteConverter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteConverter_ToString_m6AEDBEAD9116A7D271669CF4432DAE220E060D1C (ByteConverter_t389CFF7D7C105369A45019A0F1482EC3553A930E* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_0, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = Byte_ToString_m64EE358F20093EE61D30F9A21638D9E9EE8F87EC((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } // System.Void System.ComponentModel.ByteConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteConverter__ctor_m5003947CAAADFA466552AFF7B8AD60B05373065A (ByteConverter_t389CFF7D7C105369A45019A0F1482EC3553A930E* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, 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.Boolean System.ComponentModel.CharConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CharConverter_CanConvertFrom_mF119E7E1209FB77F491D075D47F4E7CD3F7FC3CD (CharConverter_tD4F708C52AEE35AD31333F772B77696BA084373C* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_001b; } } { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } IL_001b: { return (bool)1; } } // System.Object System.ComponentModel.CharConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CharConverter_ConvertTo_m21102700CC4627C4D1CE08EC0083E0CB7A60150E (CharConverter_tD4F708C52AEE35AD31333F772B77696BA084373C* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0029; } } { RuntimeObject* L_4 = ___2_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_4, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))) { goto IL_0029; } } { RuntimeObject* L_5 = ___2_value; if (((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_5, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))))) { goto IL_0029; } } { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_0029: { RuntimeObject* L_6 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7 = ___1_culture; RuntimeObject* L_8 = ___2_value; Type_t* L_9 = ___3_destinationType; RuntimeObject* L_10; L_10 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_6, L_7, L_8, L_9, NULL); return L_10; } } // System.Object System.ComponentModel.CharConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CharConverter_ConvertFrom_m2041904F485ECB92962F72464603513FAF6E2069 (CharConverter_tD4F708C52AEE35AD31333F772B77696BA084373C* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject* L_0 = ___2_value; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (!L_1) { goto IL_0056; } } { String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_001a; } } { String_t* L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_4, NULL); V_0 = L_5; } IL_001a: { String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_004f; } } { String_t* L_8 = V_0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); if ((((int32_t)L_9) == ((int32_t)1))) { goto IL_0042; } } { String_t* L_10 = V_0; String_t* L_11; L_11 = SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E)), NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_12 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_12); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_12, L_11, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharConverter_ConvertFrom_m2041904F485ECB92962F72464603513FAF6E2069_RuntimeMethod_var))); } IL_0042: { String_t* L_13 = V_0; NullCheck(L_13); Il2CppChar L_14; L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_13, 0, NULL); Il2CppChar L_15 = L_14; RuntimeObject* L_16 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_15); return L_16; } IL_004f: { Il2CppChar L_17 = ((Il2CppChar)0); RuntimeObject* L_18 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_17); return L_18; } IL_0056: { RuntimeObject* L_19 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20 = ___1_culture; RuntimeObject* L_21 = ___2_value; RuntimeObject* L_22; L_22 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_19, L_20, L_21, NULL); return L_22; } } // System.Void System.ComponentModel.CharConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharConverter__ctor_mAECCE3138B852CE9372679376C3E73D31034137F (CharConverter_tD4F708C52AEE35AD31333F772B77696BA084373C* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.CollectionChangeEventArgs::.ctor(System.ComponentModel.CollectionChangeAction,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionChangeEventArgs__ctor_m84C25CBEFBE5495FD3FDB74C9F7A749979472218 (CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* __this, int32_t ___0_action, RuntimeObject* ___1_element, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_action; __this->___U3CActionU3Ek__BackingField_1 = L_0; RuntimeObject* L_1 = ___1_element; __this->___U3CElementU3Ek__BackingField_2 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CElementU3Ek__BackingField_2), (void*)L_1); return; } } // System.ComponentModel.CollectionChangeAction System.ComponentModel.CollectionChangeEventArgs::get_Action() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionChangeEventArgs_get_Action_mF29B294120945FBB1692E808C7F95F5407E9C73E (CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CActionU3Ek__BackingField_1; return L_0; } } // System.Object System.ComponentModel.CollectionChangeEventArgs::get_Element() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionChangeEventArgs_get_Element_m7F501F96FA9A03405FC283EC34E74BD97E936A93 (CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CElementU3Ek__BackingField_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 void CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_Multicast(CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50* __this, RuntimeObject* ___0_sender, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* ___1_e, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_sender, ___1_e, reinterpret_cast(currentDelegate->___method_3)); } } void CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenInst(CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50* __this, RuntimeObject* ___0_sender, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); typedef void (*FunctionPointerType) (RuntimeObject*, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_e, method); } void CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenStatic(CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50* __this, RuntimeObject* ___0_sender, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_e, method); } void CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenStaticInvoker(CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50* __this, RuntimeObject* ___0_sender, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* ___1_e, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_sender, ___1_e); } void CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_ClosedStaticInvoker(CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50* __this, RuntimeObject* ___0_sender, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* ___1_e, const RuntimeMethod* method) { InvokerActionInvoker3< RuntimeObject*, RuntimeObject*, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_sender, ___1_e); } void CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenVirtual(CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50* __this, RuntimeObject* ___0_sender, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); VirtualActionInvoker1< CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_e); } void CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenInterface(CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50* __this, RuntimeObject* ___0_sender, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); InterfaceActionInvoker1< CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_e); } void CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenGenericVirtual(CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50* __this, RuntimeObject* ___0_sender, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericVirtualActionInvoker1< CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* >::Invoke(method, ___0_sender, ___1_e); } void CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenGenericInterface(CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50* __this, RuntimeObject* ___0_sender, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericInterfaceActionInvoker1< CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* >::Invoke(method, ___0_sender, ___1_e); } // System.Void System.ComponentModel.CollectionChangeEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionChangeEventHandler__ctor_mD156314A1775DD9DD858912216685A469D6E2D8C (CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 1; if (isOpen) { if (__this->___method_is_virtual_12) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenGenericInterface; else __this->___invoke_impl_1 = (intptr_t)&CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenInterface; else __this->___invoke_impl_1 = (intptr_t)&CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenVirtual; } else { __this->___invoke_impl_1 = (intptr_t)&CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7_Multicast; } // System.Void System.ComponentModel.CollectionChangeEventHandler::Invoke(System.Object,System.ComponentModel.CollectionChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionChangeEventHandler_Invoke_m33B16A0A4D512CD9ED6ABC8C52D88BD5C05649C7 (CollectionChangeEventHandler_tEC0AAABD75A4FDAEC5A3E8A0C754AC9A6F692F50* __this, RuntimeObject* ___0_sender, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, CollectionChangeEventArgs_t27A05C16B442D16E079F0932D315156EFD82AB1D*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_e, reinterpret_cast(__this->___method_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.String System.ComponentModel.CultureInfoConverter::get_DefaultCultureString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoConverter_get_DefaultCultureString_m67402F1907F1E31D8457618B326CE7639563DFEA (CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97D1540BF1B4DEE115A900710D7D567E814478C0); s_Il2CppMethodInitialized = true; } { return _stringLiteral97D1540BF1B4DEE115A900710D7D567E814478C0; } } // System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoConverter_GetCultureName_m1CAFCBE31DF96C0D084B8F8A8B4E873EDA9A4977 (CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___0_culture, const RuntimeMethod* method) { { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___0_culture; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_0); return L_1; } } // System.Boolean System.ComponentModel.CultureInfoConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfoConverter_CanConvertFrom_m7AE85FA250A3C47B45D74B7A3DD8047352250055 (CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } } // System.Boolean System.ComponentModel.CultureInfoConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfoConverter_CanConvertTo_m9B46D3EC8609038D2249D58C632AE3EA7A47B860 (CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_destinationType; bool L_6; L_6 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_4, L_5, NULL); return L_6; } } // System.Object System.ComponentModel.CultureInfoConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CultureInfoConverter_ConvertFrom_m08DA8D40B47CB657519AE916098092C598F6C969 (CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97D1540BF1B4DEE115A900710D7D567E814478C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_4 = NULL; RuntimeObject* V_5 = NULL; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___2_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_015b; } } { RuntimeObject* L_1 = ___2_value; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2; L_2 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_3; L_3 = VirtualFuncInvoker1< String_t*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* >::Invoke(10 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, __this, L_2); NullCheck(L_3); bool L_4; L_4 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_3, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL); if (!L_4) { goto IL_0035; } } { RuntimeObject* L_5 = ___2_value; il2cpp_codegen_runtime_class_init_inline(CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E_il2cpp_TypeInfo_var); String_t* L_6; L_6 = CultureInfoMapper_GetCultureInfoName_mFF49C01EF33EC4CE3052A0B74806924F62302C3F(((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)), NULL); V_0 = L_6; } IL_0035: { V_1 = (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)NULL; String_t* L_7; L_7 = CultureInfoConverter_get_DefaultCultureString_m67402F1907F1E31D8457618B326CE7639563DFEA(__this, NULL); V_2 = L_7; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8 = ___1_culture; if (!L_8) { goto IL_0054; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10; L_10 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); NullCheck(L_9); bool L_11; L_11 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_9, L_10); if (!L_11) { goto IL_0054; } } { V_2 = _stringLiteral97D1540BF1B4DEE115A900710D7D567E814478C0; } IL_0054: { String_t* L_12 = V_0; if (!L_12) { goto IL_0069; } } { String_t* L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL); if (!L_14) { goto IL_0069; } } { String_t* L_15 = V_0; String_t* L_16 = V_2; int32_t L_17; L_17 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_15, L_16, 4, NULL); if (L_17) { goto IL_006f; } } IL_0069: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_18; L_18 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); V_1 = L_18; } IL_006f: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_19 = V_1; if (L_19) { goto IL_00c6; } } { RuntimeObject* L_20 = ___0_context; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_21; L_21 = VirtualFuncInvoker1< StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*, RuntimeObject* >::Invoke(8 /* System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.TypeConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) */, __this, L_20); NullCheck(L_21); RuntimeObject* L_22; L_22 = StandardValuesCollection_GetEnumerator_m0484C08651E32F669A0624D29E44C6CDEB550F6C(L_21, NULL); V_3 = L_22; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00b2: {// begin finally (depth: 1) { RuntimeObject* L_23 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_24 = V_5; if (!L_24) { goto IL_00c5; } } { RuntimeObject* L_25 = V_5; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_25); } IL_00c5: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_00a8_1; } IL_0081_1: { RuntimeObject* L_26 = V_3; NullCheck(L_26); RuntimeObject* L_27; L_27 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_26); V_4 = ((CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)CastclassClass((RuntimeObject*)L_27, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_28 = V_4; if (!L_28) { goto IL_00a8_1; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_29 = V_4; String_t* L_30; L_30 = VirtualFuncInvoker1< String_t*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* >::Invoke(10 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, __this, L_29); String_t* L_31 = V_0; int32_t L_32; L_32 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_30, L_31, 4, NULL); if (L_32) { goto IL_00a8_1; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_33 = V_4; V_1 = L_33; goto IL_00c6; } IL_00a8_1: { RuntimeObject* L_34 = V_3; NullCheck(L_34); bool L_35; L_35 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_34); if (L_35) { goto IL_0081_1; } } { goto IL_00c6; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00c6: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_36 = V_1; if (L_36) { goto IL_00d5; } } try {// begin try (depth: 1) String_t* L_37 = V_0; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_38 = (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)il2cpp_codegen_object_new(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); NullCheck(L_38); CultureInfo__ctor_m13C68B1478A97FC5FA9653C46B2C42DA01573FFB(L_38, L_37, NULL); V_1 = L_38; goto IL_00d5; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00d2; } throw e; } CATCH_00d2: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00d5; }// end catch (depth: 1) IL_00d5: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_39 = V_1; if (L_39) { goto IL_0140; } } { String_t* L_40 = V_0; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_41; L_41 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); NullCheck(L_40); String_t* L_42; L_42 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_40, L_41, NULL); V_0 = L_42; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_43 = __this->____values_2; NullCheck(L_43); RuntimeObject* L_44; L_44 = StandardValuesCollection_GetEnumerator_m0484C08651E32F669A0624D29E44C6CDEB550F6C(L_43, NULL); V_3 = L_44; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_012c: {// begin finally (depth: 1) { RuntimeObject* L_45 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_45, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_46 = V_5; if (!L_46) { goto IL_013f; } } { RuntimeObject* L_47 = V_5; NullCheck(L_47); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_47); } IL_013f: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0122_1; } IL_00f2_1: { RuntimeObject* L_48 = V_3; NullCheck(L_48); RuntimeObject* L_49; L_49 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_48); V_6 = ((CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)CastclassClass((RuntimeObject*)L_49, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_50 = V_6; if (!L_50) { goto IL_0122_1; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_51 = V_6; String_t* L_52; L_52 = VirtualFuncInvoker1< String_t*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* >::Invoke(10 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, __this, L_51); il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_53; L_53 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); NullCheck(L_52); String_t* L_54; L_54 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_52, L_53, NULL); String_t* L_55 = V_0; NullCheck(L_54); bool L_56; L_56 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_54, L_55, NULL); if (!L_56) { goto IL_0122_1; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_57 = V_6; V_1 = L_57; goto IL_0140; } IL_0122_1: { RuntimeObject* L_58 = V_3; NullCheck(L_58); bool L_59; L_59 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_58); if (L_59) { goto IL_00f2_1; } } { goto IL_0140; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0140: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_60 = V_1; if (L_60) { goto IL_0159; } } { RuntimeObject* L_61 = ___2_value; String_t* L_62; L_62 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA6F9AB0C2DF86EDD7D27572A9069BF898C1F5075)), ((String_t*)CastclassSealed((RuntimeObject*)L_61, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var)))), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_63 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_63); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_63, L_62, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfoConverter_ConvertFrom_m08DA8D40B47CB657519AE916098092C598F6C969_RuntimeMethod_var))); } IL_0159: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_64 = V_1; return L_64; } IL_015b: { RuntimeObject* L_65 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_66 = ___1_culture; RuntimeObject* L_67 = ___2_value; RuntimeObject* L_68; L_68 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_65, L_66, L_67, NULL); return L_68; } } // System.Object System.ComponentModel.CultureInfoConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CultureInfoConverter_ConvertTo_m708D230C9685628EDFEC384AE58E05978EED0D30 (CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97D1540BF1B4DEE115A900710D7D567E814478C0); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_2 = NULL; ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_3 = NULL; { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfoConverter_ConvertTo_m708D230C9685628EDFEC384AE58E05978EED0D30_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_0063; } } { String_t* L_7; L_7 = CultureInfoConverter_get_DefaultCultureString_m67402F1907F1E31D8457618B326CE7639563DFEA(__this, NULL); V_1 = L_7; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8 = ___1_culture; if (!L_8) { goto IL_0045; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10; L_10 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); NullCheck(L_9); bool L_11; L_11 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_9, L_10); if (!L_11) { goto IL_0045; } } { V_1 = _stringLiteral97D1540BF1B4DEE115A900710D7D567E814478C0; } IL_0045: { RuntimeObject* L_12 = ___2_value; if (!L_12) { goto IL_0050; } } { RuntimeObject* L_13 = ___2_value; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_14; L_14 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); if ((!(((RuntimeObject*)(RuntimeObject*)L_13) == ((RuntimeObject*)(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)L_14)))) { goto IL_0054; } } IL_0050: { String_t* L_15 = V_1; V_0 = L_15; goto IL_0061; } IL_0054: { RuntimeObject* L_16 = ___2_value; String_t* L_17; L_17 = VirtualFuncInvoker1< String_t*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* >::Invoke(10 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, __this, ((CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)CastclassClass((RuntimeObject*)L_16, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var))); V_0 = L_17; } IL_0061: { String_t* L_18 = V_0; return L_18; } IL_0063: { Type_t* L_19 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_20 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_21; L_21 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_20, NULL); bool L_22; L_22 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_19, L_21, NULL); if (!L_22) { goto IL_00c7; } } { RuntimeObject* L_23 = ___2_value; if (!((CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)IsInstClass((RuntimeObject*)L_23, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var))) { goto IL_00c7; } } { RuntimeObject* L_24 = ___2_value; V_2 = ((CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)CastclassClass((RuntimeObject*)L_24, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_25 = { reinterpret_cast (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_26; L_26 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_25, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_27 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_28 = L_27; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_29 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t* L_30; L_30 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_29, NULL); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_30); (L_28)->SetAt(static_cast(0), (Type_t*)L_30); NullCheck(L_26); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_31; L_31 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_26, L_28, NULL); V_3 = L_31; ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_32 = V_3; il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); bool L_33; L_33 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_32, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL); if (!L_33) { goto IL_00c7; } } { ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_34 = V_3; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_35 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_36 = L_35; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_37 = V_2; NullCheck(L_37); String_t* L_38; L_38 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_37); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_38); (L_36)->SetAt(static_cast(0), (RuntimeObject*)L_38); InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_39 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); NullCheck(L_39); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_39, L_34, (RuntimeObject*)L_36, NULL); return L_39; } IL_00c7: { RuntimeObject* L_40 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_41 = ___1_culture; RuntimeObject* L_42 = ___2_value; Type_t* L_43 = ___3_destinationType; RuntimeObject* L_44; L_44 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_40, L_41, L_42, L_43, NULL); return L_44; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.CultureInfoConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* CultureInfoConverter_GetStandardValues_mCA3722271B4D12891712E1CF18E02E5B9E62A8D4 (CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisCultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_mA4E41ACA558958DA6DC4EC2AF9E0DE4C0D768071_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureComparer_tCDBDA7B5A0600BCE6C2FC2721AADD2F48EEA7B0D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* V_0 = NULL; int32_t V_1 = 0; CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* V_2 = NULL; { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_0 = __this->____values_2; if (L_0) { goto IL_0068; } } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_1; L_1 = CultureInfo_GetCultures_m70BC8F78E30943F1267A8393EACCE48A1C736BAC(3, NULL); V_0 = L_1; CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_2 = V_0; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3; L_3 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); int32_t L_4; L_4 = Array_IndexOf_TisCultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_mA4E41ACA558958DA6DC4EC2AF9E0DE4C0D768071(L_2, L_3, Array_IndexOf_TisCultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_mA4E41ACA558958DA6DC4EC2AF9E0DE4C0D768071_RuntimeMethod_var); V_1 = L_4; int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_002e; } } { CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); ArrayElementTypeCheck (L_6, NULL); (L_6)->SetAt(static_cast(L_7), (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)NULL); CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_8 = V_0; NullCheck(L_8); CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_9 = (CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F*)(CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F*)SZArrayNew(CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); V_2 = L_9; goto IL_0039; } IL_002e: { CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_10 = V_0; NullCheck(L_10); CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_11 = (CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F*)(CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F*)SZArrayNew(CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_10)->max_length)), 1))); V_2 = L_11; } IL_0039: { CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_12 = V_0; CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_13 = V_2; CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_14 = V_0; NullCheck(L_14); Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900((RuntimeArray*)L_12, (RuntimeArray*)L_13, ((int32_t)(((RuntimeArray*)L_14)->max_length)), NULL); CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_15 = V_2; CultureComparer_tCDBDA7B5A0600BCE6C2FC2721AADD2F48EEA7B0D* L_16 = (CultureComparer_tCDBDA7B5A0600BCE6C2FC2721AADD2F48EEA7B0D*)il2cpp_codegen_object_new(CultureComparer_tCDBDA7B5A0600BCE6C2FC2721AADD2F48EEA7B0D_il2cpp_TypeInfo_var); NullCheck(L_16); CultureComparer__ctor_m669E3B085CBD13AF6B1F4A9F4EC62E0BE5FEABB4(L_16, __this, NULL); Array_Sort_mCAA68804E8A393AE2E86ACBBE3F70BC4A5CA21CB((RuntimeArray*)L_15, L_16, NULL); CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_17 = V_2; NullCheck(L_17); int32_t L_18 = 0; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_19 = (L_17)->GetAt(static_cast(L_18)); if (L_19) { goto IL_005c; } } { CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_20 = V_2; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_21; L_21 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(0), (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)L_21); } IL_005c: { CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_22 = V_2; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_23 = (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*)il2cpp_codegen_object_new(StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); NullCheck(L_23); StandardValuesCollection__ctor_m9049046DA81FD7B6FE279E063A43DC9B1D3B26B0(L_23, (RuntimeObject*)L_22, NULL); __this->____values_2 = L_23; Il2CppCodeGenWriteBarrier((void**)(&__this->____values_2), (void*)L_23); } IL_0068: { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_24 = __this->____values_2; return L_24; } } // System.Boolean System.ComponentModel.CultureInfoConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfoConverter_GetStandardValuesSupported_m23F988C7996DF1770880C5C601CA35C52D0F3B9B (CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.ComponentModel.CultureInfoConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfoConverter__ctor_m3A5A00FEC94088590D9C965C65DBDB2D8BF6B1C3 (CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.CultureInfoConverter/CultureComparer::.ctor(System.ComponentModel.CultureInfoConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureComparer__ctor_m669E3B085CBD13AF6B1F4A9F4EC62E0BE5FEABB4 (CultureComparer_tCDBDA7B5A0600BCE6C2FC2721AADD2F48EEA7B0D* __this, CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* ___0_cultureConverter, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* L_0 = ___0_cultureConverter; __this->____converter_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____converter_0), (void*)L_0); return; } } // System.Int32 System.ComponentModel.CultureInfoConverter/CultureComparer::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureComparer_Compare_m4877F8E2E083D3843784C9CCF39E8D85CEC63B1E (CultureComparer_tCDBDA7B5A0600BCE6C2FC2721AADD2F48EEA7B0D* __this, RuntimeObject* ___0_item1, RuntimeObject* ___1_item2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject* L_0 = ___0_item1; if (L_0) { goto IL_000a; } } { RuntimeObject* L_1 = ___1_item2; if (L_1) { goto IL_0008; } } { return 0; } IL_0008: { return (-1); } IL_000a: { RuntimeObject* L_2 = ___1_item2; if (L_2) { goto IL_000f; } } { return 1; } IL_000f: { CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* L_3 = __this->____converter_0; RuntimeObject* L_4 = ___0_item1; NullCheck(L_3); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* >::Invoke(10 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, L_3, ((CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)CastclassClass((RuntimeObject*)L_4, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var))); V_0 = L_5; CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE* L_6 = __this->____converter_0; RuntimeObject* L_7 = ___1_item2; NullCheck(L_6); String_t* L_8; L_8 = VirtualFuncInvoker1< String_t*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* >::Invoke(10 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, L_6, ((CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)CastclassClass((RuntimeObject*)L_7, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var))); V_1 = L_8; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9; L_9 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); NullCheck(L_9); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_10; L_10 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_9); String_t* L_11 = V_0; String_t* L_12 = V_1; NullCheck(L_10); int32_t L_13; L_13 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_10, L_11, L_12, ((int32_t)536870912)); return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 System.ComponentModel.CultureInfoConverter/CultureInfoMapper::CreateMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* CultureInfoMapper_CreateMap_mA81FE0D4803950ECB046257C4753A20FC03F6B33 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m5D77EB3F62FED2B879551BFADA7FE409B56F99F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00C6F1B55511A9A338389FF22A57D640568CACC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral011CA47334C4E5EA5F5B38FD3ED90819E1247824); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01361B8841D0E20ED9265A0F2E2116EECA8276AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01EED870A12DAE42A249C1AC4943F70ED2FB711D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral022BF57DF4D0AFCBAF0602FBCD67C4266BA2D2CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0488886562AD8425988DDF1C13622E79D55CB28C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04D075D0C7A0679E1C9497A8D89D212776BD107A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05507E8F5A859CF7EA92B42F464DFBB3BA78722A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05B7AB3E30BCB8EF52C051785A169CFDD2543A02); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06D6A06713CB85E830E4059C79FBF5A1346B0F4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral071214783494311744C11F13208084CDCB478A49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral075D77AFFD3246AF47CFB45BCB913B2C7230865C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07F16131F9636D0BF4AABDD601E6A3C3045B7ADC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09825DB5ECDC49C88709E92B854BF3CC5EB6CA22); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09DBABCF47D177922630CF7626523A2E035CFB16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A2E649A658BE274AC581F6657A7A72888AB33AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A3A75556124F593082AC2A3D951B3739E234221); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B87E468668B6160D9BD3F1A696B652A1D1A86AD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C45DB50527FCFAD456E74EB416B617329505309); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CC3EE569CF3D9A83A265AECAF7B83BA60309E20); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CD43B206DD827306997AAE32530E5B342A98CDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D393D4258038290EA82778FA1C84B712321C953); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DBA36F38C7E6362803E7B2908E2D02EB7677097); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DF52374CCE8AA942D55172FF34E782E0277521F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FC1C916C0086E8D8CD96C24363DF543CB9F46B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral101A7954A9AC3FB9F8B051BCDA2F6DE45FCD9344); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral102AFBF07884ED746F10B805235E4D8D8F361DF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10E88D340E477ADF254E0143091B9F05949045EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10F2E7A1019FD6CA13579072B853A171D56A0E1E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11B9FCE077AC90A54EA76A75593EB2272AC4E0AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1222CBA0F3916772E4DE301BF2A0AE0FA1E5CDAE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12612495A11666F6B1DF719AE9865A91642F99BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral127296EDE81B2255CCD07E0003014F1A2B4964FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1347CC758DD03B7B2BC93F84F3DF40D914A5A74C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral143BD2A0ACE85FFE00B531AD18C4AB6CD2CB6DCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14C810724E491E1B357D511BF6A90372FC671A9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14E12C93FEC6B1C5C83995F182FE26328BED84BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14ED34B033624F115AA75357DA04F496E3CE31AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral157B3466FD1F73B3486CE5E071D1B3FFEAE8636E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16024330A044BEB6BD60DA0D270878CD31B28C70); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16EE8AC9B9196A68CF5C20D074DCC78E2780129E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17A0B4BA751F074CE8241ED895C0F1A9137AEDBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17A5AD13F3B52AA01A6CBB2F9F414BE34E8AB9A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17AC704962207F5BE007EB0B56C85EBAD02ED46D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral185A7479EE7271FD8470CA3071E4DD25D1D18787); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19534F0F3A332AF4B330D3A21F33BBBE01F73B78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1954157DCC1F195909E0A8DE4A595447F82E283B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AFAF36D3B2FA7A360E517608431C7ED5B9E50D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B1A47B52D6822514A71B356586A96A6435D8700); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B62E5629805E3224249BCAA0D9ECBB4C84AE48B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BBE73EAA86910ED71AD8C03B3E17A79F45E2357); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DA5DC913479A82358277CA2F04038DB86AB5228); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E0F0D86F951CC4FB5B3CF344C63C714D7CB3875); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E37B1B3BD5AF4B2C6E383878F32CA4F2E3E2FD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E61977B2186CBFC8186F7C220214A31D99690A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E6E0886F42B82E76D138FA93C3AD4C1204F93BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E845D250DA306BE2DC7FE9FB5942BE100763987); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1ED475215C1D73644F49BE82585D0F808B9851A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F773173D585944BD3ED61B9B81A499B00ED201F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral203DD5C89072A85E4D8D935A3028CCC3E3855F85); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral208F258766D171FF6F52DB0FDDCE4B0E206AE087); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral209FA114201139F57098F86E854139E06EE907C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20BADDD93DC557EFE1521E35F9AA46A066D49907); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20DB97C8310A4D50C91E8880925919A725B6C008); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20DE804B42F6DEDD5DC9ED7A7911A93CAE3C761A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21891196D88CE7D8C3F4D9C3881AE2F583EF6FCD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21A9516B38B8F85533C426D767A3FF8CF349E1D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21E291839B15EA4ACBEF12D312DA68C731CB21A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral220702BCC5C1C54BEDED83D77E4E5425AFBCE65C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23D006BE7B6E494664A9B069101AAC4B011DB3A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral241A49A22744674B6DDDCC3E11891ED23D638EEF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24ACF1BBF43F3850CE89C1C771661404CBDF11B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25319E679F3AD870B99541E0EA77D9DF0A86AE61); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral258CE2C20F878E1F3C5469B7F750A3CDBDD4957E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25BA86D351FA0013EE595518C4713ECE93CB1E7F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26F38753598E196FAE5E238604E373B0341E0E22); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27920DC2FB8DE37077F47844994EF5199A0FCAB3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27F9FAA26FEAB6F9BB290B7B958DB525D1A8B9E6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral284AFBABE08A1A2C2B704A1FD6F372BE26B7DC59); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral299DAA97CA11E49DB3FD4CD342DF8C939BD86DAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A52A294C647BBD447CCE7EDC629A76F7C3E2E91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A644EC71C13B7D9C1BC17C1585F30B8B0935DD1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ABF48C27B12B34F5242ED2F675EFEA46C41888B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ADB6FD3FA0CA506B12F073856855240D7723F6C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AE01542EB00AA9B7CC36264B25327017F38E041); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B4B3585B88A691893C1AE322E53EF38B454AB6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BAE1EC4AD1D2DAA7FBBE5C17BB3EC9CC7AB734A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C0CD9F5C8852A7C22689CB7B123E745F64175CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C1F6ECC3899941B9784C410015470523413C9C7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CE1289231D1E7F9320F920C8796563B73827DC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DA533FDC05C13330E98526FB55774E5FF01288D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DCA43C11B4C5FBDF1E3C884907C589EE4FC656F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DF4708C1CBFCA217D7D0BE224E4E2C88432DFE6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F3DB030C8BDF0926D14123D900497AE12BB3AD1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F455B860C4CC566561274CD753C53E3B52EF37D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F59628CFCF68C1C363F48F1FB91CF30C77F0D31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FCCB927116B797558C9D1B29A052EEBB10D47E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral311E47896EB09D0C93148A3A7DD194B85327AC1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral313F9FEF4DBF9EE7D8894B21913C6FE0865588B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3199E2C2B4EBA635319520A427C4B8D19946D597); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral332D44BE3C2BFDD83BCB8ED0196C3F53A1FF8BFB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33628DD0604F1FE1A5D01122F701F38F294AA214); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34043BE541981DB6A732B542E0ACD475D1B975CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral348F795562B7A6A4F83B595BAB7BE08343DF784A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral353E581695898DC28CAF38345F8165FF705286F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral365C2C47B00BB9CCEE149C6674403770198BA70F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3685EBB61E1AF531C1AFC10462078256499D352C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36F854F98B00FF8A1ED1B04D3AEFEF2C880A4770); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral374F214492362E1F2DB673A2F3ED72E45BA97B81); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral375ED8BBE05A9343F552D3F8863536344C38BCA2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37632A05AA57D1A015588FEE82A3FA0D91E5A75A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral376CA77BE87EBF24FE3233A567285926D6704A8E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37D9355596FAD156827AFAD9F84C1DC1084F86C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38F6D66E41DCDEB057EB8E39140C34252368CAE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3966839FEA4CCE51FE9C2295DFC90B15728FAF33); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral399C1559C8807F223691056D6B401711AD1E9CFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39AE202157A916F93F271FD9CB16E7388B0666BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A06659E0ACAD9DD31AEFE38E2B3B8D0101EEA6E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A50E886F50E292CF8471ADF9B446694CBE92C2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A971881AF6B7B211E34707E857DEC5F36487877); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B0BEA6A582AD284DF123696C88128AD578A3354); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B164D64371A8772DDDB39880ECB5CAD5E06D95D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BCF8F37AD5C3595DDDDB56DD5AC60E7B763E39A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CB14926506D11E623C2758F055A9A0A04735988); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CB282C0242220D94FA6144DEBD4B0639B0AF2D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CCAE48802A2B91D91564D685BC9A13CB4B2E1D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CF9D89187468E41A71363A823462A2C0AFFEE3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D55FB6D3D93608D57BD7AF02FC9550B305934B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D6D734DEBBED876ACCE345C9610724AC3059AE3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D765263C7BA10FD2DC922D038B27D0FCBC8D3D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D7778B659B3EBE73D75D97F51A73A4C3E7B7DEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D925625F71BBDB73A0D342806C20383C9BA9CD5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EF7E97E647F9A0B5DBB33D451D80A9CED37C654); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4031FB2EA4AE1E5AE87F24223CFF33E3A4C45784); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral405E2BF35FC2008AE31C02BAED229F0ADE7E993F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral409676BCEAA2BBAA8CF4A4F2D86091684098CB32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40EB80C63444AB5F19613C7C4DB7B2C5194F02FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40FFBC466C5A3C4D3C97548F8ABE3B4807735FAE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral411328624A6DC410237150D351A2A7810F3742AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4125CC5D7E34238A72CA6F51FD549E61598BC6AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41832A0540939B1AF32468A96B9720EC4FEC1F8F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4399C6958675BE62D526A24CC188CD5283A40B0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4416EEADFDC9F107B2FC5A8EECE0839922C6BFD5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral442D1BE81DAC116BECC64F549C372FD66AABB8EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44907CA01974BDBC34FFE11D4A64F9B183479481); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral458900444DB365FBD175899DC977E9452076EB8E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45CC98220E225BA0846A8653570358F063BBEA4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45CD5D171FB77350DC87D12C7F265816529F6C9F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45E8B4F72964EBCE6D31856F5523066F51BB9ABE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4658E23C00EC1F3203E84B4A03550528637AB362); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47FE89550E051B8BB43B3E89E9B19ECE01F3EF3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48BBE062A58724E48F07C136555300D9DDBA483E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48EB792442DEF8C82B0D4F1A3BDDADA9BA3A50D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4972A8E2D288E83DEF7E88A72651D94CEFC19BC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral499A3BD80FEB9D42D35992E87581DBBE25FAFB2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A4D17DD531781ED69AFC2ED5B9837E1D3918F7D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A86F1C4929F883CEA301B930C2B847420242099); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B793DFDC901B8148482161BA7DA76CAE1DD3E7A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B896CA0A2BC44D9A8CED783CEFABA7570F20DBD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C1B65C594A71D2CC73F19BFAC8832100C5F1E32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C368A630780392C988B8F5DBAEAEA493CBB70A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C39A8FDE3FB960AC4EC496F3CEC666719740283); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C83C5E44341CC3FEBDDF262F54B339B85937579); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4CBF7BCD7E91F35AFEA889B37FAAA24D56F513D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4EED409135BF7F9C98C779D829F2E99407E1024C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F47597A07ED8A193B04A481F84B004D52B18F99); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F99A60B890B4A5CB45FF2BBF74489417995E76D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50BFF489303364E4236225FDF9AF534E8531FD8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5139E029316FC42BB637B14F722A17D6F7226870); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5187E4955862A293E7C3DFA51B51BE6B1BC006D0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5204BE9DC83E65F70358D48FB17D94E257C49CE8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral529529DE3F79903FE5990627512F95BF52AD7BA5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53EF9C6CC0505C233924EAAE6E39D3B66F48A9A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral541ADAD93719A7753AA265CAD6BA6276D2686025); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral542DA81119F7A77E88E01441B45AD46258271DC7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral552ACC9B537B9D8F21FB8959A8163F4ACCD36027); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55772EA44D07798D30C9C7B67BFF6C877687F16E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral557DFA5DA99BB11B67A0829DFCE8F1881DCC7B7B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55DE2F61C20C442B6850E61C30F11AAD12870584); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55E16D2AD86FE46BFF30519C4F338AF771F34EC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral560D8592B15B57F1DABF637645C39FB370476C84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral561357A43AFC43D221B9F230B04E836DD73101EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5690FED961990D9B80A8B43A537395B627E6F077); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral576D6F8267251A1AB20CB0099BA9A1E1467675CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5975C15CE93964875F9552D6D358B69EBB85393A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A1377E9EF04424037697E06412CDB6F29BDE412); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEAF2D104AF963C3AE99C1BC8BA9A08D0F61320); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BFB046F8A244A5090ECD5F19EF3A6A728E2F5B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C34E4B24B06C5C08101A2404195DD81EF23BBFF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C5B6FF00E25EE4ACC0830B1F455754D7F3FE489); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CD33E9356AD4B75311B10BB05D90BFAC329C47A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D0525979B1582791088F6467DFB18D79C7CCC15); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D28833728BC77FD05CF314057619B5F963293BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D796EE8E8104B48A727BE1C6801F3EA00EF51F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E06713FE172890E089E1C688B12B1A05204A922); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E1E2620285964F947D165F665A170CBCB80AFE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F38E04BE574DBA113CADB24909A0D5CC682F0F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F407420B0D579907ADF62D350344C70749455D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F6102B9677963022D97E4F75BA5F55535F9F65F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FE146AE3F4424459E12176DF54ED4B29D8B1FF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral602B619395B6225240651B2BD92A72C733BCA60C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60562A00E8843BDD859695D99DF7297D87FD7A87); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60A7FCCD5495105E52B61D437F029799FFAAC956); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60DBA695A8B72E96C6ABCB74108071B346758681); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62227C72545261E4D5D2D342B4C9DB4BDD0CA2AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62ADD81204F18C21BB7D480E72F63B91BD7D1077); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62DF8B883A7680DEF02C157C7AF38B4A3E89D8BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63B06AAEE168A69B2E3327DC3982CB561D0F7724); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63E6E9E0BBEB0EC7BECBFEE61E6809DD8765DA52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647CF137C0F27918F699BD1C0B1DC7FF9EFC1014); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647CF954B2F80DBFC50D430C66B3A23E5C536D87); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64B6D987B19A27F565F12FE801B619D598095607); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64B731C5F5DA8BCCFEE147611CDC1D2517B4C892); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64FFADA9A4AD7FBB07287E115BFFB0A4DEB1E972); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral653027A88CDD470149309C1E951A7B7FC3595934); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral653B5982925317B408AE541E434B57819B341866); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6546B83E9EA7D7FA3AD6FE16A9524BE1D81E19B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral655445AC4961B64F21182606EF3311E8511712FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral658EA7B5E45723CE2F5AF4AB12DAD544166BBAD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65AFF2E7CCF2472BB3D4F45F16FF2F8E981A39BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6672533E66ADB42135CE82F90C057F5A203A0860); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66A2CAFDFA3AB91E5FFE0881B0AA8DD61034B2EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66D300C69E31DD334F05950D33F9BB5EE964B3BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67E734EA824D146667DB9A6936CDDF734CD7763A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6854390624ED132AE56E1EE6DF55BFD0F0372293); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6897B24AC802E8F903D21BCA7FAF3A60798ECF65); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68AC4C67571B75E1C2725D47E85E00114832E72A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68E6C6FC334511B8DCB4D91B886D78A8AE65A554); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68EE15B74901C1E5038320925EC94A70025C397B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral695A73A8D0BAE4ED85C5391EFACD0FADF4F293CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A0E9C2FEE7847AC36C3F2CC736C36AC9B27D076); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6ABCB95F000D97F9F5CA68A584218C857A1CAF09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6ACD66F19F0B0FD9F11B44D2A764AC9483D41000); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B795465C3B30F08A6D0ACAA16EF80CC6B4FD8EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B888C10342DD1C8AE97657EEA10E4A180B3258E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BDAAEB4DF49526020EC7FCE3B766BC3469AA2F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BE8847138254B79B44F23B6F705BC3159C524A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BF72B6E90E497119B7EEA6511CFEB06890528B4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BF833A9A3AFBF80B406FAD80E5400C9A69A03A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CC405735BE5F4424601E084B4D72B22E55BE8EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CFEDFF5604347798B0899C0BDE905FE31D0C039); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DB33ADD301402F08747C4EE933A8EF10A8128F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E42B2B281875E916B0F7E32980EA1F9B8437385); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F877039E8C0C1F47795BDBF08E2EAA85F11BB63); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F952D1A6C81C4A4E46405FEAE44E36AFF07EB82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral703C3487AEE69DB9DF017E809F1B5784A3573EDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70B17AAD07739AC6E24336BDDD087A5F4A2D8414); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral728ACE02DC6DC68177E94E34EF172F6BD280D490); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72907E4924FAF32A0AE492C27925D16F1E589CF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72A372785804624D9E6ED66C4B5EC8C893222BB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73B2075CADEB486594F4CC8646162E94C8AE519A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73F2CB13FE147735AB386C83AE866F7EC41980DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7400CB419C5A6584F4C828D48E33A6CBEFD4A548); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7410D5CB935DF2D64AEBF768B66D37B4A34C9D54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral746A1D2B973E30F15EBFB0E611D33C5BD9EE1507); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74A207A1D1EA00692A1D60426DAD1F6A9634E9C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral751761CFC425090DF37953B66E095E074C493B82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76942BF481EEEDADAD7318895758C9C1241AEC8F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76CD8EB4FD4EE3FE6D8879A45D058DFFF4775D16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76D0C1A730CD97F002070CBC6A93B1DA6931AB75); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76DCF6E3DDE631DEFBE889E98FB0892CA0DEDF8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral774BE53FB7F12C138EBCB47C1C3BC4D4A7A1E7DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77EE5971434CDE6F74A1DAE44D94954E1624D77C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78C241AC4B7A315FC632473AD8F801A55B065942); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7929A7A4AB1517EA989F015DBF6F87B24CF6FE51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79D71707A47A31D6D40860BE96049B55771BE6C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A406A92D88D81D36C3FF33777E8E81FF32961C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B5D5990D78A06DA0E79A01DDE0FCA3CAC7369BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BB0CD836925A46DF692A6D6D0F03E2E0A479525); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C022E2202C33B05A9AD14AE1A1E837AC3233551); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C06E593184AB89542BA633A0D5A1AB9E13C41D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C5F42467EDBD07583ECC7B6387A38C5667DD179); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C9C10EDAE24AA2192B87EFAA6DEBA26CB60A098); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D55DD6DBE90A37490BC6850AE39C213F174A12C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D63FA1B6FEDA67964D3FCDCB12764101D65571C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D8699446610575017F99BEA3E02DCF807B45CAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D9366B62C745A26836F06770906ECFBBDA943C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DD729DC85DEF659690E8BFF96F2422CD5C22AFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E305CAD5C844511E261B917268BD1BB40125A03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F3CFF9B1B213C1146F92A436EE5B2D56A7EF4A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FBA16D6CC3921ADEBA94689A17AF303266A00CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8104D50FEAB0E4909178B2DB9BA55A98864C3936); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81821E21DC15B35D141A8B49CDB9660682B712FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81B29292594E86F9F243478C06079C0FE7BD7764); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral824A9D9A2BAC4D0020E78F328C3A5908C950B369); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82F3BE480580F58EE08D437D524BB2A9AD438EE4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83233C32D26A4F74AEBFD5B72487CF6C23497FE3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83BBCFCACAEBC3881F4A007375571457D9AB27F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral845B80F82240791DC738768AB0EBB7262B0B5994); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85225E74DED6E658D42B042044B4A1C62CD541ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8592B054228789DCF1BCAA45E3910A2B143E58F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8609E0E2AE2791725A5753917F782BE01B29BF75); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876686C333A653B76AD96A2C08D73C7A208175D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral889617F414F07DE598E5054C49E4A8A4E623433E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88E3C56A0A05CDCA8842AD92657A14FCD3B2B544); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8ABA7ED82B5ACA1294A7B9A6A5647168BD9D7F0F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8ACB7DA85AF8E3C9B31DA5B1C84FB5A78F9607FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B0D2F8199484F9B8E6B9BB116635BC7F8378C19); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BC0D2AFEBE59FA1DF423E6D1796C0DAEED086D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C1F5449D92A03A250D69EC43AD2CB4CE5201DDA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C5938D767CFE010EDCBC3B5173D0F208532D22B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D4AF45ED6064C75AAE135175C37BD0A1284CDF2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D927104AAFE48366762B70DC5E7CA34D1C0D5BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DB02C8F8D1DF4C058E1311DBD055801F6852B05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E3E928AA62FF4A4B25CADE54575AD0692699A53); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E40F0F3E169BF88647ED92D58ECA0CCB1C93373); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E7A696783CBBE88675F5729CD042E2694CDAA1C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F5B216B6455A044178409F67399F7B7332800DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F79F3405598922D1B6F36F450117BBC1CBD7ACC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral903B8C1EF36009AA876A865426B6853A18141FFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral906D5CF6AF62277AD560B3E530BDF582945077E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral910B781F9CF9CF258E14287B30C9221FDDE61A5B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9155F30AA734CC9F26A86F037D8B48FDF7869B2B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral918047259C6FFF7176506FF4141E7C078EE96880); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91C5120C562094A257C8FC3C676B64F1E0403765); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91CE18BF0ECEE0F2C252666C43E4E5C6D90BC05A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral921495748EB6A2703CD34F3F3D4BF753E785B97E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral925CF45B66DD8783076F5CEEF1A2B1A2577BA5F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral935DED07A64B226D3B13EBBDF54A8633B651D342); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93A0402B4EC6F64421C490D0558DFF1AD9E24FB0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93F6FCB49E18D5B0ECC8968BDA5B20BD0E710915); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9518F75B0BAF37444F9486CBE9D9ADC69EF0FA4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9640C0350143849EA52A90565A038618F0D77F99); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96681A2B198D42859DB500CC97021274BD2004F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96ECC1F1572C33C2E1D3C6203BE0CD2F54E40BF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97780EA382C32C34FC0BAEFD586ACF59ED2F3148); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97B00FD8314B9B3431027FDEC04736184544263B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral991D0A7E6B3EB73396B32C386EB794CEF011FBEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9995CE47672E4203B2CBBD9C20A35E2FC416FB14); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99B4FEDCA76292F70EC79B8C95F4D3A37D6268E5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99D2F39BAD4571A0C7E89F57E6184FB62DCF4BA3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A9B1DF0E2EA894E07A53E89A6FEC51BB469F04B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AAA7AE1E1C11EC0AC6F4E185BB804D2E4E6A166); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B6374FEE00A7ABA09540196AD94CD1BDCF7AE94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9BB00B1B980A07547640DA1AE4CFF1A800E02AA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DF54E9FB641DBA4B94F96FF3454CDAD9970E6C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DFEB5B3F4373DB1E16A5152FEA5FF78F302A7C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EBB3627BF7342DA0A07FB50F5D893E3928207E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EDD1FED78E7CE21DA5013C168469502FB7AF1DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F83D8C05A2B5334E53A42CEEDC857F7B3E8298C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FCE27425740686001DEDF0E34460EF2890AB0C3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FEB71AD8ECE4A04AD29278E36CF9D0BE7F9890D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0E3BF9CCE994F4FA1D13D14009093AC71FF4BBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA16DEFAC01B4A22F4E3857D253D3E5C1925BCC45); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA19AA44CF7E852EDD061B7F2A098BC202378784E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA27826D89BA2BC5D1F74920749B41C9648A304DF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA280317F29CBAFBC46BC4557F2182E992081018A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA31F29C367D53AD7C824C843BE0DEB228E4B5EBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA32187D1A95A71FB7899E093CC8A2D21B2B7E74C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DC94CE2E4ADB08254413E0E3386625CB614D76); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5887432DD4658E0A7B1B77A68CC124D2C76A7C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5FBEFF863330C6DDCFDDABDBF22A09FEBEDDF91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA64E81648C435428CD0E483502F7E7429A067522); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA691865643DE3F9A413786ED25F3D01260951186); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6AA2DEDD2213A58B9695555093DC69F401DF2BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA815517F4DD647F253D33AFC4315467A56A154E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA86F1AB074BD0A96F60D11464EDC83164759D7DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9D0DC079FAEF8E536643F31D7FACD785C052813); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA34CC494B9B9970A55E53B0DA850B9663B5D7D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA938A0A564F06E26255CC984647912C9A80E9B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAAAD748A9167857089BE2BCDA56BA779A2CF7C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAACAA5C58381A687E312A30415885F3788317947); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB44CE62938DBC2C5924D9AE91FB3870B625BACC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB8332AE6B5DED504EF6FF26EAC5AFC64A909A45); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACD4517F7B675C9F469DE82161C06327FB057980); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE9D6A0B88B2447EB31ABF04D08C209B24A5C50E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF04185B3864D88DD153EAD7A19C020DCC51EBBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB05D1072A857AE0380148675956712410B3B82AD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1CC4EEE0D03B36C4F0C0B14929BBAC76C9F04A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB33449EB49273559D9B3C375598EC40E2FB1DCBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB37EDF8BDF14D968036A8B6E7E828D835E19B95C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB38EF8EEC16D07CB959110C418619843163CDEF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4796B9DD8CEA5F638F0A5ADCCC0DD4CC05D2436); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB47E4DDAD8A38BDD9E35C9A2FEADD936CFBACE67); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB56211597A743D090F860D7EFC3559A3D842D65D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5965463376BB283A639934AF66DD9F2A1A062AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB617EB4B2008A9FF8F4D5A7804C9E8B50FAFFD2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB63DA2D022FEE25FBFAEF9ACB31C8271DCAC7DFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6802ADA12A8081826D4B14C3056107B832AC741); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6CF12FE3CC5A3A7A7FB3E28674EB3C814976446); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB70EAC7B626A8056558F0A601B2423C6C3BC8BD7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7493CB56184FE60E2814265912AAD0416579D8C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB80E9C6B487215DDF8ED9C8D1480A68B94D50B1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8B78BE3304AA808927F0B508DAA4AAAF659F9AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8DD288607FF8CFF16B9A97503C0EC6108E01F52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8EA90D930F25A398262C947B68BE212FDB7A114); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB94E8B7DD131B529776D7CB5B0544438AB466C6B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB96918BFC4F0264AC09EF18422FF3EDA2AA4BB85); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9916CB4EAAE5DE8FD1381019EEE99FDEF67BF80); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9E79D5CF77E57A8F7B1A52141577C4D3BCE8779); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA2935D5EDCC81A73024C2F5E5752EE778477297); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA874EE7D8322DE779D8F3F55278095F87DC9341); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB3D96BE6BAEB561C6EBEC1F2299D2B266258B69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB45E603040B6B216699610307F7AD99BE979B55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB57A13385B3C866A2234BCC262833B4654174CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB649D25BC62010ECC1DBC1695A1931EE51AB396); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC214E7BC666A9707F7FCE8B3ADC6EB334D9E876); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC90C82BDBD3DBF8022E1CB17000CA648FCA3A59); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCBA82A77D9475423DD2EF7C1C0B410BB3D7AA19); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD14D0EF5387A12E4F8D0B9377F8EF06AE88DC7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD150095AD1723163A0791D57A71CFF29421A88E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD1EDCE6E99BE98F799324559FA808FD9CEDF6EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD578D9020E7C5A5C9137EC6186306C5877F35F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDF077BDD39FBCBF29935FFF2704FA22A6511027); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE2EF9B70313D9987DD8833F17CD4E2F30520A09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE81FA580EC366513B2AD36F5C5FBC974F076D13); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFFE556F7CC5A872AFD8DD5F0E974020A23AF585); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0BB7CA773CE85D581ABADA9B5DA9F1B20DEAB45); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1CC112A83CC198C208C3F8055DE87E8F598194F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC295AE7F3D676E2CAA3DE0DC641EF335E57A2E37); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3319AA0252CBDBE29864381B0C793B356CF2199); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC331BB611CD688525868217241D5919EB366F954); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3CA4B933C737F81AF02585C257A104DF2DF238E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3E2A92646A3D24938BED6C5DCAD1E150390D062); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3EC0475D7BECB6F89847EE0E364B00D04507118); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3F8A3FC07018F32648FDF657E65287C6736F606); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4729ED69061AF5587EABEA577EE432AC85A94DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC54A5C30D16C90C27F9109B214568ECA933A66F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5B62D921BFE8558C61D5A304AE72180EDB57702); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6104438F2F57018DE192A821CF5821082E428F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC796BA0343F4213E59F1A3F9DD557B60937997DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC83FE362F33416EC35415D1920754AF86C761968); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC85A13B5E20871FAB850737284187DE4FB5300ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8D1F6020FF194AFFCFF784E448AE14F6769FCDA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC908B1FC2FF046CE707164D68AA0F134947261C7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA1114CFB1226325F6F01FD809EA6CE4AF330B39); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAB86E398E13EAED1EB5DFEBE2DE39AE5F60C91D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB3AEAF7D3799E38D6E55689AC5402BD7B99B379); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC0EC070BCF89E36F69BD271DE85907DD740FCC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC2B1AD4F6AF15C4E2B4A3A303FA46E23FCA786F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC8303B99C96154134407BFE912168FDF88ECAC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD94140EC5B5E76A5FA543376C856F875B9A6510); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE4D5BDFFB515A97850998F9179AFCF58F7A7DC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE75BB5E7898DBAD485C9426CE02119DD96ADA65); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCED7252185C2DEDA9306880836687FACF7506417); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF74A4B89D4EE4C5ABB32CA39246320C337C5E8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF8EFDED408D1B26055A1BC4B9E00C788C111998); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0158CF2B898C6F7645F0E92A5E3C0B7C5ED5693); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0164804F749E46E2E0763FCA5D13C21D61FE23E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD08E87FF7A46E974D872009362DB3EE5355F5F2A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD18F3FED385B61FD4EB458AD47B02FFA9B9A5194); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2BEAB73AAD00173ABC88D6B9770E5E817422169); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD41AA061803471E66CB197B14D56F99D1BCABD07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43F8DFABA4E587B1DFC788ABC7B918643C51826); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD44A6185EF6D5270C77DC3B679E8F20946D26B7A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4515DAE625D4BC192B953F0CDDC1C3C1BBD9296); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD48D89904FB7079C538EFAD657D4D59181FB66B6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD507A887C3115C940F243DC84C049667410364B6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD544B5746ACBFA83FDC4E3ECBDBABEFDD0400DC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD596DFCC5F01933800FE7F770F8A689C8CB094EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5B20EA6805F285482807C61CD81D1509724E3CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD67B8A656690AB561AA26AC0AD6669C4ADFFCA31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD706C4CBD948576FEFEB567C9FADA738A0DA078F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7248A39F3FFD5F29F3A82B3D3AC57CF22CBABAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD744E0023ACB34526A1B142EFA90B5CFF45FDC53); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD74873AD6809B69602B85083AF112A08E812A01B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD776F52DB272A9974856F554D84E1922CF6C8C04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD79BCC1D9686E91C0D38CAE4F23E8261B32EF86E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8060A96ECF76656A31E51FBADD183E73D22ABD8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD855921847CD8826B294837FFCD67EA7FB0788CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD90C9CE2FE1C0BB17387732EBAB0FE7752B04F00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD94DD24008D0FA4EBD7E401B8691C8A65E5EFAF0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9A0C24A4C933B64FC6C0D0B3FD20DB947AA5917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA5831573CA4E7D4BD4BB37B77CF2DA2F529680C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA8EB70448F658D1B2E4A191FB1126E7830F3EF2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAD77C2AE028A466DBDCA5BD600E007BA934F1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB36D0200046E50D235A5A77897C24326603F65D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDBE7F5C8E35DB553392DAED0210A9AC55088EF41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC4A06A0DE599F745DBDD44A6FDE6212859D3A5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDCCF22B1EB35EC58FFEB04A8C396594903C38127); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD9EBC6C2126C14AE71F223775C0378CC1E1E8FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE923A0A39342ECBAD1253F5A36CD36E9E72666D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF6067A784AFB5E876881FD9B7545CAFF19B28E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF6876F97D3A794DFE335ED213FEAC02250943B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE07FF8A28F68DE2765770FDDC1A0BE2A68DF027D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0A3AB4B59C17EA9D48CA3174C2CCA7F03890384); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE243FB8D9313FB9CAED6E93C906E5DE6BA507CAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2F821451E291C95D25488E977E55FD9D45D72C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE329964D0EF514B127259097740B6A91E6AD323D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE4100544117846D4647DE0C597FB8B2B17BEB315); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE504D1328D56B08733978AC58E6D9DCA9303C1B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE582BEE3725203632E40285D10D31867423E16C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5C4DE29917BC85D50DFB6434B3A2DE446444F9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6ED3948EBA2C4EA7B39D25923D916C995F8B7E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE713B66C68336B9B8D39DC6C259A0EC3E232CFA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE775FE4A2871D37C251B317E38ACC6FB15BA78D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE77AE48ACD5FEA2E63F62568BD4A20C2CA0D4B66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE819B9E8BA40380D20A80466177E559A33D246D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE880DE80CCADDAD34B2968143B211E18FF42BBD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8A95B77257B718FBD370007D915B31B7BE24C4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8EFE67805C7E098AAD70F38B661AB276707B243); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F115133981FA10D36820F67ACF06CD8609D703); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F4B323C30FAE436F30D6A29F7DDC0C29CD5F62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9145F03557593CD6D82BD95EE1BCF323D2E4897); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE99AB15DE145AF4A0E29F635FA22E49DAAF13F29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB1B985A3AE14749B7FD2EAB850DCEF21A58C05B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB85CFD71F8FD31993E155F9175F2D58A9E386FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB89D4C77B1D1A19D9D872D16A3ABAAD61BD1A08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECE395CDAEB0ECDBD5A23AA77D43B5263126619C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE7AED752F6AD5A5F8A33B746714FFFA2B8EE1F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE9322880EDA730EEDB55F5B647CFC9AE29249D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEDC1AD3C55574DEC540CFB6A182087F91A3C2E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF4C89A1231E77158C9BD858F1A8B53DCCF54FCA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEFFA2622D6F632EC1BC08EFDC17EAAEB8CFA30DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF070EE510E0DA0AF3E576081649DF6257D4F673C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1D93AE5E465BD3A4EEF565C936466C213D2EF1E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1FD855194600A852AEC715A81C76C06A819C1A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2046F68FEF8A47AC7FE5687DD7FDA6C233B2533); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF21700510B497B89FEE85DE675D6E241730F23A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3BC964ED8C4C6F8FD0C9A1C2A4ED7828F8F12CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3EE509E14069DFF4F0EF7F0603311CF252F1615); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF44240E7EE8661FC4186289BE278A40882DCC298); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4D16212D8371B911BAC48C7268891BAF4A3757D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF525937F4802DFAB668F8D58E96E5C8456C4A416); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF558390E617EC1257B59F0565E47B7282845ECFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF580B417DDA781C682644F77C106C82F61DC8486); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF583ECC94A78C95342A01EDAF86FB4F9B3693514); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF63581A94CE4CBEC88BF1CC47F97C9F6F68E56BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6DAB283FC637F0CFEE0ECD9675746A020F6CE72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8CBD169A32C8D4DF33B85FBDAEE04914191F666); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9F21E0E58EDD803E5FE0FE2D9668BA6B8015894); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA3B5499785CBEEA66513CEE09402FBF10AF5FBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA8996A8164B28D595752E84EFD1FCA1F9AC458D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAF464FF4116CC6B1EA04CED803B1EB0BE90F949); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAF6F28F06CB2CDB9E49D66F7E8844A8FEBA7B70); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB2220F1B4B21EB348BA94875BFD5D6A43D5D168); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB37522D35FF3A193DACB8A142A32F4C55F0253F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB91DF7EEC2135EC963D55F2DA5FBB6CD3E3179D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC1936C444D592D5C33262866A0F73E382BF0FAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC51B2CA45056A2F62D45267A40CFF5D6598F67B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC6C1DC2224936F4BEE7CBA35A0036A85E7B52F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC6C8C4E10F2AD89C47DBA26E570B987A180CF52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD0DF99AD4FB0A1EE08EDE2CDFED98744C8DBE31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD95A00B530C13C66E0AF8F42FBF8E14D7C63076); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE14392C303DB16ECA31874C2386A6AAFD10397D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE3AD00AB7291C3AA23A9EEA518331445E2A2526); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE68D2B68F65FFB8E5E02CB44CD8BB13862D6CEA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEB1E25F6B4D10D390D8B46062448FE3BCE441D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEB8CADDC56204B5564CB7892BE53B54E83A9CA2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEE3BA8440F8BF2C5146ECAA826B0CEC3366BDE4); s_Il2CppMethodInitialized = true; } { Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var); NullCheck(L_0); Dictionary_2__ctor_m5D77EB3F62FED2B879551BFADA7FE409B56F99F2(L_0, ((int32_t)274), Dictionary_2__ctor_m5D77EB3F62FED2B879551BFADA7FE409B56F99F2_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = L_0; NullCheck(L_1); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_1, _stringLiteral8E7A696783CBBE88675F5729CD042E2694CDAA1C, _stringLiteralDE923A0A39342ECBAD1253F5A36CD36E9E72666D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = L_1; NullCheck(L_2); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_2, _stringLiteralBD14D0EF5387A12E4F8D0B9377F8EF06AE88DC7C, _stringLiteralC3319AA0252CBDBE29864381B0C793B356CF2199, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_3 = L_2; NullCheck(L_3); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_3, _stringLiteralF525937F4802DFAB668F8D58E96E5C8456C4A416, _stringLiteral3CB282C0242220D94FA6144DEBD4B0639B0AF2D2, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_4 = L_3; NullCheck(L_4); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_4, _stringLiteralE99AB15DE145AF4A0E29F635FA22E49DAAF13F29, _stringLiteral442D1BE81DAC116BECC64F549C372FD66AABB8EB, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_5 = L_4; NullCheck(L_5); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_5, _stringLiteral655445AC4961B64F21182606EF3311E8511712FB, _stringLiteral5D0525979B1582791088F6467DFB18D79C7CCC15, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_6 = L_5; NullCheck(L_6); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_6, _stringLiteral774BE53FB7F12C138EBCB47C1C3BC4D4A7A1E7DA, _stringLiteral4A86F1C4929F883CEA301B930C2B847420242099, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_7 = L_6; NullCheck(L_7); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_7, _stringLiteral9B6374FEE00A7ABA09540196AD94CD1BDCF7AE94, _stringLiteral903B8C1EF36009AA876A865426B6853A18141FFA, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_8 = L_7; NullCheck(L_8); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_8, _stringLiteralF8CBD169A32C8D4DF33B85FBDAEE04914191F666, _stringLiteralFA8996A8164B28D595752E84EFD1FCA1F9AC458D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_9 = L_8; NullCheck(L_9); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_9, _stringLiteralE8A95B77257B718FBD370007D915B31B7BE24C4C, _stringLiteral16024330A044BEB6BD60DA0D270878CD31B28C70, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_10 = L_9; NullCheck(L_10); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_10, _stringLiteral3CF9D89187468E41A71363A823462A2C0AFFEE3B, _stringLiteral8B0D2F8199484F9B8E6B9BB116635BC7F8378C19, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_11 = L_10; NullCheck(L_11); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_11, _stringLiteralCC0EC070BCF89E36F69BD271DE85907DD740FCC2, _stringLiteral25BA86D351FA0013EE595518C4713ECE93CB1E7F, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_12 = L_11; NullCheck(L_12); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_12, _stringLiteral73F2CB13FE147735AB386C83AE866F7EC41980DB, _stringLiteral921495748EB6A2703CD34F3F3D4BF753E785B97E, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_13 = L_12; NullCheck(L_13); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_13, _stringLiteralF6DAB283FC637F0CFEE0ECD9675746A020F6CE72, _stringLiteral1F773173D585944BD3ED61B9B81A499B00ED201F, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_14 = L_13; NullCheck(L_14); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_14, _stringLiteralA32187D1A95A71FB7899E093CC8A2D21B2B7E74C, _stringLiteral2A644EC71C13B7D9C1BC17C1585F30B8B0935DD1, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_15 = L_14; NullCheck(L_15); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_15, _stringLiteral746A1D2B973E30F15EBFB0E611D33C5BD9EE1507, _stringLiteral8E3E928AA62FF4A4B25CADE54575AD0692699A53, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_16 = L_15; NullCheck(L_16); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_16, _stringLiteralCB3AEAF7D3799E38D6E55689AC5402BD7B99B379, _stringLiteralF2046F68FEF8A47AC7FE5687DD7FDA6C233B2533, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_17 = L_16; NullCheck(L_17); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_17, _stringLiteral27F9FAA26FEAB6F9BB290B7B958DB525D1A8B9E6, _stringLiteral10F2E7A1019FD6CA13579072B853A171D56A0E1E, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_18 = L_17; NullCheck(L_18); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_18, _stringLiteral6854390624ED132AE56E1EE6DF55BFD0F0372293, _stringLiteral925CF45B66DD8783076F5CEEF1A2B1A2577BA5F6, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_19 = L_18; NullCheck(L_19); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_19, _stringLiteral284AFBABE08A1A2C2B704A1FD6F372BE26B7DC59, _stringLiteralF63581A94CE4CBEC88BF1CC47F97C9F6F68E56BA, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_20 = L_19; NullCheck(L_20); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_20, _stringLiteral64FFADA9A4AD7FBB07287E115BFFB0A4DEB1E972, _stringLiteralCED7252185C2DEDA9306880836687FACF7506417, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_21 = L_20; NullCheck(L_21); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_21, _stringLiteralB1CC4EEE0D03B36C4F0C0B14929BBAC76C9F04A2, _stringLiteral53EF9C6CC0505C233924EAAE6E39D3B66F48A9A1, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_22 = L_21; NullCheck(L_22); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_22, _stringLiteral6672533E66ADB42135CE82F90C057F5A203A0860, _stringLiteral60DBA695A8B72E96C6ABCB74108071B346758681, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_23 = L_22; NullCheck(L_23); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_23, _stringLiteral8C1F5449D92A03A250D69EC43AD2CB4CE5201DDA, _stringLiteralFB2220F1B4B21EB348BA94875BFD5D6A43D5D168, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_24 = L_23; NullCheck(L_24); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_24, _stringLiteral99B4FEDCA76292F70EC79B8C95F4D3A37D6268E5, _stringLiteral93F6FCB49E18D5B0ECC8968BDA5B20BD0E710915, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_25 = L_24; NullCheck(L_25); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_25, _stringLiteralD41AA061803471E66CB197B14D56F99D1BCABD07, _stringLiteral542DA81119F7A77E88E01441B45AD46258271DC7, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_26 = L_25; NullCheck(L_26); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_26, _stringLiteral9640C0350143849EA52A90565A038618F0D77F99, _stringLiteral65AFF2E7CCF2472BB3D4F45F16FF2F8E981A39BC, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_27 = L_26; NullCheck(L_27); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_27, _stringLiteralFAF464FF4116CC6B1EA04CED803B1EB0BE90F949, _stringLiteral5A1377E9EF04424037697E06412CDB6F29BDE412, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_28 = L_27; NullCheck(L_28); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_28, _stringLiteral2DA533FDC05C13330E98526FB55774E5FF01288D, _stringLiteral4125CC5D7E34238A72CA6F51FD549E61598BC6AA, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_29 = L_28; NullCheck(L_29); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_29, _stringLiteral8F79F3405598922D1B6F36F450117BBC1CBD7ACC, _stringLiteral529529DE3F79903FE5990627512F95BF52AD7BA5, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_30 = L_29; NullCheck(L_30); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_30, _stringLiteralC54A5C30D16C90C27F9109B214568ECA933A66F9, _stringLiteralBA874EE7D8322DE779D8F3F55278095F87DC9341, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_31 = L_30; NullCheck(L_31); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_31, _stringLiteralC85A13B5E20871FAB850737284187DE4FB5300ED, _stringLiteral6B888C10342DD1C8AE97657EEA10E4A180B3258E, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_32 = L_31; NullCheck(L_32); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_32, _stringLiteral37632A05AA57D1A015588FEE82A3FA0D91E5A75A, _stringLiteralA280317F29CBAFBC46BC4557F2182E992081018A, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_33 = L_32; NullCheck(L_33); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_33, _stringLiteralA815517F4DD647F253D33AFC4315467A56A154E7, _stringLiteralB5965463376BB283A639934AF66DD9F2A1A062AA, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_34 = L_33; NullCheck(L_34); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_34, _stringLiteral157B3466FD1F73B3486CE5E071D1B3FFEAE8636E, _stringLiteral101A7954A9AC3FB9F8B051BCDA2F6DE45FCD9344, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_35 = L_34; NullCheck(L_35); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_35, _stringLiteral9F83D8C05A2B5334E53A42CEEDC857F7B3E8298C, _stringLiteral79D71707A47A31D6D40860BE96049B55771BE6C2, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_36 = L_35; NullCheck(L_36); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_36, _stringLiteral55DE2F61C20C442B6850E61C30F11AAD12870584, _stringLiteral365C2C47B00BB9CCEE149C6674403770198BA70F, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_37 = L_36; NullCheck(L_37); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_37, _stringLiteralAA34CC494B9B9970A55E53B0DA850B9663B5D7D9, _stringLiteral25319E679F3AD870B99541E0EA77D9DF0A86AE61, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_38 = L_37; NullCheck(L_38); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_38, _stringLiteral4C1B65C594A71D2CC73F19BFAC8832100C5F1E32, _stringLiteralBD578D9020E7C5A5C9137EC6186306C5877F35F8, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_39 = L_38; NullCheck(L_39); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_39, _stringLiteral6E42B2B281875E916B0F7E32980EA1F9B8437385, _stringLiteral1BBE73EAA86910ED71AD8C03B3E17A79F45E2357, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_40 = L_39; NullCheck(L_40); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_40, _stringLiteralDF6067A784AFB5E876881FD9B7545CAFF19B28E7, _stringLiteral96681A2B198D42859DB500CC97021274BD2004F1, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_41 = L_40; NullCheck(L_41); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_41, _stringLiteralBCBA82A77D9475423DD2EF7C1C0B410BB3D7AA19, _stringLiteralB70EAC7B626A8056558F0A601B2423C6C3BC8BD7, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_42 = L_41; NullCheck(L_42); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_42, _stringLiteral4F99A60B890B4A5CB45FF2BBF74489417995E76D, _stringLiteralBD150095AD1723163A0791D57A71CFF29421A88E, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_43 = L_42; NullCheck(L_43); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_43, _stringLiteral72907E4924FAF32A0AE492C27925D16F1E589CF1, _stringLiteral2ADB6FD3FA0CA506B12F073856855240D7723F6C, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_44 = L_43; NullCheck(L_44); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_44, _stringLiteral73B2075CADEB486594F4CC8646162E94C8AE519A, _stringLiteralFEE3BA8440F8BF2C5146ECAA826B0CEC3366BDE4, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_45 = L_44; NullCheck(L_45); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_45, _stringLiteral5E06713FE172890E089E1C688B12B1A05204A922, _stringLiteralB9E79D5CF77E57A8F7B1A52141577C4D3BCE8779, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_46 = L_45; NullCheck(L_46); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_46, _stringLiteral313F9FEF4DBF9EE7D8894B21913C6FE0865588B5, _stringLiteralA19AA44CF7E852EDD061B7F2A098BC202378784E, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_47 = L_46; NullCheck(L_47); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_47, _stringLiteralCE75BB5E7898DBAD485C9426CE02119DD96ADA65, _stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_48 = L_47; NullCheck(L_48); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_48, _stringLiteral55E16D2AD86FE46BFF30519C4F338AF771F34EC1, _stringLiteral5E1E2620285964F947D165F665A170CBCB80AFE9, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_49 = L_48; NullCheck(L_49); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_49, _stringLiteral01361B8841D0E20ED9265A0F2E2116EECA8276AC, _stringLiteralBFFE556F7CC5A872AFD8DD5F0E974020A23AF585, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_50 = L_49; NullCheck(L_50); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_50, _stringLiteral3685EBB61E1AF531C1AFC10462078256499D352C, _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_51 = L_50; NullCheck(L_51); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_51, _stringLiteral6A0E9C2FEE7847AC36C3F2CC736C36AC9B27D076, _stringLiteralBDF077BDD39FBCBF29935FFF2704FA22A6511027, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_52 = L_51; NullCheck(L_52); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_52, _stringLiteral66D300C69E31DD334F05950D33F9BB5EE964B3BE, _stringLiteral97B00FD8314B9B3431027FDEC04736184544263B, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_53 = L_52; NullCheck(L_53); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_53, _stringLiteralA691865643DE3F9A413786ED25F3D01260951186, _stringLiteral8F5B216B6455A044178409F67399F7B7332800DB, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_54 = L_53; NullCheck(L_54); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_54, _stringLiteralAA938A0A564F06E26255CC984647912C9A80E9B3, _stringLiteral4658E23C00EC1F3203E84B4A03550528637AB362, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_55 = L_54; NullCheck(L_55); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_55, _stringLiteral0CC3EE569CF3D9A83A265AECAF7B83BA60309E20, _stringLiteral9FCE27425740686001DEDF0E34460EF2890AB0C3, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_56 = L_55; NullCheck(L_56); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_56, _stringLiteral41832A0540939B1AF32468A96B9720EC4FEC1F8F, _stringLiteral8592B054228789DCF1BCAA45E3910A2B143E58F5, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_57 = L_56; NullCheck(L_57); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_57, _stringLiteralD706C4CBD948576FEFEB567C9FADA738A0DA078F, _stringLiteral7D8699446610575017F99BEA3E02DCF807B45CAB, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_58 = L_57; NullCheck(L_58); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_58, _stringLiteral0A2E649A658BE274AC581F6657A7A72888AB33AC, _stringLiteral348F795562B7A6A4F83B595BAB7BE08343DF784A, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_59 = L_58; NullCheck(L_59); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_59, _stringLiteral658EA7B5E45723CE2F5AF4AB12DAD544166BBAD9, _stringLiteral208F258766D171FF6F52DB0FDDCE4B0E206AE087, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_60 = L_59; NullCheck(L_60); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_60, _stringLiteralC3F8A3FC07018F32648FDF657E65287C6736F606, _stringLiteral17AC704962207F5BE007EB0B56C85EBAD02ED46D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_61 = L_60; NullCheck(L_61); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_61, _stringLiteralF1D93AE5E465BD3A4EEF565C936466C213D2EF1E, _stringLiteral703C3487AEE69DB9DF017E809F1B5784A3573EDD, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_62 = L_61; NullCheck(L_62); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_62, _stringLiteral7C022E2202C33B05A9AD14AE1A1E837AC3233551, _stringLiteral6DB33ADD301402F08747C4EE933A8EF10A8128F7, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_63 = L_62; NullCheck(L_63); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_63, _stringLiteral20BADDD93DC557EFE1521E35F9AA46A066D49907, _stringLiteral11B9FCE077AC90A54EA76A75593EB2272AC4E0AA, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_64 = L_63; NullCheck(L_64); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_64, _stringLiteral83233C32D26A4F74AEBFD5B72487CF6C23497FE3, _stringLiteralC83FE362F33416EC35415D1920754AF86C761968, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_65 = L_64; NullCheck(L_65); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_65, _stringLiteralDCCF22B1EB35EC58FFEB04A8C396594903C38127, _stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_66 = L_65; NullCheck(L_66); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_66, _stringLiteralFE68D2B68F65FFB8E5E02CB44CD8BB13862D6CEA, _stringLiteralD7248A39F3FFD5F29F3A82B3D3AC57CF22CBABAD, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_67 = L_66; NullCheck(L_67); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_67, _stringLiteralCC2B1AD4F6AF15C4E2B4A3A303FA46E23FCA786F, _stringLiteralBE2EF9B70313D9987DD8833F17CD4E2F30520A09, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_68 = L_67; NullCheck(L_68); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_68, _stringLiteralD74873AD6809B69602B85083AF112A08E812A01B, _stringLiteral6897B24AC802E8F903D21BCA7FAF3A60798ECF65, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_69 = L_68; NullCheck(L_69); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_69, _stringLiteral40EB80C63444AB5F19613C7C4DB7B2C5194F02FB, _stringLiteral72A372785804624D9E6ED66C4B5EC8C893222BB9, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_70 = L_69; NullCheck(L_70); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_70, _stringLiteral99D2F39BAD4571A0C7E89F57E6184FB62DCF4BA3, _stringLiteralE6ED3948EBA2C4EA7B39D25923D916C995F8B7E9, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_71 = L_70; NullCheck(L_71); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_71, _stringLiteral45CC98220E225BA0846A8653570358F063BBEA4D, _stringLiteral5690FED961990D9B80A8B43A537395B627E6F077, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_72 = L_71; NullCheck(L_72); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_72, _stringLiteralBB3D96BE6BAEB561C6EBEC1F2299D2B266258B69, _stringLiteral5C34E4B24B06C5C08101A2404195DD81EF23BBFF, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_73 = L_72; NullCheck(L_73); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_73, _stringLiteral8D4AF45ED6064C75AAE135175C37BD0A1284CDF2, _stringLiteral63E6E9E0BBEB0EC7BECBFEE61E6809DD8765DA52, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_74 = L_73; NullCheck(L_74); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_74, _stringLiteralC5B62D921BFE8558C61D5A304AE72180EDB57702, _stringLiteralD4515DAE625D4BC192B953F0CDDC1C3C1BBD9296, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_75 = L_74; NullCheck(L_75); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_75, _stringLiteral8104D50FEAB0E4909178B2DB9BA55A98864C3936, _stringLiteral374F214492362E1F2DB673A2F3ED72E45BA97B81, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_76 = L_75; NullCheck(L_76); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_76, _stringLiteral68EE15B74901C1E5038320925EC94A70025C397B, _stringLiteralB6CF12FE3CC5A3A7A7FB3E28674EB3C814976446, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_77 = L_76; NullCheck(L_77); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_77, _stringLiteralE329964D0EF514B127259097740B6A91E6AD323D, _stringLiteralDAD77C2AE028A466DBDCA5BD600E007BA934F1F3, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_78 = L_77; NullCheck(L_78); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_78, _stringLiteralB37EDF8BDF14D968036A8B6E7E828D835E19B95C, _stringLiteral9518F75B0BAF37444F9486CBE9D9ADC69EF0FA4E, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_79 = L_78; NullCheck(L_79); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_79, _stringLiteralD596DFCC5F01933800FE7F770F8A689C8CB094EC, _stringLiteral91CE18BF0ECEE0F2C252666C43E4E5C6D90BC05A, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_80 = L_79; NullCheck(L_80); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_80, _stringLiteralBA2935D5EDCC81A73024C2F5E5752EE778477297, _stringLiteral3A971881AF6B7B211E34707E857DEC5F36487877, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_81 = L_80; NullCheck(L_81); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_81, _stringLiteralCE4D5BDFFB515A97850998F9179AFCF58F7A7DC2, _stringLiteral2ABF48C27B12B34F5242ED2F675EFEA46C41888B, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_82 = L_81; NullCheck(L_82); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_82, _stringLiteralAF04185B3864D88DD153EAD7A19C020DCC51EBBF, _stringLiteralD5B20EA6805F285482807C61CD81D1509724E3CC, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_83 = L_82; NullCheck(L_83); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_83, _stringLiteralB63DA2D022FEE25FBFAEF9ACB31C8271DCAC7DFA, _stringLiteral602B619395B6225240651B2BD92A72C733BCA60C, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_84 = L_83; NullCheck(L_84); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_84, _stringLiteral653B5982925317B408AE541E434B57819B341866, _stringLiteral6BF72B6E90E497119B7EEA6511CFEB06890528B4, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_85 = L_84; NullCheck(L_85); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_85, _stringLiteral4031FB2EA4AE1E5AE87F24223CFF33E3A4C45784, _stringLiteralA16DEFAC01B4A22F4E3857D253D3E5C1925BCC45, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_86 = L_85; NullCheck(L_86); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_86, _stringLiteralEB1B985A3AE14749B7FD2EAB850DCEF21A58C05B, _stringLiteralFB37522D35FF3A193DACB8A142A32F4C55F0253F, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_87 = L_86; NullCheck(L_87); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_87, _stringLiteral5F407420B0D579907ADF62D350344C70749455D1, _stringLiteral91C5120C562094A257C8FC3C676B64F1E0403765, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_88 = L_87; NullCheck(L_88); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_88, _stringLiteralE8EFE67805C7E098AAD70F38B661AB276707B243, _stringLiteralB8B78BE3304AA808927F0B508DAA4AAAF659F9AF, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_89 = L_88; NullCheck(L_89); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_89, _stringLiteralFC6C1DC2224936F4BEE7CBA35A0036A85E7B52F4, _stringLiteral203DD5C89072A85E4D8D935A3028CCC3E3855F85, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_90 = L_89; NullCheck(L_90); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_90, _stringLiteral552ACC9B537B9D8F21FB8959A8163F4ACCD36027, _stringLiteral3D7778B659B3EBE73D75D97F51A73A4C3E7B7DEB, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_91 = L_90; NullCheck(L_91); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_91, _stringLiteral399C1559C8807F223691056D6B401711AD1E9CFD, _stringLiteralBC214E7BC666A9707F7FCE8B3ADC6EB334D9E876, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_92 = L_91; NullCheck(L_92); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_92, _stringLiteral7DD729DC85DEF659690E8BFF96F2422CD5C22AFA, _stringLiteralEFFA2622D6F632EC1BC08EFDC17EAAEB8CFA30DA, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_93 = L_92; NullCheck(L_93); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_93, _stringLiteral499A3BD80FEB9D42D35992E87581DBBE25FAFB2D, _stringLiteralFE3AD00AB7291C3AA23A9EEA518331445E2A2526, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_94 = L_93; NullCheck(L_94); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_94, _stringLiteral7BB0CD836925A46DF692A6D6D0F03E2E0A479525, _stringLiteralDB36D0200046E50D235A5A77897C24326603F65D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_95 = L_94; NullCheck(L_95); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_95, _stringLiteral44907CA01974BDBC34FFE11D4A64F9B183479481, _stringLiteralCF74A4B89D4EE4C5ABB32CA39246320C337C5E8D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_96 = L_95; NullCheck(L_96); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_96, _stringLiteralF580B417DDA781C682644F77C106C82F61DC8486, _stringLiteral23D006BE7B6E494664A9B069101AAC4B011DB3A5, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_97 = L_96; NullCheck(L_97); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_97, _stringLiteral8BC0D2AFEBE59FA1DF423E6D1796C0DAEED086D2, _stringLiteral2C1F6ECC3899941B9784C410015470523413C9C7, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_98 = L_97; NullCheck(L_98); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_98, _stringLiteral910B781F9CF9CF258E14287B30C9221FDDE61A5B, _stringLiteral022BF57DF4D0AFCBAF0602FBCD67C4266BA2D2CB, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_99 = L_98; NullCheck(L_99); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_99, _stringLiteral4C39A8FDE3FB960AC4EC496F3CEC666719740283, _stringLiteral5C5B6FF00E25EE4ACC0830B1F455754D7F3FE489, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_100 = L_99; NullCheck(L_100); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_100, _stringLiteral45E8B4F72964EBCE6D31856F5523066F51BB9ABE, _stringLiteralCF8EFDED408D1B26055A1BC4B9E00C788C111998, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_101 = L_100; NullCheck(L_101); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_101, _stringLiteral647CF137C0F27918F699BD1C0B1DC7FF9EFC1014, _stringLiteralDC4A06A0DE599F745DBDD44A6FDE6212859D3A5F, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_102 = L_101; NullCheck(L_102); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_102, _stringLiteral48BBE062A58724E48F07C136555300D9DDBA483E, _stringLiteral07F16131F9636D0BF4AABDD601E6A3C3045B7ADC, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_103 = L_102; NullCheck(L_103); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_103, _stringLiteralB96918BFC4F0264AC09EF18422FF3EDA2AA4BB85, _stringLiteral7E305CAD5C844511E261B917268BD1BB40125A03, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_104 = L_103; NullCheck(L_104); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_104, _stringLiteral7400CB419C5A6584F4C828D48E33A6CBEFD4A548, _stringLiteral47FE89550E051B8BB43B3E89E9B19ECE01F3EF3B, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_105 = L_104; NullCheck(L_105); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_105, _stringLiteral405E2BF35FC2008AE31C02BAED229F0ADE7E993F, _stringLiteral7C06E593184AB89542BA633A0D5A1AB9E13C41D9, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_106 = L_105; NullCheck(L_106); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_106, _stringLiteral9DFEB5B3F4373DB1E16A5152FEA5FF78F302A7C0, _stringLiteralD90C9CE2FE1C0BB17387732EBAB0FE7752B04F00, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_107 = L_106; NullCheck(L_107); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_107, _stringLiteralFB91DF7EEC2135EC963D55F2DA5FBB6CD3E3179D, _stringLiteral561357A43AFC43D221B9F230B04E836DD73101EB, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_108 = L_107; NullCheck(L_108); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_108, _stringLiteralC8D1F6020FF194AFFCFF784E448AE14F6769FCDA, _stringLiteral4B793DFDC901B8148482161BA7DA76CAE1DD3E7A, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_109 = L_108; NullCheck(L_109); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_109, _stringLiteralE819B9E8BA40380D20A80466177E559A33D246D3, _stringLiteral4416EEADFDC9F107B2FC5A8EECE0839922C6BFD5, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_110 = L_109; NullCheck(L_110); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_110, _stringLiteral4C83C5E44341CC3FEBDDF262F54B339B85937579, _stringLiteral906D5CF6AF62277AD560B3E530BDF582945077E2, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_111 = L_110; NullCheck(L_111); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_111, _stringLiteral5187E4955862A293E7C3DFA51B51BE6B1BC006D0, _stringLiteral78C241AC4B7A315FC632473AD8F801A55B065942, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_112 = L_111; NullCheck(L_112); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_112, _stringLiteralEB89D4C77B1D1A19D9D872D16A3ABAAD61BD1A08, _stringLiteral3B0BEA6A582AD284DF123696C88128AD578A3354, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_113 = L_112; NullCheck(L_113); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_113, _stringLiteral6BDAAEB4DF49526020EC7FCE3B766BC3469AA2F0, _stringLiteral7D63FA1B6FEDA67964D3FCDCB12764101D65571C, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_114 = L_113; NullCheck(L_114); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_114, _stringLiteralF583ECC94A78C95342A01EDAF86FB4F9B3693514, _stringLiteral7D9366B62C745A26836F06770906ECFBBDA943C2, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_115 = L_114; NullCheck(L_115); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_115, _stringLiteral9A9B1DF0E2EA894E07A53E89A6FEC51BB469F04B, _stringLiteralF21700510B497B89FEE85DE675D6E241730F23A7, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_116 = L_115; NullCheck(L_116); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_116, _stringLiteralC1CC112A83CC198C208C3F8055DE87E8F598194F, _stringLiteral40FFBC466C5A3C4D3C97548F8ABE3B4807735FAE, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_117 = L_116; NullCheck(L_117); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_117, _stringLiteral21891196D88CE7D8C3F4D9C3881AE2F583EF6FCD, _stringLiteral220702BCC5C1C54BEDED83D77E4E5425AFBCE65C, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_118 = L_117; NullCheck(L_118); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_118, _stringLiteralC3E2A92646A3D24938BED6C5DCAD1E150390D062, _stringLiteral557DFA5DA99BB11B67A0829DFCE8F1881DCC7B7B, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_119 = L_118; NullCheck(L_119); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_119, _stringLiteral1222CBA0F3916772E4DE301BF2A0AE0FA1E5CDAE, _stringLiteralC3EC0475D7BECB6F89847EE0E364B00D04507118, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_120 = L_119; NullCheck(L_120); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_120, _stringLiteral6546B83E9EA7D7FA3AD6FE16A9524BE1D81E19B0, _stringLiteral918047259C6FFF7176506FF4141E7C078EE96880, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_121 = L_120; NullCheck(L_121); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_121, _stringLiteral7C9C10EDAE24AA2192B87EFAA6DEBA26CB60A098, _stringLiteralB80E9C6B487215DDF8ED9C8D1480A68B94D50B1D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_122 = L_121; NullCheck(L_122); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_122, _stringLiteral76DCF6E3DDE631DEFBE889E98FB0892CA0DEDF8D, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_123 = L_122; NullCheck(L_123); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_123, _stringLiteralB6802ADA12A8081826D4B14C3056107B832AC741, _stringLiteral34043BE541981DB6A732B542E0ACD475D1B975CF, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_124 = L_123; NullCheck(L_124); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_124, _stringLiteralAB44CE62938DBC2C5924D9AE91FB3870B625BACC, _stringLiteral5F38E04BE574DBA113CADB24909A0D5CC682F0F9, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_125 = L_124; NullCheck(L_125); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_125, _stringLiteral6CC405735BE5F4424601E084B4D72B22E55BE8EC, _stringLiteral889617F414F07DE598E5054C49E4A8A4E623433E, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_126 = L_125; NullCheck(L_126); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_126, _stringLiteral16EE8AC9B9196A68CF5C20D074DCC78E2780129E, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_127 = L_126; NullCheck(L_127); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_127, _stringLiteral1E37B1B3BD5AF4B2C6E383878F32CA4F2E3E2FD9, _stringLiteral8ACB7DA85AF8E3C9B31DA5B1C84FB5A78F9607FB, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_128 = L_127; NullCheck(L_128); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_128, _stringLiteralB94E8B7DD131B529776D7CB5B0544438AB466C6B, _stringLiteral209FA114201139F57098F86E854139E06EE907C4, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_129 = L_128; NullCheck(L_129); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_129, _stringLiteral6ACD66F19F0B0FD9F11B44D2A764AC9483D41000, _stringLiteralACD4517F7B675C9F469DE82161C06327FB057980, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_130 = L_129; NullCheck(L_130); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_130, _stringLiteral375ED8BBE05A9343F552D3F8863536344C38BCA2, _stringLiteral1B62E5629805E3224249BCAA0D9ECBB4C84AE48B, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_131 = L_130; NullCheck(L_131); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_131, _stringLiteral60A7FCCD5495105E52B61D437F029799FFAAC956, _stringLiteral7F3CFF9B1B213C1146F92A436EE5B2D56A7EF4A5, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_132 = L_131; NullCheck(L_132); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_132, _stringLiteralCA1114CFB1226325F6F01FD809EA6CE4AF330B39, _stringLiteralD94DD24008D0FA4EBD7E401B8691C8A65E5EFAF0, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_133 = L_132; NullCheck(L_133); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_133, _stringLiteral376CA77BE87EBF24FE3233A567285926D6704A8E, _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_134 = L_133; NullCheck(L_134); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_134, _stringLiteral3A06659E0ACAD9DD31AEFE38E2B3B8D0101EEA6E, _stringLiteral9DF54E9FB641DBA4B94F96FF3454CDAD9970E6C8, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_135 = L_134; NullCheck(L_135); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_135, _stringLiteral17A0B4BA751F074CE8241ED895C0F1A9137AEDBC, _stringLiteral4EED409135BF7F9C98C779D829F2E99407E1024C, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_136 = L_135; NullCheck(L_136); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_136, _stringLiteral1E6E0886F42B82E76D138FA93C3AD4C1204F93BC, _stringLiteralEE7AED752F6AD5A5F8A33B746714FFFA2B8EE1F5, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_137 = L_136; NullCheck(L_137); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_137, _stringLiteral143BD2A0ACE85FFE00B531AD18C4AB6CD2CB6DCC, _stringLiteralA27826D89BA2BC5D1F74920749B41C9648A304DF, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_138 = L_137; NullCheck(L_138); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_138, _stringLiteral2FCCB927116B797558C9D1B29A052EEBB10D47E7, _stringLiteralDF6876F97D3A794DFE335ED213FEAC02250943B5, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_139 = L_138; NullCheck(L_139); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_139, _stringLiteral5D28833728BC77FD05CF314057619B5F963293BD, _stringLiteral458900444DB365FBD175899DC977E9452076EB8E, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_140 = L_139; NullCheck(L_140); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_140, _stringLiteral1347CC758DD03B7B2BC93F84F3DF40D914A5A74C, _stringLiteral647CF954B2F80DBFC50D430C66B3A23E5C536D87, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_141 = L_140; NullCheck(L_141); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_141, _stringLiteral6F952D1A6C81C4A4E46405FEAE44E36AFF07EB82, _stringLiteral9FEB71AD8ECE4A04AD29278E36CF9D0BE7F9890D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_142 = L_141; NullCheck(L_142); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_142, _stringLiteralE77AE48ACD5FEA2E63F62568BD4A20C2CA0D4B66, _stringLiteral88E3C56A0A05CDCA8842AD92657A14FCD3B2B544, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_143 = L_142; NullCheck(L_143); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_143, _stringLiteralD08E87FF7A46E974D872009362DB3EE5355F5F2A, _stringLiteral7410D5CB935DF2D64AEBF768B66D37B4A34C9D54, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_144 = L_143; NullCheck(L_144); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_144, _stringLiteralD0158CF2B898C6F7645F0E92A5E3C0B7C5ED5693, _stringLiteralB47E4DDAD8A38BDD9E35C9A2FEADD936CFBACE67, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_145 = L_144; NullCheck(L_145); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_145, _stringLiteralA86F1AB074BD0A96F60D11464EDC83164759D7DA, _stringLiteral60562A00E8843BDD859695D99DF7297D87FD7A87, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_146 = L_145; NullCheck(L_146); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_146, _stringLiteralE8F4B323C30FAE436F30D6A29F7DDC0C29CD5F62, _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_147 = L_146; NullCheck(L_147); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_147, _stringLiteral74A207A1D1EA00692A1D60426DAD1F6A9634E9C2, _stringLiteralAE9D6A0B88B2447EB31ABF04D08C209B24A5C50E, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_148 = L_147; NullCheck(L_148); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_148, _stringLiteral5FE146AE3F4424459E12176DF54ED4B29D8B1FF1, _stringLiteral10E88D340E477ADF254E0143091B9F05949045EA, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_149 = L_148; NullCheck(L_149); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_149, _stringLiteral845B80F82240791DC738768AB0EBB7262B0B5994, _stringLiteralCC8303B99C96154134407BFE912168FDF88ECAC3, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_150 = L_149; NullCheck(L_150); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_150, _stringLiteral7FBA16D6CC3921ADEBA94689A17AF303266A00CD, _stringLiteral63B06AAEE168A69B2E3327DC3982CB561D0F7724, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_151 = L_150; NullCheck(L_151); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_151, _stringLiteralFD0DF99AD4FB0A1EE08EDE2CDFED98744C8DBE31, _stringLiteralFA3B5499785CBEEA66513CEE09402FBF10AF5FBF, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_152 = L_151; NullCheck(L_152); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_152, _stringLiteral68AC4C67571B75E1C2725D47E85E00114832E72A, _stringLiteral05B7AB3E30BCB8EF52C051785A169CFDD2543A02, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_153 = L_152; NullCheck(L_153); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_153, _stringLiteral00C6F1B55511A9A338389FF22A57D640568CACC3, _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_154 = L_153; NullCheck(L_154); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_154, _stringLiteral0488886562AD8425988DDF1C13622E79D55CB28C, _stringLiteral20DE804B42F6DEDD5DC9ED7A7911A93CAE3C761A, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_155 = L_154; NullCheck(L_155); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_155, _stringLiteral3BCF8F37AD5C3595DDDDB56DD5AC60E7B763E39A, _stringLiteral64B731C5F5DA8BCCFEE147611CDC1D2517B4C892, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_156 = L_155; NullCheck(L_156); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_156, _stringLiteralCAB86E398E13EAED1EB5DFEBE2DE39AE5F60C91D, _stringLiteral37D9355596FAD156827AFAD9F84C1DC1084F86C9, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_157 = L_156; NullCheck(L_157); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_157, _stringLiteralD43F8DFABA4E587B1DFC788ABC7B918643C51826, _stringLiteral9EBB3627BF7342DA0A07FB50F5D893E3928207E3, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_158 = L_157; NullCheck(L_158); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_158, _stringLiteralF44240E7EE8661FC4186289BE278A40882DCC298, _stringLiteral3D6D734DEBBED876ACCE345C9610724AC3059AE3, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_159 = L_158; NullCheck(L_159); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_159, _stringLiteralD18F3FED385B61FD4EB458AD47B02FFA9B9A5194, _stringLiteral5BFB046F8A244A5090ECD5F19EF3A6A728E2F5B7, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_160 = L_159; NullCheck(L_160); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_160, _stringLiteral38F6D66E41DCDEB057EB8E39140C34252368CAE0, _stringLiteral127296EDE81B2255CCD07E0003014F1A2B4964FF, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_161 = L_160; NullCheck(L_161); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_161, _stringLiteral1954157DCC1F195909E0A8DE4A595447F82E283B, _stringLiteralFC51B2CA45056A2F62D45267A40CFF5D6598F67B, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_162 = L_161; NullCheck(L_162); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_162, _stringLiteral97780EA382C32C34FC0BAEFD586ACF59ED2F3148, _stringLiteralB617EB4B2008A9FF8F4D5A7804C9E8B50FAFFD2D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_163 = L_162; NullCheck(L_163); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_163, _stringLiteral4C368A630780392C988B8F5DBAEAEA493CBB70A9, _stringLiteral68E6C6FC334511B8DCB4D91B886D78A8AE65A554, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_164 = L_163; NullCheck(L_164); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_164, _stringLiteral3199E2C2B4EBA635319520A427C4B8D19946D597, _stringLiteral1B1A47B52D6822514A71B356586A96A6435D8700, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_165 = L_164; NullCheck(L_165); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_165, _stringLiteralB8EA90D930F25A398262C947B68BE212FDB7A114, _stringLiteralD544B5746ACBFA83FDC4E3ECBDBABEFDD0400DC2, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_166 = L_165; NullCheck(L_166); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_166, _stringLiteral2DCA43C11B4C5FBDF1E3C884907C589EE4FC656F, _stringLiteralF1FD855194600A852AEC715A81C76C06A819C1A0, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_167 = L_166; NullCheck(L_167); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_167, _stringLiteral258CE2C20F878E1F3C5469B7F750A3CDBDD4957E, _stringLiteralFEB1E25F6B4D10D390D8B46062448FE3BCE441D9, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_168 = L_167; NullCheck(L_168); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_168, _stringLiteral3966839FEA4CCE51FE9C2295DFC90B15728FAF33, _stringLiteralF070EE510E0DA0AF3E576081649DF6257D4F673C, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_169 = L_168; NullCheck(L_169); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_169, _stringLiteralE0A3AB4B59C17EA9D48CA3174C2CCA7F03890384, _stringLiteralEB85CFD71F8FD31993E155F9175F2D58A9E386FD, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_170 = L_169; NullCheck(L_170); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_170, _stringLiteral3D55FB6D3D93608D57BD7AF02FC9550B305934B1, _stringLiteralB9916CB4EAAE5DE8FD1381019EEE99FDEF67BF80, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_171 = L_170; NullCheck(L_171); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_171, _stringLiteral5BEAF2D104AF963C3AE99C1BC8BA9A08D0F61320, _stringLiteralC0BB7CA773CE85D581ABADA9B5DA9F1B20DEAB45, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_172 = L_171; NullCheck(L_172); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_172, _stringLiteral2AE01542EB00AA9B7CC36264B25327017F38E041, _stringLiteral76CD8EB4FD4EE3FE6D8879A45D058DFFF4775D16, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_173 = L_172; NullCheck(L_173); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_173, _stringLiteralEE9322880EDA730EEDB55F5B647CFC9AE29249D1, _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_174 = L_173; NullCheck(L_174); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_174, _stringLiteralC908B1FC2FF046CE707164D68AA0F134947261C7, _stringLiteral409676BCEAA2BBAA8CF4A4F2D86091684098CB32, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_175 = L_174; NullCheck(L_175); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_175, _stringLiteralC3CA4B933C737F81AF02585C257A104DF2DF238E, _stringLiteralEEDC1AD3C55574DEC540CFB6A182087F91A3C2E2, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_176 = L_175; NullCheck(L_176); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_176, _stringLiteral6CFEDFF5604347798B0899C0BDE905FE31D0C039, _stringLiteralFE14392C303DB16ECA31874C2386A6AAFD10397D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_177 = L_176; NullCheck(L_177); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_177, _stringLiteral102AFBF07884ED746F10B805235E4D8D8F361DF3, _stringLiteral81821E21DC15B35D141A8B49CDB9660682B712FA, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_178 = L_177; NullCheck(L_178); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_178, _stringLiteralC796BA0343F4213E59F1A3F9DD557B60937997DD, _stringLiteralA64E81648C435428CD0E483502F7E7429A067522, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_179 = L_178; NullCheck(L_179); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_179, _stringLiteralF3EE509E14069DFF4F0EF7F0603311CF252F1615, _stringLiteralD2BEAB73AAD00173ABC88D6B9770E5E817422169, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_180 = L_179; NullCheck(L_180); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_180, _stringLiteral411328624A6DC410237150D351A2A7810F3742AB, _stringLiteral4B896CA0A2BC44D9A8CED783CEFABA7570F20DBD, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_181 = L_180; NullCheck(L_181); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_181, _stringLiteral9155F30AA734CC9F26A86F037D8B48FDF7869B2B, _stringLiteralD744E0023ACB34526A1B142EFA90B5CFF45FDC53, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_182 = L_181; NullCheck(L_182); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_182, _stringLiteral64B6D987B19A27F565F12FE801B619D598095607, _stringLiteral0FC1C916C0086E8D8CD96C24363DF543CB9F46B5, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_183 = L_182; NullCheck(L_183); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_183, _stringLiteralECE395CDAEB0ECDBD5A23AA77D43B5263126619C, _stringLiteral17A5AD13F3B52AA01A6CBB2F9F414BE34E8AB9A9, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_184 = L_183; NullCheck(L_184); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_184, _stringLiteral2F455B860C4CC566561274CD753C53E3B52EF37D, _stringLiteral24ACF1BBF43F3850CE89C1C771661404CBDF11B7, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_185 = L_184; NullCheck(L_185); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_185, _stringLiteral62ADD81204F18C21BB7D480E72F63B91BD7D1077, _stringLiteral935DED07A64B226D3B13EBBDF54A8633B651D342, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_186 = L_185; NullCheck(L_186); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_186, _stringLiteral2C0CD9F5C8852A7C22689CB7B123E745F64175CE, _stringLiteral76942BF481EEEDADAD7318895758C9C1241AEC8F, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_187 = L_186; NullCheck(L_187); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_187, _stringLiteral2DF4708C1CBFCA217D7D0BE224E4E2C88432DFE6, _stringLiteral6F877039E8C0C1F47795BDBF08E2EAA85F11BB63, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_188 = L_187; NullCheck(L_188); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_188, _stringLiteral3D765263C7BA10FD2DC922D038B27D0FCBC8D3D8, _stringLiteral5D796EE8E8104B48A727BE1C6801F3EA00EF51F4, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_189 = L_188; NullCheck(L_189); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_189, _stringLiteral353E581695898DC28CAF38345F8165FF705286F6, _stringLiteralB33449EB49273559D9B3C375598EC40E2FB1DCBC, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_190 = L_189; NullCheck(L_190); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_190, _stringLiteralE504D1328D56B08733978AC58E6D9DCA9303C1B1, _stringLiteral1DA5DC913479A82358277CA2F04038DB86AB5228, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_191 = L_190; NullCheck(L_191); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_191, _stringLiteral04D075D0C7A0679E1C9497A8D89D212776BD107A, _stringLiteral09DBABCF47D177922630CF7626523A2E035CFB16, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_192 = L_191; NullCheck(L_192); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_192, _stringLiteral36F854F98B00FF8A1ED1B04D3AEFEF2C880A4770, _stringLiteral1ED475215C1D73644F49BE82585D0F808B9851A7, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_193 = L_192; NullCheck(L_193); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_193, _stringLiteralB05D1072A857AE0380148675956712410B3B82AD, _stringLiteral7929A7A4AB1517EA989F015DBF6F87B24CF6FE51, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_194 = L_193; NullCheck(L_194); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_194, _stringLiteral2F3DB030C8BDF0926D14123D900497AE12BB3AD1, _stringLiteralC295AE7F3D676E2CAA3DE0DC641EF335E57A2E37, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_195 = L_194; NullCheck(L_195); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_195, _stringLiteral66A2CAFDFA3AB91E5FFE0881B0AA8DD61034B2EB, _stringLiteral3B164D64371A8772DDDB39880ECB5CAD5E06D95D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_196 = L_195; NullCheck(L_196); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_196, _stringLiteral09825DB5ECDC49C88709E92B854BF3CC5EB6CA22, _stringLiteral5975C15CE93964875F9552D6D358B69EBB85393A, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_197 = L_196; NullCheck(L_197); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_197, _stringLiteralDBE7F5C8E35DB553392DAED0210A9AC55088EF41, _stringLiteral5139E029316FC42BB637B14F722A17D6F7226870, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_198 = L_197; NullCheck(L_198); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_198, _stringLiteral695A73A8D0BAE4ED85C5391EFACD0FADF4F293CB, _stringLiteralE713B66C68336B9B8D39DC6C259A0EC3E232CFA6, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_199 = L_198; NullCheck(L_199); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_199, _stringLiteralD0164804F749E46E2E0763FCA5D13C21D61FE23E, _stringLiteral9995CE47672E4203B2CBBD9C20A35E2FC416FB14, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_200 = L_199; NullCheck(L_200); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_200, _stringLiteral728ACE02DC6DC68177E94E34EF172F6BD280D490, _stringLiteral3D925625F71BBDB73A0D342806C20383C9BA9CD5, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_201 = L_200; NullCheck(L_201); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_201, _stringLiteralEF4C89A1231E77158C9BD858F1A8B53DCCF54FCA, _stringLiteral560D8592B15B57F1DABF637645C39FB370476C84, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_202 = L_201; NullCheck(L_202); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_202, _stringLiteralA9D0DC079FAEF8E536643F31D7FACD785C052813, _stringLiteral576D6F8267251A1AB20CB0099BA9A1E1467675CA, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_203 = L_202; NullCheck(L_203); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_203, _stringLiteral6BF833A9A3AFBF80B406FAD80E5400C9A69A03A2, _stringLiteral7D55DD6DBE90A37490BC6850AE39C213F174A12C, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_204 = L_203; NullCheck(L_204); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_204, _stringLiteral81B29292594E86F9F243478C06079C0FE7BD7764, _stringLiteralD8060A96ECF76656A31E51FBADD183E73D22ABD8, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_205 = L_204; NullCheck(L_205); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_205, _stringLiteral2CE1289231D1E7F9320F920C8796563B73827DC3, _stringLiteral5204BE9DC83E65F70358D48FB17D94E257C49CE8, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_206 = L_205; NullCheck(L_206); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_206, _stringLiteralF558390E617EC1257B59F0565E47B7282845ECFA, _stringLiteralD776F52DB272A9974856F554D84E1922CF6C8C04, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_207 = L_206; NullCheck(L_207); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_207, _stringLiteralFC6C8C4E10F2AD89C47DBA26E570B987A180CF52, _stringLiteral824A9D9A2BAC4D0020E78F328C3A5908C950B369, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_208 = L_207; NullCheck(L_208); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_208, _stringLiteral4399C6958675BE62D526A24CC188CD5283A40B0D, _stringLiteral075D77AFFD3246AF47CFB45BCB913B2C7230865C, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_209 = L_208; NullCheck(L_209); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_209, _stringLiteral48EB792442DEF8C82B0D4F1A3BDDADA9BA3A50D2, _stringLiteral19534F0F3A332AF4B330D3A21F33BBBE01F73B78, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_210 = L_209; NullCheck(L_210); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_210, _stringLiteral1E61977B2186CBFC8186F7C220214A31D99690A9, _stringLiteralE9145F03557593CD6D82BD95EE1BCF323D2E4897, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_211 = L_210; NullCheck(L_211); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_211, _stringLiteral0B87E468668B6160D9BD3F1A696B652A1D1A86AD, _stringLiteralF3BC964ED8C4C6F8FD0C9A1C2A4ED7828F8F12CA, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_212 = L_211; NullCheck(L_212); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_212, _stringLiteral6ABCB95F000D97F9F5CA68A584218C857A1CAF09, _stringLiteral76D0C1A730CD97F002070CBC6A93B1DA6931AB75, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_213 = L_212; NullCheck(L_213); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_213, _stringLiteralFAF6F28F06CB2CDB9E49D66F7E8844A8FEBA7B70, _stringLiteral5F6102B9677963022D97E4F75BA5F55535F9F65F, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_214 = L_213; NullCheck(L_214); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_214, _stringLiteralAACAA5C58381A687E312A30415885F3788317947, _stringLiteral12612495A11666F6B1DF719AE9865A91642F99BA, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_215 = L_214; NullCheck(L_215); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_215, _stringLiteral4F47597A07ED8A193B04A481F84B004D52B18F99, _stringLiteral82F3BE480580F58EE08D437D524BB2A9AD438EE4, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_216 = L_215; NullCheck(L_216); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_216, _stringLiteral8C5938D767CFE010EDCBC3B5173D0F208532D22B, _stringLiteral8609E0E2AE2791725A5753917F782BE01B29BF75, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_217 = L_216; NullCheck(L_217); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_217, _stringLiteral05507E8F5A859CF7EA92B42F464DFBB3BA78722A, _stringLiteralC4729ED69061AF5587EABEA577EE432AC85A94DB, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_218 = L_217; NullCheck(L_218); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_218, _stringLiteral14C810724E491E1B357D511BF6A90372FC671A9D, _stringLiteral0CD43B206DD827306997AAE32530E5B342A98CDD, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_219 = L_218; NullCheck(L_219); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_219, _stringLiteral2F59628CFCF68C1C363F48F1FB91CF30C77F0D31, _stringLiteral77EE5971434CDE6F74A1DAE44D94954E1624D77C, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_220 = L_219; NullCheck(L_220); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_220, _stringLiteral332D44BE3C2BFDD83BCB8ED0196C3F53A1FF8BFB, _stringLiteral5CD33E9356AD4B75311B10BB05D90BFAC329C47A, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_221 = L_220; NullCheck(L_221); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_221, _stringLiteralB38EF8EEC16D07CB959110C418619843163CDEF9, _stringLiteralA5887432DD4658E0A7B1B77A68CC124D2C76A7C1, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_222 = L_221; NullCheck(L_222); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_222, _stringLiteral55772EA44D07798D30C9C7B67BFF6C877687F16E, _stringLiteralD9A0C24A4C933B64FC6C0D0B3FD20DB947AA5917, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_223 = L_222; NullCheck(L_223); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_223, _stringLiteral2B4B3585B88A691893C1AE322E53EF38B454AB6D, _stringLiteralFD95A00B530C13C66E0AF8F42FBF8E14D7C63076, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_224 = L_223; NullCheck(L_224); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_224, _stringLiteral39AE202157A916F93F271FD9CB16E7388B0666BC, _stringLiteral26F38753598E196FAE5E238604E373B0341E0E22, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_225 = L_224; NullCheck(L_225); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_225, _stringLiteralDD9EBC6C2126C14AE71F223775C0378CC1E1E8FF, _stringLiteral6BE8847138254B79B44F23B6F705BC3159C524A9, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_226 = L_225; NullCheck(L_226); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_226, _stringLiteral9EDD1FED78E7CE21DA5013C168469502FB7AF1DD, _stringLiteral4972A8E2D288E83DEF7E88A72651D94CEFC19BC6, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_227 = L_226; NullCheck(L_227); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_227, _stringLiteral8E40F0F3E169BF88647ED92D58ECA0CCB1C93373, _stringLiteral4A4D17DD531781ED69AFC2ED5B9837E1D3918F7D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_228 = L_227; NullCheck(L_228); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_228, _stringLiteral67E734EA824D146667DB9A6936CDDF734CD7763A, _stringLiteralE2F821451E291C95D25488E977E55FD9D45D72C1, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_229 = L_228; NullCheck(L_229); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_229, _stringLiteral14E12C93FEC6B1C5C83995F182FE26328BED84BF, _stringLiteral7B5D5990D78A06DA0E79A01DDE0FCA3CAC7369BB, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_230 = L_229; NullCheck(L_230); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_230, _stringLiteralF4D16212D8371B911BAC48C7268891BAF4A3757D, _stringLiteralB4796B9DD8CEA5F638F0A5ADCCC0DD4CC05D2436, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_231 = L_230; NullCheck(L_231); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_231, _stringLiteralF9F21E0E58EDD803E5FE0FE2D9668BA6B8015894, _stringLiteralE5C4DE29917BC85D50DFB6434B3A2DE446444F9D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_232 = L_231; NullCheck(L_232); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_232, _stringLiteral8DB02C8F8D1DF4C058E1311DBD055801F6852B05, _stringLiteral185A7479EE7271FD8470CA3071E4DD25D1D18787, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_233 = L_232; NullCheck(L_233); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_233, _stringLiteral62227C72545261E4D5D2D342B4C9DB4BDD0CA2AF, _stringLiteral3CB14926506D11E623C2758F055A9A0A04735988, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_234 = L_233; NullCheck(L_234); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_234, _stringLiteral0DBA36F38C7E6362803E7B2908E2D02EB7677097, _stringLiteral876686C333A653B76AD96A2C08D73C7A208175D3, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_235 = L_234; NullCheck(L_235); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_235, _stringLiteral3CCAE48802A2B91D91564D685BC9A13CB4B2E1D5, _stringLiteral4CBF7BCD7E91F35AFEA889B37FAAA24D56F513D2, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_236 = L_235; NullCheck(L_236); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_236, _stringLiteral21E291839B15EA4ACBEF12D312DA68C731CB21A3, _stringLiteral14ED34B033624F115AA75357DA04F496E3CE31AE, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_237 = L_236; NullCheck(L_237); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_237, _stringLiteralD507A887C3115C940F243DC84C049667410364B6, _stringLiteral70B17AAD07739AC6E24336BDDD087A5F4A2D8414, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_238 = L_237; NullCheck(L_238); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_238, _stringLiteral1E845D250DA306BE2DC7FE9FB5942BE100763987, _stringLiteral06D6A06713CB85E830E4059C79FBF5A1346B0F4D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_239 = L_238; NullCheck(L_239); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_239, _stringLiteral1E0F0D86F951CC4FB5B3CF344C63C714D7CB3875, _stringLiteral3EF7E97E647F9A0B5DBB33D451D80A9CED37C654, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_240 = L_239; NullCheck(L_240); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_240, _stringLiteral62DF8B883A7680DEF02C157C7AF38B4A3E89D8BF, _stringLiteralA3DC94CE2E4ADB08254413E0E3386625CB614D76, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_241 = L_240; NullCheck(L_241); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_241, _stringLiteral96ECC1F1572C33C2E1D3C6203BE0CD2F54E40BF7, _stringLiteralA6AA2DEDD2213A58B9695555093DC69F401DF2BC, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_242 = L_241; NullCheck(L_242); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_242, _stringLiteral20DB97C8310A4D50C91E8880925919A725B6C008, _stringLiteralC331BB611CD688525868217241D5919EB366F954, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_243 = L_242; NullCheck(L_243); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_243, _stringLiteral2A52A294C647BBD447CCE7EDC629A76F7C3E2E91, _stringLiteral21A9516B38B8F85533C426D767A3FF8CF349E1D3, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_244 = L_243; NullCheck(L_244); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_244, _stringLiteralAB8332AE6B5DED504EF6FF26EAC5AFC64A909A45, _stringLiteral8ABA7ED82B5ACA1294A7B9A6A5647168BD9D7F0F, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_245 = L_244; NullCheck(L_245); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_245, _stringLiteralD48D89904FB7079C538EFAD657D4D59181FB66B6, _stringLiteralBB45E603040B6B216699610307F7AD99BE979B55, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_246 = L_245; NullCheck(L_246); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_246, _stringLiteral45CD5D171FB77350DC87D12C7F265816529F6C9F, _stringLiteralDA8EB70448F658D1B2E4A191FB1126E7830F3EF2, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_247 = L_246; NullCheck(L_247); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_247, _stringLiteral1AFAF36D3B2FA7A360E517608431C7ED5B9E50D8, _stringLiteral9AAA7AE1E1C11EC0AC6F4E185BB804D2E4E6A166, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_248 = L_247; NullCheck(L_248); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_248, _stringLiteralE07FF8A28F68DE2765770FDDC1A0BE2A68DF027D, _stringLiteral241A49A22744674B6DDDCC3E11891ED23D638EEF, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_249 = L_248; NullCheck(L_249); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_249, _stringLiteralE4100544117846D4647DE0C597FB8B2B17BEB315, _stringLiteralB7493CB56184FE60E2814265912AAD0416579D8C, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_250 = L_249; NullCheck(L_250); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_250, _stringLiteral83BBCFCACAEBC3881F4A007375571457D9AB27F3, _stringLiteralBB649D25BC62010ECC1DBC1695A1931EE51AB396, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_251 = L_250; NullCheck(L_251); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_251, _stringLiteral7A406A92D88D81D36C3FF33777E8E81FF32961C0, _stringLiteral751761CFC425090DF37953B66E095E074C493B82, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_252 = L_251; NullCheck(L_252); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_252, _stringLiteral071214783494311744C11F13208084CDCB478A49, _stringLiteral01EED870A12DAE42A249C1AC4943F70ED2FB711D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_253 = L_252; NullCheck(L_253); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_253, _stringLiteralA5FBEFF863330C6DDCFDDABDBF22A09FEBEDDF91, _stringLiteral2BAE1EC4AD1D2DAA7FBBE5C17BB3EC9CC7AB734A, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_254 = L_253; NullCheck(L_254); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_254, _stringLiteral0A3A75556124F593082AC2A3D951B3739E234221, _stringLiteral3A50E886F50E292CF8471ADF9B446694CBE92C2E, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_255 = L_254; NullCheck(L_255); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_255, _stringLiteral991D0A7E6B3EB73396B32C386EB794CEF011FBEC, _stringLiteralCD94140EC5B5E76A5FA543376C856F875B9A6510, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_256 = L_255; NullCheck(L_256); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_256, _stringLiteral0DF52374CCE8AA942D55172FF34E782E0277521F, _stringLiteral541ADAD93719A7753AA265CAD6BA6276D2686025, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_257 = L_256; NullCheck(L_257); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_257, _stringLiteralFC1936C444D592D5C33262866A0F73E382BF0FAB, _stringLiteral6B795465C3B30F08A6D0ACAA16EF80CC6B4FD8EA, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_258 = L_257; NullCheck(L_258); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_258, _stringLiteralA0E3BF9CCE994F4FA1D13D14009093AC71FF4BBF, _stringLiteralE880DE80CCADDAD34B2968143B211E18FF42BBD9, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_259 = L_258; NullCheck(L_259); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_259, _stringLiteral50BFF489303364E4236225FDF9AF534E8531FD8D, _stringLiteral27920DC2FB8DE37077F47844994EF5199A0FCAB3, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_260 = L_259; NullCheck(L_260); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_260, _stringLiteralBC90C82BDBD3DBF8022E1CB17000CA648FCA3A59, _stringLiteralA31F29C367D53AD7C824C843BE0DEB228E4B5EBC, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_261 = L_260; NullCheck(L_261); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_261, _stringLiteralDA5831573CA4E7D4BD4BB37B77CF2DA2F529680C, _stringLiteral9BB00B1B980A07547640DA1AE4CFF1A800E02AA7, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_262 = L_261; NullCheck(L_262); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_262, _stringLiteralBE81FA580EC366513B2AD36F5C5FBC974F076D13, _stringLiteral011CA47334C4E5EA5F5B38FD3ED90819E1247824, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_263 = L_262; NullCheck(L_263); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_263, _stringLiteral299DAA97CA11E49DB3FD4CD342DF8C939BD86DAB, _stringLiteralD855921847CD8826B294837FFCD67EA7FB0788CB, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_264 = L_263; NullCheck(L_264); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_264, _stringLiteralBB57A13385B3C866A2234BCC262833B4654174CB, _stringLiteral0D393D4258038290EA82778FA1C84B712321C953, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_265 = L_264; NullCheck(L_265); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_265, _stringLiteral85225E74DED6E658D42B042044B4A1C62CD541ED, _stringLiteralE775FE4A2871D37C251B317E38ACC6FB15BA78D1, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_266 = L_265; NullCheck(L_266); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_266, _stringLiteral653027A88CDD470149309C1E951A7B7FC3595934, _stringLiteralB56211597A743D090F860D7EFC3559A3D842D65D, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_267 = L_266; NullCheck(L_267); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_267, _stringLiteral7C5F42467EDBD07583ECC7B6387A38C5667DD179, _stringLiteralD44A6185EF6D5270C77DC3B679E8F20946D26B7A, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_268 = L_267; NullCheck(L_268); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_268, _stringLiteralC6104438F2F57018DE192A821CF5821082E428F6, _stringLiteral8D927104AAFE48366762B70DC5E7CA34D1C0D5BE, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_269 = L_268; NullCheck(L_269); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_269, _stringLiteralFEB8CADDC56204B5564CB7892BE53B54E83A9CA2, _stringLiteralE243FB8D9313FB9CAED6E93C906E5DE6BA507CAF, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_270 = L_269; NullCheck(L_270); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_270, _stringLiteralD79BCC1D9686E91C0D38CAE4F23E8261B32EF86E, _stringLiteralAAAAD748A9167857089BE2BCDA56BA779A2CF7C9, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_271 = L_270; NullCheck(L_271); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_271, _stringLiteralE582BEE3725203632E40285D10D31867423E16C4, _stringLiteral311E47896EB09D0C93148A3A7DD194B85327AC1B, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_272 = L_271; NullCheck(L_272); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_272, _stringLiteralD67B8A656690AB561AA26AC0AD6669C4ADFFCA31, _stringLiteralE8F115133981FA10D36820F67ACF06CD8609D703, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_273 = L_272; NullCheck(L_273); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_273, _stringLiteral93A0402B4EC6F64421C490D0558DFF1AD9E24FB0, _stringLiteralB8DD288607FF8CFF16B9A97503C0EC6108E01F52, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_274 = L_273; NullCheck(L_274); Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_274, _stringLiteral33628DD0604F1FE1A5D01122F701F38F294AA214, _stringLiteralBD1EDCE6E99BE98F799324559FA808FD9CEDF6EF, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var); return L_274; } } // System.String System.ComponentModel.CultureInfoConverter/CultureInfoMapper::GetCultureInfoName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoMapper_GetCultureInfoName_mFF49C01EF33EC4CE3052A0B74806924F62302C3F (String_t* ___0_cultureInfoDisplayName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E_il2cpp_TypeInfo_var); Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = ((CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E_il2cpp_TypeInfo_var))->___s_cultureInfoNameMap_0; String_t* L_1 = ___0_cultureInfoDisplayName; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var); if (L_2) { goto IL_0011; } } { String_t* L_3 = ___0_cultureInfoDisplayName; return L_3; } IL_0011: { String_t* L_4 = V_0; return L_4; } } // System.Void System.ComponentModel.CultureInfoConverter/CultureInfoMapper::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfoMapper__cctor_mCF21C5D42E804D95FB729FBE4959D31A632EC4C6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0; L_0 = CultureInfoMapper_CreateMap_mA81FE0D4803950ECB046257C4753A20FC03F6B33(NULL); ((CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E_il2cpp_TypeInfo_var))->___s_cultureInfoNameMap_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfoMapper_tBC83F9F057FA6BD1C6E50B1C268FF863DABC864E_il2cpp_TypeInfo_var))->___s_cultureInfoNameMap_0), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.CustomTypeDescriptor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomTypeDescriptor__ctor_m188C6E2B7CA6781250922E66FAAF8CD660D3B7A8 (CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.ComponentModel.AttributeCollection System.ComponentModel.CustomTypeDescriptor::GetAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* CustomTypeDescriptor_GetAttributes_m3EF387AB8F57EFCED1B03248DCC60BDB5A6FFC1B (CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____parent_0; if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = __this->____parent_0; NullCheck(L_1); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2; L_2 = InterfaceFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(0 /* System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor::GetAttributes() */, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_1); return L_2; } IL_0014: { il2cpp_codegen_runtime_class_init_inline(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_3 = ((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___Empty_0; return L_3; } } // System.ComponentModel.TypeConverter System.ComponentModel.CustomTypeDescriptor::GetConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* CustomTypeDescriptor_GetConverter_mE40B1085719E3D144A78130B843C6E0A1C143245 (CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____parent_0; if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = __this->____parent_0; NullCheck(L_1); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_2; L_2 = InterfaceFuncInvoker0< TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* >::Invoke(1 /* System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor::GetConverter() */, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_1); return L_2; } IL_0014: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_3 = (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)il2cpp_codegen_object_new(TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var); NullCheck(L_3); TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(L_3, NULL); return L_3; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.CustomTypeDescriptor::GetProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* CustomTypeDescriptor_GetProperties_mCC500834C26F4D29117204B84E013CED638A725A (CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____parent_0; if (!L_0) { goto IL_0014; } } { RuntimeObject* L_1 = __this->____parent_0; NullCheck(L_1); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_2; L_2 = InterfaceFuncInvoker0< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* >::Invoke(2 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties() */, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_1); return L_2; } IL_0014: { il2cpp_codegen_runtime_class_init_inline(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_3 = ((PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var))->___Empty_0; return L_3; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.CustomTypeDescriptor::GetProperties(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* CustomTypeDescriptor_GetProperties_m69990C373CF4C1ABAA92C73E194DE430B7ABF371 (CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____parent_0; if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = __this->____parent_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2 = ___0_attributes; NullCheck(L_1); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_3; L_3 = InterfaceFuncInvoker1< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(3 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_1, L_2); return L_3; } IL_0015: { il2cpp_codegen_runtime_class_init_inline(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_4 = ((PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var))->___Empty_0; return L_4; } } // System.Object System.ComponentModel.CustomTypeDescriptor::GetPropertyOwner(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomTypeDescriptor_GetPropertyOwner_mB66AD8A02780D7A502CF79D8D1914641054F9E79 (CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_pd, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B1_0 = NULL; { RuntimeObject* L_0 = __this->____parent_0; RuntimeObject* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000c; } } { return NULL; } IL_000c: { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2 = ___0_pd; NullCheck(G_B2_0); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject*, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* >::Invoke(4 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetPropertyOwner(System.ComponentModel.PropertyDescriptor) */, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, G_B2_0, 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.Boolean System.ComponentModel.DateTimeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeConverter_CanConvertFrom_mF0BD5CD43E18685090EB0EAF9DF0927BA322C9ED (DateTimeConverter_t9CFB201B23091EAEE358040BF6053AFC475BD866* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_001b; } } { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } IL_001b: { return (bool)1; } } // System.Boolean System.ComponentModel.DateTimeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeConverter_CanConvertTo_mDF31AC3889AB957B05B4229D80B5FE29DC187FE5 (DateTimeConverter_t9CFB201B23091EAEE358040BF6053AFC475BD866* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_destinationType; bool L_6; L_6 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_4, L_5, NULL); return L_6; } } // System.Object System.ComponentModel.DateTimeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DateTimeConverter_ConvertFrom_m13742F9584B8C3884A7D164988714E2AE0B69B69 (DateTimeConverter_t9CFB201B23091EAEE358040BF6053AFC475BD866* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* V_1 = NULL; RuntimeObject* V_2 = NULL; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___2_value; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (!L_1) { goto IL_007e; } } { String_t* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_2, NULL); V_0 = L_3; String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); if (L_5) { goto IL_0024; } } { il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32; DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = L_6; RuntimeObject* L_8 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_7); return L_8; } IL_0024: { } try {// begin try (depth: 1) { V_1 = (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)NULL; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9 = ___1_culture; if (!L_9) { goto IL_0040_1; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10 = ___1_culture; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_11 = { reinterpret_cast (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_12; L_12 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_11, NULL); NullCheck(L_10); RuntimeObject* L_13; L_13 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_10, L_12); V_1 = ((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)CastclassSealed((RuntimeObject*)L_13, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var)); } IL_0040_1: { DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_14 = V_1; if (!L_14) { goto IL_0052_1; } } { String_t* L_15 = V_0; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_16 = V_1; il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_17; L_17 = DateTime_Parse_mC5B13ABDD2A2A2AC709D961EE959BBE26DB241AC(L_15, L_16, NULL); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_18 = L_17; RuntimeObject* L_19 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_18); V_2 = L_19; goto IL_0088; } IL_0052_1: { String_t* L_20 = V_0; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_21 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_22; L_22 = DateTime_Parse_mC5B13ABDD2A2A2AC709D961EE959BBE26DB241AC(L_20, L_21, NULL); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_23 = L_22; RuntimeObject* L_24 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_23); V_2 = L_24; goto IL_0088; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0061; } throw e; } CATCH_0061: {// begin catch(System.FormatException) V_3 = ((FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)); RuntimeObject* L_25 = ___2_value; String_t* L_26; L_26 = SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), ((String_t*)CastclassSealed((RuntimeObject*)L_25, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var)))), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA)), NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_27 = V_3; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_28 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_28); FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(L_28, L_26, L_27, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeConverter_ConvertFrom_m13742F9584B8C3884A7D164988714E2AE0B69B69_RuntimeMethod_var))); }// end catch (depth: 1) IL_007e: { RuntimeObject* L_29 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_30 = ___1_culture; RuntimeObject* L_31 = ___2_value; RuntimeObject* L_32; L_32 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_29, L_30, L_31, NULL); return L_32; } IL_0088: { RuntimeObject* L_33 = V_2; return L_33; } } // System.Object System.ComponentModel.DateTimeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DateTimeConverter_ConvertTo_m6421F20CE5E094DCECF0A06C0F9C5449094B95BB (DateTimeConverter_t9CFB201B23091EAEE358040BF6053AFC475BD866* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E); s_Il2CppMethodInitialized = true; } DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0; memset((&V_0), 0, sizeof(V_0)); DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* V_1 = NULL; String_t* V_2 = NULL; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_3; memset((&V_3), 0, sizeof(V_3)); { Type_t* L_0 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_00de; } } { RuntimeObject* L_4 = ___2_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_4, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))) { goto IL_00de; } } { RuntimeObject* L_5 = ___2_value; V_0 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_5, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = V_0; il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32; bool L_8; L_8 = DateTime_op_Equality_m568A6320E27F3F7708C77BF8751925C8775DD921(L_6, L_7, NULL); if (!L_8) { goto IL_003b; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_9; } IL_003b: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10 = ___1_culture; if (L_10) { goto IL_0045; } } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11; L_11 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); ___1_culture = L_11; } IL_0045: { V_1 = (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)NULL; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12 = ___1_culture; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_14; L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL); NullCheck(L_12); RuntimeObject* L_15; L_15 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_12, L_14); V_1 = ((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)CastclassSealed((RuntimeObject*)L_15, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var)); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_17; L_17 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); if ((!(((RuntimeObject*)(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)L_16) == ((RuntimeObject*)(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)L_17)))) { goto IL_0096; } } { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_18; L_18 = DateTime_get_TimeOfDay_mE8933E5F62C0369E4BA6AF928283A00CA9D54D04((&V_0), NULL); V_3 = L_18; double L_19; L_19 = TimeSpan_get_TotalSeconds_mED686E7CECE6A76A7DC38518698B9199DB8CDEA8((&V_3), NULL); if ((!(((double)L_19) == ((double)(0.0))))) { goto IL_008d; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20 = ___1_culture; String_t* L_21; L_21 = DateTime_ToString_m27637E1131A10BED8A95639D64339023D5EBBF00((&V_0), _stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E, L_20, NULL); return L_21; } IL_008d: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_22 = ___1_culture; String_t* L_23; L_23 = DateTime_ToString_m66457C11C42C07E2F437A9D899E6E3FB9FD77B50((&V_0), L_22, NULL); return L_23; } IL_0096: { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_24; L_24 = DateTime_get_TimeOfDay_mE8933E5F62C0369E4BA6AF928283A00CA9D54D04((&V_0), NULL); V_3 = L_24; double L_25; L_25 = TimeSpan_get_TotalSeconds_mED686E7CECE6A76A7DC38518698B9199DB8CDEA8((&V_3), NULL); if ((!(((double)L_25) == ((double)(0.0))))) { goto IL_00b9; } } { DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_26 = V_1; NullCheck(L_26); String_t* L_27; L_27 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_26, NULL); V_2 = L_27; goto IL_00d0; } IL_00b9: { DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_28 = V_1; NullCheck(L_28); String_t* L_29; L_29 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_28, NULL); DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_30 = V_1; NullCheck(L_30); String_t* L_31; L_31 = DateTimeFormatInfo_get_ShortTimePattern_m1ECB24D998656104918CCFD092207FA9FA4300A6(L_30, NULL); String_t* L_32; L_32 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_29, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_31, NULL); V_2 = L_32; } IL_00d0: { String_t* L_33 = V_2; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_34; L_34 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); String_t* L_35; L_35 = DateTime_ToString_m27637E1131A10BED8A95639D64339023D5EBBF00((&V_0), L_33, L_34, NULL); return L_35; } IL_00de: { RuntimeObject* L_36 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_37 = ___1_culture; RuntimeObject* L_38 = ___2_value; Type_t* L_39 = ___3_destinationType; RuntimeObject* L_40; L_40 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_36, L_37, L_38, L_39, NULL); return L_40; } } // System.Void System.ComponentModel.DateTimeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeConverter__ctor_m08FB7B430DB67A7BC128DC3F1DAFC031C9900DA9 (DateTimeConverter_t9CFB201B23091EAEE358040BF6053AFC475BD866* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, 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.Boolean System.ComponentModel.DecimalConverter::get_AllowHex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecimalConverter_get_AllowHex_m2B657E4B11F10E8F6F3E27F8F24EBD407E68386D (DecimalConverter_tCBE948B718842C42CB22DF92D59AB2C1EC0FAEDF* __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Type System.ComponentModel.DecimalConverter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DecimalConverter_get_TargetType_m713B317E87EFCE4C62D9252D5C995FCEF1DAEF47 (DecimalConverter_tCBE948B718842C42CB22DF92D59AB2C1EC0FAEDF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } // System.Boolean System.ComponentModel.DecimalConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecimalConverter_CanConvertTo_m2C1D96863DB726FCB8566B7B78899A0DD5D85CC4 (DecimalConverter_tCBE948B718842C42CB22DF92D59AB2C1EC0FAEDF* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_destinationType; bool L_6; L_6 = BaseNumberConverter_CanConvertTo_m6108C34CF9DF475BF4074181348848BCE6C53F76(__this, L_4, L_5, NULL); return L_6; } } // System.Object System.ComponentModel.DecimalConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DecimalConverter_ConvertTo_m0F245DFB5E97D39B818A6D3A87C6FAE07F57F6BC (DecimalConverter_tCBE948B718842C42CB22DF92D59AB2C1EC0FAEDF* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; MemberInfo_t* V_1 = NULL; { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DecimalConverter_ConvertTo_m0F245DFB5E97D39B818A6D3A87C6FAE07F57F6BC_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_007b; } } { RuntimeObject* L_7 = ___2_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_7, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))) { goto IL_007b; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_8; RuntimeObject* L_10 = ___2_value; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_11; L_11 = Decimal_GetBits_mA8711044E1019B52442F3F280CFD4BB50A43DE68(((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_10, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))), NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(0), (RuntimeObject*)L_11); V_0 = L_9; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_13; L_13 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_12, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_14 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_15 = L_14; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_16 = { reinterpret_cast (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_0_0_0_var) }; Type_t* L_17; L_17 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_16, NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_17); (L_15)->SetAt(static_cast(0), (Type_t*)L_17); NullCheck(L_13); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_18; L_18 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_13, L_15, NULL); V_1 = L_18; MemberInfo_t* L_19 = V_1; bool L_20; L_20 = MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA(L_19, (MemberInfo_t*)NULL, NULL); if (!L_20) { goto IL_0079; } } { MemberInfo_t* L_21 = V_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = V_0; InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_23 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); NullCheck(L_23); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_23, L_21, (RuntimeObject*)L_22, NULL); return L_23; } IL_0079: { return NULL; } IL_007b: { RuntimeObject* L_24 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_25 = ___1_culture; RuntimeObject* L_26 = ___2_value; Type_t* L_27 = ___3_destinationType; RuntimeObject* L_28; L_28 = BaseNumberConverter_ConvertTo_m46174D69B2F224A17A25C88B162C0270DE801CF2(__this, L_24, L_25, L_26, L_27, NULL); return L_28; } } // System.Object System.ComponentModel.DecimalConverter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DecimalConverter_FromString_m65A0F7D7BFD4A568C416732121878DDA2CDB2423 (DecimalConverter_tCBE948B718842C42CB22DF92D59AB2C1EC0FAEDF* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2; L_2 = Convert_ToDecimal_mE962E577A68EFD22F1C8B27B78CEFA42BDD44877(L_0, L_1, NULL); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3 = L_2; RuntimeObject* L_4 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.DecimalConverter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DecimalConverter_FromString_m4F6FAD944464E3B239B445BE45950CF15E423BFC (DecimalConverter_tCBE948B718842C42CB22DF92D59AB2C1EC0FAEDF* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2; L_2 = Decimal_Parse_m6023D6BA10DAAF7AA6443D08022299A0529B7107(L_0, ((int32_t)167), L_1, NULL); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3 = L_2; RuntimeObject* L_4 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.DecimalConverter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DecimalConverter_ToString_mA2278E45267D367F8FED73BDE4293021E493499F (DecimalConverter_tCBE948B718842C42CB22DF92D59AB2C1EC0FAEDF* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___0_value; V_0 = ((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_0, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = Decimal_ToString_m2600674D09D44940FA0AAA00A87858E741671F4E((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } // System.Void System.ComponentModel.DecimalConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecimalConverter__ctor_mC1E815EF17DE8DBD91FB472C83A4F38514704B46 (DecimalConverter_tCBE948B718842C42CB22DF92D59AB2C1EC0FAEDF* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DefaultEventAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultEventAttribute__ctor_m7FE746F300D84188A24F4CF38A330EA255E5EE46 (DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* __this, String_t* ___0_name, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_name; __this->___U3CNameU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField_0), (void*)L_0); return; } } // System.String System.ComponentModel.DefaultEventAttribute::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultEventAttribute_get_Name_m156545E2B0D123DFD61C375B1CB4987F08D65BF3 (DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField_0; return L_0; } } // System.Boolean System.ComponentModel.DefaultEventAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultEventAttribute_Equals_m1B7CE5677AFA75A3AD6223345C99D5EA796622B2 (DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; V_0 = ((DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07*)IsInstSealed((RuntimeObject*)L_0, DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_il2cpp_TypeInfo_var)); DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* L_1 = V_0; if (!L_1) { goto IL_001c; } } { DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = DefaultEventAttribute_get_Name_m156545E2B0D123DFD61C375B1CB4987F08D65BF3_inline(L_2, NULL); String_t* L_4; L_4 = DefaultEventAttribute_get_Name_m156545E2B0D123DFD61C375B1CB4987F08D65BF3_inline(__this, NULL); bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, L_4, NULL); return L_5; } IL_001c: { return (bool)0; } } // System.Int32 System.ComponentModel.DefaultEventAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultEventAttribute_GetHashCode_mD3A5713780914BA883AF0AB0AD88E5427D910184 (DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } // System.Void System.ComponentModel.DefaultEventAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultEventAttribute__cctor_m8F7247E7092040D01936116D0D07453F983A06E7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* L_0 = (DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07*)il2cpp_codegen_object_new(DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_il2cpp_TypeInfo_var); NullCheck(L_0); DefaultEventAttribute__ctor_m7FE746F300D84188A24F4CF38A330EA255E5EE46(L_0, (String_t*)NULL, NULL); ((DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_StaticFields*)il2cpp_codegen_static_fields_for(DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_il2cpp_TypeInfo_var))->___Default_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_StaticFields*)il2cpp_codegen_static_fields_for(DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_il2cpp_TypeInfo_var))->___Default_1), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DefaultPropertyAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultPropertyAttribute__ctor_m43FD7A91A431F72713FFA7829DE9BD24A321FD3A (DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* __this, String_t* ___0_name, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_name; __this->___U3CNameU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField_0), (void*)L_0); return; } } // System.String System.ComponentModel.DefaultPropertyAttribute::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultPropertyAttribute_get_Name_m1F2C2642F68F489167FB7F2E005CCBDBF9745890 (DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField_0; return L_0; } } // System.Boolean System.ComponentModel.DefaultPropertyAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultPropertyAttribute_Equals_mCD709C4B3F90DDDBDB45AE2969732EA3775CF26E (DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; V_0 = ((DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4*)IsInstSealed((RuntimeObject*)L_0, DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_il2cpp_TypeInfo_var)); DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* L_1 = V_0; if (!L_1) { goto IL_001c; } } { DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = DefaultPropertyAttribute_get_Name_m1F2C2642F68F489167FB7F2E005CCBDBF9745890_inline(L_2, NULL); String_t* L_4; L_4 = DefaultPropertyAttribute_get_Name_m1F2C2642F68F489167FB7F2E005CCBDBF9745890_inline(__this, NULL); bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, L_4, NULL); return L_5; } IL_001c: { return (bool)0; } } // System.Int32 System.ComponentModel.DefaultPropertyAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultPropertyAttribute_GetHashCode_m401BC4A948F7890DDD718B884C6CE06296578BA2 (DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } // System.Void System.ComponentModel.DefaultPropertyAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultPropertyAttribute__cctor_mE7CC9E813F3663E5D55E5F2FA52D6E1A8C0040E8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* L_0 = (DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4*)il2cpp_codegen_object_new(DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_il2cpp_TypeInfo_var); NullCheck(L_0); DefaultPropertyAttribute__ctor_m43FD7A91A431F72713FFA7829DE9BD24A321FD3A(L_0, (String_t*)NULL, NULL); ((DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_il2cpp_TypeInfo_var))->___Default_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_il2cpp_TypeInfo_var))->___Default_1), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DelegatingTypeDescriptionProvider::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegatingTypeDescriptionProvider__ctor_mF4BAC468855383A4FA4CBFA329DF02F35805ADC5 (DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8* __this, Type_t* ___0_type, const RuntimeMethod* method) { { TypeDescriptionProvider__ctor_m575B3B96D9C9A3B7C0D34A14D9E5FAA63EEE004C(__this, NULL); Type_t* L_0 = ___0_type; __this->____type_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____type_2), (void*)L_0); return; } } // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.DelegatingTypeDescriptionProvider::get_Provider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* DelegatingTypeDescriptionProvider_get_Provider_m39F8D32C2826EC53330210A55058A76B06136E74 (DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = __this->____type_2; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1; L_1 = TypeDescriptor_GetProviderRecursive_m93472737B659EEF48969953D8274A9E9BE26509C(L_0, NULL); return L_1; } } // System.Object System.ComponentModel.DelegatingTypeDescriptionProvider::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DelegatingTypeDescriptionProvider_CreateInstance_m03AF6BFE0035224BF74BC8692ABB916BC368468E (DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8* __this, RuntimeObject* ___0_provider, Type_t* ___1_objectType, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___2_argTypes, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method) { { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m39F8D32C2826EC53330210A55058A76B06136E74(__this, NULL); RuntimeObject* L_1 = ___0_provider; Type_t* L_2 = ___1_objectType; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_3 = ___2_argTypes; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = ___3_args; NullCheck(L_0); RuntimeObject* L_5; L_5 = VirtualFuncInvoker4< RuntimeObject*, RuntimeObject*, Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(4 /* System.Object System.ComponentModel.TypeDescriptionProvider::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) */, L_0, L_1, L_2, L_3, L_4); return L_5; } } // System.Collections.IDictionary System.ComponentModel.DelegatingTypeDescriptionProvider::GetCache(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DelegatingTypeDescriptionProvider_GetCache_m8C822270552717420F5E6D7B96C48C751816370C (DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m39F8D32C2826EC53330210A55058A76B06136E74(__this, NULL); RuntimeObject* L_1 = ___0_instance; NullCheck(L_0); RuntimeObject* L_2; L_2 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(5 /* System.Collections.IDictionary System.ComponentModel.TypeDescriptionProvider::GetCache(System.Object) */, L_0, L_1); return L_2; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.DelegatingTypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DelegatingTypeDescriptionProvider_GetExtendedTypeDescriptor_m7A546AA16D70578B63542DB3DDAB0F54DD742FBA (DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m39F8D32C2826EC53330210A55058A76B06136E74(__this, NULL); RuntimeObject* L_1 = ___0_instance; NullCheck(L_0); RuntimeObject* L_2; L_2 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_0, L_1); return L_2; } } // System.ComponentModel.IExtenderProvider[] System.ComponentModel.DelegatingTypeDescriptionProvider::GetExtenderProviders(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* DelegatingTypeDescriptionProvider_GetExtenderProviders_mD598D1A005CD1CFE86B5999BA2C9E1B57416A078 (DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m39F8D32C2826EC53330210A55058A76B06136E74(__this, NULL); RuntimeObject* L_1 = ___0_instance; NullCheck(L_0); IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_2; L_2 = VirtualFuncInvoker1< IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2*, RuntimeObject* >::Invoke(7 /* System.ComponentModel.IExtenderProvider[] System.ComponentModel.TypeDescriptionProvider::GetExtenderProviders(System.Object) */, L_0, L_1); return L_2; } } // System.Type System.ComponentModel.DelegatingTypeDescriptionProvider::GetReflectionType(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DelegatingTypeDescriptionProvider_GetReflectionType_m130F511F42060A53340620EB0667237EB0F94024 (DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8* __this, Type_t* ___0_objectType, RuntimeObject* ___1_instance, const RuntimeMethod* method) { { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m39F8D32C2826EC53330210A55058A76B06136E74(__this, NULL); Type_t* L_1 = ___0_objectType; RuntimeObject* L_2 = ___1_instance; NullCheck(L_0); Type_t* L_3; L_3 = VirtualFuncInvoker2< Type_t*, Type_t*, RuntimeObject* >::Invoke(8 /* System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Type,System.Object) */, L_0, L_1, L_2); return L_3; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.DelegatingTypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DelegatingTypeDescriptionProvider_GetTypeDescriptor_m3DEEF7B7F56B72063CCCF3EAEC383FC98029A8C5 (DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8* __this, Type_t* ___0_objectType, RuntimeObject* ___1_instance, const RuntimeMethod* method) { { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0; L_0 = DelegatingTypeDescriptionProvider_get_Provider_m39F8D32C2826EC53330210A55058A76B06136E74(__this, NULL); Type_t* L_1 = ___0_objectType; RuntimeObject* L_2 = ___1_instance; NullCheck(L_0); RuntimeObject* L_3; L_3 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(9 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_0, L_1, 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.Boolean System.ComponentModel.ToolboxItemAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ToolboxItemAttribute_IsDefaultAttribute_m165AD76BC5AED533096681F7A6B88517946F3CAA (ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_il2cpp_TypeInfo_var); ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* L_0 = ((ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_StaticFields*)il2cpp_codegen_static_fields_for(ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_il2cpp_TypeInfo_var))->___Default_1; bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.ToolboxItemAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemAttribute__ctor_mB4525B008A72341DA3D9B3F7DB3090BB7D49AEBE (ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* __this, bool ___0_defaultType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC0C6E762A2DBD1167A83C725CC5997A2D4EC0BE); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_defaultType; if (!L_0) { goto IL_0014; } } { __this->____toolboxItemTypeName_0 = _stringLiteralFC0C6E762A2DBD1167A83C725CC5997A2D4EC0BE; Il2CppCodeGenWriteBarrier((void**)(&__this->____toolboxItemTypeName_0), (void*)_stringLiteralFC0C6E762A2DBD1167A83C725CC5997A2D4EC0BE); } IL_0014: { return; } } // System.Void System.ComponentModel.ToolboxItemAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemAttribute__ctor_m0E37BE12629A74F1CB545163EDF8D857DF8A0249 (ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* __this, String_t* ___0_toolboxItemTypeName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_toolboxItemTypeName; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); NullCheck(L_0); String_t* L_2; L_2 = String_ToUpper_mFC5C17C8BFF52540CC7A73E36DFC9617281325D1(L_0, L_1, NULL); String_t* L_3 = ___0_toolboxItemTypeName; __this->____toolboxItemTypeName_0 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->____toolboxItemTypeName_0), (void*)L_3); return; } } // System.String System.ComponentModel.ToolboxItemAttribute::get_ToolboxItemTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToolboxItemAttribute_get_ToolboxItemTypeName_m6A73953877073B5499BFF737202F764ABFBE0FAF (ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->____toolboxItemTypeName_0; if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_1; } IL_000e: { String_t* L_2 = __this->____toolboxItemTypeName_0; return L_2; } } // System.Boolean System.ComponentModel.ToolboxItemAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ToolboxItemAttribute_Equals_m9D96B44C04497FC35D1F3FB43306787A158D7DFB (ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36*)IsInstClass((RuntimeObject*)L_1, ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_il2cpp_TypeInfo_var)); ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* L_2 = V_0; if (!L_2) { goto IL_0022; } } { ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = ToolboxItemAttribute_get_ToolboxItemTypeName_m6A73953877073B5499BFF737202F764ABFBE0FAF(L_3, NULL); String_t* L_5; L_5 = ToolboxItemAttribute_get_ToolboxItemTypeName_m6A73953877073B5499BFF737202F764ABFBE0FAF(__this, NULL); bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, L_5, NULL); return L_6; } IL_0022: { return (bool)0; } } // System.Int32 System.ComponentModel.ToolboxItemAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToolboxItemAttribute_GetHashCode_m7F07D7AD1C5262935CAFC04CF4261E0D7E47CC7D (ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____toolboxItemTypeName_0; if (!L_0) { goto IL_0014; } } { String_t* L_1 = __this->____toolboxItemTypeName_0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); return L_2; } IL_0014: { int32_t L_3; L_3 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_3; } } // System.Void System.ComponentModel.ToolboxItemAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemAttribute__cctor_m7CCCFB8D340CA44A24C176B6AAC10F0E9790E03B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC0C6E762A2DBD1167A83C725CC5997A2D4EC0BE); s_Il2CppMethodInitialized = true; } { ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* L_0 = (ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36*)il2cpp_codegen_object_new(ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_il2cpp_TypeInfo_var); NullCheck(L_0); ToolboxItemAttribute__ctor_m0E37BE12629A74F1CB545163EDF8D857DF8A0249(L_0, _stringLiteralFC0C6E762A2DBD1167A83C725CC5997A2D4EC0BE, NULL); ((ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_StaticFields*)il2cpp_codegen_static_fields_for(ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_il2cpp_TypeInfo_var))->___Default_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_StaticFields*)il2cpp_codegen_static_fields_for(ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_il2cpp_TypeInfo_var))->___Default_1), (void*)L_0); ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36* L_1 = (ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36*)il2cpp_codegen_object_new(ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_il2cpp_TypeInfo_var); NullCheck(L_1); ToolboxItemAttribute__ctor_mB4525B008A72341DA3D9B3F7DB3090BB7D49AEBE(L_1, (bool)0, NULL); ((ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_StaticFields*)il2cpp_codegen_static_fields_for(ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_il2cpp_TypeInfo_var))->___None_2 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_StaticFields*)il2cpp_codegen_static_fields_for(ToolboxItemAttribute_t6BFD3C62525383D29D82F4DFA3C31BFAB50BEA36_il2cpp_TypeInfo_var))->___None_2), (void*)L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DesignTimeVisibleAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignTimeVisibleAttribute__ctor_m89415646271B6901AF745CDD2BF3A2244DFCD946 (DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* __this, bool ___0_visible, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_visible; __this->___U3CVisibleU3Ek__BackingField_0 = L_0; return; } } // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::get_Visible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_get_Visible_m0EB229B7592D784080EEFA2C7100DF58ADFF064F (DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CVisibleU3Ek__BackingField_0; return L_0; } } // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_Equals_m59ADCA70D1F8363BAACDC37274852A8E6C9A954A (DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE*)IsInstSealed((RuntimeObject*)L_1, DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var)); DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* L_2 = V_0; if (!L_2) { goto IL_001f; } } { DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = DesignTimeVisibleAttribute_get_Visible_m0EB229B7592D784080EEFA2C7100DF58ADFF064F_inline(L_3, NULL); bool L_5; L_5 = DesignTimeVisibleAttribute_get_Visible_m0EB229B7592D784080EEFA2C7100DF58ADFF064F_inline(__this, NULL); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.DesignTimeVisibleAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesignTimeVisibleAttribute_GetHashCode_m4E2FF875B5BD47A6C7EDCB5F9CB66D6860F5132B (DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); bool L_3; L_3 = DesignTimeVisibleAttribute_get_Visible_m0EB229B7592D784080EEFA2C7100DF58ADFF064F_inline(__this, NULL); G_B1_0 = L_2; if (L_3) { G_B2_0 = L_2; goto IL_001a; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_001b; } IL_001a: { G_B3_0 = (-1); G_B3_1 = G_B2_0; } IL_001b: { return ((int32_t)(G_B3_1^G_B3_0)); } } // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_IsDefaultAttribute_m5F003534B0AD844CFB9F383C3AB8A37559587D05 (DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = DesignTimeVisibleAttribute_get_Visible_m0EB229B7592D784080EEFA2C7100DF58ADFF064F_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var); DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* L_1 = ((DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var))->___Default_3; NullCheck(L_1); bool L_2; L_2 = DesignTimeVisibleAttribute_get_Visible_m0EB229B7592D784080EEFA2C7100DF58ADFF064F_inline(L_1, NULL); return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0); } } // System.Void System.ComponentModel.DesignTimeVisibleAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignTimeVisibleAttribute__cctor_m60EE97AF27C65BA7BD5BC1FC200B7B261BD3F084 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* L_0 = (DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE*)il2cpp_codegen_object_new(DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var); NullCheck(L_0); DesignTimeVisibleAttribute__ctor_m89415646271B6901AF745CDD2BF3A2244DFCD946(L_0, (bool)1, NULL); ((DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var))->___Yes_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var))->___Yes_1), (void*)L_0); DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* L_1 = (DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE*)il2cpp_codegen_object_new(DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var); NullCheck(L_1); DesignTimeVisibleAttribute__ctor_m89415646271B6901AF745CDD2BF3A2244DFCD946(L_1, (bool)0, NULL); ((DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var))->___No_2 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var))->___No_2), (void*)L_1); DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* L_2 = ((DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var))->___Yes_1; ((DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var))->___Default_3 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE_il2cpp_TypeInfo_var))->___Default_3), (void*)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.Boolean System.ComponentModel.DoubleConverter::get_AllowHex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DoubleConverter_get_AllowHex_m7B24D1C1979E1B4B0F32D455B7BADE06AB50DBBB (DoubleConverter_t1FB61A3A8171D3023AA9678231D9C480A67799DE* __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Type System.ComponentModel.DoubleConverter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DoubleConverter_get_TargetType_m32CBA966154111137DA7AE087217F3A7BAFECA88 (DoubleConverter_t1FB61A3A8171D3023AA9678231D9C480A67799DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } // System.Object System.ComponentModel.DoubleConverter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DoubleConverter_FromString_m205541D548D67CE0C9493E7CC532133BD5B27DC0 (DoubleConverter_t1FB61A3A8171D3023AA9678231D9C480A67799DE* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); double L_2; L_2 = Convert_ToDouble_mAA66A3AA3A6E53529E4F632BC69582B4B70D32B7(L_0, L_1, NULL); double L_3 = L_2; RuntimeObject* L_4 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.DoubleConverter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DoubleConverter_FromString_m7E7B0719E5299B5DEF5806531A51807A6860050C (DoubleConverter_t1FB61A3A8171D3023AA9678231D9C480A67799DE* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; double L_2; L_2 = Double_Parse_mA6BD954627BB3B2317D7BA7D4B29DCA53C660058(L_0, ((int32_t)167), L_1, NULL); double L_3 = L_2; RuntimeObject* L_4 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.DoubleConverter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DoubleConverter_ToString_m9BDB00A75E71F1001A1F555AD9E786C32CF668C3 (DoubleConverter_t1FB61A3A8171D3023AA9678231D9C480A67799DE* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(double*)((double*)(double*)UnBox(L_0, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789((&V_0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_1, NULL); return L_2; } } // System.Void System.ComponentModel.DoubleConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleConverter__ctor_m3CA5201BA68AB510BB2112A6755FCFEAB6DE53BA (DoubleConverter_t1FB61A3A8171D3023AA9678231D9C480A67799DE* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.EditorAttribute::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EditorAttribute__ctor_mAD74D6DDDC7752F9BD989300FBE02E1E4FE83FAA (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* __this, String_t* ___0_typeName, String_t* ___1_baseTypeName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_typeName; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); NullCheck(L_0); String_t* L_2; L_2 = String_ToUpper_mFC5C17C8BFF52540CC7A73E36DFC9617281325D1(L_0, L_1, NULL); String_t* L_3 = ___0_typeName; __this->___U3CEditorTypeNameU3Ek__BackingField_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CEditorTypeNameU3Ek__BackingField_2), (void*)L_3); String_t* L_4 = ___1_baseTypeName; __this->___U3CEditorBaseTypeNameU3Ek__BackingField_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CEditorBaseTypeNameU3Ek__BackingField_1), (void*)L_4); return; } } // System.String System.ComponentModel.EditorAttribute::get_EditorBaseTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorBaseTypeName_m1CF77F3AA9AB5AE9CD3585FE86B24E1DD21B1EB4 (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CEditorBaseTypeNameU3Ek__BackingField_1; return L_0; } } // System.String System.ComponentModel.EditorAttribute::get_EditorTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorTypeName_m587C6D66C4567BC349AC9E2C65FE5E021ED2EB09 (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CEditorTypeNameU3Ek__BackingField_2; return L_0; } } // System.Object System.ComponentModel.EditorAttribute::get_TypeId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EditorAttribute_get_TypeId_mFC70575E328285DB1263CC4F3B24D5D3C74911EE (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* __this, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = __this->____typeId_0; if (L_0) { goto IL_003c; } } { String_t* L_1; L_1 = EditorAttribute_get_EditorBaseTypeName_m1CF77F3AA9AB5AE9CD3585FE86B24E1DD21B1EB4_inline(__this, NULL); V_0 = L_1; String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_2, ((int32_t)44), NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0025; } } { String_t* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); String_t* L_7; L_7 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_5, 0, L_6, NULL); V_0 = L_7; } IL_0025: { Type_t* L_8; L_8 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_8); String_t* L_10 = V_0; String_t* L_11; L_11 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_9, L_10, NULL); __this->____typeId_0 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->____typeId_0), (void*)L_11); } IL_003c: { String_t* L_12 = __this->____typeId_0; return L_12; } } // System.Boolean System.ComponentModel.EditorAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EditorAttribute_Equals_mE07449682FEDC2A230A7ECB0A005E1F91F6EF693 (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C*)IsInstSealed((RuntimeObject*)L_1, EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C_il2cpp_TypeInfo_var)); EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_2 = V_0; if (!L_2) { goto IL_0035; } } { EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = EditorAttribute_get_EditorTypeName_m587C6D66C4567BC349AC9E2C65FE5E021ED2EB09_inline(L_3, NULL); String_t* L_5; L_5 = EditorAttribute_get_EditorTypeName_m587C6D66C4567BC349AC9E2C65FE5E021ED2EB09_inline(__this, NULL); bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, L_5, NULL); if (!L_6) { goto IL_0035; } } { EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = EditorAttribute_get_EditorBaseTypeName_m1CF77F3AA9AB5AE9CD3585FE86B24E1DD21B1EB4_inline(L_7, NULL); String_t* L_9; L_9 = EditorAttribute_get_EditorBaseTypeName_m1CF77F3AA9AB5AE9CD3585FE86B24E1DD21B1EB4_inline(__this, NULL); bool L_10; L_10 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_8, L_9, NULL); return L_10; } IL_0035: { return (bool)0; } } // System.Int32 System.ComponentModel.EditorAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EditorAttribute_GetHashCode_mBB45B68F421A996ABBF4B6AC8DC506D4C96CE7DC (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.EventDescriptorCollection::.ctor(System.ComponentModel.EventDescriptor[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__ctor_m5B672594D0220F89AD3DFE0FBCDB34FED5B56CF3 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* ___0_events, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisEventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_mEBBF44B493827D241DBA34F879E886B40327299C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_0 = ___0_events; if (L_0) { goto IL_0016; } } { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_1; L_1 = Array_Empty_TisEventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_mEBBF44B493827D241DBA34F879E886B40327299C_inline(Array_Empty_TisEventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_mEBBF44B493827D241DBA34F879E886B40327299C_RuntimeMethod_var); __this->____events_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____events_0), (void*)L_1); goto IL_0026; } IL_0016: { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_2 = ___0_events; __this->____events_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____events_0), (void*)L_2); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_3 = ___0_events; NullCheck(L_3); EventDescriptorCollection_set_Count_mD825B07B7C93EC3A511CD0DE95EFB9F490E146E8_inline(__this, ((int32_t)(((RuntimeArray*)L_3)->max_length)), NULL); } IL_0026: { __this->____eventsOwned_3 = (bool)1; return; } } // System.Void System.ComponentModel.EventDescriptorCollection::.ctor(System.ComponentModel.EventDescriptor[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__ctor_m6FEF5B613838F164D7F9FC939EA915FE7B5CF118 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* ___0_events, bool ___1_readOnly, const RuntimeMethod* method) { { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_0 = ___0_events; EventDescriptorCollection__ctor_m5B672594D0220F89AD3DFE0FBCDB34FED5B56CF3(__this, L_0, NULL); bool L_1 = ___1_readOnly; __this->____readOnly_5 = L_1; return; } } // System.Int32 System.ComponentModel.EventDescriptorCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CCountU3Ek__BackingField_7; return L_0; } } // System.Void System.ComponentModel.EventDescriptorCollection::set_Count(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_set_Count_mD825B07B7C93EC3A511CD0DE95EFB9F490E146E8 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CCountU3Ek__BackingField_7 = L_0; return; } } // System.ComponentModel.EventDescriptor System.ComponentModel.EventDescriptorCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* EventDescriptorCollection_get_Item_mA010043B2DFD4EE474361E4485B7727354BB00ED (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; int32_t L_1; L_1 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_000f; } } { IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_2 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); NullCheck(L_2); IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF(L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_get_Item_mA010043B2DFD4EE474361E4485B7727354BB00ED_RuntimeMethod_var))); } IL_000f: { EventDescriptorCollection_EnsureEventsOwned_m84EEB041AFCAC7DC00D846999338F998A3B873B4(__this, NULL); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_3 = __this->____events_0; int32_t L_4 = ___0_index; NullCheck(L_3); int32_t L_5 = L_4; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.Int32 System.ComponentModel.EventDescriptorCollection::Add(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_Add_mAA14F6928C91D2A6B81E69723C35E7F43FBA62CC (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->____readOnly_5; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_Add_mAA14F6928C91D2A6B81E69723C35E7F43FBA62CC_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); EventDescriptorCollection_EnsureSize_m9A0437DD4221566FFE953D7D8A9B15CEC82D8F1B(__this, ((int32_t)il2cpp_codegen_add(L_2, 1)), NULL); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_3 = __this->____events_0; int32_t L_4; L_4 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); V_0 = L_4; int32_t L_5 = V_0; EventDescriptorCollection_set_Count_mD825B07B7C93EC3A511CD0DE95EFB9F490E146E8_inline(__this, ((int32_t)il2cpp_codegen_add(L_5, 1)), NULL); int32_t L_6 = V_0; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_7 = ___0_value; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_7); (L_3)->SetAt(static_cast(L_6), (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)L_7); int32_t L_8; L_8 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); return ((int32_t)il2cpp_codegen_subtract(L_8, 1)); } } // System.Void System.ComponentModel.EventDescriptorCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_Clear_m34F6F48BAA557FBB783F24C33EB2E26002A57C56 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) { { bool L_0 = __this->____readOnly_5; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_Clear_m34F6F48BAA557FBB783F24C33EB2E26002A57C56_RuntimeMethod_var))); } IL_000e: { EventDescriptorCollection_set_Count_mD825B07B7C93EC3A511CD0DE95EFB9F490E146E8_inline(__this, 0, NULL); return; } } // System.Boolean System.ComponentModel.EventDescriptorCollection::Contains(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptorCollection_Contains_m50DB06B4BB92F9F108E41B0B39C71C687A426F12 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___0_value, const RuntimeMethod* method) { { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_0 = ___0_value; int32_t L_1; L_1 = EventDescriptorCollection_IndexOf_mFB443D00688BEE960D0AB1EFCF41FD41863D105D(__this, L_0, NULL); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.ComponentModel.EventDescriptorCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_System_Collections_ICollection_CopyTo_mFAE7230CA92EB811EA7AC85B9EF758477D9CB58D (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, RuntimeArray* ___0_array, int32_t ___1_index, const RuntimeMethod* method) { { EventDescriptorCollection_EnsureEventsOwned_m84EEB041AFCAC7DC00D846999338F998A3B873B4(__this, NULL); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_0 = __this->____events_0; RuntimeArray* L_1 = ___0_array; int32_t L_2 = ___1_index; int32_t L_3; L_3 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_0, 0, L_1, L_2, L_3, NULL); return; } } // System.Void System.ComponentModel.EventDescriptorCollection::EnsureEventsOwned() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_EnsureEventsOwned_m84EEB041AFCAC7DC00D846999338F998A3B873B4 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* V_0 = NULL; { bool L_0 = __this->____eventsOwned_3; if (L_0) { goto IL_003e; } } { __this->____eventsOwned_3 = (bool)1; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_1 = __this->____events_0; if (!L_1) { goto IL_003e; } } { int32_t L_2; L_2 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_3 = (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)SZArrayNew(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_4 = __this->____events_0; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_5 = V_0; int32_t L_6; L_6 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, 0, (RuntimeArray*)L_5, 0, L_6, NULL); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_7 = V_0; __this->____events_0 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->____events_0), (void*)L_7); } IL_003e: { bool L_8 = __this->____needSort_4; if (!L_8) { goto IL_0059; } } { __this->____needSort_4 = (bool)0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = __this->____namedSort_1; EventDescriptorCollection_InternalSort_mFDAC78BDC8DF8D728C05BF58B24C6B3AAE83E1C9(__this, L_9, NULL); } IL_0059: { return; } } // System.Void System.ComponentModel.EventDescriptorCollection::EnsureSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_EnsureSize_m9A0437DD4221566FFE953D7D8A9B15CEC82D8F1B (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_sizeNeeded, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* V_0 = NULL; { int32_t L_0 = ___0_sizeNeeded; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_1 = __this->____events_0; NullCheck(L_1); if ((((int32_t)L_0) > ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) { goto IL_000c; } } { return; } IL_000c: { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_2 = __this->____events_0; NullCheck(L_2); if ((((RuntimeArray*)L_2)->max_length)) { goto IL_0029; } } { EventDescriptorCollection_set_Count_mD825B07B7C93EC3A511CD0DE95EFB9F490E146E8_inline(__this, 0, NULL); int32_t L_3 = ___0_sizeNeeded; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_4 = (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)SZArrayNew(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var, (uint32_t)L_3); __this->____events_0 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->____events_0), (void*)L_4); return; } IL_0029: { EventDescriptorCollection_EnsureEventsOwned_m84EEB041AFCAC7DC00D846999338F998A3B873B4(__this, NULL); int32_t L_5 = ___0_sizeNeeded; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_6 = __this->____events_0; NullCheck(L_6); il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_5, ((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_6)->max_length)), 2)), NULL); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_8 = (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)SZArrayNew(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var, (uint32_t)L_7); V_0 = L_8; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_9 = __this->____events_0; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_10 = V_0; int32_t L_11; L_11 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_9, 0, (RuntimeArray*)L_10, 0, L_11, NULL); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_12 = V_0; __this->____events_0 = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->____events_0), (void*)L_12); return; } } // System.Int32 System.ComponentModel.EventDescriptorCollection::IndexOf(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_IndexOf_mFB443D00688BEE960D0AB1EFCF41FD41863D105D (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisEventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_m9272C8E3751CC05FE279AD38C8EB0DF6A88BEED1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_0 = __this->____events_0; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_1 = ___0_value; int32_t L_2; L_2 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); int32_t L_3; L_3 = Array_IndexOf_TisEventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_m9272C8E3751CC05FE279AD38C8EB0DF6A88BEED1(L_0, L_1, 0, L_2, Array_IndexOf_TisEventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_m9272C8E3751CC05FE279AD38C8EB0DF6A88BEED1_RuntimeMethod_var); return L_3; } } // System.Void System.ComponentModel.EventDescriptorCollection::Insert(System.Int32,System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_Insert_mC472AA88B6CC60161C15A8B464D4D1A827C45CA7 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_index, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___1_value, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->____readOnly_5; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_Insert_mC472AA88B6CC60161C15A8B464D4D1A827C45CA7_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); EventDescriptorCollection_EnsureSize_m9A0437DD4221566FFE953D7D8A9B15CEC82D8F1B(__this, ((int32_t)il2cpp_codegen_add(L_2, 1)), NULL); int32_t L_3 = ___0_index; int32_t L_4; L_4 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0042; } } { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_5 = __this->____events_0; int32_t L_6 = ___0_index; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_7 = __this->____events_0; int32_t L_8 = ___0_index; int32_t L_9; L_9 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); int32_t L_10 = ___0_index; Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_5, L_6, (RuntimeArray*)L_7, ((int32_t)il2cpp_codegen_add(L_8, 1)), ((int32_t)il2cpp_codegen_subtract(L_9, L_10)), NULL); } IL_0042: { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_11 = __this->____events_0; int32_t L_12 = ___0_index; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_13 = ___1_value; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(L_12), (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)L_13); int32_t L_14; L_14 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); V_0 = L_14; int32_t L_15 = V_0; EventDescriptorCollection_set_Count_mD825B07B7C93EC3A511CD0DE95EFB9F490E146E8_inline(__this, ((int32_t)il2cpp_codegen_add(L_15, 1)), NULL); return; } } // System.Void System.ComponentModel.EventDescriptorCollection::Remove(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_Remove_mC7EDCADC4A6630ABA8C38C7F1CE424C622A73A67 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->____readOnly_5; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_Remove_mC7EDCADC4A6630ABA8C38C7F1CE424C622A73A67_RuntimeMethod_var))); } IL_000e: { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_2 = ___0_value; int32_t L_3; L_3 = EventDescriptorCollection_IndexOf_mFB443D00688BEE960D0AB1EFCF41FD41863D105D(__this, L_2, NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0021; } } { int32_t L_5 = V_0; EventDescriptorCollection_RemoveAt_m1D8C3C214CDF147C85410AB0F956EA1732261900(__this, L_5, NULL); } IL_0021: { return; } } // System.Void System.ComponentModel.EventDescriptorCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_RemoveAt_m1D8C3C214CDF147C85410AB0F956EA1732261900 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_index, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->____readOnly_5; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_RemoveAt_m1D8C3C214CDF147C85410AB0F956EA1732261900_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___0_index; int32_t L_3; L_3 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); if ((((int32_t)L_2) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_3, 1))))) { goto IL_0038; } } { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_4 = __this->____events_0; int32_t L_5 = ___0_index; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_6 = __this->____events_0; int32_t L_7 = ___0_index; int32_t L_8; L_8 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); int32_t L_9 = ___0_index; Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, ((int32_t)il2cpp_codegen_add(L_5, 1)), (RuntimeArray*)L_6, L_7, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_8, L_9)), 1)), NULL); } IL_0038: { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_10 = __this->____events_0; int32_t L_11; L_11 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, NULL); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_11, 1))), (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)NULL); int32_t L_12; L_12 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); V_0 = L_12; int32_t L_13 = V_0; EventDescriptorCollection_set_Count_mD825B07B7C93EC3A511CD0DE95EFB9F490E146E8_inline(__this, ((int32_t)il2cpp_codegen_subtract(L_13, 1)), NULL); return; } } // System.Collections.IEnumerator System.ComponentModel.EventDescriptorCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EventDescriptorCollection_GetEnumerator_mBBA565367CD4D16306527D637EA37D2BA6949478 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_0 = __this->____events_0; NullCheck(L_0); int32_t L_1; L_1 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))) == ((uint32_t)L_1)))) { goto IL_001c; } } { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_2 = __this->____events_0; NullCheck((RuntimeArray*)L_2); RuntimeObject* L_3; L_3 = Array_GetEnumerator_mDB7E2AF23F2BDC715D429C71CA3B8D0151F0DC1E((RuntimeArray*)L_2, NULL); return L_3; } IL_001c: { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_4 = __this->____events_0; int32_t L_5; L_5 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA* L_6 = (ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA*)il2cpp_codegen_object_new(ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA_il2cpp_TypeInfo_var); NullCheck(L_6); ArraySubsetEnumerator__ctor_m76C2057A80D4E3DCEA8B97DD0EF9456AE5D6EA92(L_6, (RuntimeArray*)L_4, L_5, NULL); return L_6; } } // System.Void System.ComponentModel.EventDescriptorCollection::InternalSort(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_InternalSort_mFDAC78BDC8DF8D728C05BF58B24C6B3AAE83E1C9 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_names, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m96959BC8204621343E5036A718B2BC29D0669782_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m641F5A62F67E28FB5F99957BC9F52405B00B3A9D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m9E55C4E9DE03FD87D909E195718719D3173B9A99_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* V_5 = NULL; int32_t V_6 = 0; { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_0 = __this->____events_0; NullCheck(L_0); if ((((RuntimeArray*)L_0)->max_length)) { goto IL_000a; } } { return; } IL_000a: { RuntimeObject* L_1 = __this->____comparer_2; EventDescriptorCollection_InternalSort_mC173B2DDBF4F976EC4B3E9A2AC03FFD0D3F115AD(__this, L_1, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___0_names; if (!L_2) { goto IL_00be; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ___0_names; NullCheck(L_3); if (!(((RuntimeArray*)L_3)->max_length)) { goto IL_00be; } } { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_4 = __this->____events_0; List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6* L_5 = (List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6*)il2cpp_codegen_object_new(List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6_il2cpp_TypeInfo_var); NullCheck(L_5); List_1__ctor_m96959BC8204621343E5036A718B2BC29D0669782(L_5, (RuntimeObject*)L_4, List_1__ctor_m96959BC8204621343E5036A718B2BC29D0669782_RuntimeMethod_var); V_0 = L_5; V_1 = 0; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_6 = __this->____events_0; NullCheck(L_6); V_2 = ((int32_t)(((RuntimeArray*)L_6)->max_length)); V_3 = 0; goto IL_008a; } IL_003e: { V_4 = 0; goto IL_0081; } IL_0043: { List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6* L_7 = V_0; int32_t L_8 = V_4; NullCheck(L_7); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_9; L_9 = List_1_get_Item_m641F5A62F67E28FB5F99957BC9F52405B00B3A9D(L_7, L_8, List_1_get_Item_m641F5A62F67E28FB5F99957BC9F52405B00B3A9D_RuntimeMethod_var); V_5 = L_9; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_10 = V_5; if (!L_10) { goto IL_007b; } } { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_11 = V_5; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_11); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = ___0_names; int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; String_t* L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_12); bool L_17; L_17 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_12, L_16, NULL); if (!L_17) { goto IL_007b; } } { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_18 = __this->____events_0; int32_t L_19 = V_1; int32_t L_20 = L_19; V_1 = ((int32_t)il2cpp_codegen_add(L_20, 1)); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_21 = V_5; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(L_20), (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)L_21); List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6* L_22 = V_0; int32_t L_23 = V_4; NullCheck(L_22); List_1_set_Item_m9E55C4E9DE03FD87D909E195718719D3173B9A99(L_22, L_23, (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)NULL, List_1_set_Item_m9E55C4E9DE03FD87D909E195718719D3173B9A99_RuntimeMethod_var); goto IL_0086; } IL_007b: { int32_t L_24 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_24, 1)); } IL_0081: { int32_t L_25 = V_4; int32_t L_26 = V_2; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0043; } } IL_0086: { int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_27, 1)); } IL_008a: { int32_t L_28 = V_3; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = ___0_names; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))))) { goto IL_003e; } } { V_6 = 0; goto IL_00b9; } IL_0095: { List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6* L_30 = V_0; int32_t L_31 = V_6; NullCheck(L_30); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_32; L_32 = List_1_get_Item_m641F5A62F67E28FB5F99957BC9F52405B00B3A9D(L_30, L_31, List_1_get_Item_m641F5A62F67E28FB5F99957BC9F52405B00B3A9D_RuntimeMethod_var); if (!L_32) { goto IL_00b3; } } { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_33 = __this->____events_0; int32_t L_34 = V_1; int32_t L_35 = L_34; V_1 = ((int32_t)il2cpp_codegen_add(L_35, 1)); List_1_t3E5B2F69AFB851D96F9A492AC282DC8E475309B6* L_36 = V_0; int32_t L_37 = V_6; NullCheck(L_36); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_38; L_38 = List_1_get_Item_m641F5A62F67E28FB5F99957BC9F52405B00B3A9D(L_36, L_37, List_1_get_Item_m641F5A62F67E28FB5F99957BC9F52405B00B3A9D_RuntimeMethod_var); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_38); (L_33)->SetAt(static_cast(L_35), (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)L_38); } IL_00b3: { int32_t L_39 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_39, 1)); } IL_00b9: { int32_t L_40 = V_6; int32_t L_41 = V_2; if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0095; } } IL_00be: { return; } } // System.Void System.ComponentModel.EventDescriptorCollection::InternalSort(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_InternalSort_mC173B2DDBF4F976EC4B3E9A2AC03FFD0D3F115AD (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, RuntimeObject* ___0_sorter, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_sorter; if (L_0) { goto IL_000a; } } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_SortDescriptorArray_m70B18DF7092B00F1830DA1C6CD382BB6268015ED(__this, NULL); return; } IL_000a: { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_1 = __this->____events_0; RuntimeObject* L_2 = ___0_sorter; Array_Sort_mCAA68804E8A393AE2E86ACBBE3F70BC4A5CA21CB((RuntimeArray*)L_1, L_2, NULL); return; } } // System.Boolean System.ComponentModel.EventDescriptorCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptorCollection_System_Collections_ICollection_get_IsSynchronized_m8B58D5A6ED8166F3A7EA6FC38AAB7D02190F84F9 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.ComponentModel.EventDescriptorCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EventDescriptorCollection_System_Collections_ICollection_get_SyncRoot_m929985FDBE786C0523515318A463F1DB1F0EBAA5 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) { { return NULL; } } // System.Int32 System.ComponentModel.EventDescriptorCollection::System.Collections.ICollection.get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_System_Collections_ICollection_get_Count_mF9D4EB7237921F1FDF76F78307CB4C5AE29C5D74 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); return L_0; } } // System.Collections.IEnumerator System.ComponentModel.EventDescriptorCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EventDescriptorCollection_System_Collections_IEnumerable_GetEnumerator_mC73C30221041A865D2AA69E9E57D5D50A89E756E (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = EventDescriptorCollection_GetEnumerator_mBBA565367CD4D16306527D637EA37D2BA6949478(__this, NULL); return L_0; } } // System.Object System.ComponentModel.EventDescriptorCollection::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EventDescriptorCollection_System_Collections_IList_get_Item_m816D7A606BEA8FDB4B8F959E0727A591139AB75E (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_1; L_1 = VirtualFuncInvoker1< EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*, int32_t >::Invoke(20 /* System.ComponentModel.EventDescriptor System.ComponentModel.EventDescriptorCollection::get_Item(System.Int32) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.EventDescriptorCollection::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_System_Collections_IList_set_Item_mEEC2A36C2AD376E350334887290721ECF319F17F (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->____readOnly_5; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_System_Collections_IList_set_Item_mEEC2A36C2AD376E350334887290721ECF319F17F_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___0_index; int32_t L_3; L_3 = EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline(__this, NULL); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_001d; } } { IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_4 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); NullCheck(L_4); IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF(L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptorCollection_System_Collections_IList_set_Item_mEEC2A36C2AD376E350334887290721ECF319F17F_RuntimeMethod_var))); } IL_001d: { EventDescriptorCollection_EnsureEventsOwned_m84EEB041AFCAC7DC00D846999338F998A3B873B4(__this, NULL); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_5 = __this->____events_0; int32_t L_6 = ___0_index; RuntimeObject* L_7 = ___1_value; NullCheck(L_5); ArrayElementTypeCheck (L_5, ((EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)CastclassClass((RuntimeObject*)L_7, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var))); (L_5)->SetAt(static_cast(L_6), (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)((EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)CastclassClass((RuntimeObject*)L_7, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var))); return; } } // System.Int32 System.ComponentModel.EventDescriptorCollection::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_System_Collections_IList_Add_mC80A1930B52051837C3B553FED53E0A3624609D2 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; int32_t L_1; L_1 = EventDescriptorCollection_Add_mAA14F6928C91D2A6B81E69723C35E7F43FBA62CC(__this, ((EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)CastclassClass((RuntimeObject*)L_0, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var)), NULL); return L_1; } } // System.Boolean System.ComponentModel.EventDescriptorCollection::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptorCollection_System_Collections_IList_Contains_m7CCEEC883D1D814BAA11C20A2AF4B2ECB25CB670 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; bool L_1; L_1 = EventDescriptorCollection_Contains_m50DB06B4BB92F9F108E41B0B39C71C687A426F12(__this, ((EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)CastclassClass((RuntimeObject*)L_0, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var)), NULL); return L_1; } } // System.Void System.ComponentModel.EventDescriptorCollection::System.Collections.IList.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_System_Collections_IList_Clear_m5F4F6DC457DC4AC15BF1ECDEB05C9AC37A8EDFAA (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) { { EventDescriptorCollection_Clear_m34F6F48BAA557FBB783F24C33EB2E26002A57C56(__this, NULL); return; } } // System.Int32 System.ComponentModel.EventDescriptorCollection::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_System_Collections_IList_IndexOf_mF92645F7291545162437FAC95787100B4844B4E4 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; int32_t L_1; L_1 = EventDescriptorCollection_IndexOf_mFB443D00688BEE960D0AB1EFCF41FD41863D105D(__this, ((EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)CastclassClass((RuntimeObject*)L_0, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var)), NULL); return L_1; } } // System.Void System.ComponentModel.EventDescriptorCollection::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_System_Collections_IList_Insert_mC6AD4196A4F520BB4C0B5866D3D6307A9639A58E (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_index; RuntimeObject* L_1 = ___1_value; EventDescriptorCollection_Insert_mC472AA88B6CC60161C15A8B464D4D1A827C45CA7(__this, L_0, ((EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)CastclassClass((RuntimeObject*)L_1, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var)), NULL); return; } } // System.Void System.ComponentModel.EventDescriptorCollection::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_System_Collections_IList_Remove_m04E2ACE9E3B90350007626A227EA9626F133589C (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; EventDescriptorCollection_Remove_mC7EDCADC4A6630ABA8C38C7F1CE424C622A73A67(__this, ((EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)CastclassClass((RuntimeObject*)L_0, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_il2cpp_TypeInfo_var)), NULL); return; } } // System.Void System.ComponentModel.EventDescriptorCollection::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection_System_Collections_IList_RemoveAt_m67FB853573FD34FEB23F0763434FBBB1FF8D3389 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; EventDescriptorCollection_RemoveAt_m1D8C3C214CDF147C85410AB0F956EA1732261900(__this, L_0, NULL); return; } } // System.Boolean System.ComponentModel.EventDescriptorCollection::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptorCollection_System_Collections_IList_get_IsReadOnly_m14ED5EDE6AAD26BC174F00C4F48A16C0874B6160 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) { { bool L_0 = __this->____readOnly_5; return L_0; } } // System.Boolean System.ComponentModel.EventDescriptorCollection::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescriptorCollection_System_Collections_IList_get_IsFixedSize_mE80CCD9C034D17CB7E7780BF1FFF1FC92123EA62 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) { { bool L_0 = __this->____readOnly_5; return L_0; } } // System.Void System.ComponentModel.EventDescriptorCollection::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__cctor_m20B75AF1423B59D6946C3096DDB77397A581392C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_0 = (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)il2cpp_codegen_object_new(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); NullCheck(L_0); EventDescriptorCollection__ctor_m6FEF5B613838F164D7F9FC939EA915FE7B5CF118(L_0, (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)NULL, (bool)1, NULL); ((EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_StaticFields*)il2cpp_codegen_static_fields_for(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var))->___Empty_6 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_StaticFields*)il2cpp_codegen_static_fields_for(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var))->___Empty_6), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.EventDescriptorCollection/ArraySubsetEnumerator::.ctor(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArraySubsetEnumerator__ctor_m76C2057A80D4E3DCEA8B97DD0EF9456AE5D6EA92 (ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA* __this, RuntimeArray* ___0_array, int32_t ___1_count, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); RuntimeArray* L_0 = ___0_array; __this->____array_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____array_0), (void*)L_0); int32_t L_1 = ___1_count; __this->____total_1 = L_1; __this->____current_2 = (-1); return; } } // System.Boolean System.ComponentModel.EventDescriptorCollection/ArraySubsetEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArraySubsetEnumerator_MoveNext_m8AD8B4514C227FAFDF85FE66EE18F51EF8E00497 (ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____current_2; int32_t L_1 = __this->____total_1; if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, 1))))) { goto IL_0020; } } { int32_t L_2 = __this->____current_2; __this->____current_2 = ((int32_t)il2cpp_codegen_add(L_2, 1)); return (bool)1; } IL_0020: { return (bool)0; } } // System.Void System.ComponentModel.EventDescriptorCollection/ArraySubsetEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArraySubsetEnumerator_Reset_m49967EC2F723F5F2EABD5E780E51B0AE912FCD77 (ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA* __this, const RuntimeMethod* method) { { __this->____current_2 = (-1); return; } } // System.Object System.ComponentModel.EventDescriptorCollection/ArraySubsetEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ArraySubsetEnumerator_get_Current_mE137EF1ADECA45633866E8723C50E4A07FFA478B (ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____current_2; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000f; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_1); InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArraySubsetEnumerator_get_Current_mE137EF1ADECA45633866E8723C50E4A07FFA478B_RuntimeMethod_var))); } IL_000f: { RuntimeArray* L_2 = __this->____array_0; int32_t L_3 = __this->____current_2; NullCheck(L_2); RuntimeObject* L_4; L_4 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_2, L_3, 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 System.ComponentModel.ExpandableObjectConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandableObjectConverter__ctor_mB2F0F20591EA133C5A0BCC4C871CDDD6974730DC (ExpandableObjectConverter_t2D9FF3B389851F14034FBA07A57944EB27C18F63* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ExtendedPropertyDescriptor::.ctor(System.ComponentModel.ReflectPropertyDescriptor,System.Type,System.ComponentModel.IExtenderProvider,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedPropertyDescriptor__ctor_mA218D4B493529AC65120AD6A4673E7950F653393 (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* ___0_extenderInfo, Type_t* ___1_receiverType, RuntimeObject* ___2_provider, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___3_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_CopyTo_mC5F8BDD2989305702D022A2CD7ECA22BDB84D2F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m552A8E5BAA5F709BC753F4B73BBC48E5FBBA50CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m7A61592E5FE84D3A67A379166626C78396A7E506_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* V_0 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_1 = NULL; { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = ___0_extenderInfo; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___3_attributes; PropertyDescriptor__ctor_mD53A2E689E8CF24D28653C6EF266FC4E51C30699(__this, L_0, L_1, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2; L_2 = VirtualFuncInvoker0< AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(4 /* System.Attribute[] System.ComponentModel.MemberDescriptor::get_AttributeArray() */, __this); List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* L_3 = (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715*)il2cpp_codegen_object_new(List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715_il2cpp_TypeInfo_var); NullCheck(L_3); List_1__ctor_m552A8E5BAA5F709BC753F4B73BBC48E5FBBA50CD(L_3, (RuntimeObject*)L_2, List_1__ctor_m552A8E5BAA5F709BC753F4B73BBC48E5FBBA50CD_RuntimeMethod_var); V_0 = L_3; List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* L_4 = V_0; ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_5 = ___0_extenderInfo; Type_t* L_6 = ___1_receiverType; RuntimeObject* L_7 = ___2_provider; ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_8; L_8 = ExtenderProvidedPropertyAttribute_Create_m6B13562E797686C10C958E76EB337992B30FD93E(L_5, L_6, L_7, NULL); NullCheck(L_4); List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_inline(L_4, L_8, List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_RuntimeMethod_var); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_9 = ___0_extenderInfo; NullCheck(L_9); bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.ComponentModel.PropertyDescriptor::get_IsReadOnly() */, L_9); if (!L_10) { goto IL_0036; } } { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* L_11 = V_0; il2cpp_codegen_runtime_class_init_inline(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* L_12 = ((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))->___Yes_0; NullCheck(L_11); List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_inline(L_11, L_12, List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_RuntimeMethod_var); } IL_0036: { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = List_1_get_Count_m7A61592E5FE84D3A67A379166626C78396A7E506_inline(L_13, List_1_get_Count_m7A61592E5FE84D3A67A379166626C78396A7E506_RuntimeMethod_var); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_15 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)L_14); V_1 = L_15; List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* L_16 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_17 = V_1; NullCheck(L_16); List_1_CopyTo_mC5F8BDD2989305702D022A2CD7ECA22BDB84D2F0(L_16, L_17, 0, List_1_CopyTo_mC5F8BDD2989305702D022A2CD7ECA22BDB84D2F0_RuntimeMethod_var); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_18 = V_1; VirtualActionInvoker1< AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(5 /* System.Void System.ComponentModel.MemberDescriptor::set_AttributeArray(System.Attribute[]) */, __this, L_18); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_19 = ___0_extenderInfo; __this->____extenderInfo_17 = L_19; Il2CppCodeGenWriteBarrier((void**)(&__this->____extenderInfo_17), (void*)L_19); RuntimeObject* L_20 = ___2_provider; __this->____provider_18 = L_20; Il2CppCodeGenWriteBarrier((void**)(&__this->____provider_18), (void*)L_20); return; } } // System.Type System.ComponentModel.ExtendedPropertyDescriptor::get_ComponentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ExtendedPropertyDescriptor_get_ComponentType_m75EB38D89D3C2269307D59773144096FB666EC98 (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = __this->____extenderInfo_17; NullCheck(L_0); Type_t* L_1; L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(13 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, L_0); return L_1; } } // System.Boolean System.ComponentModel.ExtendedPropertyDescriptor::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtendedPropertyDescriptor_get_IsReadOnly_m7FD274E39F5FC628BDCF2FF590299DD4B0C9F0C9 (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); NullCheck(L_0); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_3; L_3 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(10 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_0, L_2); il2cpp_codegen_runtime_class_init_inline(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* L_4 = ((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))->___Yes_0; NullCheck(L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_3, L_4); return L_5; } } // System.Type System.ComponentModel.ExtendedPropertyDescriptor::get_PropertyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ExtendedPropertyDescriptor_get_PropertyType_m594211DCF0DB059C4A4B59A2E7149DB1C118EB36 (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = __this->____extenderInfo_17; RuntimeObject* L_1 = __this->____provider_18; NullCheck(L_0); Type_t* L_2; L_2 = ReflectPropertyDescriptor_ExtenderGetType_m052B3E3709857A2B1857C56CF766231E1D0BC3F2(L_0, L_1, NULL); return L_2; } } // System.String System.ComponentModel.ExtendedPropertyDescriptor::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExtendedPropertyDescriptor_get_DisplayName_m13EC2E26CE1497FA32FE523C117E3B210D61146D (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70C609AEDBCD3D7E77CDCB9B30D4A70F4DD145D0); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* G_B4_0 = NULL; RuntimeObject* G_B3_0 = NULL; String_t* G_B5_0 = NULL; { String_t* L_0; L_0 = MemberDescriptor_get_DisplayName_m4C8355BB66BB5B74377C9886ADBF448945A9957C(__this, NULL); V_0 = L_0; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1; L_1 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_3; L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL); NullCheck(L_1); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_4; L_4 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(10 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_1, L_3); V_1 = ((DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8*)IsInstClass((RuntimeObject*)L_4, DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var)); DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_5 = V_1; if (!L_5) { goto IL_002d; } } { DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_6 = V_1; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Attribute::IsDefaultAttribute() */, L_6); if (!L_7) { goto IL_005e; } } IL_002d: { RuntimeObject* L_8 = __this->____provider_18; RuntimeObject* L_9; L_9 = MemberDescriptor_GetSite_m358C87152269B37CFC369CAB93487B6A06BFB8C3(L_8, NULL); RuntimeObject* L_10 = L_9; G_B3_0 = L_10; if (L_10) { G_B4_0 = L_10; goto IL_003f; } } { G_B5_0 = ((String_t*)(NULL)); goto IL_0044; } IL_003f: { NullCheck(G_B4_0); String_t* L_11; L_11 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, G_B4_0); G_B5_0 = L_11; } IL_0044: { V_2 = G_B5_0; String_t* L_12 = V_2; if (!L_12) { goto IL_005e; } } { String_t* L_13 = V_2; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_005e; } } { String_t* L_15 = V_0; String_t* L_16 = V_2; String_t* L_17; L_17 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral70C609AEDBCD3D7E77CDCB9B30D4A70F4DD145D0, L_15, L_16, NULL); V_0 = L_17; } IL_005e: { String_t* L_18 = V_0; return L_18; } } // System.Object System.ComponentModel.ExtendedPropertyDescriptor::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExtendedPropertyDescriptor_GetValue_mD73C4F17EC20714A7623B059A49E0666C78B95B3 (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, RuntimeObject* ___0_comp, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = __this->____extenderInfo_17; RuntimeObject* L_1 = __this->____provider_18; RuntimeObject* L_2 = ___0_comp; NullCheck(L_0); RuntimeObject* L_3; L_3 = ReflectPropertyDescriptor_ExtenderGetValue_m1EE66EB2F4FA5A0AFE3F89C53238C344FE1E13CF(L_0, L_1, L_2, NULL); return L_3; } } // System.Void System.ComponentModel.ExtendedPropertyDescriptor::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedPropertyDescriptor_SetValue_mAAB6C6D09959547DEC0DB8F686C51C7C821C588D (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, RuntimeObject* ___0_component, RuntimeObject* ___1_value, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = __this->____extenderInfo_17; RuntimeObject* L_1 = __this->____provider_18; RuntimeObject* L_2 = ___0_component; RuntimeObject* L_3 = ___1_value; NullCheck(L_0); ReflectPropertyDescriptor_ExtenderSetValue_mFC8590E7DFEF16F37E8A4C664D146E369FD8FDB6(L_0, L_1, L_2, L_3, __this, NULL); return; } } // System.Boolean System.ComponentModel.ExtendedPropertyDescriptor::ShouldSerializeValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtendedPropertyDescriptor_ShouldSerializeValue_m358BF8E4C7C2571780C1120E0650511EABBB248C (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, RuntimeObject* ___0_comp, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = __this->____extenderInfo_17; RuntimeObject* L_1 = __this->____provider_18; RuntimeObject* L_2 = ___0_comp; NullCheck(L_0); bool L_3; L_3 = ReflectPropertyDescriptor_ExtenderShouldSerializeValue_mC7D2BC53B13E46B6284AC509587A39E739B131BD(L_0, L_1, L_2, 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.ComponentModel.ExtenderProvidedPropertyAttribute System.ComponentModel.ExtenderProvidedPropertyAttribute::Create(System.ComponentModel.PropertyDescriptor,System.Type,System.ComponentModel.IExtenderProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* ExtenderProvidedPropertyAttribute_Create_m6B13562E797686C10C958E76EB337992B30FD93E (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_extenderProperty, Type_t* ___1_receiverType, RuntimeObject* ___2_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_0 = (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E*)il2cpp_codegen_object_new(ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var); NullCheck(L_0); ExtenderProvidedPropertyAttribute__ctor_m7EFA94EBB5D4FA695071D543D4A63C4E733DFE35(L_0, NULL); ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_1 = L_0; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2 = ___0_extenderProperty; NullCheck(L_1); ExtenderProvidedPropertyAttribute_set_ExtenderProperty_m5279B5B90E5F59477E2532ACDBB79AC91C05A872_inline(L_1, L_2, NULL); ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_3 = L_1; Type_t* L_4 = ___1_receiverType; NullCheck(L_3); ExtenderProvidedPropertyAttribute_set_ReceiverType_m5F6D231C461377D0A3B458165D32F3DF5C05A103_inline(L_3, L_4, NULL); ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_5 = L_3; RuntimeObject* L_6 = ___2_provider; NullCheck(L_5); ExtenderProvidedPropertyAttribute_set_Provider_m46510700A5C4993F2C8B9F1867407758D50764FE_inline(L_5, L_6, NULL); return L_5; } } // System.Void System.ComponentModel.ExtenderProvidedPropertyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute__ctor_m7EFA94EBB5D4FA695071D543D4A63C4E733DFE35 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); return; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.ExtenderProvidedPropertyAttribute::get_ExtenderProperty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mF15678F125BE31DBA7224C62D53888E613EB04D2 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = __this->___U3CExtenderPropertyU3Ek__BackingField_0; return L_0; } } // System.Void System.ComponentModel.ExtenderProvidedPropertyAttribute::set_ExtenderProperty(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_ExtenderProperty_m5279B5B90E5F59477E2532ACDBB79AC91C05A872 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = ___0_value; __this->___U3CExtenderPropertyU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CExtenderPropertyU3Ek__BackingField_0), (void*)L_0); return; } } // System.ComponentModel.IExtenderProvider System.ComponentModel.ExtenderProvidedPropertyAttribute::get_Provider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExtenderProvidedPropertyAttribute_get_Provider_mF6A5C961D41558DDF43293934D6C5CD80BEF584F (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CProviderU3Ek__BackingField_1; return L_0; } } // System.Void System.ComponentModel.ExtenderProvidedPropertyAttribute::set_Provider(System.ComponentModel.IExtenderProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_Provider_m46510700A5C4993F2C8B9F1867407758D50764FE (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CProviderU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CProviderU3Ek__BackingField_1), (void*)L_0); return; } } // System.Type System.ComponentModel.ExtenderProvidedPropertyAttribute::get_ReceiverType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ExtenderProvidedPropertyAttribute_get_ReceiverType_m4CB132243DEED5094F04136886DA141250A7C14C (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CReceiverTypeU3Ek__BackingField_2; return L_0; } } // System.Void System.ComponentModel.ExtenderProvidedPropertyAttribute::set_ReceiverType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_ReceiverType_m5F6D231C461377D0A3B458165D32F3DF5C05A103 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CReceiverTypeU3Ek__BackingField_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CReceiverTypeU3Ek__BackingField_2), (void*)L_0); return; } } // System.Boolean System.ComponentModel.ExtenderProvidedPropertyAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtenderProvidedPropertyAttribute_Equals_mDA66BEB819A4AFF885A38374526B7D3B1ADDFA16 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E*)IsInstSealed((RuntimeObject*)L_1, ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var)); ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_2 = V_0; if (!L_2) { goto IL_0048; } } { ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_3 = V_0; NullCheck(L_3); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_4; L_4 = ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mF15678F125BE31DBA7224C62D53888E613EB04D2_inline(L_3, NULL); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_5; L_5 = ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mF15678F125BE31DBA7224C62D53888E613EB04D2_inline(__this, NULL); NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); if (!L_6) { goto IL_0048; } } { ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_7 = V_0; NullCheck(L_7); RuntimeObject* L_8; L_8 = ExtenderProvidedPropertyAttribute_get_Provider_mF6A5C961D41558DDF43293934D6C5CD80BEF584F_inline(L_7, NULL); RuntimeObject* L_9; L_9 = ExtenderProvidedPropertyAttribute_get_Provider_mF6A5C961D41558DDF43293934D6C5CD80BEF584F_inline(__this, NULL); NullCheck(L_8); bool L_10; L_10 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_9); if (!L_10) { goto IL_0048; } } { ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_11 = V_0; NullCheck(L_11); Type_t* L_12; L_12 = ExtenderProvidedPropertyAttribute_get_ReceiverType_m4CB132243DEED5094F04136886DA141250A7C14C_inline(L_11, NULL); Type_t* L_13; L_13 = ExtenderProvidedPropertyAttribute_get_ReceiverType_m4CB132243DEED5094F04136886DA141250A7C14C_inline(__this, NULL); NullCheck(L_12); bool L_14; L_14 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(127 /* System.Boolean System.Type::Equals(System.Type) */, L_12, L_13); return L_14; } IL_0048: { return (bool)0; } } // System.Int32 System.ComponentModel.ExtenderProvidedPropertyAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExtenderProvidedPropertyAttribute_GetHashCode_m579B8A21F324C09F5ED19D798FBF6E36E4DD8A4C (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } // System.Boolean System.ComponentModel.ExtenderProvidedPropertyAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtenderProvidedPropertyAttribute_IsDefaultAttribute_mE1B69947247310E8E58979ED2688DD20474D3619 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0; L_0 = ExtenderProvidedPropertyAttribute_get_ReceiverType_m4CB132243DEED5094F04136886DA141250A7C14C_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.GuidConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GuidConverter_CanConvertFrom_mF5DF2E23AC89DD359AD37289FFB9297B3CC4252A (GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_001b; } } { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } IL_001b: { return (bool)1; } } // System.Boolean System.ComponentModel.GuidConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GuidConverter_CanConvertTo_m294C627995F9C1E4EB7A653D3D238C89BE8FEA10 (GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_destinationType; bool L_6; L_6 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_4, L_5, NULL); return L_6; } } // System.Object System.ComponentModel.GuidConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GuidConverter_ConvertFrom_mA461B6840F75401A58D42EDE50D248F606B88EEE (GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject* L_0 = ___2_value; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (!L_1) { goto IL_001d; } } { String_t* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_2, NULL); V_0 = L_3; String_t* L_4 = V_0; Guid_t L_5; memset((&L_5), 0, sizeof(L_5)); Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_5), L_4, /*hidden argument*/NULL); Guid_t L_6 = L_5; RuntimeObject* L_7 = Box(Guid_t_il2cpp_TypeInfo_var, &L_6); return L_7; } IL_001d: { RuntimeObject* L_8 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9 = ___1_culture; RuntimeObject* L_10 = ___2_value; RuntimeObject* L_11; L_11 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_8, L_9, L_10, NULL); return L_11; } } // System.Object System.ComponentModel.GuidConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GuidConverter_ConvertTo_m38ED352A2576914129DD6357D82EDBA16E1B617A (GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_0 = NULL; { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GuidConverter_ConvertTo_m38ED352A2576914129DD6357D82EDBA16E1B617A_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_0072; } } { RuntimeObject* L_7 = ___2_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_7, Guid_t_il2cpp_TypeInfo_var))) { goto IL_0072; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast (Guid_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_9; L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_10 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_11 = L_10; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t* L_13; L_13 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_12, NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (Type_t*)L_13); NullCheck(L_9); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_14; L_14 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_9, L_11, NULL); V_0 = L_14; ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_15 = V_0; il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); bool L_16; L_16 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_15, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL); if (!L_16) { goto IL_0072; } } { ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_17 = V_0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_18; RuntimeObject* L_20 = ___2_value; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(0), (RuntimeObject*)L_21); InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_22 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); NullCheck(L_22); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_22, L_17, (RuntimeObject*)L_19, NULL); return L_22; } IL_0072: { RuntimeObject* L_23 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_24 = ___1_culture; RuntimeObject* L_25 = ___2_value; Type_t* L_26 = ___3_destinationType; RuntimeObject* L_27; L_27 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_23, L_24, L_25, L_26, NULL); return L_27; } } // System.Void System.ComponentModel.GuidConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidConverter__ctor_m7C6D906DE54725A185B33DF8B419BDC8259E7429 (GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, 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.Type System.ComponentModel.Int16Converter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Int16Converter_get_TargetType_mB268E3FEA2B5BDEBBC628D21A07686856FC451C8 (Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } // System.Object System.ComponentModel.Int16Converter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int16Converter_FromString_mACA7B00848D2EC76B985408DE0D92D84F462D14C (Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int16_t L_2; L_2 = Convert_ToInt16_m805368CD9A01EDC14D8DE148128B4D808E99C7CA(L_0, L_1, NULL); int16_t L_3 = L_2; RuntimeObject* L_4 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.Int16Converter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int16Converter_FromString_m57535287425AA32CBB51833859D5224F030EC2F3 (Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; int16_t L_2; L_2 = Int16_Parse_m78DA88EC72F896F3698019DF6CDAAFFCC1B42C91(L_0, 7, L_1, NULL); int16_t L_3 = L_2; RuntimeObject* L_4 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.Int16Converter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16Converter_ToString_mB9DD75EE872A4040BFFC794C4400FBC857A75CCF (Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_0, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = Int16_ToString_m586D9FFDE912794F068DF7B1FC00A68A984FBCB9((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } // System.Void System.ComponentModel.Int16Converter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Int16Converter__ctor_m3803A7772B21F49200FC142C193A40DC286C9DFF (Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, 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.Type System.ComponentModel.Int32Converter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Int32Converter_get_TargetType_m837B83368B96CE1CDFCF450F7DA3629ECC86DC1A (Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } // System.Object System.ComponentModel.Int32Converter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int32Converter_FromString_m3917F97D4401800516F6F44363CD154F9645AC72 (Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Convert_ToInt32_mD1B3AFBDA26E52D0382434804364FEF8BA241FB4(L_0, L_1, NULL); int32_t L_3 = L_2; RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.Int32Converter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int32Converter_FromString_m54931A645C6C1B4DB770894D5A23F24A03E9B340 (Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; int32_t L_2; L_2 = Int32_Parse_m410BA2190FCC7986F94B65C6A3E9AED0932BE521(L_0, 7, L_1, NULL); int32_t L_3 = L_2; RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.Int32Converter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32Converter_ToString_m8B5D811FCF0FBFADCAE25E354FD27FE6256AA36D (Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_0, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } // System.Void System.ComponentModel.Int32Converter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Int32Converter__ctor_m88220DA12F6ED6FE4D1232B73C20DECE9EFC63FF (Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, 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.Type System.ComponentModel.Int64Converter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Int64Converter_get_TargetType_m8279327D6F373BEE6E4BF0439215D6F5DF6B0097 (Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } // System.Object System.ComponentModel.Int64Converter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int64Converter_FromString_m4F1E8450F4A60B29297D4AA3D8FE196B09D98102 (Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int64_t L_2; L_2 = Convert_ToInt64_m0AC3A4D8D9EFB97B0D7329E0FC4B05499A864451(L_0, L_1, NULL); int64_t L_3 = L_2; RuntimeObject* L_4 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.Int64Converter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int64Converter_FromString_m324A7ABADC1B991B6AAB4B600C0A676B289BDF72 (Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; int64_t L_2; L_2 = Int64_Parse_m3B1B54542F45772CEDBA7B371C287742A5FF7430(L_0, 7, L_1, NULL); int64_t L_3 = L_2; RuntimeObject* L_4 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.Int64Converter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64Converter_ToString_mC4F1CE4731349A078460E190F587DB3276B54B3E (Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_0, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = Int64_ToString_mBCE0DC50D6F802651A6AE75682FF67775CB19B3B((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } // System.Void System.ComponentModel.Int64Converter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Int64Converter__ctor_m3C124DB065F27F6BEAB7ABAF4B3D13E6A9F3E94C (Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ListBindableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBindableAttribute__ctor_m274BEDC495677C154FF08C1A4BF2F33DCDBCF882 (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, bool ___0_listBindable, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_listBindable; __this->___U3CListBindableU3Ek__BackingField_4 = L_0; return; } } // System.Boolean System.ComponentModel.ListBindableAttribute::get_ListBindable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListBindableAttribute_get_ListBindable_m04B1C3A2A83ABC5769A6B72D42AC75D22FE47F01 (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CListBindableU3Ek__BackingField_4; return L_0; } } // System.Boolean System.ComponentModel.ListBindableAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListBindableAttribute_Equals_mBE8E493FF6CF4C043642BE903817B708E9782F49 (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517*)IsInstSealed((RuntimeObject*)L_1, ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var)); ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* L_2 = V_0; if (!L_2) { goto IL_001f; } } { ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = ListBindableAttribute_get_ListBindable_m04B1C3A2A83ABC5769A6B72D42AC75D22FE47F01_inline(L_3, NULL); bool L_5; L_5 = ListBindableAttribute_get_ListBindable_m04B1C3A2A83ABC5769A6B72D42AC75D22FE47F01_inline(__this, NULL); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.ListBindableAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListBindableAttribute_GetHashCode_mC5A6D5AED7BAD405A23D2C1FA8C949E0BC42BE47 (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } // System.Boolean System.ComponentModel.ListBindableAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListBindableAttribute_IsDefaultAttribute_m521E9C39232589E799BE9F816C389EC69DDD4181 (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var); ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* L_0 = ((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___Default_2; bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); if (L_1) { goto IL_0014; } } { bool L_2 = __this->____isDefault_3; return L_2; } IL_0014: { return (bool)1; } } // System.Void System.ComponentModel.ListBindableAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBindableAttribute__cctor_m6BD42F9FF8B65431CE4B5A69DA808971D73C9B9C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* L_0 = (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517*)il2cpp_codegen_object_new(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var); NullCheck(L_0); ListBindableAttribute__ctor_m274BEDC495677C154FF08C1A4BF2F33DCDBCF882(L_0, (bool)1, NULL); ((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___Yes_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___Yes_0), (void*)L_0); ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* L_1 = (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517*)il2cpp_codegen_object_new(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var); NullCheck(L_1); ListBindableAttribute__ctor_m274BEDC495677C154FF08C1A4BF2F33DCDBCF882(L_1, (bool)0, NULL); ((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___No_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___No_1), (void*)L_1); ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* L_2 = ((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___Yes_0; ((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___Default_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___Default_2), (void*)L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ListChangedEventArgs::.ctor(System.ComponentModel.ListChangedType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_mB48C0E1EBC7ECB9C9A1CEFBF1787D1C542FBDCAD (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, int32_t ___0_listChangedType, int32_t ___1_newIndex, const RuntimeMethod* method) { { int32_t L_0 = ___0_listChangedType; int32_t L_1 = ___1_newIndex; ListChangedEventArgs__ctor_m51CD8C20F924174FDAE0CED36B57E8A53AFBBDA5(__this, L_0, L_1, (-1), NULL); return; } } // System.Void System.ComponentModel.ListChangedEventArgs::.ctor(System.ComponentModel.ListChangedType,System.Int32,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_mDDD788CA53FC321053AF57EA31AFC5F71C1AB83A (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, int32_t ___0_listChangedType, int32_t ___1_newIndex, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___2_propDesc, const RuntimeMethod* method) { { int32_t L_0 = ___0_listChangedType; int32_t L_1 = ___1_newIndex; ListChangedEventArgs__ctor_mB48C0E1EBC7ECB9C9A1CEFBF1787D1C542FBDCAD(__this, L_0, L_1, NULL); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2 = ___2_propDesc; __this->___U3CPropertyDescriptorU3Ek__BackingField_4 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertyDescriptorU3Ek__BackingField_4), (void*)L_2); int32_t L_3 = ___1_newIndex; __this->___U3COldIndexU3Ek__BackingField_3 = L_3; return; } } // System.Void System.ComponentModel.ListChangedEventArgs::.ctor(System.ComponentModel.ListChangedType,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_m31B5AA3820BCDE3044F649BF7F08680500AC8D48 (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, int32_t ___0_listChangedType, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_propDesc, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_listChangedType; __this->___U3CListChangedTypeU3Ek__BackingField_1 = L_0; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1 = ___1_propDesc; __this->___U3CPropertyDescriptorU3Ek__BackingField_4 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertyDescriptorU3Ek__BackingField_4), (void*)L_1); return; } } // System.Void System.ComponentModel.ListChangedEventArgs::.ctor(System.ComponentModel.ListChangedType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_m51CD8C20F924174FDAE0CED36B57E8A53AFBBDA5 (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, int32_t ___0_listChangedType, int32_t ___1_newIndex, int32_t ___2_oldIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_listChangedType; __this->___U3CListChangedTypeU3Ek__BackingField_1 = L_0; int32_t L_1 = ___1_newIndex; __this->___U3CNewIndexU3Ek__BackingField_2 = L_1; int32_t L_2 = ___2_oldIndex; __this->___U3COldIndexU3Ek__BackingField_3 = L_2; return; } } // System.ComponentModel.ListChangedType System.ComponentModel.ListChangedEventArgs::get_ListChangedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListChangedEventArgs_get_ListChangedType_m2CC7DCB7C2DE84C78A9194BC7B376D53B10581A4 (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CListChangedTypeU3Ek__BackingField_1; return L_0; } } // System.Int32 System.ComponentModel.ListChangedEventArgs::get_NewIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListChangedEventArgs_get_NewIndex_m015DB5DEEFA5154BB4C39977584D5FCDB8FBBC98 (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CNewIndexU3Ek__BackingField_2; return L_0; } } // System.Int32 System.ComponentModel.ListChangedEventArgs::get_OldIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListChangedEventArgs_get_OldIndex_m1FBD245795E09E5BCD0889DC405F1D5260389244 (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3COldIndexU3Ek__BackingField_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 void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_Multicast(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_sender, ___1_e, reinterpret_cast(currentDelegate->___method_3)); } } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenInst(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); typedef void (*FunctionPointerType) (RuntimeObject*, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_e, method); } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenStatic(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_e, method); } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenStaticInvoker(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_sender, ___1_e); } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_ClosedStaticInvoker(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { InvokerActionInvoker3< RuntimeObject*, RuntimeObject*, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_sender, ___1_e); } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenVirtual(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); VirtualActionInvoker1< ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_e); } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenInterface(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); InterfaceActionInvoker1< ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_e); } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenGenericVirtual(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericVirtualActionInvoker1< ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* >::Invoke(method, ___0_sender, ___1_e); } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenGenericInterface(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericInterfaceActionInvoker1< ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* >::Invoke(method, ___0_sender, ___1_e); } // System.Void System.ComponentModel.ListChangedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventHandler__ctor_mB05D66C71319CF8F8D4BA970C1BC0247662540AA (ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 1; if (isOpen) { if (__this->___method_is_virtual_12) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenGenericInterface; else __this->___invoke_impl_1 = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenInterface; else __this->___invoke_impl_1 = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenVirtual; } else { __this->___invoke_impl_1 = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_Multicast; } // System.Void System.ComponentModel.ListChangedEventHandler::Invoke(System.Object,System.ComponentModel.ListChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E (ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_e, reinterpret_cast(__this->___method_3)); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.MarshalByValueComponent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent__ctor_mBB8FD86B5A8057E2B9EBAB10B43E4C394AE932A6 (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void System.ComponentModel.MarshalByValueComponent::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_Finalize_mAED2CF6C292D33379F57526A0B2936D5C8B864AF (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) { { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0009: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(8 /* System.Void System.ComponentModel.MarshalByValueComponent::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0010; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0010: { return; } } // System.ComponentModel.ISite System.ComponentModel.MarshalByValueComponent::get_Site() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MarshalByValueComponent_get_Site_mA921857A1CD1043F243C6E7EDA0D662813606006 (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____site_1; return L_0; } } // System.Void System.ComponentModel.MarshalByValueComponent::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_Dispose_m2154BBD1FBA88DEC29C1EFA01F0BC32E5021EB2E (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(8 /* System.Void System.ComponentModel.MarshalByValueComponent::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void System.ComponentModel.MarshalByValueComponent::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_Dispose_mFED5D8C2B4C60FD87882DBF792C052953BFE414D (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* V_0 = NULL; bool V_1 = false; RuntimeObject* G_B4_0 = NULL; RuntimeObject* G_B3_0 = NULL; RuntimeObject* G_B6_0 = NULL; RuntimeObject* G_B5_0 = NULL; EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* G_B9_0 = NULL; EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* G_B8_0 = NULL; Delegate_t* G_B10_0 = NULL; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* G_B12_0 = NULL; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* G_B11_0 = NULL; { bool L_0 = ___0_disposing; if (!L_0) { goto IL_0065; } } { V_0 = __this; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_005b: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0064; } } { MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0064: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); RuntimeObject* L_4 = __this->____site_1; RuntimeObject* L_5 = L_4; G_B3_0 = L_5; if (L_5) { G_B4_0 = L_5; goto IL_001b_1; } } { goto IL_002c_1; } IL_001b_1: { NullCheck(G_B4_0); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, G_B4_0); RuntimeObject* L_7 = L_6; G_B5_0 = L_7; if (L_7) { G_B6_0 = L_7; goto IL_0026_1; } } { goto IL_002c_1; } IL_0026_1: { NullCheck(G_B6_0); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.ComponentModel.IContainer::Remove(System.ComponentModel.IComponent) */, IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var, G_B6_0, __this); } IL_002c_1: { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_8 = __this->____events_2; EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_9 = L_8; G_B8_0 = L_9; if (L_9) { G_B9_0 = L_9; goto IL_0039_1; } } { G_B10_0 = ((Delegate_t*)(NULL)); goto IL_0043_1; } IL_0039_1: { il2cpp_codegen_runtime_class_init_inline(MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var); RuntimeObject* L_10 = ((MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_StaticFields*)il2cpp_codegen_static_fields_for(MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var))->___s_eventDisposed_0; NullCheck(G_B9_0); Delegate_t* L_11; L_11 = EventHandlerList_get_Item_m9AD24EA65E3832B81146EC24604BABE4FC3CFCC7(G_B9_0, L_10, NULL); G_B10_0 = L_11; } IL_0043_1: { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_12 = ((EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)CastclassSealed((RuntimeObject*)G_B10_0, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var)); G_B11_0 = L_12; if (L_12) { G_B12_0 = L_12; goto IL_004e_1; } } { goto IL_0065; } IL_004e_1: { il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* L_13 = ((EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var))->___Empty_0; NullCheck(G_B12_0); EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_inline(G_B12_0, __this, L_13, NULL); goto IL_0065; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0065: { return; } } // System.Object System.ComponentModel.MarshalByValueComponent::GetService(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MarshalByValueComponent_GetService_mD286526AB899D5CFBB06A45DBA3572EDC32342F1 (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, Type_t* ___0_service, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B1_0 = NULL; { RuntimeObject* L_0 = __this->____site_1; RuntimeObject* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000c; } } { return NULL; } IL_000c: { Type_t* L_2 = ___0_service; NullCheck(G_B2_0); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, G_B2_0, L_2); return L_3; } } // System.String System.ComponentModel.MarshalByValueComponent::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MarshalByValueComponent_ToString_m1CFF26F510CA2FF7E93CF540E6CC00A0E5951D98 (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->____site_1; V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_002b; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_2); Type_t* L_4; L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_4); String_t* L_6; L_6 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_3, _stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5, L_5, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, NULL); return L_6; } IL_002b: { Type_t* L_7; L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_7); return L_8; } } // System.Void System.ComponentModel.MarshalByValueComponent::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent__cctor_mF08AF3D08D5BC4D11DDA5EBF71D84447DCE02A7B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_StaticFields*)il2cpp_codegen_static_fields_for(MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var))->___s_eventDisposed_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_StaticFields*)il2cpp_codegen_static_fields_for(MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var))->___s_eventDisposed_0), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.NullableConverter::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullableConverter__ctor_mF66E15A3EF01632182544613C80F64FC418411AB (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); Type_t* L_0 = ___0_type; __this->___U3CNullableTypeU3Ek__BackingField_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNullableTypeU3Ek__BackingField_2), (void*)L_0); Type_t* L_1 = ___0_type; Type_t* L_2; L_2 = Nullable_GetUnderlyingType_mA8FA7F61D3B8E56EB4E40378020FD2854838BDF8(L_1, NULL); __this->___U3CUnderlyingTypeU3Ek__BackingField_3 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUnderlyingTypeU3Ek__BackingField_3), (void*)L_2); Type_t* L_3; L_3 = NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, (Type_t*)NULL, NULL); if (!L_4) { goto IL_0037; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD3D59EFBBCFA78E154D486B61FEFE1185A23E5)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullableConverter__ctor_mF66E15A3EF01632182544613C80F64FC418411AB_RuntimeMethod_var))); } IL_0037: { Type_t* L_6; L_6 = NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_7; L_7 = TypeDescriptor_GetConverter_m83A515E1D6F25137D637B175EA55BC80637E1C8A(L_6, NULL); __this->___U3CUnderlyingTypeConverterU3Ek__BackingField_4 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUnderlyingTypeConverterU3Ek__BackingField_4), (void*)L_7); return; } } // System.Boolean System.ComponentModel.NullableConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_CanConvertFrom_mB2E4F0AE44BB0AF12E9D97126F945053F7360D98 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; Type_t* L_1; L_1 = NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_2; L_2 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_1, NULL); if (!L_2) { goto IL_0010; } } { return (bool)1; } IL_0010: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_3; L_3 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_3) { goto IL_0026; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_4; L_4 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_5 = ___0_context; Type_t* L_6 = ___1_sourceType; NullCheck(L_4); bool L_7; L_7 = VirtualFuncInvoker2< bool, RuntimeObject*, Type_t* >::Invoke(4 /* System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) */, L_4, L_5, L_6); return L_7; } IL_0026: { RuntimeObject* L_8 = ___0_context; Type_t* L_9 = ___1_sourceType; bool L_10; L_10 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_8, L_9, NULL); return L_10; } } // System.Object System.ComponentModel.NullableConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NullableConverter_ConvertFrom_mEA0017E282A46AD1B5702B1D52AEE06EFA452C90 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___2_value; if (!L_0) { goto IL_0016; } } { RuntimeObject* L_1 = ___2_value; NullCheck(L_1); Type_t* L_2; L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL); Type_t* L_3; L_3 = NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, L_3, NULL); if (!L_4) { goto IL_0018; } } IL_0016: { RuntimeObject* L_5 = ___2_value; return L_5; } IL_0018: { RuntimeObject* L_6 = ___2_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var))) { goto IL_002f; } } { RuntimeObject* L_7 = ___2_value; bool L_8; L_8 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(((String_t*)IsInstSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)), NULL); if (!L_8) { goto IL_002f; } } { return NULL; } IL_002f: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_9; L_9 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_9) { goto IL_0046; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_10; L_10 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_11 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12 = ___1_culture; RuntimeObject* L_13 = ___2_value; NullCheck(L_10); RuntimeObject* L_14; L_14 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject* >::Invoke(6 /* System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) */, L_10, L_11, L_12, L_13); return L_14; } IL_0046: { RuntimeObject* L_15 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16 = ___1_culture; RuntimeObject* L_17 = ___2_value; RuntimeObject* L_18; L_18 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_15, L_16, L_17, NULL); return L_18; } } // System.Boolean System.ComponentModel.NullableConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_CanConvertTo_m9CB541E524D55C7788952C5FACDD1E9121B6E03F (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; Type_t* L_1; L_1 = NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_2; L_2 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_1, NULL); if (!L_2) { goto IL_0010; } } { return (bool)1; } IL_0010: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_3; L_3 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_3) { goto IL_0026; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_4; L_4 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_5 = ___0_context; Type_t* L_6 = ___1_destinationType; NullCheck(L_4); bool L_7; L_7 = VirtualFuncInvoker2< bool, RuntimeObject*, Type_t* >::Invoke(5 /* System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) */, L_4, L_5, L_6); return L_7; } IL_0026: { RuntimeObject* L_8 = ___0_context; Type_t* L_9 = ___1_destinationType; bool L_10; L_10 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_8, L_9, NULL); return L_10; } } // System.Object System.ComponentModel.NullableConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NullableConverter_ConvertTo_m2BE21A53A253F758159F11B28CB285D8BDA2AB7C (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullableConverter_ConvertTo_m2BE21A53A253F758159F11B28CB285D8BDA2AB7C_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; Type_t* L_4; L_4 = NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL); if (!L_5) { goto IL_0037; } } { RuntimeObject* L_6 = ___2_value; if (!L_6) { goto IL_0037; } } { Type_t* L_7; L_7 = NullableConverter_get_NullableType_m3BC58499FE25377295EE62DFF1930716FB478188_inline(__this, NULL); RuntimeObject* L_8 = ___2_value; NullCheck(L_7); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(118 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_7, L_8); if (!L_9) { goto IL_0037; } } { RuntimeObject* L_10 = ___2_value; return L_10; } IL_0037: { RuntimeObject* L_11 = ___2_value; if (L_11) { goto IL_0053; } } { Type_t* L_12 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_14; L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL); bool L_15; L_15 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_12, L_14, NULL); if (!L_15) { goto IL_006c; } } { String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_16; } IL_0053: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_17; L_17 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_17) { goto IL_006c; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_18; L_18 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_19 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20 = ___1_culture; RuntimeObject* L_21 = ___2_value; Type_t* L_22 = ___3_destinationType; NullCheck(L_18); RuntimeObject* L_23; L_23 = VirtualFuncInvoker4< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject*, Type_t* >::Invoke(7 /* System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) */, L_18, L_19, L_20, L_21, L_22); return L_23; } IL_006c: { RuntimeObject* L_24 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_25 = ___1_culture; RuntimeObject* L_26 = ___2_value; Type_t* L_27 = ___3_destinationType; RuntimeObject* L_28; L_28 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_24, L_25, L_26, L_27, NULL); return L_28; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.NullableConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* NullableConverter_GetStandardValues_m6D94759E76432CE5982B6DCFAD282ACC4EF2A2F5 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* V_0 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0; L_0 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_0) { goto IL_0078; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_1; L_1 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_2 = ___0_context; NullCheck(L_1); StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_3; L_3 = VirtualFuncInvoker1< StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*, RuntimeObject* >::Invoke(8 /* System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.TypeConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) */, L_1, L_2); V_0 = L_3; RuntimeObject* L_4 = ___0_context; bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(9 /* System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) */, __this, L_4); if (!L_5) { goto IL_0078; } } { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_6 = V_0; if (!L_6) { goto IL_0078; } } { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = StandardValuesCollection_get_Count_mC127EA7E146C2FD58D5740935B45CACCD13D4637(L_7, NULL); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_8, 1))); V_1 = L_9; V_2 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = V_1; int32_t L_11 = V_2; int32_t L_12 = L_11; V_2 = ((int32_t)il2cpp_codegen_add(L_12, 1)); NullCheck(L_10); ArrayElementTypeCheck (L_10, NULL); (L_10)->SetAt(static_cast(L_12), (RuntimeObject*)NULL); StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_13 = V_0; NullCheck(L_13); RuntimeObject* L_14; L_14 = StandardValuesCollection_GetEnumerator_m0484C08651E32F669A0624D29E44C6CDEB550F6C(L_13, NULL); V_3 = L_14; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_005d: {// begin finally (depth: 1) { RuntimeObject* L_15 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_5; if (!L_16) { goto IL_0070; } } { RuntimeObject* L_17 = V_5; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_17); } IL_0070: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0053_1; } IL_0042_1: { RuntimeObject* L_18 = V_3; NullCheck(L_18); RuntimeObject* L_19; L_19 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18); V_4 = L_19; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = V_1; int32_t L_21 = V_2; int32_t L_22 = L_21; V_2 = ((int32_t)il2cpp_codegen_add(L_22, 1)); RuntimeObject* L_23 = V_4; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(L_22), (RuntimeObject*)L_23); } IL_0053_1: { RuntimeObject* L_24 = V_3; NullCheck(L_24); bool L_25; L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_0042_1; } } { goto IL_0071; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0071: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = V_1; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_27 = (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*)il2cpp_codegen_object_new(StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); NullCheck(L_27); StandardValuesCollection__ctor_m9049046DA81FD7B6FE279E063A43DC9B1D3B26B0(L_27, (RuntimeObject*)L_26, NULL); return L_27; } IL_0078: { RuntimeObject* L_28 = ___0_context; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_29; L_29 = TypeConverter_GetStandardValues_m9F77FD4C8216D3F06928B418993659F3A0FEF5B6(__this, L_28, NULL); return L_29; } } // System.Boolean System.ComponentModel.NullableConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_GetStandardValuesSupported_m297738606638A8B6F53B563C2A90AE2C4E4417A2 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0; L_0 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_0) { goto IL_0015; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_1; L_1 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_2 = ___0_context; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(9 /* System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) */, L_1, L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = ___0_context; bool L_5; L_5 = TypeConverter_GetStandardValuesSupported_m5DFA377B1091BB08E64654FBEE8613EEDE731718(__this, L_4, NULL); return L_5; } } // System.Type System.ComponentModel.NullableConverter::get_NullableType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* NullableConverter_get_NullableType_m3BC58499FE25377295EE62DFF1930716FB478188 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CNullableTypeU3Ek__BackingField_2; return L_0; } } // System.Type System.ComponentModel.NullableConverter::get_UnderlyingType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CUnderlyingTypeU3Ek__BackingField_3; return L_0; } } // System.ComponentModel.TypeConverter System.ComponentModel.NullableConverter::get_UnderlyingTypeConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) { { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0 = __this->___U3CUnderlyingTypeConverterU3Ek__BackingField_4; return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.PropertyDescriptor::.ctor(System.String,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m20223572362A331B6F0D436BC19AFE2EE87558B8 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, String_t* ___0_name, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attrs, const RuntimeMethod* method) { { String_t* L_0 = ___0_name; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___1_attrs; MemberDescriptor__ctor_mDCA5ED4D5D9CB14D6D1D81EDB76EA80DB79B8AF4(__this, L_0, L_1, NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptor::.ctor(System.ComponentModel.MemberDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_mD53A2E689E8CF24D28653C6EF266FC4E51C30699 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_descr, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attrs, const RuntimeMethod* method) { { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_0 = ___0_descr; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___1_attrs; MemberDescriptor__ctor_m884FBA4DDB9AE25AEC59DC4A534FD7C448421018(__this, L_0, L_1, NULL); return; } } // System.ComponentModel.TypeConverter System.ComponentModel.PropertyDescriptor::get_Converter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* PropertyDescriptor_get_Converter_m0C5BAF27ADFFBF7E669DA8896B4B1B887C6CDC2E (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* V_0 = NULL; TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* V_1 = NULL; Type_t* V_2 = NULL; { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); V_0 = L_0; TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_1 = __this->____converter_12; if (L_1) { goto IL_008e; } } { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2 = V_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL); NullCheck(L_2); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_5; L_5 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(10 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_2, L_4); V_1 = ((TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3*)CastclassSealed((RuntimeObject*)L_5, TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var)); TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_6 = V_1; NullCheck(L_6); String_t* L_7; L_7 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(L_6, NULL); if (!L_7) { goto IL_0075; } } { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_8 = V_1; NullCheck(L_8); String_t* L_9; L_9 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(L_8, NULL); NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0075; } } { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(L_11, NULL); Type_t* L_13; L_13 = PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB(__this, L_12, NULL); V_2 = L_13; Type_t* L_14 = V_2; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_14, (Type_t*)NULL, NULL); if (!L_15) { goto IL_0075; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_16 = { reinterpret_cast (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_17; L_17 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_16, NULL); Type_t* L_18 = V_2; NullCheck(L_17); bool L_19; L_19 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_17, L_18); if (!L_19) { goto IL_0075; } } { Type_t* L_20 = V_2; RuntimeObject* L_21; L_21 = PropertyDescriptor_CreateInstance_m8ED711ABFEA356C6C8075A09310883D4197F6DF3(__this, L_20, NULL); __this->____converter_12 = ((TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)CastclassClass((RuntimeObject*)L_21, TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->____converter_12), (void*)((TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)CastclassClass((RuntimeObject*)L_21, TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var))); } IL_0075: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_22 = __this->____converter_12; if (L_22) { goto IL_008e; } } { Type_t* L_23; L_23 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_24; L_24 = TypeDescriptor_GetConverter_m83A515E1D6F25137D637B175EA55BC80637E1C8A(L_23, NULL); __this->____converter_12 = L_24; Il2CppCodeGenWriteBarrier((void**)(&__this->____converter_12), (void*)L_24); } IL_008e: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_25 = __this->____converter_12; return L_25; } } // System.Boolean System.ComponentModel.PropertyDescriptor::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptor_Equals_m69C3B1D9E4AF806536B7545DAB5FE72883A512F6 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_0 = NULL; bool V_1 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)__this)))) { goto IL_0008_1; } } { V_1 = (bool)1; goto IL_0058; } IL_0008_1: { RuntimeObject* L_1 = ___0_obj; if (L_1) { goto IL_000f_1; } } { V_1 = (bool)0; goto IL_0058; } IL_000f_1: { RuntimeObject* L_2 = ___0_obj; V_0 = ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)IsInstClass((RuntimeObject*)L_2, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_3 = V_0; if (!L_3) { goto IL_0051_1; } } { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.ComponentModel.MemberDescriptor::get_NameHashCode() */, L_4); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.ComponentModel.MemberDescriptor::get_NameHashCode() */, __this); if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0051_1; } } { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_7 = V_0; NullCheck(L_7); Type_t* L_8; L_8 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, L_7); Type_t* L_9; L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_8, L_9, NULL); if (!L_10) { goto IL_0051_1; } } { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_11); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); NullCheck(L_12); bool L_14; L_14 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_12, L_13, NULL); if (!L_14) { goto IL_0051_1; } } { V_1 = (bool)1; goto IL_0058; } IL_0051_1: { goto IL_0056; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0053; } throw e; } CATCH_0053: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0056; }// end catch (depth: 1) IL_0056: { return (bool)0; } IL_0058: { bool L_15 = V_1; return L_15; } } // System.Object System.ComponentModel.PropertyDescriptor::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptor_CreateInstance_m8ED711ABFEA356C6C8075A09310883D4197F6DF3 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_0 = NULL; { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1 = L_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (Type_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_3; L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (Type_t*)L_3); V_0 = L_1; Type_t* L_4 = ___0_type; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_5 = V_0; NullCheck(L_4); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_6; L_6 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_4, L_5, NULL); il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); bool L_7; L_7 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_6, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL); if (!L_7) { goto IL_003b; } } { Type_t* L_8 = ___0_type; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_9 = V_0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_10; Type_t* L_12; L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject*)L_12); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = TypeDescriptor_CreateInstance_mA14C329360CAEEB5AC0573BDE5FD8926621C42FB((RuntimeObject*)NULL, L_8, L_9, L_11, NULL); return L_13; } IL_003b: { Type_t* L_14 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_15; L_15 = TypeDescriptor_CreateInstance_mA14C329360CAEEB5AC0573BDE5FD8926621C42FB((RuntimeObject*)NULL, L_14, (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)NULL, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL); return L_15; } } // System.Void System.ComponentModel.PropertyDescriptor::FillAttributes(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_FillAttributes_m089944713C5E19B880AC940B07C609BFC3D273D1 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_attributeList, const RuntimeMethod* method) { { __this->____converter_12 = (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____converter_12), (void*)(TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)NULL); __this->____editors_14 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____editors_14), (void*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL); __this->____editorTypes_15 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____editorTypes_15), (void*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)NULL); __this->____editorCount_16 = 0; RuntimeObject* L_0 = ___0_attributeList; MemberDescriptor_FillAttributes_mD79B898348F5E1F6C98F62F0D4CE719C5547C56C(__this, L_0, NULL); return; } } // System.Int32 System.ComponentModel.PropertyDescriptor::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptor_GetHashCode_m8470877D9BFF977617586AC7E2B900D01B3B4E3F (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.ComponentModel.MemberDescriptor::get_NameHashCode() */, __this); Type_t* L_1; L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); return ((int32_t)(L_0^L_2)); } } // System.Object System.ComponentModel.PropertyDescriptor::GetInvocationTarget(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptor_GetInvocationTarget_mB94D934834D8DC65F83DCCE0E560B466A63C4B98 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { Type_t* L_0 = ___0_type; RuntimeObject* L_1 = ___1_instance; RuntimeObject* L_2; L_2 = MemberDescriptor_GetInvocationTarget_m208F43D1A94BB3EE2C668AB1E4CC64B8D2DC8BF8(__this, L_0, L_1, NULL); V_0 = L_2; RuntimeObject* L_3 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_001b; } } { RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject*, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* >::Invoke(4 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetPropertyOwner(System.ComponentModel.PropertyDescriptor) */, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_5, __this); V_0 = L_6; } IL_001b: { RuntimeObject* L_7 = V_0; return L_7; } } // System.Type System.ComponentModel.PropertyDescriptor::GetTypeFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, String_t* ___0_typeName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t* V_0 = NULL; Type_t* V_1 = NULL; int32_t V_2 = 0; Type_t* G_B11_0 = NULL; Type_t* G_B10_0 = NULL; { String_t* L_0 = ___0_typeName; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___0_typeName; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_000d; } } IL_000b: { return (Type_t*)NULL; } IL_000d: { String_t* L_3 = ___0_typeName; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = il2cpp_codegen_get_type(L_3, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB_RuntimeMethod_var); V_0 = L_4; V_1 = (Type_t*)NULL; Type_t* L_5; L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(13 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, __this); bool L_6; L_6 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_5, (Type_t*)NULL, NULL); if (!L_6) { goto IL_0078; } } { Type_t* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_8; L_8 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, (Type_t*)NULL, NULL); if (L_8) { goto IL_004f; } } { Type_t* L_9; L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(13 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, __this); NullCheck(L_9); Assembly_t* L_10; L_10 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_9); NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_10); Type_t* L_12 = V_0; NullCheck(L_12); Assembly_t* L_13; L_13 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_12); NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_13); NullCheck(L_11); bool L_15; L_15 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_11, L_14, NULL); if (!L_15) { goto IL_0078; } } IL_004f: { String_t* L_16 = ___0_typeName; NullCheck(L_16); int32_t L_17; L_17 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_16, ((int32_t)44), NULL); V_2 = L_17; int32_t L_18 = V_2; if ((((int32_t)L_18) == ((int32_t)(-1)))) { goto IL_0066; } } { String_t* L_19 = ___0_typeName; int32_t L_20 = V_2; NullCheck(L_19); String_t* L_21; L_21 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_19, 0, L_20, NULL); ___0_typeName = L_21; } IL_0066: { Type_t* L_22; L_22 = VirtualFuncInvoker0< Type_t* >::Invoke(13 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, __this); NullCheck(L_22); Assembly_t* L_23; L_23 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_22); String_t* L_24 = ___0_typeName; NullCheck(L_23); Type_t* L_25; L_25 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(20 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_23, L_24); V_1 = L_25; } IL_0078: { Type_t* L_26 = V_1; Type_t* L_27 = L_26; G_B10_0 = L_27; if (L_27) { G_B11_0 = L_27; goto IL_007e; } } { Type_t* L_28 = V_0; G_B11_0 = L_28; } IL_007e: { return G_B11_0; } } // System.Void System.ComponentModel.PropertyDescriptor::OnValueChanged(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_OnValueChanged_m7729940702F65BDD2515187DAF6E791ADC99CD21 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_component, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* G_B3_0 = NULL; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* G_B2_0 = NULL; RuntimeObject* G_B4_0 = NULL; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* G_B6_0 = NULL; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* G_B5_0 = NULL; { RuntimeObject* L_0 = ___0_component; if (!L_0) { goto IL_0027; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = __this->____valueChangedHandlers_13; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = L_1; G_B2_0 = L_2; if (L_2) { G_B3_0 = L_2; goto IL_0010; } } { G_B4_0 = NULL; goto IL_0016; } IL_0010: { RuntimeObject* L_3 = ___0_component; NullCheck(G_B3_0); RuntimeObject* L_4; L_4 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, G_B3_0, L_3); G_B4_0 = L_4; } IL_0016: { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_5 = ((EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)CastclassSealed((RuntimeObject*)G_B4_0, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var)); G_B5_0 = L_5; if (L_5) { G_B6_0 = L_5; goto IL_0020; } } { return; } IL_0020: { RuntimeObject* L_6 = ___0_component; EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* L_7 = ___1_e; NullCheck(G_B6_0); EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_inline(G_B6_0, L_6, L_7, NULL); } IL_0027: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m3D1AC0D2B3187A895AE8B64AC891251860D8C361 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___0_properties, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m08AB09A013273404D6FA7E3C4536C838811AE787_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); __this->____internalSyncObject_9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____internalSyncObject_9), (void*)L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_1 = ___0_properties; if (L_1) { goto IL_0028; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_2; L_2 = Array_Empty_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m08AB09A013273404D6FA7E3C4536C838811AE787_inline(Array_Empty_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m08AB09A013273404D6FA7E3C4536C838811AE787_RuntimeMethod_var); __this->____properties_3 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____properties_3), (void*)L_2); PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, 0, NULL); goto IL_0038; } IL_0028: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_3 = ___0_properties; __this->____properties_3 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->____properties_3), (void*)L_3); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = ___0_properties; NullCheck(L_4); PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, ((int32_t)(((RuntimeArray*)L_4)->max_length)), NULL); } IL_0038: { __this->____propsOwned_6 = (bool)1; return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___0_properties, bool ___1_readOnly, const RuntimeMethod* method) { { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = ___0_properties; PropertyDescriptorCollection__ctor_m3D1AC0D2B3187A895AE8B64AC891251860D8C361(__this, L_0, NULL); bool L_1 = ___1_readOnly; __this->____readOnly_8 = L_1; return; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CCountU3Ek__BackingField_10; return L_0; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::set_Count(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CCountU3Ek__BackingField_10 = L_0; return; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* PropertyDescriptorCollection_get_Item_m5BD52F4CCBEF1D1D9B33887BB373181AD11A4C25 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; int32_t L_1; L_1 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_000f; } } { IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_2 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); NullCheck(L_2); IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF(L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_get_Item_m5BD52F4CCBEF1D1D9B33887BB373181AD11A4C25_RuntimeMethod_var))); } IL_000f: { PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_3 = __this->____properties_3; int32_t L_4 = ___0_index; NullCheck(L_3); int32_t L_5 = L_4; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* PropertyDescriptorCollection_get_Item_mD34F172015A4AAC759099193BBBCDB1489D51E09 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, String_t* ___0_name, const RuntimeMethod* method) { { String_t* L_0 = ___0_name; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1; L_1 = VirtualFuncInvoker2< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, String_t*, bool >::Invoke(33 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::Find(System.String,System.Boolean) */, __this, L_0, (bool)0); return L_1; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::Add(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->____readOnly_8; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); PropertyDescriptorCollection_EnsureSize_mA9CC05191669F9F3899F5A7D42B8DF24C51CC6A2(__this, ((int32_t)il2cpp_codegen_add(L_2, 1)), NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_3 = __this->____properties_3; int32_t L_4; L_4 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); V_0 = L_4; int32_t L_5 = V_0; PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, ((int32_t)il2cpp_codegen_add(L_5, 1)), NULL); int32_t L_6 = V_0; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_7 = ___0_value; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_7); (L_3)->SetAt(static_cast(L_6), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)L_7); int32_t L_8; L_8 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); return ((int32_t)il2cpp_codegen_subtract(L_8, 1)); } } // System.Void System.ComponentModel.PropertyDescriptorCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Clear_mB8C7EDDBC34045AB39A85F7CA8C2A48FE5E84154 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { bool L_0 = __this->____readOnly_8; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_Clear_mB8C7EDDBC34045AB39A85F7CA8C2A48FE5E84154_RuntimeMethod_var))); } IL_000e: { PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, 0, NULL); __this->____cachedFoundProperties_1 = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____cachedFoundProperties_1), (void*)(RuntimeObject*)NULL); return; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::Contains(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_Contains_m61BE63B4CBEBE522952340A5E1AD4EC81561A534 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = ___0_value; int32_t L_1; L_1 = PropertyDescriptorCollection_IndexOf_mD936E02B8B1AACBF21EB129B5D7F3C8CBC07BE15(__this, L_0, NULL); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.ComponentModel.PropertyDescriptorCollection::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_CopyTo_m96A7340B76D01123FFC2968406157491DA5F2F51 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeArray* ___0_array, int32_t ___1_index, const RuntimeMethod* method) { { PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties_3; RuntimeArray* L_1 = ___0_array; int32_t L_2 = ___1_index; int32_t L_3; L_3 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_0, 0, L_1, L_2, L_3, NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::EnsurePropsOwned() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_0 = NULL; { bool L_0 = __this->____propsOwned_6; if (L_0) { goto IL_003e; } } { __this->____propsOwned_6 = (bool)1; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_1 = __this->____properties_3; if (!L_1) { goto IL_003e; } } { int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_3 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = __this->____properties_3; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_5 = V_0; int32_t L_6; L_6 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, 0, (RuntimeArray*)L_5, 0, L_6, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_7 = V_0; __this->____properties_3 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->____properties_3), (void*)L_7); } IL_003e: { bool L_8 = __this->____needSort_7; if (!L_8) { goto IL_0059; } } { __this->____needSort_7 = (bool)0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = __this->____namedSort_4; PropertyDescriptorCollection_InternalSort_m976B7A3E0A38A56F3E6C282199722DFC37EE92C9(__this, L_9, NULL); } IL_0059: { return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::EnsureSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_EnsureSize_mA9CC05191669F9F3899F5A7D42B8DF24C51CC6A2 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_sizeNeeded, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_0 = NULL; { int32_t L_0 = ___0_sizeNeeded; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_1 = __this->____properties_3; NullCheck(L_1); if ((((int32_t)L_0) > ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) { goto IL_000c; } } { return; } IL_000c: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_2 = __this->____properties_3; NullCheck(L_2); if ((((RuntimeArray*)L_2)->max_length)) { goto IL_0029; } } { PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, 0, NULL); int32_t L_3 = ___0_sizeNeeded; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_3); __this->____properties_3 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->____properties_3), (void*)L_4); return; } IL_0029: { PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1(__this, NULL); int32_t L_5 = ___0_sizeNeeded; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_6 = __this->____properties_3; NullCheck(L_6); il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_5, ((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_6)->max_length)), 2)), NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_8 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_7); V_0 = L_8; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_9 = __this->____properties_3; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_10 = V_0; int32_t L_11; L_11 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_9, 0, (RuntimeArray*)L_10, 0, L_11, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_12 = V_0; __this->____properties_3 = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->____properties_3), (void*)L_12); return; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::Find(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* PropertyDescriptorCollection_Find_mCBD6FF2B467342E2385A83851AFEA0D79765D941 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, String_t* ___0_name, bool ___1_ignoreCase, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_2 = NULL; RuntimeObject* V_3 = NULL; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_4 = NULL; int32_t V_5 = 0; { RuntimeObject* L_0 = __this->____internalSyncObject_9; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00f7: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0100; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0100: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); V_2 = (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)NULL; RuntimeObject* L_4 = __this->____cachedFoundProperties_1; if (!L_4) { goto IL_0024_1; } } { bool L_5 = __this->____cachedIgnoreCase_2; bool L_6 = ___1_ignoreCase; if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_004b_1; } } IL_0024_1: { bool L_7 = ___1_ignoreCase; __this->____cachedIgnoreCase_2 = L_7; bool L_8 = ___1_ignoreCase; if (!L_8) { goto IL_0040_1; } } { il2cpp_codegen_runtime_class_init_inline(StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var); StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06* L_9; L_9 = StringComparer_get_OrdinalIgnoreCase_m071AA1B1747345CCA058A3879EBDEBBA2EA4B169_inline(NULL); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_10 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); NullCheck(L_10); Hashtable__ctor_m1F7298B21166D6C35BD6C6EC9F71BAC05981B164(L_10, L_9, NULL); __this->____cachedFoundProperties_1 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->____cachedFoundProperties_1), (void*)L_10); goto IL_004b_1; } IL_0040_1: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_11 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); NullCheck(L_11); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_11, NULL); __this->____cachedFoundProperties_1 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->____cachedFoundProperties_1), (void*)L_11); } IL_004b_1: { RuntimeObject* L_12 = __this->____cachedFoundProperties_1; String_t* L_13 = ___0_name; NullCheck(L_12); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_12, L_13); V_3 = L_14; RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0068_1; } } { RuntimeObject* L_16 = V_3; V_4 = ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_16, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)); goto IL_0101; } IL_0068_1: { V_5 = 0; goto IL_00e5_1; } IL_006d_1: { bool L_17 = ___1_ignoreCase; if (!L_17) { goto IL_00a8_1; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_18 = __this->____properties_3; int32_t L_19 = V_5; NullCheck(L_18); int32_t L_20 = L_19; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_21); String_t* L_23 = ___0_name; bool L_24; L_24 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_22, L_23, 5, NULL); if (!L_24) { goto IL_00df_1; } } { RuntimeObject* L_25 = __this->____cachedFoundProperties_1; String_t* L_26 = ___0_name; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_27 = __this->____properties_3; int32_t L_28 = V_5; NullCheck(L_27); int32_t L_29 = L_28; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_30 = (L_27)->GetAt(static_cast(L_29)); NullCheck(L_25); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_25, L_26, L_30); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_31 = __this->____properties_3; int32_t L_32 = V_5; NullCheck(L_31); int32_t L_33 = L_32; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_34 = (L_31)->GetAt(static_cast(L_33)); V_2 = L_34; goto IL_00f2_1; } IL_00a8_1: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_35 = __this->____properties_3; int32_t L_36 = V_5; NullCheck(L_35); int32_t L_37 = L_36; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_38 = (L_35)->GetAt(static_cast(L_37)); NullCheck(L_38); String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_38); String_t* L_40 = ___0_name; NullCheck(L_39); bool L_41; L_41 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_39, L_40, NULL); if (!L_41) { goto IL_00df_1; } } { RuntimeObject* L_42 = __this->____cachedFoundProperties_1; String_t* L_43 = ___0_name; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_44 = __this->____properties_3; int32_t L_45 = V_5; NullCheck(L_44); int32_t L_46 = L_45; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_47 = (L_44)->GetAt(static_cast(L_46)); NullCheck(L_42); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_42, L_43, L_47); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_48 = __this->____properties_3; int32_t L_49 = V_5; NullCheck(L_48); int32_t L_50 = L_49; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_51 = (L_48)->GetAt(static_cast(L_50)); V_2 = L_51; goto IL_00f2_1; } IL_00df_1: { int32_t L_52 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_52, 1)); } IL_00e5_1: { int32_t L_53 = V_5; int32_t L_54; L_54 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_53) < ((int32_t)L_54))) { goto IL_006d_1; } } IL_00f2_1: { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_55 = V_2; V_4 = L_55; goto IL_0101; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0101: { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_56 = V_4; return L_56; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::IndexOf(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_IndexOf_mD936E02B8B1AACBF21EB129B5D7F3C8CBC07BE15 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m0FB834D32DD8F3C5AD506C3537D20D0C486CD828_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties_3; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1 = ___0_value; int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); int32_t L_3; L_3 = Array_IndexOf_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m0FB834D32DD8F3C5AD506C3537D20D0C486CD828(L_0, L_1, 0, L_2, Array_IndexOf_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m0FB834D32DD8F3C5AD506C3537D20D0C486CD828_RuntimeMethod_var); return L_3; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::Insert(System.Int32,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Insert_m5294EDBAD3EED9E88B72F8C337F65EE5AB2960EA (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_value, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->____readOnly_8; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_Insert_m5294EDBAD3EED9E88B72F8C337F65EE5AB2960EA_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); PropertyDescriptorCollection_EnsureSize_mA9CC05191669F9F3899F5A7D42B8DF24C51CC6A2(__this, ((int32_t)il2cpp_codegen_add(L_2, 1)), NULL); int32_t L_3 = ___0_index; int32_t L_4; L_4 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0042; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_5 = __this->____properties_3; int32_t L_6 = ___0_index; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_7 = __this->____properties_3; int32_t L_8 = ___0_index; int32_t L_9; L_9 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); int32_t L_10 = ___0_index; Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_5, L_6, (RuntimeArray*)L_7, ((int32_t)il2cpp_codegen_add(L_8, 1)), ((int32_t)il2cpp_codegen_subtract(L_9, L_10)), NULL); } IL_0042: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_11 = __this->____properties_3; int32_t L_12 = ___0_index; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_13 = ___1_value; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(L_12), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)L_13); int32_t L_14; L_14 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); V_0 = L_14; int32_t L_15 = V_0; PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, ((int32_t)il2cpp_codegen_add(L_15, 1)), NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::Remove(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Remove_m93B40D4D8FD13CA21ACAF39012043595BB6ED03B (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->____readOnly_8; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_Remove_m93B40D4D8FD13CA21ACAF39012043595BB6ED03B_RuntimeMethod_var))); } IL_000e: { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2 = ___0_value; int32_t L_3; L_3 = PropertyDescriptorCollection_IndexOf_mD936E02B8B1AACBF21EB129B5D7F3C8CBC07BE15(__this, L_2, NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0021; } } { int32_t L_5 = V_0; PropertyDescriptorCollection_RemoveAt_m0A24CA5AB989131D0F6691B289DD9092790E9E07(__this, L_5, NULL); } IL_0021: { return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_RemoveAt_m0A24CA5AB989131D0F6691B289DD9092790E9E07 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->____readOnly_8; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_RemoveAt_m0A24CA5AB989131D0F6691B289DD9092790E9E07_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___0_index; int32_t L_3; L_3 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_2) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_3, 1))))) { goto IL_0038; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = __this->____properties_3; int32_t L_5 = ___0_index; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_6 = __this->____properties_3; int32_t L_7 = ___0_index; int32_t L_8; L_8 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); int32_t L_9 = ___0_index; Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, ((int32_t)il2cpp_codegen_add(L_5, 1)), (RuntimeArray*)L_6, L_7, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_8, L_9)), 1)), NULL); } IL_0038: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_10 = __this->____properties_3; int32_t L_11; L_11 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, NULL); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_11, 1))), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)NULL); int32_t L_12; L_12 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); V_0 = L_12; int32_t L_13 = V_0; PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, ((int32_t)il2cpp_codegen_subtract(L_13, 1)), NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::InternalSort(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_InternalSort_m976B7A3E0A38A56F3E6C282199722DFC37EE92C9 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_names, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m81B83C7ED3B9D3193339CB2CCAC3A1C083FDA78F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m9B03F7E2866639F2AD829CDCA57D02FF6DB6DE0E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_5 = NULL; int32_t V_6 = 0; { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties_3; NullCheck(L_0); if ((((RuntimeArray*)L_0)->max_length)) { goto IL_000a; } } { return; } IL_000a: { RuntimeObject* L_1 = __this->____comparer_5; PropertyDescriptorCollection_InternalSort_m715EF0848576185E9957756222B20A93320A3108(__this, L_1, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___0_names; if (!L_2) { goto IL_00be; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ___0_names; NullCheck(L_3); if (!(((RuntimeArray*)L_3)->max_length)) { goto IL_00be; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = __this->____properties_3; List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* L_5 = (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6*)il2cpp_codegen_object_new(List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6_il2cpp_TypeInfo_var); NullCheck(L_5); List_1__ctor_m81B83C7ED3B9D3193339CB2CCAC3A1C083FDA78F(L_5, (RuntimeObject*)L_4, List_1__ctor_m81B83C7ED3B9D3193339CB2CCAC3A1C083FDA78F_RuntimeMethod_var); V_0 = L_5; V_1 = 0; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_6 = __this->____properties_3; NullCheck(L_6); V_2 = ((int32_t)(((RuntimeArray*)L_6)->max_length)); V_3 = 0; goto IL_008a; } IL_003e: { V_4 = 0; goto IL_0081; } IL_0043: { List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* L_7 = V_0; int32_t L_8 = V_4; NullCheck(L_7); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_9; L_9 = List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737(L_7, L_8, List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737_RuntimeMethod_var); V_5 = L_9; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_10 = V_5; if (!L_10) { goto IL_007b; } } { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_11 = V_5; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_11); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = ___0_names; int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; String_t* L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_12); bool L_17; L_17 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_12, L_16, NULL); if (!L_17) { goto IL_007b; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_18 = __this->____properties_3; int32_t L_19 = V_1; int32_t L_20 = L_19; V_1 = ((int32_t)il2cpp_codegen_add(L_20, 1)); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_21 = V_5; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(L_20), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)L_21); List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* L_22 = V_0; int32_t L_23 = V_4; NullCheck(L_22); List_1_set_Item_m9B03F7E2866639F2AD829CDCA57D02FF6DB6DE0E(L_22, L_23, (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)NULL, List_1_set_Item_m9B03F7E2866639F2AD829CDCA57D02FF6DB6DE0E_RuntimeMethod_var); goto IL_0086; } IL_007b: { int32_t L_24 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_24, 1)); } IL_0081: { int32_t L_25 = V_4; int32_t L_26 = V_2; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0043; } } IL_0086: { int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_27, 1)); } IL_008a: { int32_t L_28 = V_3; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = ___0_names; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))))) { goto IL_003e; } } { V_6 = 0; goto IL_00b9; } IL_0095: { List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* L_30 = V_0; int32_t L_31 = V_6; NullCheck(L_30); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_32; L_32 = List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737(L_30, L_31, List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737_RuntimeMethod_var); if (!L_32) { goto IL_00b3; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_33 = __this->____properties_3; int32_t L_34 = V_1; int32_t L_35 = L_34; V_1 = ((int32_t)il2cpp_codegen_add(L_35, 1)); List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* L_36 = V_0; int32_t L_37 = V_6; NullCheck(L_36); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_38; L_38 = List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737(L_36, L_37, List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737_RuntimeMethod_var); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_38); (L_33)->SetAt(static_cast(L_35), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)L_38); } IL_00b3: { int32_t L_39 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_39, 1)); } IL_00b9: { int32_t L_40 = V_6; int32_t L_41 = V_2; if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0095; } } IL_00be: { return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::InternalSort(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_InternalSort_m715EF0848576185E9957756222B20A93320A3108 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_sorter, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_sorter; if (L_0) { goto IL_000a; } } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_SortDescriptorArray_m70B18DF7092B00F1830DA1C6CD382BB6268015ED(__this, NULL); return; } IL_000a: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_1 = __this->____properties_3; RuntimeObject* L_2 = ___0_sorter; Array_Sort_mCAA68804E8A393AE2E86ACBBE3F70BC4A5CA21CB((RuntimeArray*)L_1, L_2, NULL); return; } } // System.Collections.IEnumerator System.ComponentModel.PropertyDescriptorCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_GetEnumerator_m895320E1DA7A7E88D5392EA88C7415FCCE9F9A69 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_0 = NULL; { PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties_3; NullCheck(L_0); int32_t L_1; L_1 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))) == ((int32_t)L_1))) { goto IL_003d; } } { int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_3 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = __this->____properties_3; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_5 = V_0; int32_t L_6; L_6 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, 0, (RuntimeArray*)L_5, 0, L_6, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_7 = V_0; NullCheck((RuntimeArray*)L_7); RuntimeObject* L_8; L_8 = Array_GetEnumerator_mDB7E2AF23F2BDC715D429C71CA3B8D0151F0DC1E((RuntimeArray*)L_7, NULL); return L_8; } IL_003d: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_9 = __this->____properties_3; NullCheck((RuntimeArray*)L_9); RuntimeObject* L_10; L_10 = Array_GetEnumerator_mDB7E2AF23F2BDC715D429C71CA3B8D0151F0DC1E((RuntimeArray*)L_9, NULL); return L_10; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_ICollection_get_IsSynchronized_m8201DB107E82D56273693B6715483996DF56FA4E (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.ComponentModel.PropertyDescriptorCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_ICollection_get_SyncRoot_m375B281E77CC48014E87622A8F7E5FF2BB6B23AF (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { return NULL; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::System.Collections.ICollection.get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_System_Collections_ICollection_get_Count_mD0FF809D823EB373D8A6E8DB49619ED4141702A2 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); return L_0; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_Clear_m45872C5426EECF7A39B524076FF749A27FFFD720 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_Clear_mB8C7EDDBC34045AB39A85F7CA8C2A48FE5E84154(__this, NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_Clear_mED5AF2CE6AF9B314A457C95568F8B4CE2D1764A9 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_Clear_mB8C7EDDBC34045AB39A85F7CA8C2A48FE5E84154(__this, NULL); return; } } // System.Collections.IEnumerator System.ComponentModel.PropertyDescriptorCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IEnumerable_GetEnumerator_mCA1C26C5D8253A2654911C476DB3E2E4C7E1DED0 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(34 /* System.Collections.IEnumerator System.ComponentModel.PropertyDescriptorCollection::GetEnumerator() */, __this); return L_0; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_RemoveAt_mF52F79BDB81434BECEFF023F99EFDDEE21E3D382 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; PropertyDescriptorCollection_RemoveAt_m0A24CA5AB989131D0F6691B289DD9092790E9E07(__this, L_0, NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.Add(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_Add_m408464897F2A4002666796184236356079B9476E (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_0 = NULL; { RuntimeObject* L_0 = ___1_value; V_0 = ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)IsInstClass((RuntimeObject*)L_0, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1 = V_0; if (L_1) { goto IL_0015; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_Add_m408464897F2A4002666796184236356079B9476E_RuntimeMethod_var))); } IL_0015: { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_3 = V_0; int32_t L_4; L_4 = PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0(__this, L_3, NULL); return; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IDictionary_Contains_m0E06B08842DB4FA109B5AB61EBEFB731E3EA94AA (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_key; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0018; } } { RuntimeObject* L_1 = ___0_key; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, String_t* >::Invoke(32 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); return (bool)((!(((RuntimeObject*)(PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); } IL_0018: { return (bool)0; } } // System.Collections.IDictionaryEnumerator System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_GetEnumerator_mF6EAE817278709EF0201AB2E677B887CA7520A51 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* L_0 = (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811*)il2cpp_codegen_object_new(PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811_il2cpp_TypeInfo_var); NullCheck(L_0); PropertyDescriptorEnumerator__ctor_mEF40577980844F48F837016FC78D6D6C4B656C40(L_0, __this, NULL); return L_0; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IDictionary_get_IsFixedSize_mD2603B115005B7D665A935C5A4E7D2475F2FDC66 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { bool L_0 = __this->____readOnly_8; return L_0; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IDictionary_get_IsReadOnly_m4D86C19095340D37276F02EF6D88E7BD63C2D53E (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { bool L_0 = __this->____readOnly_8; return L_0; } } // System.Object System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_get_Item_mC6EFD0AFD470D71014230D69B656107657929330 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_key; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_key; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, String_t* >::Invoke(32 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); return L_2; } IL_0015: { return NULL; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.set_Item(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_mF70D7EA54C026CF6DF6082671C7BB5FA4FA8C4A1 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->____readOnly_8; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_mF70D7EA54C026CF6DF6082671C7BB5FA4FA8C4A1_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___1_value; if (!L_2) { goto IL_0024; } } { RuntimeObject* L_3 = ___1_value; if (((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)IsInstClass((RuntimeObject*)L_3, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var))) { goto IL_0024; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_mF70D7EA54C026CF6DF6082671C7BB5FA4FA8C4A1_RuntimeMethod_var))); } IL_0024: { V_0 = (-1); RuntimeObject* L_5 = ___0_key; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_5, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))) { goto IL_0048; } } { RuntimeObject* L_6 = ___0_key; V_0 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_6, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0042; } } { int32_t L_8 = V_0; int32_t L_9; L_9 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_008c; } } IL_0042: { IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_10 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); NullCheck(L_10); IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF(L_10, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_mF70D7EA54C026CF6DF6082671C7BB5FA4FA8C4A1_RuntimeMethod_var))); } IL_0048: { RuntimeObject* L_11 = ___0_key; if (!((String_t*)IsInstSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var))) { goto IL_0081; } } { V_1 = 0; goto IL_0076; } IL_0054: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_12 = __this->____properties_3; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_15); RuntimeObject* L_17 = ___0_key; NullCheck(L_16); bool L_18; L_18 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_16, ((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)), NULL); if (!L_18) { goto IL_0072; } } { int32_t L_19 = V_1; V_0 = L_19; goto IL_008c; } IL_0072: { int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_0076: { int32_t L_21 = V_1; int32_t L_22; L_22 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0054; } } { goto IL_008c; } IL_0081: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_23 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_23); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_mF70D7EA54C026CF6DF6082671C7BB5FA4FA8C4A1_RuntimeMethod_var))); } IL_008c: { int32_t L_24 = V_0; if ((!(((uint32_t)L_24) == ((uint32_t)(-1))))) { goto IL_009e; } } { RuntimeObject* L_25 = ___1_value; int32_t L_26; L_26 = PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0(__this, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_25, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)), NULL); return; } IL_009e: { PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_27 = __this->____properties_3; int32_t L_28 = V_0; RuntimeObject* L_29 = ___1_value; NullCheck(L_27); ArrayElementTypeCheck (L_27, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_29, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var))); (L_27)->SetAt(static_cast(L_28), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_29, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var))); RuntimeObject* L_30 = __this->____cachedFoundProperties_1; if (!L_30) { goto IL_00cf; } } { RuntimeObject* L_31 = ___0_key; if (!((String_t*)IsInstSealed((RuntimeObject*)L_31, String_t_il2cpp_TypeInfo_var))) { goto IL_00cf; } } { RuntimeObject* L_32 = __this->____cachedFoundProperties_1; RuntimeObject* L_33 = ___0_key; RuntimeObject* L_34 = ___1_value; NullCheck(L_32); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_32, L_33, L_34); } IL_00cf: { return; } } // System.Collections.ICollection System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_get_Keys_m152C5B7BFD0D618AF1B6C7AB1200E0648BB7990E (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0; L_0 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; V_1 = 0; goto IL_0024; } IL_0010: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = V_0; int32_t L_3 = V_1; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = __this->____properties_3; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_7); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_8); (L_2)->SetAt(static_cast(L_3), (String_t*)L_8); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1)); } IL_0024: { int32_t L_10 = V_1; int32_t L_11; L_11 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0010; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = V_0; return (RuntimeObject*)L_12; } } // System.Collections.ICollection System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_get_Values_m6494719561646DC0A1F557CD942F622E2D6EB86F (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_0 = NULL; { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties_3; NullCheck(L_0); int32_t L_1; L_1 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))) == ((int32_t)L_1))) { goto IL_0032; } } { int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_3 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = __this->____properties_3; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_5 = V_0; int32_t L_6; L_6 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, 0, (RuntimeArray*)L_5, 0, L_6, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_7 = V_0; return (RuntimeObject*)L_7; } IL_0032: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_8 = __this->____properties_3; NullCheck((RuntimeArray*)L_8); RuntimeObject* L_9; L_9 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_8, NULL); return ((RuntimeObject*)Castclass((RuntimeObject*)L_9, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var)); } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_Remove_m4346AEB1FD89FAD5A8684EF35BD8BDC329BE6FF7 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_0 = NULL; { RuntimeObject* L_0 = ___0_key; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_001f; } } { RuntimeObject* L_1 = ___0_key; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, String_t* >::Invoke(32 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); V_0 = L_2; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_3 = V_0; if (!L_3) { goto IL_001f; } } { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_4 = V_0; InterfaceActionInvoker1< RuntimeObject* >::Invoke(9 /* System.Void System.Collections.IList::Remove(System.Object) */, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, __this, L_4); } IL_001f: { return; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_System_Collections_IList_Add_mA83681FD649F472C18C4222547909AB5C0B2636D (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; int32_t L_1; L_1 = PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0(__this, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)), NULL); return L_1; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IList_Contains_mF4A5AD4B8FB2DE87C3F46804A45A9E5FE061F0A8 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; bool L_1; L_1 = PropertyDescriptorCollection_Contains_m61BE63B4CBEBE522952340A5E1AD4EC81561A534(__this, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)), NULL); return L_1; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_System_Collections_IList_IndexOf_mDDE0710A46D8C7F0C812BBB749058633E2B538A0 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; int32_t L_1; L_1 = PropertyDescriptorCollection_IndexOf_mD936E02B8B1AACBF21EB129B5D7F3C8CBC07BE15(__this, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)), NULL); return L_1; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_Insert_mECCC2CBDA9731E920BDA0D1C5E1B3446D1051D7C (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_index; RuntimeObject* L_1 = ___1_value; PropertyDescriptorCollection_Insert_m5294EDBAD3EED9E88B72F8C337F65EE5AB2960EA(__this, L_0, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_1, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)), NULL); return; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IList_get_IsReadOnly_mD92E29DD5AF442E8F758EE9C364AA67D8C692429 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { bool L_0 = __this->____readOnly_8; return L_0; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IList_get_IsFixedSize_m384E8605F0612E87E1A78F863E28AE7E0D0D6B8A (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { bool L_0 = __this->____readOnly_8; return L_0; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_Remove_m6B3B43F181BF42AE15D0EC97F83E16157119767A (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; PropertyDescriptorCollection_Remove_m93B40D4D8FD13CA21ACAF39012043595BB6ED03B(__this, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)), NULL); return; } } // System.Object System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IList_get_Item_m330B3FFF9A800353E1463DBA60359A5846637632 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1; L_1 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, int32_t >::Invoke(31 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.Int32) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_set_Item_m1C9BF875A752FEAC57320E429DF95D0A11BDD5B8 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->____readOnly_8; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_1); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IList_set_Item_m1C9BF875A752FEAC57320E429DF95D0A11BDD5B8_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___0_index; int32_t L_3; L_3 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_001d; } } { IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_4 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); NullCheck(L_4); IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF(L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IList_set_Item_m1C9BF875A752FEAC57320E429DF95D0A11BDD5B8_RuntimeMethod_var))); } IL_001d: { RuntimeObject* L_5 = ___1_value; if (!L_5) { goto IL_0033; } } { RuntimeObject* L_6 = ___1_value; if (((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)IsInstClass((RuntimeObject*)L_6, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var))) { goto IL_0033; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_7); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IList_set_Item_m1C9BF875A752FEAC57320E429DF95D0A11BDD5B8_RuntimeMethod_var))); } IL_0033: { PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_8 = __this->____properties_3; int32_t L_9 = ___0_index; RuntimeObject* L_10 = ___1_value; NullCheck(L_8); ArrayElementTypeCheck (L_8, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_10, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var))); (L_8)->SetAt(static_cast(L_9), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_10, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var))); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__cctor_mEC3F0FE16C4229D66C5EC8EA6E2544EFB154C0D3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_0 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); NullCheck(L_0); PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE(L_0, (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)NULL, (bool)1, NULL); ((PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var))->___Empty_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var))->___Empty_0), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::.ctor(System.ComponentModel.PropertyDescriptorCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorEnumerator__ctor_mEF40577980844F48F837016FC78D6D6C4B656C40 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ___0_owner, const RuntimeMethod* method) { { __this->____index_1 = (-1); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_0 = ___0_owner; __this->____owner_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____owner_0), (void*)L_0); return; } } // System.Object System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorEnumerator_get_Current_mD139182036930AB6DD0F33E0C311C5D280E8169F (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB L_0; L_0 = PropertyDescriptorEnumerator_get_Entry_m83A1F1F4EC45FCDAB6444FDAE98158CAEA6E17C0(__this, NULL); DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB L_1 = L_0; RuntimeObject* L_2 = Box(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var, &L_1); return L_2; } } // System.Collections.DictionaryEntry System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB PropertyDescriptorEnumerator_get_Entry_m83A1F1F4EC45FCDAB6444FDAE98158CAEA6E17C0 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_0 = NULL; { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_0 = __this->____owner_0; int32_t L_1 = __this->____index_1; NullCheck(L_0); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, int32_t >::Invoke(31 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.Int32) */, L_0, L_1); V_0 = L_2; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_3); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_5 = V_0; DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB L_6; memset((&L_6), 0, sizeof(L_6)); DictionaryEntry__ctor_m2768353E53A75C4860E34B37DAF1342120C5D1EA((&L_6), L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorEnumerator_get_Key_m9AC03BAD80D2C982D93FCF6E7FA77694CDA80583 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_0 = __this->____owner_0; int32_t L_1 = __this->____index_1; NullCheck(L_0); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, int32_t >::Invoke(31 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.Int32) */, L_0, L_1); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_2); return L_3; } } // System.Object System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorEnumerator_get_Value_m5EC049B1D1B61491D697056DD2A5018B3F83DAB2 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_0 = __this->____owner_0; int32_t L_1 = __this->____index_1; NullCheck(L_0); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, int32_t >::Invoke(31 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.Int32) */, L_0, L_1); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_2); return L_3; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorEnumerator_MoveNext_m1558DACC789497E2E8BEC2C914F68449B51F35E5 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____index_1; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_1 = __this->____owner_0; NullCheck(L_1); int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(L_1, NULL); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_2, 1))))) { goto IL_0025; } } { int32_t L_3 = __this->____index_1; __this->____index_1 = ((int32_t)il2cpp_codegen_add(L_3, 1)); return (bool)1; } IL_0025: { return (bool)0; } } // System.Void System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorEnumerator_Reset_mF7C0D145E906CE6FCB18646933E580C14A0AE1DE (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) { { __this->____index_1 = (-1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.ComponentModel.ProvidePropertyAttribute::get_PropertyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_PropertyName_mFAC4603BB6C516195D2A449FCD3E451B6509763C (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CPropertyNameU3Ek__BackingField_0; return L_0; } } // System.String System.ComponentModel.ProvidePropertyAttribute::get_ReceiverTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_ReceiverTypeName_mF6644451192D22A1C6E21A65A32DBCFA7E2BA8A3 (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CReceiverTypeNameU3Ek__BackingField_1; return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.RecommendedAsConfigurableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecommendedAsConfigurableAttribute__ctor_m0C3F6260D064EF4DB718D93E083A2CE16E2F8CA6 (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, bool ___0_recommendedAsConfigurable, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_recommendedAsConfigurable; __this->___U3CRecommendedAsConfigurableU3Ek__BackingField_0 = L_0; return; } } // System.Boolean System.ComponentModel.RecommendedAsConfigurableAttribute::get_RecommendedAsConfigurable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m1F43641CEBF3BF49F0CAC07E95FB96FC8465CB74 (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CRecommendedAsConfigurableU3Ek__BackingField_0; return L_0; } } // System.Boolean System.ComponentModel.RecommendedAsConfigurableAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_Equals_m7F023BD2430C84451A6C892D8438DB657ED8D55A (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A*)IsInstClass((RuntimeObject*)L_1, RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var)); RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* L_2 = V_0; if (!L_2) { goto IL_001f; } } { RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m1F43641CEBF3BF49F0CAC07E95FB96FC8465CB74_inline(L_3, NULL); bool L_5; L_5 = RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m1F43641CEBF3BF49F0CAC07E95FB96FC8465CB74_inline(__this, NULL); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.RecommendedAsConfigurableAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RecommendedAsConfigurableAttribute_GetHashCode_mF1F7F17D6704BDD0250712D1907573E659FA6220 (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } // System.Boolean System.ComponentModel.RecommendedAsConfigurableAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_IsDefaultAttribute_mEF69B387A563727487908E7A5A627796D345BF35 (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, const RuntimeMethod* method) { { bool L_0; L_0 = RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m1F43641CEBF3BF49F0CAC07E95FB96FC8465CB74_inline(__this, NULL); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Void System.ComponentModel.RecommendedAsConfigurableAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecommendedAsConfigurableAttribute__cctor_mEFF096E8DC8C64DC312D619B1BD71BC719230461 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* L_0 = (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A*)il2cpp_codegen_object_new(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var); NullCheck(L_0); RecommendedAsConfigurableAttribute__ctor_m0C3F6260D064EF4DB718D93E083A2CE16E2F8CA6(L_0, (bool)0, NULL); ((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___No_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___No_1), (void*)L_0); RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* L_1 = (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A*)il2cpp_codegen_object_new(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var); NullCheck(L_1); RecommendedAsConfigurableAttribute__ctor_m0C3F6260D064EF4DB718D93E083A2CE16E2F8CA6(L_1, (bool)1, NULL); ((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___Yes_2 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___Yes_2), (void*)L_1); RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* L_2 = ((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___No_1; ((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___Default_3 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___Default_3), (void*)L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ReferenceConverter::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceConverter__ctor_mECD358A5C07B37EFD8659FDEF4C067A16E51171E (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, Type_t* ___0_type, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); Type_t* L_0 = ___0_type; __this->____type_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____type_3), (void*)L_0); return; } } // System.Boolean System.ComponentModel.ReferenceConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReferenceConverter_CanConvertFrom_m37D591EC403D4BDDFEEECFB4C003993D5770AF36 (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0017; } } { RuntimeObject* L_4 = ___0_context; if (!L_4) { goto IL_0017; } } { return (bool)1; } IL_0017: { RuntimeObject* L_5 = ___0_context; Type_t* L_6 = ___1_sourceType; bool L_7; L_7 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_5, L_6, NULL); return L_7; } } // System.Object System.ComponentModel.ReferenceConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReferenceConverter_ConvertFrom_m215F46061A8D85386D446F7166C0CD936A9CF1CA (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeDescriptorContext_t514D0B45A781ED18AB6A0DC6673A95B8359443F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; { RuntimeObject* L_0 = ___2_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_006b; } } { RuntimeObject* L_1 = ___2_value; NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), NULL); V_0 = L_2; String_t* L_3 = V_0; il2cpp_codegen_runtime_class_init_inline(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); String_t* L_4 = ((ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_StaticFields*)il2cpp_codegen_static_fields_for(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var))->___s_none_2; bool L_5; L_5 = String_Equals_m3354EFE6393BED8DD6E18F69BEA131AAADCC622D(L_3, L_4, NULL); if (L_5) { goto IL_0069; } } { RuntimeObject* L_6 = ___0_context; if (!L_6) { goto IL_0069; } } { RuntimeObject* L_7 = ___0_context; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast (IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_9; L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL); NullCheck(L_7); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_7, L_9); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_10, IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_1; if (!L_11) { goto IL_004a; } } { RuntimeObject* L_12 = V_1; String_t* L_13 = V_0; NullCheck(L_12); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0 /* System.Object System.ComponentModel.Design.IReferenceService::GetReference(System.String) */, IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var, L_12, L_13); V_3 = L_14; RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_004a; } } { RuntimeObject* L_16 = V_3; return L_16; } IL_004a: { RuntimeObject* L_17 = ___0_context; NullCheck(L_17); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IContainer System.ComponentModel.ITypeDescriptorContext::get_Container() */, ITypeDescriptorContext_t514D0B45A781ED18AB6A0DC6673A95B8359443F4_il2cpp_TypeInfo_var, L_17); V_2 = L_18; RuntimeObject* L_19 = V_2; if (!L_19) { goto IL_0069; } } { RuntimeObject* L_20 = V_2; NullCheck(L_20); ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* L_21; L_21 = InterfaceFuncInvoker0< ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* >::Invoke(0 /* System.ComponentModel.ComponentCollection System.ComponentModel.IContainer::get_Components() */, IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var, L_20); String_t* L_22 = V_0; NullCheck(L_21); RuntimeObject* L_23; L_23 = VirtualFuncInvoker1< RuntimeObject*, String_t* >::Invoke(11 /* System.ComponentModel.IComponent System.ComponentModel.ComponentCollection::get_Item(System.String) */, L_21, L_22); V_4 = L_23; RuntimeObject* L_24 = V_4; if (!L_24) { goto IL_0069; } } { RuntimeObject* L_25 = V_4; return L_25; } IL_0069: { return NULL; } IL_006b: { RuntimeObject* L_26 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_27 = ___1_culture; RuntimeObject* L_28 = ___2_value; RuntimeObject* L_29; L_29 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_26, L_27, L_28, NULL); return L_29; } } // System.Object System.ComponentModel.ReferenceConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReferenceConverter_ConvertTo_m0867AB70A857CCF46063AC01D0AB958C0EBB5409 (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* G_B7_0 = NULL; RuntimeObject* G_B14_0 = NULL; RuntimeObject* G_B13_0 = NULL; String_t* G_B15_0 = NULL; { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReferenceConverter_ConvertTo_m0867AB70A857CCF46063AC01D0AB958C0EBB5409_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_0090; } } { RuntimeObject* L_7 = ___2_value; if (!L_7) { goto IL_008a; } } { RuntimeObject* L_8 = ___0_context; if (L_8) { goto IL_0031; } } { G_B7_0 = NULL; goto IL_0041; } IL_0031: { RuntimeObject* L_9 = ___0_context; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast (IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_11; L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL); NullCheck(L_9); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_9, L_11); G_B7_0 = L_12; } IL_0041: { V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)G_B7_0, IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_0; if (!L_13) { goto IL_0057; } } { RuntimeObject* L_14 = V_0; RuntimeObject* L_15 = ___2_value; NullCheck(L_14); String_t* L_16; L_16 = InterfaceFuncInvoker1< String_t*, RuntimeObject* >::Invoke(1 /* System.String System.ComponentModel.Design.IReferenceService::GetName(System.Object) */, IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var, L_14, L_15); V_1 = L_16; String_t* L_17 = V_1; if (!L_17) { goto IL_0057; } } { String_t* L_18 = V_1; return L_18; } IL_0057: { RuntimeObject* L_19 = ___2_value; il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); bool L_20; L_20 = Marshal_IsComObject_m088D4D548725859A6721B3109FF9388BFF2F1413(L_19, NULL); if (L_20) { goto IL_0084; } } { RuntimeObject* L_21 = ___2_value; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_21, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var))) { goto IL_0084; } } { RuntimeObject* L_22 = ___2_value; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_22, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var))); RuntimeObject* L_23; L_23 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_22, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var))); RuntimeObject* L_24 = L_23; G_B13_0 = L_24; if (L_24) { G_B14_0 = L_24; goto IL_0079; } } { G_B15_0 = ((String_t*)(NULL)); goto IL_007e; } IL_0079: { NullCheck(G_B14_0); String_t* L_25; L_25 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, G_B14_0); G_B15_0 = L_25; } IL_007e: { V_2 = G_B15_0; String_t* L_26 = V_2; if (!L_26) { goto IL_0084; } } { String_t* L_27 = V_2; return L_27; } IL_0084: { String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_28; } IL_008a: { il2cpp_codegen_runtime_class_init_inline(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); String_t* L_29 = ((ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_StaticFields*)il2cpp_codegen_static_fields_for(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var))->___s_none_2; return L_29; } IL_0090: { RuntimeObject* L_30 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_31 = ___1_culture; RuntimeObject* L_32 = ___2_value; Type_t* L_33 = ___3_destinationType; RuntimeObject* L_34; L_34 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_30, L_31, L_32, L_33, NULL); return L_34; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.ReferenceConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* ReferenceConverter_GetStandardValues_mF82002EC2360086E6591F03F529813E14C8E84C9 (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeDescriptorContext_t514D0B45A781ED18AB6A0DC6673A95B8359443F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* V_1 = NULL; RuntimeObject* V_2 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = NULL; { V_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL; RuntimeObject* L_0 = ___0_context; if (!L_0) { goto IL_00f1; } } { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_1 = (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)il2cpp_codegen_object_new(List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var); NullCheck(L_1); List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690(L_1, List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var); V_1 = L_1; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_2 = V_1; NullCheck(L_2); List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_2, NULL, List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); RuntimeObject* L_3 = ___0_context; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); NullCheck(L_3); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_3, L_5); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_6, IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_2; if (!L_7) { goto IL_006a; } } { RuntimeObject* L_8 = V_2; Type_t* L_9 = __this->____type_3; NullCheck(L_8); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10; L_10 = InterfaceFuncInvoker1< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t* >::Invoke(2 /* System.Object[] System.ComponentModel.Design.IReferenceService::GetReferences(System.Type) */, IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var, L_8, L_9); V_3 = L_10; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = V_3; NullCheck(L_11); V_4 = ((int32_t)(((RuntimeArray*)L_11)->max_length)); V_5 = 0; goto IL_0062; } IL_0045: { RuntimeObject* L_12 = ___0_context; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_3; int32_t L_14 = V_5; NullCheck(L_13); int32_t L_15 = L_14; RuntimeObject* L_16 = (L_13)->GetAt(static_cast(L_15)); bool L_17; L_17 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(10 /* System.Boolean System.ComponentModel.ReferenceConverter::IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object) */, __this, L_12, L_16); if (!L_17) { goto IL_005c; } } { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_18 = V_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = V_3; int32_t L_20 = V_5; NullCheck(L_19); int32_t L_21 = L_20; RuntimeObject* L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_18); List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_18, L_22, List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); } IL_005c: { int32_t L_23 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_23, 1)); } IL_0062: { int32_t L_24 = V_5; int32_t L_25 = V_4; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0045; } } { goto IL_00da; } IL_006a: { RuntimeObject* L_26 = ___0_context; NullCheck(L_26); RuntimeObject* L_27; L_27 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IContainer System.ComponentModel.ITypeDescriptorContext::get_Container() */, ITypeDescriptorContext_t514D0B45A781ED18AB6A0DC6673A95B8359443F4_il2cpp_TypeInfo_var, L_26); V_6 = L_27; RuntimeObject* L_28 = V_6; if (!L_28) { goto IL_00da; } } { RuntimeObject* L_29 = V_6; NullCheck(L_29); ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* L_30; L_30 = InterfaceFuncInvoker0< ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* >::Invoke(0 /* System.ComponentModel.ComponentCollection System.ComponentModel.IContainer::get_Components() */, IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var, L_29); NullCheck(L_30); RuntimeObject* L_31; L_31 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator System.Collections.ReadOnlyCollectionBase::GetEnumerator() */, L_30); V_7 = L_31; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00c5: {// begin finally (depth: 1) { RuntimeObject* L_32 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_33 = V_9; if (!L_33) { goto IL_00d9; } } { RuntimeObject* L_34 = V_9; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_34); } IL_00d9: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_00ba_1; } IL_0086_1: { RuntimeObject* L_35 = V_7; NullCheck(L_35); RuntimeObject* L_36; L_36 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_35); V_8 = ((RuntimeObject*)Castclass((RuntimeObject*)L_36, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)); RuntimeObject* L_37 = V_8; if (!L_37) { goto IL_00ba_1; } } { Type_t* L_38 = __this->____type_3; RuntimeObject* L_39 = V_8; NullCheck(L_38); bool L_40; L_40 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(118 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_38, L_39); if (!L_40) { goto IL_00ba_1; } } { RuntimeObject* L_41 = ___0_context; RuntimeObject* L_42 = V_8; bool L_43; L_43 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(10 /* System.Boolean System.ComponentModel.ReferenceConverter::IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object) */, __this, L_41, L_42); if (!L_43) { goto IL_00ba_1; } } { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_44 = V_1; RuntimeObject* L_45 = V_8; NullCheck(L_44); List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_44, L_45, List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); } IL_00ba_1: { RuntimeObject* L_46 = V_7; NullCheck(L_46); bool L_47; L_47 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_46); if (L_47) { goto IL_0086_1; } } { goto IL_00da; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00da: { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_48 = V_1; NullCheck(L_48); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_49; L_49 = List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F(L_48, List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_RuntimeMethod_var); V_0 = L_49; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_50 = V_0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_51 = V_0; NullCheck(L_51); ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0* L_52 = (ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0*)il2cpp_codegen_object_new(ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0_il2cpp_TypeInfo_var); NullCheck(L_52); ReferenceComparer__ctor_m04738E27A5FAF668D16A3829AFAF8C01995BEB3B(L_52, __this, NULL); Array_Sort_mE8B389D13D4164C9E66801A729CF714EDEB512E6((RuntimeArray*)L_50, 0, ((int32_t)(((RuntimeArray*)L_51)->max_length)), L_52, NULL); } IL_00f1: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_53 = V_0; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_54 = (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*)il2cpp_codegen_object_new(StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); NullCheck(L_54); StandardValuesCollection__ctor_m9049046DA81FD7B6FE279E063A43DC9B1D3B26B0(L_54, (RuntimeObject*)L_53, NULL); return L_54; } } // System.Boolean System.ComponentModel.ReferenceConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReferenceConverter_GetStandardValuesSupported_m5A8AE70F2800F3EC2EFAFEA91AA82A4096142817 (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.ComponentModel.ReferenceConverter::IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReferenceConverter_IsValueAllowed_m8780234CEBB3343D582733099A198CC3172F2D9B (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.ComponentModel.ReferenceConverter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceConverter__cctor_m7A6A35413E4F4527499053D28FDEFB4BB91AC1A5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D254E50F4DE5BE7CA9E72BD2F890B87F910B88B); s_Il2CppMethodInitialized = true; } { ((ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_StaticFields*)il2cpp_codegen_static_fields_for(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var))->___s_none_2 = _stringLiteral9D254E50F4DE5BE7CA9E72BD2F890B87F910B88B; Il2CppCodeGenWriteBarrier((void**)(&((ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_StaticFields*)il2cpp_codegen_static_fields_for(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var))->___s_none_2), (void*)_stringLiteral9D254E50F4DE5BE7CA9E72BD2F890B87F910B88B); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ReferenceConverter/ReferenceComparer::.ctor(System.ComponentModel.ReferenceConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceComparer__ctor_m04738E27A5FAF668D16A3829AFAF8C01995BEB3B (ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0* __this, ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* ___0_converter, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* L_0 = ___0_converter; __this->____converter_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____converter_0), (void*)L_0); return; } } // System.Int32 System.ComponentModel.ReferenceConverter/ReferenceComparer::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReferenceComparer_Compare_m81F0F9265CC0C81B445FB4E8ED0A470E9ECB65DD (ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0* __this, RuntimeObject* ___0_item1, RuntimeObject* ___1_item2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* L_0 = __this->____converter_0; RuntimeObject* L_1 = ___0_item1; NullCheck(L_0); String_t* L_2; L_2 = TypeConverter_ConvertToString_m124B43934E0022CA836E7258ABAF8F9FA8911093(L_0, L_1, NULL); ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* L_3 = __this->____converter_0; RuntimeObject* L_4 = ___1_item2; NullCheck(L_3); String_t* L_5; L_5 = TypeConverter_ConvertToString_m124B43934E0022CA836E7258ABAF8F9FA8911093(L_3, L_4, NULL); V_0 = L_5; String_t* L_6 = V_0; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7; L_7 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); int32_t L_8; L_8 = String_Compare_mBD9ED6B35314B34F51A9985E350D33F6F56F85A9(L_2, L_6, (bool)0, L_7, NULL); return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.RefreshEventArgs::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventArgs__ctor_mA88DB8D3EBE2EDC16126E5DA09495F31F6E43CC9 (RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* __this, Type_t* ___0_typeChanged, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); Type_t* L_0 = ___0_typeChanged; __this->___U3CTypeChangedU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeChangedU3Ek__BackingField_1), (void*)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 void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_Multicast(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_e, reinterpret_cast(currentDelegate->___method_3)); } } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenInst(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { NullCheck(___0_e); typedef void (*FunctionPointerType) (RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_e, method); } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenStatic(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_e, method); } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenStaticInvoker(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { InvokerActionInvoker1< RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_e); } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_ClosedStaticInvoker(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_e); } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenVirtual(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { NullCheck(___0_e); VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), ___0_e); } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenInterface(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { NullCheck(___0_e); InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_e); } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenGenericVirtual(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { NullCheck(___0_e); GenericVirtualActionInvoker0::Invoke(method, ___0_e); } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenGenericInterface(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { NullCheck(___0_e); GenericInterfaceActionInvoker0::Invoke(method, ___0_e); } // System.Void System.ComponentModel.RefreshEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventHandler__ctor_m2A318A5FC4A7829BCC18BE0F9A652DCD1C8C192F (RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 0; if (isOpen) { if (__this->___method_is_virtual_12) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenGenericInterface; else __this->___invoke_impl_1 = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenInterface; else __this->___invoke_impl_1 = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenVirtual; } else { __this->___invoke_impl_1 = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_Multicast; } // System.Void System.ComponentModel.RefreshEventHandler::Invoke(System.ComponentModel.RefreshEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7 (RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_e, reinterpret_cast(__this->___method_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.Type System.ComponentModel.SByteConverter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* SByteConverter_get_TargetType_m872E6791DE87FFA1BC829C6D753B39A96B38D3A3 (SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } // System.Object System.ComponentModel.SByteConverter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SByteConverter_FromString_mC4AA5397CCD129E9ED49AEF93625D99937D5DD19 (SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int8_t L_2; L_2 = Convert_ToSByte_m9839052ABBAA38764C070DAA373568D8B2274193(L_0, L_1, NULL); int8_t L_3 = L_2; RuntimeObject* L_4 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.SByteConverter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SByteConverter_FromString_mEC12BDD3F05207DE44D550CC137AAC3213947DDE (SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; int8_t L_2; L_2 = SByte_Parse_mAC7251E4586FF9DAE8C7766B4C0935E44CF4D52D(L_0, 7, L_1, NULL); int8_t L_3 = L_2; RuntimeObject* L_4 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.SByteConverter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByteConverter_ToString_mC2999A1D251C25D6E926E7C0B72C485EB96A0F64 (SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } int8_t V_0 = 0x0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_0, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = SByte_ToString_m183C4DB410DD03A804F3DA87DB223A249A68E139((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } // System.Void System.ComponentModel.SByteConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SByteConverter__ctor_m88BFD6EBD0848E4BB65CB3B6B298BF72EBAFD522 (SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.SettingsBindableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBindableAttribute__ctor_mC0F9613A258449016DF2A53220343DB20A388A91 (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, bool ___0_bindable, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_bindable; __this->___U3CBindableU3Ek__BackingField_2 = L_0; return; } } // System.Boolean System.ComponentModel.SettingsBindableAttribute::get_Bindable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsBindableAttribute_get_Bindable_m448BA41F157DF20B461625E635BAA0DD861668F3 (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CBindableU3Ek__BackingField_2; return L_0; } } // System.Boolean System.ComponentModel.SettingsBindableAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsBindableAttribute_Equals_mF15B757F5C23A846B04FB2FB277E23572CF6FECB (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; if (!L_1) { goto IL_0025; } } { RuntimeObject* L_2 = ___0_obj; if (!((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B*)IsInstSealed((RuntimeObject*)L_2, SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var))) { goto IL_0025; } } { RuntimeObject* L_3 = ___0_obj; NullCheck(((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B*)CastclassSealed((RuntimeObject*)L_3, SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var))); bool L_4; L_4 = SettingsBindableAttribute_get_Bindable_m448BA41F157DF20B461625E635BAA0DD861668F3_inline(((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B*)CastclassSealed((RuntimeObject*)L_3, SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var)), NULL); bool L_5; L_5 = SettingsBindableAttribute_get_Bindable_m448BA41F157DF20B461625E635BAA0DD861668F3_inline(__this, NULL); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_0025: { return (bool)0; } } // System.Int32 System.ComponentModel.SettingsBindableAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsBindableAttribute_GetHashCode_m890594467DEA957BDEC69BC6EA32A5728DD84D47 (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, const RuntimeMethod* method) { bool V_0 = false; { bool L_0; L_0 = SettingsBindableAttribute_get_Bindable_m448BA41F157DF20B461625E635BAA0DD861668F3_inline(__this, NULL); V_0 = L_0; int32_t L_1; L_1 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); return L_1; } } // System.Void System.ComponentModel.SettingsBindableAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBindableAttribute__cctor_m7535DF492E918C80ED2CB42AD5ABD1ACB1D57C68 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* L_0 = (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B*)il2cpp_codegen_object_new(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var); NullCheck(L_0); SettingsBindableAttribute__ctor_mC0F9613A258449016DF2A53220343DB20A388A91(L_0, (bool)1, NULL); ((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_StaticFields*)il2cpp_codegen_static_fields_for(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var))->___Yes_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_StaticFields*)il2cpp_codegen_static_fields_for(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var))->___Yes_0), (void*)L_0); SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* L_1 = (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B*)il2cpp_codegen_object_new(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var); NullCheck(L_1); SettingsBindableAttribute__ctor_mC0F9613A258449016DF2A53220343DB20A388A91(L_1, (bool)0, NULL); ((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_StaticFields*)il2cpp_codegen_static_fields_for(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var))->___No_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_StaticFields*)il2cpp_codegen_static_fields_for(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var))->___No_1), (void*)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.Boolean System.ComponentModel.SingleConverter::get_AllowHex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SingleConverter_get_AllowHex_m49756E0A9F6A76035FC8ED207F161A4C28C7B0DF (SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1* __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Type System.ComponentModel.SingleConverter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* SingleConverter_get_TargetType_mC060F5026570A7907B8B1D9EA0402752331C6BD0 (SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } // System.Object System.ComponentModel.SingleConverter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SingleConverter_FromString_mAB3584379A90F18A33A61D1913F74D590A17DB30 (SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); float L_2; L_2 = Convert_ToSingle_m8416CDFFC7641BD79BE63F39D5FAEE28986FC636(L_0, L_1, NULL); float L_3 = L_2; RuntimeObject* L_4 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.SingleConverter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SingleConverter_FromString_m27810AC814274F6507B5D2B3E3D6886B153661DC (SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; float L_2; L_2 = Single_Parse_m0E74607D17E172B4F1306E62BD12CE2905FA5638(L_0, ((int32_t)167), L_1, NULL); float L_3 = L_2; RuntimeObject* L_4 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.SingleConverter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SingleConverter_ToString_m02237BA935CD713251AB84BA7B0E77283E65427E (SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(float*)((float*)(float*)UnBox(L_0, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE((&V_0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_1, NULL); return L_2; } } // System.Void System.ComponentModel.SingleConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleConverter__ctor_m463B63EB8D945D2D43E5B8099D8F0EC24AEBDA7A (SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, 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.Boolean System.ComponentModel.StringConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringConverter_CanConvertFrom_mCE12DA7BD7ABA631AA3C00EF415C6C650636D00D (StringConverter_t1AE794D42AE414C00F2443B76F3EA694C310FF1E* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_001b; } } { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } IL_001b: { return (bool)1; } } // System.Object System.ComponentModel.StringConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringConverter_ConvertFrom_mDC2BBDD289C8D8259AF915CB23765888BBFAB9AC (StringConverter_t1AE794D42AE414C00F2443B76F3EA694C310FF1E* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___2_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_000f; } } { RuntimeObject* L_1 = ___2_value; return ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); } IL_000f: { RuntimeObject* L_2 = ___2_value; if (L_2) { goto IL_0018; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_3; } IL_0018: { RuntimeObject* L_4 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5 = ___1_culture; RuntimeObject* L_6 = ___2_value; RuntimeObject* L_7; L_7 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_4, L_5, L_6, NULL); return L_7; } } // System.Void System.ComponentModel.StringConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringConverter__ctor_m074D8686ED6ABC0E64C20D1EFD4406F215E7187A (StringConverter_t1AE794D42AE414C00F2443B76F3EA694C310FF1E* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, 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.Boolean System.ComponentModel.TimeSpanConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanConverter_CanConvertFrom_mD6725B6738FA9EC354BD235B49DBEF0A522F1110 (TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_001b; } } { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } IL_001b: { return (bool)1; } } // System.Boolean System.ComponentModel.TimeSpanConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanConverter_CanConvertTo_mA1CF08D25D65F197EAA28F3FD3C4218A27FECCA0 (TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_destinationType; bool L_6; L_6 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_4, L_5, NULL); return L_6; } } // System.Object System.ComponentModel.TimeSpanConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TimeSpanConverter_ConvertFrom_mF00171D4039FEA734A0FC5ACDB81BB0395A3AFF2 (TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___2_value; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (!L_1) { goto IL_003d; } } { String_t* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_2, NULL); V_0 = L_3; } try {// begin try (depth: 1) String_t* L_4 = V_0; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_6; L_6 = TimeSpan_Parse_m04E95505BF0B208AAC0EC9C433CDFC6B6F4C3FE5(L_4, L_5, NULL); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_7 = L_6; RuntimeObject* L_8 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_7); V_1 = L_8; goto IL_0047; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0020; } throw e; } CATCH_0020: {// begin catch(System.FormatException) V_2 = ((FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)); RuntimeObject* L_9 = ___2_value; String_t* L_10; L_10 = SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), ((String_t*)CastclassSealed((RuntimeObject*)L_9, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var)))), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral356F18017512A760F46C8C6E41C462F76716509F)), NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_11 = V_2; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_12 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_12); FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(L_12, L_10, L_11, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanConverter_ConvertFrom_mF00171D4039FEA734A0FC5ACDB81BB0395A3AFF2_RuntimeMethod_var))); }// end catch (depth: 1) IL_003d: { RuntimeObject* L_13 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_14 = ___1_culture; RuntimeObject* L_15 = ___2_value; RuntimeObject* L_16; L_16 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_13, L_14, L_15, NULL); return L_16; } IL_0047: { RuntimeObject* L_17 = V_1; return L_17; } } // System.Object System.ComponentModel.TimeSpanConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TimeSpanConverter_ConvertTo_m30C65F425D5F7D46475EC262213EB57255929A6F (TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02A52ED7204CC9A8929B6D885EE489135C987B9); s_Il2CppMethodInitialized = true; } MethodInfo_t* V_0 = NULL; { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanConverter_ConvertTo_m30C65F425D5F7D46475EC262213EB57255929A6F_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_0077; } } { RuntimeObject* L_7 = ___2_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_7, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))) { goto IL_0077; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_9; L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_10 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_11 = L_10; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t* L_13; L_13 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_12, NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (Type_t*)L_13); NullCheck(L_9); MethodInfo_t* L_14; L_14 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_9, _stringLiteralA02A52ED7204CC9A8929B6D885EE489135C987B9, L_11, NULL); V_0 = L_14; MethodInfo_t* L_15 = V_0; bool L_16; L_16 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_15, (MethodInfo_t*)NULL, NULL); if (!L_16) { goto IL_0077; } } { MethodInfo_t* L_17 = V_0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_18; RuntimeObject* L_20 = ___2_value; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(0), (RuntimeObject*)L_21); InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_22 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); NullCheck(L_22); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_22, L_17, (RuntimeObject*)L_19, NULL); return L_22; } IL_0077: { RuntimeObject* L_23 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_24 = ___1_culture; RuntimeObject* L_25 = ___2_value; Type_t* L_26 = ___3_destinationType; RuntimeObject* L_27; L_27 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_23, L_24, L_25, L_26, NULL); return L_27; } } // System.Void System.ComponentModel.TimeSpanConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanConverter__ctor_m7319DCEEDA2578B340AD4FEEE010AE5CEFAC9BD5 (TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.TypeConverterAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_mEEE3CA7C17555BA93BB76201BA2BCF879E617DA9 (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; __this->___U3CConverterTypeNameU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConverterTypeNameU3Ek__BackingField_1), (void*)L_0); return; } } // System.Void System.ComponentModel.TypeConverterAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_m0E1A55E1BD368F0AABCAF766BBCE1D275777A52A (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); Type_t* L_0 = ___0_type; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_AssemblyQualifiedName() */, L_0); __this->___U3CConverterTypeNameU3Ek__BackingField_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConverterTypeNameU3Ek__BackingField_1), (void*)L_1); return; } } // System.Void System.ComponentModel.TypeConverterAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_mF1AB0946F2E1E398141ACF79468EA4DB1FE27139 (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, String_t* ___0_typeName, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_typeName; __this->___U3CConverterTypeNameU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConverterTypeNameU3Ek__BackingField_1), (void*)L_0); return; } } // System.String System.ComponentModel.TypeConverterAttribute::get_ConverterTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45 (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CConverterTypeNameU3Ek__BackingField_1; return L_0; } } // System.Boolean System.ComponentModel.TypeConverterAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverterAttribute_Equals_mA3BF2C8CFA0AE8B5D0F52E066B1141AA53B4E015 (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; V_0 = ((TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3*)IsInstSealed((RuntimeObject*)L_0, TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var)); TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_1 = V_0; if (!L_1) { goto IL_001c; } } { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(L_2, NULL); String_t* L_4; L_4 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(__this, NULL); bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, L_4, NULL); return L_5; } IL_001c: { return (bool)0; } } // System.Int32 System.ComponentModel.TypeConverterAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeConverterAttribute_GetHashCode_m23ACA2A297447E17150BF490188919676FBD8A01 (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(__this, NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Void System.ComponentModel.TypeConverterAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__cctor_m7A206154E18C66B9CEA6934D8AFB1AE9DA4EA666 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_0 = (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3*)il2cpp_codegen_object_new(TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var); NullCheck(L_0); TypeConverterAttribute__ctor_mEEE3CA7C17555BA93BB76201BA2BCF879E617DA9(L_0, NULL); ((TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_StaticFields*)il2cpp_codegen_static_fields_for(TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var))->___Default_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_StaticFields*)il2cpp_codegen_static_fields_for(TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var))->___Default_0), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.TypeDescriptionProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProvider__ctor_m575B3B96D9C9A3B7C0D34A14D9E5FAA63EEE004C (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Object System.ComponentModel.TypeDescriptionProvider::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_CreateInstance_m8BAB68D86147339881BA5B91D84B8B97851E15FE (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_provider, Type_t* ___1_objectType, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___2_argTypes, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent_0; if (!L_0) { goto IL_0019; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = __this->____parent_0; RuntimeObject* L_2 = ___0_provider; Type_t* L_3 = ___1_objectType; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_4 = ___2_argTypes; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = ___3_args; NullCheck(L_1); RuntimeObject* L_6; L_6 = VirtualFuncInvoker4< RuntimeObject*, RuntimeObject*, Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(4 /* System.Object System.ComponentModel.TypeDescriptionProvider::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) */, L_1, L_2, L_3, L_4, L_5); return L_6; } IL_0019: { Type_t* L_7 = ___1_objectType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_8; L_8 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, (Type_t*)NULL, NULL); if (!L_8) { goto IL_002d; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_9 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_9); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_CreateInstance_m8BAB68D86147339881BA5B91D84B8B97851E15FE_RuntimeMethod_var))); } IL_002d: { Type_t* L_10 = ___1_objectType; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = ___3_args; RuntimeObject* L_12; L_12 = Activator_CreateInstance_mDBC65647828F8A3D3E63807B5AEA4A4ECDE397E6(L_10, L_11, NULL); return L_12; } } // System.Collections.IDictionary System.ComponentModel.TypeDescriptionProvider::GetCache(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetCache_mCA1674BD37E630D1E11A5DA72FC5145CB9AC86D6 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* G_B2_0 = NULL; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* G_B1_0 = NULL; { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent_0; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000c; } } { return (RuntimeObject*)NULL; } IL_000c: { RuntimeObject* L_2 = ___0_instance; NullCheck(G_B2_0); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(5 /* System.Collections.IDictionary System.ComponentModel.TypeDescriptionProvider::GetCache(System.Object) */, G_B2_0, L_2); return L_3; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetExtendedTypeDescriptor_m1F9F48DA6AEEDFB76902503053B90C935ADE3DAF (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* V_0 = NULL; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* G_B4_0 = NULL; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* G_B3_0 = NULL; { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent_0; if (!L_0) { goto IL_0015; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = __this->____parent_0; RuntimeObject* L_2 = ___0_instance; NullCheck(L_1); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) */, L_1, L_2); return L_3; } IL_0015: { EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_4 = __this->____emptyDescriptor_1; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_5 = L_4; G_B3_0 = L_5; if (L_5) { G_B4_0 = L_5; goto IL_002d; } } { EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_6 = (EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1*)il2cpp_codegen_object_new(EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1_il2cpp_TypeInfo_var); NullCheck(L_6); EmptyCustomTypeDescriptor__ctor_m6AF4F3BAA9BA0E6137B0D2237E0F9A222CD47B89(L_6, NULL); EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_7 = L_6; V_0 = L_7; __this->____emptyDescriptor_1 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->____emptyDescriptor_1), (void*)L_7); EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_8 = V_0; G_B4_0 = L_8; } IL_002d: { return G_B4_0; } } // System.ComponentModel.IExtenderProvider[] System.ComponentModel.TypeDescriptionProvider::GetExtenderProviders(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* TypeDescriptionProvider_GetExtenderProviders_mA780E3A44D11E0B9647DCC60D3FFA0A9D7DC4E9E (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisIExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_m74B8927A97695BEC4548B876AB870F865634C690_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent_0; if (!L_0) { goto IL_0015; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = __this->____parent_0; RuntimeObject* L_2 = ___0_instance; NullCheck(L_1); IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_3; L_3 = VirtualFuncInvoker1< IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2*, RuntimeObject* >::Invoke(7 /* System.ComponentModel.IExtenderProvider[] System.ComponentModel.TypeDescriptionProvider::GetExtenderProviders(System.Object) */, L_1, L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = ___0_instance; if (L_4) { goto IL_0023; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_GetExtenderProviders_mA780E3A44D11E0B9647DCC60D3FFA0A9D7DC4E9E_RuntimeMethod_var))); } IL_0023: { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_6; L_6 = Array_Empty_TisIExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_m74B8927A97695BEC4548B876AB870F865634C690_inline(Array_Empty_TisIExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_m74B8927A97695BEC4548B876AB870F865634C690_RuntimeMethod_var); return L_6; } } // System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptionProvider_GetReflectionType_m595CDB1DADC484AB12377301C2D93AD8DE2A61C8 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, Type_t* ___0_objectType, const RuntimeMethod* method) { { Type_t* L_0 = ___0_objectType; Type_t* L_1; L_1 = VirtualFuncInvoker2< Type_t*, Type_t*, RuntimeObject* >::Invoke(8 /* System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Type,System.Object) */, __this, L_0, NULL); return L_1; } } // System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptionProvider_GetReflectionType_m370874914F8C84A0B85985491FDBAAC993C3851C (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, Type_t* ___0_objectType, RuntimeObject* ___1_instance, const RuntimeMethod* method) { { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent_0; if (!L_0) { goto IL_0016; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = __this->____parent_0; Type_t* L_2 = ___0_objectType; RuntimeObject* L_3 = ___1_instance; NullCheck(L_1); Type_t* L_4; L_4 = VirtualFuncInvoker2< Type_t*, Type_t*, RuntimeObject* >::Invoke(8 /* System.Type System.ComponentModel.TypeDescriptionProvider::GetReflectionType(System.Type,System.Object) */, L_1, L_2, L_3); return L_4; } IL_0016: { Type_t* L_5 = ___0_objectType; return L_5; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_mFE828ABD6B88857D8D0F88B6E64036526EB72D5C (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, Type_t* ___0_objectType, const RuntimeMethod* method) { { Type_t* L_0 = ___0_objectType; RuntimeObject* L_1; L_1 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(9 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, __this, L_0, NULL); return L_1; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_m98120E5BD98B7418563145C0AFAC8D3F5806E124 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_instance; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_GetTypeDescriptor_m98120E5BD98B7418563145C0AFAC8D3F5806E124_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___0_instance; NullCheck(L_2); Type_t* L_3; L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL); RuntimeObject* L_4 = ___0_instance; RuntimeObject* L_5; L_5 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(9 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, __this, L_3, L_4); return L_5; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_m399A40592DC141E36131643D323CC9481EA5AD8E (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, Type_t* ___0_objectType, RuntimeObject* ___1_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* V_0 = NULL; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* G_B4_0 = NULL; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* G_B3_0 = NULL; { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent_0; if (!L_0) { goto IL_0016; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = __this->____parent_0; Type_t* L_2 = ___0_objectType; RuntimeObject* L_3 = ___1_instance; NullCheck(L_1); RuntimeObject* L_4; L_4 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(9 /* System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) */, L_1, L_2, L_3); return L_4; } IL_0016: { EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_5 = __this->____emptyDescriptor_1; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_6 = L_5; G_B3_0 = L_6; if (L_6) { G_B4_0 = L_6; goto IL_002e; } } { EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_7 = (EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1*)il2cpp_codegen_object_new(EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1_il2cpp_TypeInfo_var); NullCheck(L_7); EmptyCustomTypeDescriptor__ctor_m6AF4F3BAA9BA0E6137B0D2237E0F9A222CD47B89(L_7, NULL); EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_8 = L_7; V_0 = L_8; __this->____emptyDescriptor_1 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->____emptyDescriptor_1), (void*)L_8); EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_9 = V_0; G_B4_0 = L_9; } IL_002e: { return G_B4_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyCustomTypeDescriptor__ctor_m6AF4F3BAA9BA0E6137B0D2237E0F9A222CD47B89 (EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* __this, const RuntimeMethod* method) { { CustomTypeDescriptor__ctor_m188C6E2B7CA6781250922E66FAAF8CD660D3B7A8(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.TypeDescriptionProviderAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProviderAttribute__ctor_m4826164C182E4A25C37E134BC55F5FFD933C90DD (TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E* __this, String_t* ___0_typeName, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_typeName; if (L_0) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA3B1A234DAEC9756BFB527FA949CDAD5E7BF48EA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProviderAttribute__ctor_m4826164C182E4A25C37E134BC55F5FFD933C90DD_RuntimeMethod_var))); } IL_0014: { String_t* L_2 = ___0_typeName; __this->___U3CTypeNameU3Ek__BackingField_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeNameU3Ek__BackingField_0), (void*)L_2); return; } } // System.String System.ComponentModel.TypeDescriptionProviderAttribute::get_TypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptionProviderAttribute_get_TypeName_m7E06882E9348A8D4987BB62EA1493B2BD23147E6 (TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CTypeNameU3Ek__BackingField_0; return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type System.ComponentModel.UInt16Converter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* UInt16Converter_get_TargetType_m196BDCAABD5DD77F3F2C85740AEE8EFF58604195 (UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } // System.Object System.ComponentModel.UInt16Converter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UInt16Converter_FromString_m338B258C44AA834EDDCA6DBE80EA9D2BA7FC326D (UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); uint16_t L_2; L_2 = Convert_ToUInt16_m18145D9E77EB02AEEB2FE216F8BBFB39137B321E(L_0, L_1, NULL); uint16_t L_3 = L_2; RuntimeObject* L_4 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.UInt16Converter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UInt16Converter_FromString_m7612D173E0B2FEC9C37AB4975645F780B655F0F8 (UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; uint16_t L_2; L_2 = UInt16_Parse_mB0C8DBDC44E6624A4EE2F50B28DA2E3BC842F075(L_0, 7, L_1, NULL); uint16_t L_3 = L_2; RuntimeObject* L_4 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.UInt16Converter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16Converter_ToString_m2375B3B8E3CBFAD4DC88F36C263E6BD7A92CA30F (UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_0, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = UInt16_ToString_mBD648884B6569D3E7D779669EEFCB1ED5EE4A521((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } // System.Void System.ComponentModel.UInt16Converter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UInt16Converter__ctor_mAB5262501D7D95024A82F1219B1DF998CEF38BB4 (UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, 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.Type System.ComponentModel.UInt32Converter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* UInt32Converter_get_TargetType_m3AF0C3EC58B09D60B59FD7EC65C353B6737F6428 (UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } // System.Object System.ComponentModel.UInt32Converter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UInt32Converter_FromString_m36770B21D5262223400C0CA20ACA145BCECC84D6 (UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = Convert_ToUInt32_m598A3620A5DD54352E97FB44F8B4D33130ACEEBE(L_0, L_1, NULL); uint32_t L_3 = L_2; RuntimeObject* L_4 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.UInt32Converter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UInt32Converter_FromString_m6C56842A0BF1F48F591D99F8F7D0E43BB17D33C5 (UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; uint32_t L_2; L_2 = UInt32_Parse_mDA54DE4F6E05DE5E452FAB70248AC62C6F97EE96(L_0, 7, L_1, NULL); uint32_t L_3 = L_2; RuntimeObject* L_4 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.UInt32Converter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32Converter_ToString_mA63E2D3743B6AC3102193389A659058343F2D0B1 (UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_0, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = UInt32_ToString_m464396B0FE2115F3CEA38AEECDDB0FACC3AADADE((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } // System.Void System.ComponentModel.UInt32Converter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UInt32Converter__ctor_mBF3D03658B509CB35F6F7EC716A0714458B695B5 (UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, 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.Type System.ComponentModel.UInt64Converter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* UInt64Converter_get_TargetType_m5056A71EAC6515E5E7A3EE29D8A8312A1CA70591 (UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } // System.Object System.ComponentModel.UInt64Converter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UInt64Converter_FromString_m7DE07D884429FCB9E5B175713BC600B263C0FAFC (UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = Convert_ToUInt64_mEEA8FE8FDBF0EC357E14C4A87107A07F15113CD8(L_0, L_1, NULL); uint64_t L_3 = L_2; RuntimeObject* L_4 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.UInt64Converter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UInt64Converter_FromString_m7695536CBA19FBF9D917D2414DAC4D840B9DF5BC (UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; uint64_t L_2; L_2 = UInt64_Parse_mCA16202D9040B305FE0C7AE61B7E869A2817A75A(L_0, 7, L_1, NULL); uint64_t L_3 = L_2; RuntimeObject* L_4 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.UInt64Converter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64Converter_ToString_m4F8F4054A4F8E12CF28BE2836B39131A050F9EC7 (UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_0, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = UInt64_ToString_m779041C8FDD58BF8617838B00CD041788DB2F1A3((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.PropertyChangedEventArgs::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventArgs__ctor_mE3C901440BE057E5F17062BA316019C0B53A39B5 (PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* __this, String_t* ___0_propertyName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); String_t* L_0 = ___0_propertyName; __this->____propertyName_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____propertyName_1), (void*)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 void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_Multicast(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_sender, ___1_e, reinterpret_cast(currentDelegate->___method_3)); } } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenInst(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); typedef void (*FunctionPointerType) (RuntimeObject*, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_e, method); } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenStatic(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_sender, ___1_e, method); } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenStaticInvoker(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_sender, ___1_e); } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_ClosedStaticInvoker(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { InvokerActionInvoker3< RuntimeObject*, RuntimeObject*, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_sender, ___1_e); } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenVirtual(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); VirtualActionInvoker1< PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_e); } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenInterface(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); InterfaceActionInvoker1< PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_e); } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenGenericVirtual(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericVirtualActionInvoker1< PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* >::Invoke(method, ___0_sender, ___1_e); } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenGenericInterface(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericInterfaceActionInvoker1< PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* >::Invoke(method, ___0_sender, ___1_e); } // System.Void System.ComponentModel.PropertyChangedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventHandler__ctor_m4015A035EDCA8077D1EA9A8EAB5FE1CCD06A5B82 (PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 1; if (isOpen) { if (__this->___method_is_virtual_12) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenGenericInterface; else __this->___invoke_impl_1 = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenInterface; else __this->___invoke_impl_1 = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenVirtual; } else { __this->___invoke_impl_1 = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_Multicast; } // System.Void System.ComponentModel.PropertyChangedEventHandler::Invoke(System.Object,System.ComponentModel.PropertyChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298 (PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_e, reinterpret_cast(__this->___method_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.Object System.ComponentModel.CollectionConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionConverter_ConvertTo_m79E20F624C9391C76B8081E74BF16EB4C04535E7 (CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7131F911FD45436156733287EA93A3628FF2E11C); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionConverter_ConvertTo_m79E20F624C9391C76B8081E74BF16EB4C04535E7_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_003b; } } { RuntimeObject* L_7 = ___2_value; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_7, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var))) { goto IL_003b; } } { String_t* L_8; L_8 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(_stringLiteral7131F911FD45436156733287EA93A3628FF2E11C, NULL); return L_8; } IL_003b: { RuntimeObject* L_9 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10 = ___1_culture; RuntimeObject* L_11 = ___2_value; Type_t* L_12 = ___3_destinationType; RuntimeObject* L_13; L_13 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_9, L_10, L_11, L_12, NULL); return L_13; } } // System.Void System.ComponentModel.CollectionConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionConverter__ctor_m20ED0C661750EBE427D356F24AED92A407988147 (CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.Component::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Finalize_m124F6FA2207E76C9DF18740E653C49D483A6E5C6 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0009: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(10 /* System.Void System.ComponentModel.Component::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0010; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0010: { return; } } // System.Boolean System.ComponentModel.Component::get_CanRaiseEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_CanRaiseEvents_m23993A519269D33F515ADADAB081C6ADF1551AF4 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.ComponentModel.Component::get_CanRaiseEventsInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_CanRaiseEventsInternal_mAF68FD325FA909AEA171953DF83CB1051A9EA3CC (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.ComponentModel.Component::get_CanRaiseEvents() */, __this); return L_0; } } // System.ComponentModel.ISite System.ComponentModel.Component::get_Site() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_get_Site_mAB0D574C04230287AFDEB9E691F885A49E18A80C (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___site_2; return L_0; } } // System.Void System.ComponentModel.Component::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Dispose_m7D0C063EA18E1FFA59CB369232131150372DC7B2 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(10 /* System.Void System.ComponentModel.Component::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } // System.Void System.ComponentModel.Component::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Dispose_mD106692D0A494758CFFA2C9ACC0D7F94DD389192 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* V_0 = NULL; bool V_1 = false; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* V_2 = NULL; { bool L_0 = ___0_disposing; if (!L_0) { goto IL_006e; } } { V_0 = __this; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0064: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_006d; } } { Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_006d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); RuntimeObject* L_4 = __this->___site_2; if (!L_4) { goto IL_0035_1; } } { RuntimeObject* L_5 = __this->___site_2; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_5); if (!L_6) { goto IL_0035_1; } } { RuntimeObject* L_7 = __this->___site_2; NullCheck(L_7); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_7); NullCheck(L_8); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.ComponentModel.IContainer::Remove(System.ComponentModel.IComponent) */, IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var, L_8, __this); } IL_0035_1: { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_9 = __this->___events_3; if (!L_9) { goto IL_0062_1; } } { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_10 = __this->___events_3; il2cpp_codegen_runtime_class_init_inline(Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var); RuntimeObject* L_11 = ((Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_StaticFields*)il2cpp_codegen_static_fields_for(Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var))->___EventDisposed_1; NullCheck(L_10); Delegate_t* L_12; L_12 = EventHandlerList_get_Item_m9AD24EA65E3832B81146EC24604BABE4FC3CFCC7(L_10, L_11, NULL); V_2 = ((EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)CastclassSealed((RuntimeObject*)L_12, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var)); EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_13 = V_2; if (!L_13) { goto IL_0062_1; } } { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_14 = V_2; il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* L_15 = ((EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var))->___Empty_0; NullCheck(L_14); EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_inline(L_14, __this, L_15, NULL); } IL_0062_1: { goto IL_006e; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_006e: { return; } } // System.Object System.ComponentModel.Component::GetService(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetService_mBAA7A515C81E800F2EEF6B796A5C4AA7C08B0A57 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, Type_t* ___0_service, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->___site_2; V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0012; } } { RuntimeObject* L_2 = V_0; Type_t* L_3 = ___0_service; NullCheck(L_2); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_2, L_3); return L_4; } IL_0012: { return NULL; } } // System.Boolean System.ComponentModel.Component::get_DesignMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_DesignMode_m1F9F6A7CF2856B86B6571430C7F403A6393B90F0 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->___site_2; V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0011; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.ComponentModel.ISite::get_DesignMode() */, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_2); return L_3; } IL_0011: { return (bool)0; } } // System.String System.ComponentModel.Component::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Component_ToString_m6B31E5C41739F547FD9F10B6439E8C3F1E15EBC3 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->___site_2; V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_002b; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_2); Type_t* L_4; L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_4); String_t* L_6; L_6 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_3, _stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5, L_5, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, NULL); return L_6; } IL_002b: { Type_t* L_7; L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_7); return L_8; } } // System.Void System.ComponentModel.Component::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component__ctor_mDA70A27899B8D66203C57A3E8678A11E033B4DF6 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { { MarshalByRefObject__ctor_mCBAD191F9BB35587528256781970FDFEFCDBE538(__this, NULL); return; } } // System.Void System.ComponentModel.Component::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component__cctor_mFA01BE8B3C6836B029B2E607352AF2E0D3D10057 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_StaticFields*)il2cpp_codegen_static_fields_for(Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var))->___EventDisposed_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_StaticFields*)il2cpp_codegen_static_fields_for(Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var))->___EventDisposed_1), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ComponentConverter::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentConverter__ctor_m55556BF96FD3D27C7D9F5B413514A01DF0A3911C (ComponentConverter_tFE75D55373FA41F9E4EC733FEDC24C8166A3D7CE* __this, Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; il2cpp_codegen_runtime_class_init_inline(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); ReferenceConverter__ctor_mECD358A5C07B37EFD8659FDEF4C067A16E51171E(__this, L_0, 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.Boolean System.ComponentModel.DateTimeOffsetConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffsetConverter_CanConvertFrom_m752B632B1BE46DE15FFB81F3BA80074BC9C19926 (DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } } // System.Boolean System.ComponentModel.DateTimeOffsetConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffsetConverter_CanConvertTo_m75D8F554948138E9D1EE74B2DEB2BB495569D2E7 (DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_destinationType; bool L_6; L_6 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_4, L_5, NULL); return L_6; } } // System.Object System.ComponentModel.DateTimeOffsetConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DateTimeOffsetConverter_ConvertFrom_m09E9F2F495D4659A661E1178D7AD966E08DFD496 (DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* V_1 = NULL; RuntimeObject* V_2 = NULL; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___2_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0090; } } { RuntimeObject* L_1 = ___2_value; NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), NULL); V_0 = L_2; String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL); if (L_4) { goto IL_002a; } } { il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_5 = ((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))->___MinValue_0; DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_6 = L_5; RuntimeObject* L_7 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_6); return L_7; } IL_002a: { } try {// begin try (depth: 1) { V_1 = (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)NULL; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8 = ___1_culture; if (!L_8) { goto IL_0046_1; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9 = ___1_culture; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_11; L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL); NullCheck(L_9); RuntimeObject* L_12; L_12 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_9, L_11); V_1 = ((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)CastclassSealed((RuntimeObject*)L_12, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var)); } IL_0046_1: { DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_13 = V_1; if (!L_13) { goto IL_0058_1; } } { String_t* L_14 = V_0; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_15 = V_1; il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_16; L_16 = DateTimeOffset_Parse_m8424EADCF014945BF1C47215B851C735B26BC341(L_14, L_15, NULL); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_17 = L_16; RuntimeObject* L_18 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_17); V_2 = L_18; goto IL_009a; } IL_0058_1: { String_t* L_19 = V_0; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_21; L_21 = DateTimeOffset_Parse_m8424EADCF014945BF1C47215B851C735B26BC341(L_19, L_20, NULL); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_22 = L_21; RuntimeObject* L_23 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_22); V_2 = L_23; goto IL_009a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0067; } throw e; } CATCH_0067: {// begin catch(System.FormatException) V_3 = ((FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_24 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = L_24; RuntimeObject* L_26 = ___2_value; NullCheck(L_25); ArrayElementTypeCheck (L_25, ((String_t*)CastclassSealed((RuntimeObject*)L_26, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); (L_25)->SetAt(static_cast(0), (RuntimeObject*)((String_t*)CastclassSealed((RuntimeObject*)L_26, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_27 = L_25; NullCheck(L_27); ArrayElementTypeCheck (L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral11FD2EF9BA651049A2864C7E2D89C93F249C0898))); (L_27)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral11FD2EF9BA651049A2864C7E2D89C93F249C0898))); String_t* L_28; L_28 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), L_27, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_29 = V_3; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_30 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_30); FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(L_30, L_28, L_29, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffsetConverter_ConvertFrom_m09E9F2F495D4659A661E1178D7AD966E08DFD496_RuntimeMethod_var))); }// end catch (depth: 1) IL_0090: { RuntimeObject* L_31 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_32 = ___1_culture; RuntimeObject* L_33 = ___2_value; RuntimeObject* L_34; L_34 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_31, L_32, L_33, NULL); return L_34; } IL_009a: { RuntimeObject* L_35 = V_2; return L_35; } } // System.Object System.ComponentModel.DateTimeOffsetConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DateTimeOffsetConverter_ConvertTo_mF7EC512FDD50688023991888858A9ED3426DC0D7 (DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral245C581F22FACB13167A7469B960289230699AE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral684A14C4CF87A4E1369E91731863BD2B50CBEC35); s_Il2CppMethodInitialized = true; } DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 V_0; memset((&V_0), 0, sizeof(V_0)); DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* V_1 = NULL; String_t* V_2 = NULL; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_3; memset((&V_3), 0, sizeof(V_3)); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 V_4; memset((&V_4), 0, sizeof(V_4)); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_5 = NULL; ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_6 = NULL; { Type_t* L_0 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_00ed; } } { RuntimeObject* L_4 = ___2_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_4, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))) { goto IL_00ed; } } { RuntimeObject* L_5 = ___2_value; V_0 = ((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_5, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var)))); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_6 = V_0; il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_7 = ((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))->___MinValue_0; bool L_8; L_8 = DateTimeOffset_op_Equality_m1823BFC1B9CBFFB9867D1B2C00CA2DAF0B8D03BA(L_6, L_7, NULL); if (!L_8) { goto IL_003b; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_9; } IL_003b: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10 = ___1_culture; if (L_10) { goto IL_0045; } } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11; L_11 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); ___1_culture = L_11; } IL_0045: { V_1 = (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)NULL; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12 = ___1_culture; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_14; L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL); NullCheck(L_12); RuntimeObject* L_15; L_15 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_12, L_14); V_1 = ((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)CastclassSealed((RuntimeObject*)L_15, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var)); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_17; L_17 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); if ((!(((RuntimeObject*)(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)L_16) == ((RuntimeObject*)(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)L_17)))) { goto IL_0096; } } { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_18; L_18 = DateTimeOffset_get_TimeOfDay_m69147AD62D671A2C719A2A3C17B3AEC6592AFCAC((&V_0), NULL); V_3 = L_18; double L_19; L_19 = TimeSpan_get_TotalSeconds_mED686E7CECE6A76A7DC38518698B9199DB8CDEA8((&V_3), NULL); if ((!(((double)L_19) == ((double)(0.0))))) { goto IL_008d; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20 = ___1_culture; String_t* L_21; L_21 = DateTimeOffset_ToString_m4B5BB65E069D2146E808A1CE5F424ACA2F4D2281((&V_0), _stringLiteral684A14C4CF87A4E1369E91731863BD2B50CBEC35, L_20, NULL); return L_21; } IL_008d: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_22 = ___1_culture; String_t* L_23; L_23 = DateTimeOffset_ToString_mB9E1813AAC8B185A5B374B150F5080AF1CB119C6((&V_0), L_22, NULL); return L_23; } IL_0096: { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_24; L_24 = DateTimeOffset_get_TimeOfDay_m69147AD62D671A2C719A2A3C17B3AEC6592AFCAC((&V_0), NULL); V_3 = L_24; double L_25; L_25 = TimeSpan_get_TotalSeconds_mED686E7CECE6A76A7DC38518698B9199DB8CDEA8((&V_3), NULL); if ((!(((double)L_25) == ((double)(0.0))))) { goto IL_00c3; } } { DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_26 = V_1; NullCheck(L_26); String_t* L_27; L_27 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_26, NULL); String_t* L_28; L_28 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_27, _stringLiteral245C581F22FACB13167A7469B960289230699AE1, NULL); V_2 = L_28; goto IL_00df; } IL_00c3: { DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_29 = V_1; NullCheck(L_29); String_t* L_30; L_30 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_29, NULL); DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_31 = V_1; NullCheck(L_31); String_t* L_32; L_32 = DateTimeFormatInfo_get_ShortTimePattern_m1ECB24D998656104918CCFD092207FA9FA4300A6(L_31, NULL); String_t* L_33; L_33 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_30, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_32, _stringLiteral245C581F22FACB13167A7469B960289230699AE1, NULL); V_2 = L_33; } IL_00df: { String_t* L_34 = V_2; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_35; L_35 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); String_t* L_36; L_36 = DateTimeOffset_ToString_m4B5BB65E069D2146E808A1CE5F424ACA2F4D2281((&V_0), L_34, L_35, NULL); return L_36; } IL_00ed: { Type_t* L_37 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_38 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_39; L_39 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_38, NULL); bool L_40; L_40 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_37, L_39, NULL); if (!L_40) { goto IL_027c; } } { RuntimeObject* L_41 = ___2_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_41, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))) { goto IL_027c; } } { RuntimeObject* L_42 = ___2_value; V_4 = ((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_42, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var)))); int64_t L_43; L_43 = DateTimeOffset_get_Ticks_m7CE3081B8071C2D3F0AC768766AD3933E50637A8((&V_4), NULL); if (L_43) { goto IL_016a; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_44 = { reinterpret_cast (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_45; L_45 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_44, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_46 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_47 = L_46; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_48 = { reinterpret_cast (Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var) }; Type_t* L_49; L_49 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_48, NULL); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_49); (L_47)->SetAt(static_cast(0), (Type_t*)L_49); NullCheck(L_45); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_50; L_50 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_45, L_47, NULL); V_6 = L_50; ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_51 = V_6; il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); bool L_52; L_52 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_51, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL); if (!L_52) { goto IL_016a; } } { ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_53 = V_6; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_54 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_55 = L_54; int64_t L_56; L_56 = DateTimeOffset_get_Ticks_m7CE3081B8071C2D3F0AC768766AD3933E50637A8((&V_4), NULL); int64_t L_57 = L_56; RuntimeObject* L_58 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_57); NullCheck(L_55); ArrayElementTypeCheck (L_55, L_58); (L_55)->SetAt(static_cast(0), (RuntimeObject*)L_58); InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_59 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); NullCheck(L_59); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_59, L_53, (RuntimeObject*)L_55, NULL); return L_59; } IL_016a: { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_60 = { reinterpret_cast (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_61; L_61 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_60, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_62 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)8); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_63 = L_62; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_64 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_65; L_65 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_64, NULL); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_65); (L_63)->SetAt(static_cast(0), (Type_t*)L_65); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_66 = L_63; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_67 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_68; L_68 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_67, NULL); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_68); (L_66)->SetAt(static_cast(1), (Type_t*)L_68); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_69 = L_66; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_70 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_71; L_71 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_70, NULL); NullCheck(L_69); ArrayElementTypeCheck (L_69, L_71); (L_69)->SetAt(static_cast(2), (Type_t*)L_71); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_72 = L_69; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_73 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_74; L_74 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_73, NULL); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_74); (L_72)->SetAt(static_cast(3), (Type_t*)L_74); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_75 = L_72; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_76 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_77; L_77 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_76, NULL); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_77); (L_75)->SetAt(static_cast(4), (Type_t*)L_77); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_78 = L_75; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_79 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_80; L_80 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_79, NULL); NullCheck(L_78); ArrayElementTypeCheck (L_78, L_80); (L_78)->SetAt(static_cast(5), (Type_t*)L_80); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_81 = L_78; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_82 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_83; L_83 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_82, NULL); NullCheck(L_81); ArrayElementTypeCheck (L_81, L_83); (L_81)->SetAt(static_cast(6), (Type_t*)L_83); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_84 = L_81; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_85 = { reinterpret_cast (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var) }; Type_t* L_86; L_86 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_85, NULL); NullCheck(L_84); ArrayElementTypeCheck (L_84, L_86); (L_84)->SetAt(static_cast(7), (Type_t*)L_86); NullCheck(L_61); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_87; L_87 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_61, L_84, NULL); V_5 = L_87; ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_88 = V_5; il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); bool L_89; L_89 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_88, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL); if (!L_89) { goto IL_027c; } } { ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_90 = V_5; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_91 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)8); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_92 = L_91; int32_t L_93; L_93 = DateTimeOffset_get_Year_m54401DEF20BE909A0755A3114FB7EE9C8D036F4B((&V_4), NULL); int32_t L_94 = L_93; RuntimeObject* L_95 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_94); NullCheck(L_92); ArrayElementTypeCheck (L_92, L_95); (L_92)->SetAt(static_cast(0), (RuntimeObject*)L_95); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_96 = L_92; int32_t L_97; L_97 = DateTimeOffset_get_Month_m5A687714A6D2A568D9451C86A8A31063069A058A((&V_4), NULL); int32_t L_98 = L_97; RuntimeObject* L_99 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_98); NullCheck(L_96); ArrayElementTypeCheck (L_96, L_99); (L_96)->SetAt(static_cast(1), (RuntimeObject*)L_99); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_100 = L_96; int32_t L_101; L_101 = DateTimeOffset_get_Day_mF72B2C44207A9374AAB4A39FBFA6DCA90E3458A6((&V_4), NULL); int32_t L_102 = L_101; RuntimeObject* L_103 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_102); NullCheck(L_100); ArrayElementTypeCheck (L_100, L_103); (L_100)->SetAt(static_cast(2), (RuntimeObject*)L_103); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_104 = L_100; int32_t L_105; L_105 = DateTimeOffset_get_Hour_mAA51486FDE29FD49729296A98088DF2F0F371504((&V_4), NULL); int32_t L_106 = L_105; RuntimeObject* L_107 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_106); NullCheck(L_104); ArrayElementTypeCheck (L_104, L_107); (L_104)->SetAt(static_cast(3), (RuntimeObject*)L_107); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_108 = L_104; int32_t L_109; L_109 = DateTimeOffset_get_Minute_mD701BE3B0BB92F5A108703DF2013D7F1E4BEE566((&V_4), NULL); int32_t L_110 = L_109; RuntimeObject* L_111 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_110); NullCheck(L_108); ArrayElementTypeCheck (L_108, L_111); (L_108)->SetAt(static_cast(4), (RuntimeObject*)L_111); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_112 = L_108; int32_t L_113; L_113 = DateTimeOffset_get_Second_m466C219209B1092B7A6AE1F56D01FD37BBC917C4((&V_4), NULL); int32_t L_114 = L_113; RuntimeObject* L_115 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_114); NullCheck(L_112); ArrayElementTypeCheck (L_112, L_115); (L_112)->SetAt(static_cast(5), (RuntimeObject*)L_115); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_116 = L_112; int32_t L_117; L_117 = DateTimeOffset_get_Millisecond_m0AD718E4BA49BBF8A2FE960AB07F8448A692015F((&V_4), NULL); int32_t L_118 = L_117; RuntimeObject* L_119 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_118); NullCheck(L_116); ArrayElementTypeCheck (L_116, L_119); (L_116)->SetAt(static_cast(6), (RuntimeObject*)L_119); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_120 = L_116; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_121; L_121 = DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4((&V_4), NULL); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_122 = L_121; RuntimeObject* L_123 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_122); NullCheck(L_120); ArrayElementTypeCheck (L_120, L_123); (L_120)->SetAt(static_cast(7), (RuntimeObject*)L_123); InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_124 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); NullCheck(L_124); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_124, L_90, (RuntimeObject*)L_120, NULL); return L_124; } IL_027c: { RuntimeObject* L_125 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_126 = ___1_culture; RuntimeObject* L_127 = ___2_value; Type_t* L_128 = ___3_destinationType; RuntimeObject* L_129; L_129 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_125, L_126, L_127, L_128, NULL); return L_129; } } // System.Void System.ComponentModel.DateTimeOffsetConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffsetConverter__ctor_mA4F6898E4799D1353761D2E86E71A3916D92387C (DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.EnumConverter::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumConverter__ctor_m3E3C7D81C8092A5591BAA556288B2A3E22DCA99B (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, Type_t* ___0_type, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); Type_t* L_0 = ___0_type; __this->___type_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___type_3), (void*)L_0); return; } } // System.Boolean System.ComponentModel.EnumConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumConverter_CanConvertFrom_m08BA3C1DC3D84B157F087AE1E407A974E3A85D11 (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_0024; } } { Type_t* L_4 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast (EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_6; L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL); bool L_7; L_7 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_4, L_6, NULL); if (!L_7) { goto IL_0026; } } IL_0024: { return (bool)1; } IL_0026: { RuntimeObject* L_8 = ___0_context; Type_t* L_9 = ___1_sourceType; bool L_10; L_10 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_8, L_9, NULL); return L_10; } } // System.Boolean System.ComponentModel.EnumConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumConverter_CanConvertTo_mF6140EA2D6D701B21DC1EEFAAA2C62DF8CAB690A (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_0024; } } { Type_t* L_4 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast (EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_6; L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL); bool L_7; L_7 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_4, L_6, NULL); if (!L_7) { goto IL_0026; } } IL_0024: { return (bool)1; } IL_0026: { RuntimeObject* L_8 = ___0_context; Type_t* L_9 = ___1_destinationType; bool L_10; L_10 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_8, L_9, NULL); return L_10; } } // System.Collections.IComparer System.ComponentModel.EnumConverter::get_Comparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnumConverter_get_Comparer_mBB79A346E8150D9554B6FBCD0EF1B981A7696DEC (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_il2cpp_TypeInfo_var); InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29* L_0 = ((InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_StaticFields*)il2cpp_codegen_static_fields_for(InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_il2cpp_TypeInfo_var))->___Default_1; return L_0; } } // System.Object System.ComponentModel.EnumConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnumConverter_ConvertFrom_mD1D0496C621971B0610C92ABC562B26BEA40EC61 (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int64_t V_1 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t* V_6 = NULL; int64_t V_7 = 0; EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* V_8 = NULL; Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* V_9 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___2_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_00b6; } } try {// begin try (depth: 1) { RuntimeObject* L_1 = ___2_value; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_2, ((int32_t)44), NULL); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0074_1; } } { V_1 = ((int64_t)0); String_t* L_4 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_4); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7; L_7 = String_Split_m101D35FEC86371D2BB4E3480F6F896880093B2E9(L_4, L_6, NULL); V_2 = L_7; V_3 = 0; goto IL_005b_1; } IL_0036_1: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = V_2; int32_t L_9 = V_3; NullCheck(L_8); int32_t L_10 = L_9; String_t* L_11 = (L_8)->GetAt(static_cast(L_10)); V_4 = L_11; int64_t L_12 = V_1; Type_t* L_13 = __this->___type_3; String_t* L_14 = V_4; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_15; L_15 = Enum_Parse_m0316ABE916ED60AA2257A464A33A33D544EDEE12(L_13, L_14, (bool)1, NULL); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int64_t L_17; L_17 = Convert_ToInt64_m6CA00ABB70FAD8242C62ED9913F7D7C3B811FC31(((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_15, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var)), L_16, NULL); V_1 = ((int64_t)(L_12|L_17)); int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_18, 1)); } IL_005b_1: { int32_t L_19 = V_3; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))) { goto IL_0036_1; } } { Type_t* L_21 = __this->___type_3; int64_t L_22 = V_1; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_23; L_23 = Enum_ToObject_m83185EF7C28B56935B2C8073AC8FF02BF5A03355(L_21, L_22, NULL); V_5 = L_23; goto IL_0104; } IL_0074_1: { Type_t* L_24 = __this->___type_3; String_t* L_25 = V_0; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_26; L_26 = Enum_Parse_m0316ABE916ED60AA2257A464A33A33D544EDEE12(L_24, L_25, (bool)1, NULL); V_5 = L_26; goto IL_0104; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0085; } throw e; } CATCH_0085: {// begin catch(System.Exception) V_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_27 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = L_27; RuntimeObject* L_29 = ___2_value; NullCheck(L_28); ArrayElementTypeCheck (L_28, ((String_t*)CastclassSealed((RuntimeObject*)L_29, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); (L_28)->SetAt(static_cast(0), (RuntimeObject*)((String_t*)CastclassSealed((RuntimeObject*)L_29, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_30 = L_28; Type_t* L_31 = __this->___type_3; NullCheck(L_31); String_t* L_32; L_32 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_31); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(1), (RuntimeObject*)L_32); String_t* L_33; L_33 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), L_30, NULL); Exception_t* L_34 = V_6; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_35 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_35); FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(L_35, L_33, L_34, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumConverter_ConvertFrom_mD1D0496C621971B0610C92ABC562B26BEA40EC61_RuntimeMethod_var))); }// end catch (depth: 1) IL_00b6: { RuntimeObject* L_36 = ___2_value; if (!((EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912*)IsInst((RuntimeObject*)L_36, EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_il2cpp_TypeInfo_var))) { goto IL_00fa; } } { V_7 = ((int64_t)0); RuntimeObject* L_37 = ___2_value; V_8 = ((EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912*)Castclass((RuntimeObject*)L_37, EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_il2cpp_TypeInfo_var)); V_3 = 0; goto IL_00e5; } IL_00ce: { EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* L_38 = V_8; int32_t L_39 = V_3; NullCheck(L_38); int32_t L_40 = L_39; Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* L_41 = (L_38)->GetAt(static_cast(L_40)); V_9 = L_41; int64_t L_42 = V_7; Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* L_43 = V_9; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_44 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int64_t L_45; L_45 = Convert_ToInt64_m6CA00ABB70FAD8242C62ED9913F7D7C3B811FC31(L_43, L_44, NULL); V_7 = ((int64_t)(L_42|L_45)); int32_t L_46 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_46, 1)); } IL_00e5: { int32_t L_47 = V_3; EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* L_48 = V_8; NullCheck(L_48); if ((((int32_t)L_47) < ((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length))))) { goto IL_00ce; } } { Type_t* L_49 = __this->___type_3; int64_t L_50 = V_7; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_51; L_51 = Enum_ToObject_m83185EF7C28B56935B2C8073AC8FF02BF5A03355(L_49, L_50, NULL); return L_51; } IL_00fa: { RuntimeObject* L_52 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_53 = ___1_culture; RuntimeObject* L_54 = ___2_value; RuntimeObject* L_55; L_55 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_52, L_53, L_54, NULL); return L_55; } IL_0104: { RuntimeObject* L_56 = V_5; return L_56; } } // System.Object System.ComponentModel.EnumConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnumConverter_ConvertTo_m95581FDC64EFF404D3646BA0BB09A316C58126D1 (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m4F793B000A11FB437B10559BE7E07F0C8F4DBC85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE469B94E6CE60E9DB94985628B0242B069F9083B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EB2A97C2ED3A1E1D613F74C8B7F7B07A1BFC6EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } Type_t* V_0 = NULL; String_t* V_1 = NULL; Type_t* V_2 = NULL; RuntimeObject* V_3 = NULL; MethodInfo_t* V_4 = NULL; FieldInfo_t* V_5 = NULL; List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* V_6 = NULL; RuntimeArray* V_7 = NULL; Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* V_8 = NULL; int64_t V_9 = 0; bool V_10 = false; int32_t V_11 = 0; Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* V_12 = NULL; int32_t V_13 = 0; int64_t V_14 = 0; { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumConverter_ConvertTo_m95581FDC64EFF404D3646BA0BB09A316C58126D1_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_00c7; } } { RuntimeObject* L_7 = ___2_value; if (!L_7) { goto IL_00c7; } } { Type_t* L_8 = __this->___type_3; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); Type_t* L_9; L_9 = Enum_GetUnderlyingType_mEDDDC2C9F74ECC841E65E401C3703D59C37CBB05(L_8, NULL); V_0 = L_9; RuntimeObject* L_10 = ___2_value; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_10, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var))) { goto IL_0062; } } { RuntimeObject* L_11 = ___2_value; NullCheck(L_11); Type_t* L_12; L_12 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_11, NULL); Type_t* L_13 = V_0; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_14; L_14 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_12, L_13, NULL); if (!L_14) { goto IL_0062; } } { RuntimeObject* L_15 = ___2_value; Type_t* L_16 = V_0; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_17 = ___1_culture; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_15, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var))); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16 /* System.Object System.IConvertible::ToType(System.Type,System.IFormatProvider) */, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_15, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var)), L_16, L_17); ___2_value = L_18; } IL_0062: { Type_t* L_19 = __this->___type_3; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_20 = { reinterpret_cast (FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_21; L_21 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_20, NULL); NullCheck(L_19); bool L_22; L_22 = VirtualFuncInvoker2< bool, Type_t*, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_19, L_21, (bool)0); if (L_22) { goto IL_00b5; } } { Type_t* L_23 = __this->___type_3; RuntimeObject* L_24 = ___2_value; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); bool L_25; L_25 = Enum_IsDefined_m1C9A0C4F54B0538351585FF563A01091A6FE2F28(L_23, L_24, NULL); if (L_25) { goto IL_00b5; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_27 = L_26; RuntimeObject* L_28 = ___2_value; NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_28); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_29); (L_27)->SetAt(static_cast(0), (RuntimeObject*)L_29); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_30 = L_27; Type_t* L_31 = __this->___type_3; NullCheck(L_31); String_t* L_32; L_32 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_31); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(1), (RuntimeObject*)L_32); String_t* L_33; L_33 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49366C5F142E2254CE6A216AA46DB08AB180DD26)), L_30, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_34 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_34); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_34, L_33, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumConverter_ConvertTo_m95581FDC64EFF404D3646BA0BB09A316C58126D1_RuntimeMethod_var))); } IL_00b5: { Type_t* L_35 = __this->___type_3; RuntimeObject* L_36 = ___2_value; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); String_t* L_37; L_37 = Enum_Format_mD3003265952FEAACFE90887811F9C8855B799ACD(L_35, L_36, _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, NULL); return L_37; } IL_00c7: { Type_t* L_38 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_39 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_40; L_40 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_39, NULL); bool L_41; L_41 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_38, L_40, NULL); if (!L_41) { goto IL_01aa; } } { RuntimeObject* L_42 = ___2_value; if (!L_42) { goto IL_01aa; } } { RuntimeObject* L_43 = ___0_context; RuntimeObject* L_44 = ___2_value; String_t* L_45; L_45 = TypeConverter_ConvertToInvariantString_mF902AFB0FE32B8E7014DE226455D3FC79030FF92(__this, L_43, L_44, NULL); V_1 = L_45; Type_t* L_46 = __this->___type_3; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_47 = { reinterpret_cast (FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_48; L_48 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_47, NULL); NullCheck(L_46); bool L_49; L_49 = VirtualFuncInvoker2< bool, Type_t*, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_46, L_48, (bool)0); if (!L_49) { goto IL_0189; } } { String_t* L_50 = V_1; NullCheck(L_50); int32_t L_51; L_51 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_50, ((int32_t)44), NULL); if ((((int32_t)L_51) == ((int32_t)(-1)))) { goto IL_0189; } } { Type_t* L_52 = __this->___type_3; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); Type_t* L_53; L_53 = Enum_GetUnderlyingType_mEDDDC2C9F74ECC841E65E401C3703D59C37CBB05(L_52, NULL); V_2 = L_53; RuntimeObject* L_54 = ___2_value; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_54, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var))) { goto IL_01aa; } } { RuntimeObject* L_55 = ___2_value; Type_t* L_56 = V_2; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_57 = ___1_culture; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_55, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var))); RuntimeObject* L_58; L_58 = InterfaceFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16 /* System.Object System.IConvertible::ToType(System.Type,System.IFormatProvider) */, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_55, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var)), L_56, L_57); V_3 = L_58; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_59 = { reinterpret_cast (Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_60; L_60 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_59, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_61 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_62 = L_61; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_63 = { reinterpret_cast (Type_t_0_0_0_var) }; Type_t* L_64; L_64 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_63, NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_64); (L_62)->SetAt(static_cast(0), (Type_t*)L_64); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_65 = L_62; Type_t* L_66 = V_2; NullCheck(L_65); ArrayElementTypeCheck (L_65, L_66); (L_65)->SetAt(static_cast(1), (Type_t*)L_66); NullCheck(L_60); MethodInfo_t* L_67; L_67 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_60, _stringLiteral2EB2A97C2ED3A1E1D613F74C8B7F7B07A1BFC6EE, L_65, NULL); V_4 = L_67; MethodInfo_t* L_68 = V_4; bool L_69; L_69 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_68, (MethodInfo_t*)NULL, NULL); if (!L_69) { goto IL_01aa; } } { MethodInfo_t* L_70 = V_4; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_71 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_72 = L_71; Type_t* L_73 = __this->___type_3; NullCheck(L_72); ArrayElementTypeCheck (L_72, L_73); (L_72)->SetAt(static_cast(0), (RuntimeObject*)L_73); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_74 = L_72; RuntimeObject* L_75 = V_3; NullCheck(L_74); ArrayElementTypeCheck (L_74, L_75); (L_74)->SetAt(static_cast(1), (RuntimeObject*)L_75); InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_76 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); NullCheck(L_76); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_76, L_70, (RuntimeObject*)L_74, NULL); return L_76; } IL_0189: { Type_t* L_77 = __this->___type_3; String_t* L_78 = V_1; NullCheck(L_77); FieldInfo_t* L_79; L_79 = Type_GetField_m0BF55B1A27A1B6AB6D3477E7F9E1CF2A3451E1E0(L_77, L_78, NULL); V_5 = L_79; FieldInfo_t* L_80 = V_5; bool L_81; L_81 = FieldInfo_op_Inequality_m95789A98E646494987E66A9E4188DCA86185066B(L_80, (FieldInfo_t*)NULL, NULL); if (!L_81) { goto IL_01aa; } } { FieldInfo_t* L_82 = V_5; InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_83 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); NullCheck(L_83); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_83, L_82, (RuntimeObject*)NULL, NULL); return L_83; } IL_01aa: { Type_t* L_84 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_85 = { reinterpret_cast (EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_86; L_86 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_85, NULL); bool L_87; L_87 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_84, L_86, NULL); if (!L_87) { goto IL_02eb; } } { RuntimeObject* L_88 = ___2_value; if (!L_88) { goto IL_02eb; } } { Type_t* L_89 = __this->___type_3; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_90 = { reinterpret_cast (FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_91; L_91 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_90, NULL); NullCheck(L_89); bool L_92; L_92 = VirtualFuncInvoker2< bool, Type_t*, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_89, L_91, (bool)0); if (!L_92) { goto IL_02d0; } } { List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* L_93 = (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2*)il2cpp_codegen_object_new(List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2_il2cpp_TypeInfo_var); NullCheck(L_93); List_1__ctor_mE469B94E6CE60E9DB94985628B0242B069F9083B(L_93, List_1__ctor_mE469B94E6CE60E9DB94985628B0242B069F9083B_RuntimeMethod_var); V_6 = L_93; Type_t* L_94 = __this->___type_3; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeArray* L_95; L_95 = Enum_GetValues_m803B9D68C367FAABC5AFB6B5B52775C8A573CEF9(L_94, NULL); V_7 = L_95; RuntimeArray* L_96 = V_7; NullCheck(L_96); int32_t L_97; L_97 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_96, NULL); Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_98 = (Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D*)(Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D*)SZArrayNew(Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D_il2cpp_TypeInfo_var, (uint32_t)L_97); V_8 = L_98; V_11 = 0; goto IL_0227; } IL_0208: { Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_99 = V_8; int32_t L_100 = V_11; RuntimeArray* L_101 = V_7; int32_t L_102 = V_11; NullCheck(L_101); RuntimeObject* L_103; L_103 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_101, L_102, NULL); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_104 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int64_t L_105; L_105 = Convert_ToInt64_m6CA00ABB70FAD8242C62ED9913F7D7C3B811FC31(((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_103, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var)), L_104, NULL); NullCheck(L_99); (L_99)->SetAt(static_cast(L_100), (int64_t)L_105); int32_t L_106 = V_11; V_11 = ((int32_t)il2cpp_codegen_add(L_106, 1)); } IL_0227: { int32_t L_107 = V_11; RuntimeArray* L_108 = V_7; NullCheck(L_108); int32_t L_109; L_109 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_108, NULL); if ((((int32_t)L_107) < ((int32_t)L_109))) { goto IL_0208; } } { RuntimeObject* L_110 = ___2_value; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_111 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int64_t L_112; L_112 = Convert_ToInt64_m6CA00ABB70FAD8242C62ED9913F7D7C3B811FC31(((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_110, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var)), L_111, NULL); V_9 = L_112; V_10 = (bool)1; goto IL_02a3; } IL_0245: { V_10 = (bool)0; Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_113 = V_8; V_12 = L_113; V_13 = 0; goto IL_0297; } IL_0251: { Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_114 = V_12; int32_t L_115 = V_13; NullCheck(L_114); int32_t L_116 = L_115; int64_t L_117 = (L_114)->GetAt(static_cast(L_116)); V_14 = L_117; int64_t L_118 = V_14; if (!L_118) { goto IL_0265; } } { int64_t L_119 = V_14; int64_t L_120 = V_9; int64_t L_121 = V_14; if ((((int64_t)((int64_t)(L_119&L_120))) == ((int64_t)L_121))) { goto IL_026b; } } IL_0265: { int64_t L_122 = V_14; int64_t L_123 = V_9; if ((!(((uint64_t)L_122) == ((uint64_t)L_123)))) { goto IL_0291; } } IL_026b: { List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* L_124 = V_6; Type_t* L_125 = __this->___type_3; int64_t L_126 = V_14; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_127; L_127 = Enum_ToObject_m83185EF7C28B56935B2C8073AC8FF02BF5A03355(L_125, L_126, NULL); NullCheck(L_124); List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_inline(L_124, ((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_127, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var)), List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_RuntimeMethod_var); V_10 = (bool)1; int64_t L_128 = V_9; int64_t L_129 = V_14; V_9 = ((int64_t)(L_128&((~L_129)))); goto IL_029f; } IL_0291: { int32_t L_130 = V_13; V_13 = ((int32_t)il2cpp_codegen_add(L_130, 1)); } IL_0297: { int32_t L_131 = V_13; Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_132 = V_12; NullCheck(L_132); if ((((int32_t)L_131) < ((int32_t)((int32_t)(((RuntimeArray*)L_132)->max_length))))) { goto IL_0251; } } IL_029f: { int64_t L_133 = V_9; if (!L_133) { goto IL_02a7; } } IL_02a3: { bool L_134 = V_10; if (L_134) { goto IL_0245; } } IL_02a7: { bool L_135 = V_10; if (L_135) { goto IL_02c8; } } { int64_t L_136 = V_9; if (!L_136) { goto IL_02c8; } } { List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* L_137 = V_6; Type_t* L_138 = __this->___type_3; int64_t L_139 = V_9; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_140; L_140 = Enum_ToObject_m83185EF7C28B56935B2C8073AC8FF02BF5A03355(L_138, L_139, NULL); NullCheck(L_137); List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_inline(L_137, ((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_140, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var)), List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_RuntimeMethod_var); } IL_02c8: { List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* L_141 = V_6; NullCheck(L_141); EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* L_142; L_142 = List_1_ToArray_m4F793B000A11FB437B10559BE7E07F0C8F4DBC85(L_141, List_1_ToArray_m4F793B000A11FB437B10559BE7E07F0C8F4DBC85_RuntimeMethod_var); return (RuntimeObject*)L_142; } IL_02d0: { EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* L_143 = (EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912*)(EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912*)SZArrayNew(EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_il2cpp_TypeInfo_var, (uint32_t)1); EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* L_144 = L_143; Type_t* L_145 = __this->___type_3; RuntimeObject* L_146 = ___2_value; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_147; L_147 = Enum_ToObject_mD898E0819FA640BC4E98924613B5DBD41146D1FF(L_145, L_146, NULL); NullCheck(L_144); ArrayElementTypeCheck (L_144, ((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_147, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var))); (L_144)->SetAt(static_cast(0), (Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_147, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var))); return (RuntimeObject*)L_144; } IL_02eb: { RuntimeObject* L_148 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_149 = ___1_culture; RuntimeObject* L_150 = ___2_value; Type_t* L_151 = ___3_destinationType; RuntimeObject* L_152; L_152 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_148, L_149, L_150, L_151, NULL); return L_152; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.EnumConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* EnumConverter_GetStandardValues_mAF14DECB7670119DFE61D9955A5667BC43A1F023 (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t* V_0 = NULL; FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* V_1 = NULL; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_2 = NULL; RuntimeArray* V_3 = NULL; RuntimeObject* V_4 = NULL; FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* V_5 = NULL; int32_t V_6 = 0; FieldInfo_t* V_7 = NULL; BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* V_8 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_9 = NULL; int32_t V_10 = 0; RuntimeObject* V_11 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B27_0 = NULL; { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_0 = __this->___values_2; if (L_0) { goto IL_0112; } } { Type_t* L_1 = __this->___type_3; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = TypeDescriptor_GetReflectionType_m3FC1564747E22975A1C08197692A1D9CA378BD3A(L_1, NULL); V_0 = L_2; Type_t* L_3 = V_0; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, (Type_t*)NULL, NULL); if (!L_4) { goto IL_0027; } } { Type_t* L_5 = __this->___type_3; V_0 = L_5; } IL_0027: { Type_t* L_6 = V_0; NullCheck(L_6); FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_7; L_7 = VirtualFuncInvoker1< FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8*, int32_t >::Invoke(86 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_6, ((int32_t)24)); V_1 = L_7; V_2 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)NULL; FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_8 = V_1; if (!L_8) { goto IL_0042; } } { FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_9 = V_1; NullCheck(L_9); if (!(((RuntimeArray*)L_9)->max_length)) { goto IL_0042; } } { FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_10 = V_1; NullCheck(L_10); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_11 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); NullCheck(L_11); ArrayList__ctor_m4637812384C075439BB17EEC1C2DF802BD41EBD0(L_11, ((int32_t)(((RuntimeArray*)L_10)->max_length)), NULL); V_2 = L_11; } IL_0042: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_12 = V_2; if (!L_12) { goto IL_00f9; } } { FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_13 = V_1; V_5 = L_13; V_6 = 0; goto IL_00da; } IL_0053: { FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_14 = V_5; int32_t L_15 = V_6; NullCheck(L_14); int32_t L_16 = L_15; FieldInfo_t* L_17 = (L_14)->GetAt(static_cast(L_16)); V_7 = L_17; V_8 = (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76*)NULL; FieldInfo_t* L_18 = V_7; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_19 = { reinterpret_cast (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_20; L_20 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_19, NULL); NullCheck(L_18); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21; L_21 = VirtualFuncInvoker2< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t*, bool >::Invoke(14 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_18, L_20, (bool)0); V_9 = L_21; V_10 = 0; goto IL_008d; } IL_0076: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = V_9; int32_t L_23 = V_10; NullCheck(L_22); int32_t L_24 = L_23; RuntimeObject* L_25 = (L_22)->GetAt(static_cast(L_24)); V_8 = ((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76*)IsInstSealed((RuntimeObject*)((Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)CastclassClass((RuntimeObject*)L_25, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var)), BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var)); int32_t L_26 = V_10; V_10 = ((int32_t)il2cpp_codegen_add(L_26, 1)); } IL_008d: { int32_t L_27 = V_10; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = V_9; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))))) { goto IL_0076; } } { BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* L_29 = V_8; if (!L_29) { goto IL_00a2; } } { BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* L_30 = V_8; NullCheck(L_30); bool L_31; L_31 = BrowsableAttribute_get_Browsable_m23594845C49373D8D6AB753D89DB39D8285250F0_inline(L_30, NULL); if (!L_31) { goto IL_00d4; } } IL_00a2: { V_11 = NULL; } try {// begin try (depth: 1) { FieldInfo_t* L_32 = V_7; NullCheck(L_32); String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_32); if (!L_33) { goto IL_00c2_1; } } { Type_t* L_34 = __this->___type_3; FieldInfo_t* L_35 = V_7; NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_35); il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_37; L_37 = Enum_Parse_m2846B01D5DEA00E4674AED09DE0B2E59ECEED61F(L_34, L_36, NULL); V_11 = L_37; } IL_00c2_1: { goto IL_00c7; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c4; } throw e; } CATCH_00c4: {// begin catch(System.ArgumentException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00c7; }// end catch (depth: 1) IL_00c7: { RuntimeObject* L_38 = V_11; if (!L_38) { goto IL_00d4; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_39 = V_2; RuntimeObject* L_40 = V_11; NullCheck(L_39); int32_t L_41; L_41 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_39, L_40); } IL_00d4: { int32_t L_42 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_42, 1)); } IL_00da: { int32_t L_43 = V_6; FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_44 = V_5; NullCheck(L_44); if ((((int32_t)L_43) < ((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length))))) { goto IL_0053; } } { RuntimeObject* L_45; L_45 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IComparer System.ComponentModel.EnumConverter::get_Comparer() */, __this); V_4 = L_45; RuntimeObject* L_46 = V_4; if (!L_46) { goto IL_00f9; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_47 = V_2; RuntimeObject* L_48 = V_4; NullCheck(L_47); VirtualActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::Sort(System.Collections.IComparer) */, L_47, L_48); } IL_00f9: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_49 = V_2; if (L_49) { goto IL_00ff; } } { G_B27_0 = ((ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(NULL)); goto IL_0105; } IL_00ff: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_50 = V_2; NullCheck(L_50); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_51; L_51 = VirtualFuncInvoker0< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(46 /* System.Object[] System.Collections.ArrayList::ToArray() */, L_50); G_B27_0 = L_51; } IL_0105: { V_3 = (RuntimeArray*)G_B27_0; RuntimeArray* L_52 = V_3; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_53 = (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*)il2cpp_codegen_object_new(StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); NullCheck(L_53); StandardValuesCollection__ctor_m9049046DA81FD7B6FE279E063A43DC9B1D3B26B0(L_53, L_52, NULL); __this->___values_2 = L_53; Il2CppCodeGenWriteBarrier((void**)(&__this->___values_2), (void*)L_53); } IL_0112: { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_54 = __this->___values_2; return L_54; } } // System.Boolean System.ComponentModel.EnumConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumConverter_GetStandardValuesSupported_m049732C08BD2A4300C75A9FB12BE6082C2DAA5EA (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.String,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_mDCA5ED4D5D9CB14D6D1D81EDB76EA80DB79B8AF4 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, String_t* ___0_name, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); __this->___lockCookie_11 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___lockCookie_11), (void*)L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); } try {// begin try (depth: 1) { String_t* L_1 = ___0_name; if (!L_1) { goto IL_001c_1; } } { String_t* L_2 = ___0_name; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if (L_3) { goto IL_002c_1; } } IL_001c_1: { String_t* L_4; L_4 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE2D7698FE57322C99ED23E69E7AB3FCB824AF7E)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_5, L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor__ctor_mDCA5ED4D5D9CB14D6D1D81EDB76EA80DB79B8AF4_RuntimeMethod_var))); } IL_002c_1: { String_t* L_6 = ___0_name; __this->___name_0 = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___name_0), (void*)L_6); String_t* L_7 = ___0_name; __this->___displayName_1 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___displayName_1), (void*)L_7); String_t* L_8 = ___0_name; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_8); __this->___nameHash_2 = L_9; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_10 = ___1_attributes; if (!L_10) { goto IL_0057_1; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_11 = ___1_attributes; __this->___attributes_4 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributes_4), (void*)L_11); __this->___attributesFiltered_6 = (bool)0; } IL_0057_1: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_12 = __this->___attributes_4; __this->___originalAttributes_5 = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->___originalAttributes_5), (void*)L_12); goto IL_0066; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0065; } throw e; } CATCH_0065: {// begin catch(System.Exception) IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor__ctor_mDCA5ED4D5D9CB14D6D1D81EDB76EA80DB79B8AF4_RuntimeMethod_var))); }// end catch (depth: 1) IL_0066: { return; } } // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.ComponentModel.MemberDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m884FBA4DDB9AE25AEC59DC4A534FD7C448421018 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_oldMemberDescriptor, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_newAttributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_4 = NULL; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); __this->___lockCookie_11 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___lockCookie_11), (void*)L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_1 = ___0_oldMemberDescriptor; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_1); __this->___name_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___name_0), (void*)L_2); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_3 = ___0_oldMemberDescriptor; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.ComponentModel.MemberDescriptor::get_DisplayName() */, L_3); __this->___displayName_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___displayName_1), (void*)L_4); String_t* L_5 = __this->___name_0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5); __this->___nameHash_2 = L_6; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_7 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); NullCheck(L_7); ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_7, NULL); V_0 = L_7; MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_8 = ___0_oldMemberDescriptor; NullCheck(L_8); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_9; L_9 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, L_8); NullCheck(L_9); int32_t L_10; L_10 = AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02(L_9, NULL); if (!L_10) { goto IL_0085; } } { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_11 = ___0_oldMemberDescriptor; NullCheck(L_11); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_12; L_12 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, L_11); NullCheck(L_12); RuntimeObject* L_13; L_13 = AttributeCollection_GetEnumerator_m1464C016A16216F1F87A46940CF97B742AA032C6(L_12, NULL); V_1 = L_13; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0074: {// begin finally (depth: 1) { RuntimeObject* L_14 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0084; } } { RuntimeObject* L_16 = V_3; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_16); } IL_0084: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_006a_1; } IL_005b_1: { RuntimeObject* L_17 = V_1; NullCheck(L_17); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_17); V_2 = L_18; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_19 = V_0; RuntimeObject* L_20 = V_2; NullCheck(L_19); int32_t L_21; L_21 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, L_20); } IL_006a_1: { RuntimeObject* L_22 = V_1; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_005b_1; } } { goto IL_0085; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0085: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_24 = ___1_newAttributes; if (!L_24) { goto IL_00ae; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_25 = ___1_newAttributes; V_4 = L_25; V_5 = 0; goto IL_00a6; } IL_0090: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_26 = V_4; int32_t L_27 = V_5; NullCheck(L_26); int32_t L_28 = L_27; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_29 = (L_26)->GetAt(static_cast(L_28)); V_6 = L_29; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_30 = V_0; RuntimeObject* L_31 = V_6; NullCheck(L_30); int32_t L_32; L_32 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_30, L_31); int32_t L_33 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_33, 1)); } IL_00a6: { int32_t L_34 = V_5; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_35 = V_4; NullCheck(L_35); if ((((int32_t)L_34) < ((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))))) { goto IL_0090; } } IL_00ae: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_36 = V_0; NullCheck(L_36); int32_t L_37; L_37 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_36); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_38 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)L_37); __this->___attributes_4 = L_38; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributes_4), (void*)L_38); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_39 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_40 = __this->___attributes_4; NullCheck(L_39); VirtualActionInvoker2< RuntimeArray*, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_39, (RuntimeArray*)L_40, 0); __this->___attributesFiltered_6 = (bool)0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_41 = __this->___attributes_4; __this->___originalAttributes_5 = L_41; Il2CppCodeGenWriteBarrier((void**)(&__this->___originalAttributes_5), (void*)L_41); return; } } // System.Attribute[] System.ComponentModel.MemberDescriptor::get_AttributeArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* MemberDescriptor_get_AttributeArray_m1DD0C32D56001CD6E9C7EF18883E56B2EED4A70E (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { { MemberDescriptor_CheckAttributesValid_m7B81E6D3512BD0A17CD0AF042912BA2C1E83552F(__this, NULL); MemberDescriptor_FilterAttributesIfNeeded_mB060A4FB6DE46D17F76E54B43A0772EC623EFDC7(__this, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_0 = __this->___attributes_4; return L_0; } } // System.Void System.ComponentModel.MemberDescriptor::set_AttributeArray(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_set_AttributeArray_m35334135F1281465DC00371833EA2C22F7C9520E (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_value, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; bool V_1 = false; { RuntimeObject* L_0 = __this->___lockCookie_11; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002f: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_0038; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0038: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_4 = ___0_value; __this->___attributes_4 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributes_4), (void*)L_4); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_5 = ___0_value; __this->___originalAttributes_5 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___originalAttributes_5), (void*)L_5); __this->___attributesFiltered_6 = (bool)0; __this->___attributeCollection_3 = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributeCollection_3), (void*)(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)NULL); goto IL_0039; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0039: { return; } } // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* MemberDescriptor_get_Attributes_m14940553435AC37ACEF473D12D244F2DFBF6AB1A (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; { MemberDescriptor_CheckAttributesValid_m7B81E6D3512BD0A17CD0AF042912BA2C1E83552F(__this, NULL); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0 = __this->___attributeCollection_3; V_0 = L_0; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1 = V_0; if (L_1) { goto IL_003b; } } { RuntimeObject* L_2 = __this->___lockCookie_11; V_1 = L_2; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0031: {// begin finally (depth: 1) { bool L_3 = V_2; if (!L_3) { goto IL_003a; } } { RuntimeObject* L_4 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL); } IL_003a: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) RuntimeObject* L_5 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_2), NULL); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_6; L_6 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(10 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::CreateAttributeCollection() */, __this); V_0 = L_6; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_7 = V_0; __this->___attributeCollection_3 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributeCollection_3), (void*)L_7); goto IL_003b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003b: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_8 = V_0; return L_8; } } // System.String System.ComponentModel.MemberDescriptor::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemberDescriptor_get_Name_mA0D12966D84092E03F4DC16A085176299AC73291 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->___name_0; if (L_0) { goto IL_000e; } } { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_000e: { String_t* L_1 = __this->___name_0; return L_1; } } // System.Int32 System.ComponentModel.MemberDescriptor::get_NameHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberDescriptor_get_NameHashCode_m415B96A35EB826A5A00E0F0EBBDD94980BD5E5F2 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___nameHash_2; return L_0; } } // System.String System.ComponentModel.MemberDescriptor::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemberDescriptor_get_DisplayName_m4C8355BB66BB5B74377C9886ADBF448945A9957C (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* V_0 = NULL; { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); NullCheck(L_0); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_3; L_3 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(10 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_0, L_2); V_0 = ((DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8*)IsInstClass((RuntimeObject*)L_3, DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var)); DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_4 = V_0; if (!L_4) { goto IL_0026; } } { DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Attribute::IsDefaultAttribute() */, L_5); if (!L_6) { goto IL_002d; } } IL_0026: { String_t* L_7 = __this->___displayName_1; return L_7; } IL_002d: { DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() */, L_8); return L_9; } } // System.Void System.ComponentModel.MemberDescriptor::CheckAttributesValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_CheckAttributesValid_m7B81E6D3512BD0A17CD0AF042912BA2C1E83552F (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->___attributesFiltered_6; if (!L_0) { goto IL_002a; } } { int32_t L_1 = __this->___metadataVersion_8; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); int32_t L_2; L_2 = TypeDescriptor_get_MetadataVersion_m79CAEDE4F59CEB76E6FFDCB0FA478A0D472C33DF_inline(NULL); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_002a; } } { __this->___attributesFilled_7 = (bool)0; __this->___attributesFiltered_6 = (bool)0; __this->___attributeCollection_3 = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributeCollection_3), (void*)(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)NULL); } IL_002a: { return; } } // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::CreateAttributeCollection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* MemberDescriptor_CreateAttributeCollection_mB5974AA548F245BC255AB08689E68953BEB24E35 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_0; L_0 = VirtualFuncInvoker0< AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(4 /* System.Attribute[] System.ComponentModel.MemberDescriptor::get_AttributeArray() */, __this); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1 = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)il2cpp_codegen_object_new(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); NullCheck(L_1); AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313(L_1, L_0, NULL); return L_1; } } // System.Boolean System.ComponentModel.MemberDescriptor::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberDescriptor_Equals_m375ECBF78B86952EC60CDD90301D8C2EF911A620 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalAppContextSwitches_tE040790D0ACC1DCF3C95D173ACBDADABDCDD37F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*)__this) == ((RuntimeObject*)(RuntimeObject*)L_0)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; if (L_1) { goto IL_000b; } } { return (bool)0; } IL_000b: { RuntimeObject* L_2 = ___0_obj; NullCheck(L_2); Type_t* L_3; L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL); Type_t* L_4; L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_3, L_4, NULL); if (!L_5) { goto IL_0020; } } { return (bool)0; } IL_0020: { RuntimeObject* L_6 = ___0_obj; V_0 = ((MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*)CastclassClass((RuntimeObject*)L_6, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var)); MemberDescriptor_FilterAttributesIfNeeded_mB060A4FB6DE46D17F76E54B43A0772EC623EFDC7(__this, NULL); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_7 = V_0; NullCheck(L_7); MemberDescriptor_FilterAttributesIfNeeded_mB060A4FB6DE46D17F76E54B43A0772EC623EFDC7(L_7, NULL); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->___nameHash_2; int32_t L_10 = __this->___nameHash_2; if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_0043; } } { return (bool)0; } IL_0043: { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_11 = V_0; NullCheck(L_11); String_t* L_12 = L_11->___category_9; String_t* L_13 = __this->___category_9; if ((!(((uint32_t)((((RuntimeObject*)(String_t*)L_12) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0)) == ((uint32_t)((((RuntimeObject*)(String_t*)L_13) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0))))) { goto IL_0072; } } { String_t* L_14 = __this->___category_9; if (!L_14) { goto IL_0074; } } { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_15 = V_0; NullCheck(L_15); String_t* L_16 = L_15->___category_9; String_t* L_17 = __this->___category_9; NullCheck(L_16); bool L_18; L_18 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_16, L_17, NULL); if (L_18) { goto IL_0074; } } IL_0072: { return (bool)0; } IL_0074: { bool L_19 = ((LocalAppContextSwitches_tE040790D0ACC1DCF3C95D173ACBDADABDCDD37F6_StaticFields*)il2cpp_codegen_static_fields_for(LocalAppContextSwitches_tE040790D0ACC1DCF3C95D173ACBDADABDCDD37F6_il2cpp_TypeInfo_var))->___MemberDescriptorEqualsReturnsFalseIfEquivalent_0; if (L_19) { goto IL_00ac; } } { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_20 = V_0; NullCheck(L_20); String_t* L_21 = L_20->___description_10; String_t* L_22 = __this->___description_10; if ((!(((uint32_t)((((RuntimeObject*)(String_t*)L_21) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0)) == ((uint32_t)((((RuntimeObject*)(String_t*)L_22) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0))))) { goto IL_00aa; } } { String_t* L_23 = __this->___description_10; if (!L_23) { goto IL_00dd; } } { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_24 = V_0; NullCheck(L_24); String_t* L_25 = L_24->___description_10; String_t* L_26 = __this->___description_10; NullCheck(L_25); bool L_27; L_27 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_25, L_26, NULL); if (L_27) { goto IL_00dd; } } IL_00aa: { return (bool)0; } IL_00ac: { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_28 = V_0; NullCheck(L_28); String_t* L_29 = L_28->___description_10; String_t* L_30 = __this->___description_10; if ((!(((uint32_t)((((RuntimeObject*)(String_t*)L_29) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0)) == ((uint32_t)((((RuntimeObject*)(String_t*)L_30) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0))))) { goto IL_00db; } } { String_t* L_31 = __this->___description_10; if (!L_31) { goto IL_00dd; } } { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_32 = V_0; NullCheck(L_32); String_t* L_33 = L_32->___category_9; String_t* L_34 = __this->___description_10; NullCheck(L_33); bool L_35; L_35 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_33, L_34, NULL); if (L_35) { goto IL_00dd; } } IL_00db: { return (bool)0; } IL_00dd: { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_36 = V_0; NullCheck(L_36); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_37 = L_36->___attributes_4; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_38 = __this->___attributes_4; if ((((int32_t)((((RuntimeObject*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)L_37) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0)) == ((int32_t)((((RuntimeObject*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)L_38) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0)))) { goto IL_00f3; } } { return (bool)0; } IL_00f3: { V_1 = (bool)1; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_39 = __this->___attributes_4; if (!L_39) { goto IL_013f; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_40 = __this->___attributes_4; NullCheck(L_40); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_41 = V_0; NullCheck(L_41); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_42 = L_41->___attributes_4; NullCheck(L_42); if ((((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length))))) { goto IL_0111; } } { return (bool)0; } IL_0111: { V_2 = 0; goto IL_0134; } IL_0115: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_43 = __this->___attributes_4; int32_t L_44 = V_2; NullCheck(L_43); int32_t L_45 = L_44; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_46 = (L_43)->GetAt(static_cast(L_45)); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_47 = V_0; NullCheck(L_47); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_48 = L_47->___attributes_4; int32_t L_49 = V_2; NullCheck(L_48); int32_t L_50 = L_49; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_51 = (L_48)->GetAt(static_cast(L_50)); NullCheck(L_46); bool L_52; L_52 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_46, L_51); if (L_52) { goto IL_0130; } } { V_1 = (bool)0; goto IL_013f; } IL_0130: { int32_t L_53 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_53, 1)); } IL_0134: { int32_t L_54 = V_2; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_55 = __this->___attributes_4; NullCheck(L_55); if ((((int32_t)L_54) < ((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length))))) { goto IL_0115; } } IL_013f: { bool L_56 = V_1; return L_56; } } // System.Void System.ComponentModel.MemberDescriptor::FillAttributes(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_FillAttributes_mD79B898348F5E1F6C98F62F0D4CE719C5547C56C (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, RuntimeObject* ___0_attributeList, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_0 = NULL; int32_t V_1 = 0; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_2 = NULL; { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_0 = __this->___originalAttributes_5; if (!L_0) { goto IL_0029; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = __this->___originalAttributes_5; V_0 = L_1; V_1 = 0; goto IL_0023; } IL_0013: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; RuntimeObject* L_6 = ___0_attributeList; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_7 = V_2; NullCheck(L_6); int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_6, L_7); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1)); } IL_0023: { int32_t L_10 = V_1; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))) { goto IL_0013; } } IL_0029: { return; } } // System.Void System.ComponentModel.MemberDescriptor::FilterAttributesIfNeeded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_FilterAttributesIfNeeded_mB060A4FB6DE46D17F76E54B43A0772EC623EFDC7 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_1 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_2 = NULL; RuntimeObject* V_3 = NULL; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; bool V_7 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; { bool L_0 = __this->___attributesFiltered_6; if (L_0) { goto IL_00e3; } } { bool L_1 = __this->___attributesFilled_7; if (L_1) { goto IL_0028; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); NullCheck(L_2); ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_2, NULL); V_0 = L_2; } try {// begin try (depth: 1) RuntimeObject* L_3 = V_0; VirtualActionInvoker1< RuntimeObject* >::Invoke(11 /* System.Void System.ComponentModel.MemberDescriptor::FillAttributes(System.Collections.IList) */, __this, L_3); goto IL_0034; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0022; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0025; } throw e; } CATCH_0022: {// begin catch(System.Threading.ThreadAbortException) IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) CATCH_0025: {// begin catch(System.Exception) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0034; }// end catch (depth: 1) IL_0028: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_4 = __this->___attributes_4; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_5 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); NullCheck(L_5); ArrayList__ctor_mCE5AABB7EF7F41F9170791E2C5145E49684DCE11(L_5, (RuntimeObject*)L_4, NULL); V_0 = L_5; } IL_0034: { RuntimeObject* L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_6); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_8 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); NullCheck(L_8); Hashtable__ctor_m9E0D56D6ADE284D20176076FACBFA1628DD8EE80(L_8, L_7, NULL); V_1 = L_8; RuntimeObject* L_9 = V_0; NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_9); V_3 = L_10; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_006f: {// begin finally (depth: 1) { RuntimeObject* L_11 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_5; if (!L_12) { goto IL_0082; } } { RuntimeObject* L_13 = V_5; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_13); } IL_0082: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0065_1; } IL_0049_1: { RuntimeObject* L_14 = V_3; NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14); V_4 = ((Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)CastclassClass((RuntimeObject*)L_15, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var)); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_16 = V_1; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_17 = V_4; NullCheck(L_17); RuntimeObject* L_18; L_18 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4 /* System.Object System.Attribute::get_TypeId() */, L_17); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_19 = V_4; NullCheck(L_16); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_16, L_18, L_19); } IL_0065_1: { RuntimeObject* L_20 = V_3; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_0049_1; } } { goto IL_0083; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0083: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_22 = V_1; NullCheck(L_22); RuntimeObject* L_23; L_23 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(38 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_22); NullCheck(L_23); int32_t L_24; L_24 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_23); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_25 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)L_24); V_2 = L_25; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_26 = V_1; NullCheck(L_26); RuntimeObject* L_27; L_27 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(38 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_26); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_28 = V_2; NullCheck(L_27); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_27, (RuntimeArray*)L_28, 0); RuntimeObject* L_29 = __this->___lockCookie_11; V_6 = L_29; V_7 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: {// begin finally (depth: 1) { bool L_30 = V_7; if (!L_30) { goto IL_00e2; } } { RuntimeObject* L_31 = V_6; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_31, NULL); } IL_00e2: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) RuntimeObject* L_32 = V_6; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_32, (&V_7), NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_33 = V_2; __this->___attributes_4 = L_33; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributes_4), (void*)L_33); __this->___attributesFiltered_6 = (bool)1; __this->___attributesFilled_7 = (bool)1; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); int32_t L_34; L_34 = TypeDescriptor_get_MetadataVersion_m79CAEDE4F59CEB76E6FFDCB0FA478A0D472C33DF_inline(NULL); __this->___metadataVersion_8 = L_34; goto IL_00e3; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e3: { return; } } // System.Reflection.MethodInfo System.ComponentModel.MemberDescriptor::FindMethod(System.Type,System.String,System.Type[],System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* MemberDescriptor_FindMethod_m965C3B7B33AF108512373758AC6945B1935EB052 (Type_t* ___0_componentClass, String_t* ___1_name, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___2_args, Type_t* ___3_returnType, const RuntimeMethod* method) { { Type_t* L_0 = ___0_componentClass; String_t* L_1 = ___1_name; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = ___2_args; Type_t* L_3 = ___3_returnType; MethodInfo_t* L_4; L_4 = MemberDescriptor_FindMethod_m2F665DAC787E8F7A4A45FB72D81E2E9C523B6D9D(L_0, L_1, L_2, L_3, (bool)1, NULL); return L_4; } } // System.Reflection.MethodInfo System.ComponentModel.MemberDescriptor::FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* MemberDescriptor_FindMethod_m2F665DAC787E8F7A4A45FB72D81E2E9C523B6D9D (Type_t* ___0_componentClass, String_t* ___1_name, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___2_args, Type_t* ___3_returnType, bool ___4_publicOnly, const RuntimeMethod* method) { MethodInfo_t* V_0 = NULL; { V_0 = (MethodInfo_t*)NULL; bool L_0 = ___4_publicOnly; if (!L_0) { goto IL_0011; } } { Type_t* L_1 = ___0_componentClass; String_t* L_2 = ___1_name; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_3 = ___2_args; NullCheck(L_1); MethodInfo_t* L_4; L_4 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_1, L_2, L_3, NULL); V_0 = L_4; goto IL_001e; } IL_0011: { Type_t* L_5 = ___0_componentClass; String_t* L_6 = ___1_name; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_7 = ___2_args; NullCheck(L_5); MethodInfo_t* L_8; L_8 = Type_GetMethod_mF3AF3FA3834D7F99592A4CA715FFD2DE12291562(L_5, L_6, ((int32_t)60), (Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235*)NULL, L_7, (ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)NULL, NULL); V_0 = L_8; } IL_001e: { MethodInfo_t* L_9 = V_0; bool L_10; L_10 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_9, (MethodInfo_t*)NULL, NULL); if (!L_10) { goto IL_0037; } } { MethodInfo_t* L_11 = V_0; NullCheck(L_11); Type_t* L_12; L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_11); Type_t* L_13 = ___3_returnType; NullCheck(L_12); bool L_14; L_14 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(119 /* System.Boolean System.Type::IsEquivalentTo(System.Type) */, L_12, L_13); if (L_14) { goto IL_0037; } } { V_0 = (MethodInfo_t*)NULL; } IL_0037: { MethodInfo_t* L_15 = V_0; return L_15; } } // System.Int32 System.ComponentModel.MemberDescriptor::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberDescriptor_GetHashCode_m18BBAA42F4FF641C84B5E45802F1FDC290F86860 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___nameHash_2; return L_0; } } // System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MemberDescriptor_GetInvocationTarget_m208F43D1A94BB3EE2C668AB1E4CC64B8D2DC8BF8 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor_GetInvocationTarget_m208F43D1A94BB3EE2C668AB1E4CC64B8D2DC8BF8_RuntimeMethod_var))); } IL_0014: { RuntimeObject* L_3 = ___1_instance; if (L_3) { goto IL_0022; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor_GetInvocationTarget_m208F43D1A94BB3EE2C668AB1E4CC64B8D2DC8BF8_RuntimeMethod_var))); } IL_0022: { Type_t* L_5 = ___0_type; RuntimeObject* L_6 = ___1_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_7; L_7 = TypeDescriptor_GetAssociation_m98BF82311AC505E0F645D8E609FEC246006D8062(L_5, L_6, NULL); return L_7; } } // System.ComponentModel.ISite System.ComponentModel.MemberDescriptor::GetSite(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MemberDescriptor_GetSite_m358C87152269B37CFC369CAB93487B6A06BFB8C3 (RuntimeObject* ___0_component, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_component; if (((RuntimeObject*)IsInst((RuntimeObject*)L_0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (RuntimeObject*)NULL; } IL_000a: { RuntimeObject* L_1 = ___0_component; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var))); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var))); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ReflectPropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_m69383E1B38EE9DE9E6A4A929AF7AB6E367F7396C (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, Type_t* ___0_componentClass, String_t* ___1_name, Type_t* ___2_type, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___3_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; { String_t* L_0 = ___1_name; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___3_attributes; PropertyDescriptor__ctor_m20223572362A331B6F0D436BC19AFE2EE87558B8(__this, L_0, L_1, NULL); } try {// begin try (depth: 1) { Type_t* L_2 = ___2_type; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, (Type_t*)NULL, NULL); if (!L_3) { goto IL_002c_1; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; String_t* L_6 = ___1_name; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); String_t* L_7; L_7 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD0F2FA94C795CDE376C1F8D06FA9BB64450D454)), L_5, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_8); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_8, L_7, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor__ctor_m69383E1B38EE9DE9E6A4A929AF7AB6E367F7396C_RuntimeMethod_var))); } IL_002c_1: { Type_t* L_9 = ___0_componentClass; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_9, (Type_t*)NULL, NULL); if (!L_10) { goto IL_0053_1; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6))); (L_12)->SetAt(static_cast(0), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6))); String_t* L_13; L_13 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96B82B1111F719249D6B1FFE1997AC237C3C1BB5)), L_12, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_14 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_14); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_14, L_13, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor__ctor_m69383E1B38EE9DE9E6A4A929AF7AB6E367F7396C_RuntimeMethod_var))); } IL_0053_1: { Type_t* L_15 = ___2_type; __this->___type_33 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___type_33), (void*)L_15); Type_t* L_16 = ___0_componentClass; __this->___componentClass_32 = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___componentClass_32), (void*)L_16); goto IL_0064; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0063; } throw e; } CATCH_0063: {// begin catch(System.Exception) IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor__ctor_m69383E1B38EE9DE9E6A4A929AF7AB6E367F7396C_RuntimeMethod_var))); }// end catch (depth: 1) IL_0064: { return; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Reflection.PropertyInfo,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_mE7DE3B30FB41EBBEB7AC919A18AB1E79F570B25A (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, Type_t* ___0_componentClass, String_t* ___1_name, Type_t* ___2_type, PropertyInfo_t* ___3_propInfo, MethodInfo_t* ___4_getMethod, MethodInfo_t* ___5_setMethod, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___6_attrs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_componentClass; String_t* L_1 = ___1_name; Type_t* L_2 = ___2_type; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_3 = ___6_attrs; ReflectPropertyDescriptor__ctor_m69383E1B38EE9DE9E6A4A929AF7AB6E367F7396C(__this, L_0, L_1, L_2, L_3, NULL); PropertyInfo_t* L_4 = ___3_propInfo; __this->___propInfo_35 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___propInfo_35), (void*)L_4); MethodInfo_t* L_5 = ___4_getMethod; __this->___getMethod_36 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___getMethod_36), (void*)L_5); MethodInfo_t* L_6 = ___5_setMethod; __this->___setMethod_37 = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___setMethod_37), (void*)L_6); MethodInfo_t* L_7 = ___4_getMethod; bool L_8; L_8 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_7, (MethodInfo_t*)NULL, NULL); if (!L_8) { goto IL_0059; } } { PropertyInfo_t* L_9 = ___3_propInfo; bool L_10; L_10 = PropertyInfo_op_Inequality_mE75A4F14CC678D8A670730FBD4338C718CACB51B(L_9, (PropertyInfo_t*)NULL, NULL); if (!L_10) { goto IL_0059; } } { MethodInfo_t* L_11 = ___5_setMethod; bool L_12; L_12 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_11, (MethodInfo_t*)NULL, NULL); if (!L_12) { goto IL_0059; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_13 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_14 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitGetQueried_22; int32_t L_15 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetOnDemand_30; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_13, ((int32_t)(L_14|L_15)), (bool)1, NULL); return; } IL_0059: { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_16 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_17 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitGetQueried_22; int32_t L_18 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetQueried_23; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_16, ((int32_t)(L_17|L_18)), (bool)1, NULL); return; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Type,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_m76D7835946FE6509151357F03A851EA424E9EC0C (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, Type_t* ___0_componentClass, String_t* ___1_name, Type_t* ___2_type, Type_t* ___3_receiverType, MethodInfo_t* ___4_getMethod, MethodInfo_t* ___5_setMethod, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___6_attrs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_componentClass; String_t* L_1 = ___1_name; Type_t* L_2 = ___2_type; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_3 = ___6_attrs; ReflectPropertyDescriptor__ctor_m69383E1B38EE9DE9E6A4A929AF7AB6E367F7396C(__this, L_0, L_1, L_2, L_3, NULL); Type_t* L_4 = ___3_receiverType; __this->___receiverType_40 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___receiverType_40), (void*)L_4); MethodInfo_t* L_5 = ___4_getMethod; __this->___getMethod_36 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___getMethod_36), (void*)L_5); MethodInfo_t* L_6 = ___5_setMethod; __this->___setMethod_37 = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___setMethod_37), (void*)L_6); BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_7 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_8 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitGetQueried_22; int32_t L_9 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetQueried_23; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_7, ((int32_t)(L_8|L_9)), (bool)1, NULL); return; } } // System.Type System.ComponentModel.ReflectPropertyDescriptor::get_ComponentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectPropertyDescriptor_get_ComponentType_mDAAD38FE7ADAC5C2EF1E36CAAF78C7C09DCB7229 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___componentClass_32; return L_0; } } // System.Object System.ComponentModel.ReflectPropertyDescriptor::get_DefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_0 = NULL; { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitDefaultValueQueried_21; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); if (L_2) { goto IL_00a6; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_3 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_4 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitDefaultValueQueried_21; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_3, L_4, (bool)1, NULL); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_5; L_5 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_7; L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL); NullCheck(L_5); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_8; L_8 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(10 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_5, L_7); V_0 = L_8; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_9 = V_0; if (!L_9) { goto IL_009b; } } { Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_10 = V_0; NullCheck(((DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC*)CastclassClass((RuntimeObject*)L_10, DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_il2cpp_TypeInfo_var))); RuntimeObject* L_11; L_11 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, ((DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC*)CastclassClass((RuntimeObject*)L_10, DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_il2cpp_TypeInfo_var))); __this->___defaultValue_34 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultValue_34), (void*)L_11); RuntimeObject* L_12 = __this->___defaultValue_34; if (!L_12) { goto IL_00a6; } } { Type_t* L_13; L_13 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); NullCheck(L_13); bool L_14; L_14 = VirtualFuncInvoker0< bool >::Invoke(70 /* System.Boolean System.Type::get_IsEnum() */, L_13); if (!L_14) { goto IL_00a6; } } { Type_t* L_15; L_15 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); NullCheck(L_15); Type_t* L_16; L_16 = VirtualFuncInvoker0< Type_t* >::Invoke(120 /* System.Type System.Type::GetEnumUnderlyingType() */, L_15); RuntimeObject* L_17 = __this->___defaultValue_34; NullCheck(L_17); Type_t* L_18; L_18 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_17, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_19; L_19 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_16, L_18, NULL); if (!L_19) { goto IL_00a6; } } { Type_t* L_20; L_20 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); RuntimeObject* L_21 = __this->___defaultValue_34; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_22; L_22 = Enum_ToObject_mD898E0819FA640BC4E98924613B5DBD41146D1FF(L_20, L_21, NULL); __this->___defaultValue_34 = L_22; Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultValue_34), (void*)L_22); goto IL_00a6; } IL_009b: { il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); RuntimeObject* L_23 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue_18; __this->___defaultValue_34 = L_23; Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultValue_34), (void*)L_23); } IL_00a6: { RuntimeObject* L_24 = __this->___defaultValue_34; return L_24; } } // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_GetMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ReflectPropertyDescriptor_get_GetMethodValue_m594459E4D0447CA4A73317091897EBB7721A204C (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitGetQueried_22; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); if (L_2) { goto IL_013e; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_3 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_4 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitGetQueried_22; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_3, L_4, (bool)1, NULL); Type_t* L_5 = __this->___receiverType_40; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_5, (Type_t*)NULL, NULL); if (!L_6) { goto IL_00db; } } { PropertyInfo_t* L_7 = __this->___propInfo_35; bool L_8; L_8 = PropertyInfo_op_Equality_m3BFC2276AECF2A16B66F171D65516817B4578B4F(L_7, (PropertyInfo_t*)NULL, NULL); if (!L_8) { goto IL_0076; } } { V_0 = ((int32_t)4148); Type_t* L_9 = __this->___componentClass_32; String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); int32_t L_11 = V_0; Type_t* L_12; L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_13 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)0); ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364* L_14 = (ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)(ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)SZArrayNew(ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364_il2cpp_TypeInfo_var, (uint32_t)0); NullCheck(L_9); PropertyInfo_t* L_15; L_15 = Type_GetProperty_m56B512B27B74B56735C0BC4973B3E3C3BE817C68(L_9, L_10, L_11, (Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235*)NULL, L_12, L_13, L_14, NULL); __this->___propInfo_35 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___propInfo_35), (void*)L_15); } IL_0076: { PropertyInfo_t* L_16 = __this->___propInfo_35; bool L_17; L_17 = PropertyInfo_op_Inequality_mE75A4F14CC678D8A670730FBD4338C718CACB51B(L_16, (PropertyInfo_t*)NULL, NULL); if (!L_17) { goto IL_0096; } } { PropertyInfo_t* L_18 = __this->___propInfo_35; NullCheck(L_18); MethodInfo_t* L_19; L_19 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(23 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, L_18, (bool)1); __this->___getMethod_36 = L_19; Il2CppCodeGenWriteBarrier((void**)(&__this->___getMethod_36), (void*)L_19); } IL_0096: { MethodInfo_t* L_20 = __this->___getMethod_36; bool L_21; L_21 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_20, (MethodInfo_t*)NULL, NULL); if (!L_21) { goto IL_013e; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = L_22; Type_t* L_24 = __this->___componentClass_32; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_24); String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_27; L_27 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), L_26, NULL); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_27); (L_23)->SetAt(static_cast(0), (RuntimeObject*)L_27); String_t* L_28; L_28 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8078BB087D77C6D4148EE3E592BE857E12EC82BD)), L_23, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_29 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_29); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_29, L_28, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_get_GetMethodValue_m594459E4D0447CA4A73317091897EBB7721A204C_RuntimeMethod_var))); } IL_00db: { Type_t* L_30 = __this->___componentClass_32; String_t* L_31; L_31 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_32; L_32 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26, L_31, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_33 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_34 = L_33; Type_t* L_35 = __this->___receiverType_40; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(0), (Type_t*)L_35); Type_t* L_36 = __this->___type_33; MethodInfo_t* L_37; L_37 = MemberDescriptor_FindMethod_m965C3B7B33AF108512373758AC6945B1935EB052(L_30, L_32, L_34, L_36, NULL); __this->___getMethod_36 = L_37; Il2CppCodeGenWriteBarrier((void**)(&__this->___getMethod_36), (void*)L_37); MethodInfo_t* L_38 = __this->___getMethod_36; bool L_39; L_39 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_38, (MethodInfo_t*)NULL, NULL); if (!L_39) { goto IL_013e; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_40 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_41 = L_40; String_t* L_42; L_42 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(0), (RuntimeObject*)L_42); String_t* L_43; L_43 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8078BB087D77C6D4148EE3E592BE857E12EC82BD)), L_41, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_44 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_44); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_44, L_43, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_get_GetMethodValue_m594459E4D0447CA4A73317091897EBB7721A204C_RuntimeMethod_var))); } IL_013e: { MethodInfo_t* L_45 = __this->___getMethod_36; return L_45; } } // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::get_IsExtender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_get_IsExtender_m7C02F0F31CD0F027C3760AB90BA32E7DD7AD174C (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = __this->___receiverType_40; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_0, (Type_t*)NULL, NULL); return L_1; } } // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_get_IsReadOnly_mFF3B72779F577A08EA547A4917FF80240CB9654C (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MethodInfo_t* L_0; L_0 = ReflectPropertyDescriptor_get_SetMethodValue_m1C9F424C01FB208E6CA801AA27F01CD4EFAEE445(__this, NULL); bool L_1; L_1 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_0, (MethodInfo_t*)NULL, NULL); if (L_1) { goto IL_002e; } } { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2; L_2 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL); NullCheck(L_2); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_5; L_5 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(10 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_2, L_4); NullCheck(((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628*)CastclassSealed((RuntimeObject*)L_5, ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))); bool L_6; L_6 = ReadOnlyAttribute_get_IsReadOnly_m4A89E834A4F54577308A7505CBABF13F8AF714BB_inline(((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628*)CastclassSealed((RuntimeObject*)L_5, ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var)), NULL); return L_6; } IL_002e: { return (bool)1; } } // System.Type System.ComponentModel.ReflectPropertyDescriptor::get_PropertyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectPropertyDescriptor_get_PropertyType_m702A8C9B6283FE28A32FD4FFCF712173B6248DE9 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___type_33; return L_0; } } // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_SetMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ReflectPropertyDescriptor_get_SetMethodValue_m1C9F424C01FB208E6CA801AA27F01CD4EFAEE445 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Type_t* V_2 = NULL; PropertyInfo_t* V_3 = NULL; int32_t V_4 = 0; { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetQueried_23; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); if (L_2) { goto IL_00cb; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_3 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_4 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetOnDemand_30; bool L_5; L_5 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_3, L_4, NULL); if (!L_5) { goto IL_00cb; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_6 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_7 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetQueried_23; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_6, L_7, (bool)1, NULL); V_0 = ((int32_t)22); PropertyInfo_t* L_8 = __this->___propInfo_35; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8); V_1 = L_9; MethodInfo_t* L_10 = __this->___setMethod_37; bool L_11; L_11 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_10, (MethodInfo_t*)NULL, NULL); if (!L_11) { goto IL_00cb; } } { Type_t* L_12; L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(13 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, __this); NullCheck(L_12); Type_t* L_13; L_13 = VirtualFuncInvoker0< Type_t* >::Invoke(113 /* System.Type System.Type::get_BaseType() */, L_12); V_2 = L_13; goto IL_00b0; } IL_0066: { Type_t* L_14 = V_2; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_14, (Type_t*)NULL, NULL); if (L_15) { goto IL_00cb; } } { Type_t* L_16 = V_2; String_t* L_17 = V_1; int32_t L_18 = V_0; Type_t* L_19; L_19 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_20 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)0); NullCheck(L_16); PropertyInfo_t* L_21; L_21 = Type_GetProperty_m56B512B27B74B56735C0BC4973B3E3C3BE817C68(L_16, L_17, L_18, (Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235*)NULL, L_19, L_20, (ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)NULL, NULL); V_3 = L_21; PropertyInfo_t* L_22 = V_3; bool L_23; L_23 = PropertyInfo_op_Inequality_mE75A4F14CC678D8A670730FBD4338C718CACB51B(L_22, (PropertyInfo_t*)NULL, NULL); if (!L_23) { goto IL_00a9; } } { PropertyInfo_t* L_24 = V_3; NullCheck(L_24); MethodInfo_t* L_25; L_25 = PropertyInfo_GetSetMethod_mA16842ADAD11B6F70F4EDCA2805C999E378C4C8B(L_24, NULL); __this->___setMethod_37 = L_25; Il2CppCodeGenWriteBarrier((void**)(&__this->___setMethod_37), (void*)L_25); MethodInfo_t* L_26 = __this->___setMethod_37; bool L_27; L_27 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_26, (MethodInfo_t*)NULL, NULL); if (L_27) { goto IL_00cb; } } IL_00a9: { Type_t* L_28 = V_2; NullCheck(L_28); Type_t* L_29; L_29 = VirtualFuncInvoker0< Type_t* >::Invoke(113 /* System.Type System.Type::get_BaseType() */, L_28); V_2 = L_29; } IL_00b0: { Type_t* L_30 = V_2; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_31; L_31 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_30, (Type_t*)NULL, NULL); if (!L_31) { goto IL_00cb; } } { Type_t* L_32 = V_2; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_33 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_34; L_34 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_33, NULL); bool L_35; L_35 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_32, L_34, NULL); if (L_35) { goto IL_0066; } } IL_00cb: { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_36 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_37 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetQueried_23; bool L_38; L_38 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_36, L_37, NULL); if (L_38) { goto IL_01a5; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_39 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_40 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetQueried_23; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_39, L_40, (bool)1, NULL); Type_t* L_41 = __this->___receiverType_40; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_42; L_42 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_41, (Type_t*)NULL, NULL); if (!L_42) { goto IL_0162; } } { PropertyInfo_t* L_43 = __this->___propInfo_35; bool L_44; L_44 = PropertyInfo_op_Equality_m3BFC2276AECF2A16B66F171D65516817B4578B4F(L_43, (PropertyInfo_t*)NULL, NULL); if (!L_44) { goto IL_0140; } } { V_4 = ((int32_t)4148); Type_t* L_45 = __this->___componentClass_32; String_t* L_46; L_46 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); int32_t L_47 = V_4; Type_t* L_48; L_48 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_49 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)0); ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364* L_50 = (ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)(ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)SZArrayNew(ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364_il2cpp_TypeInfo_var, (uint32_t)0); NullCheck(L_45); PropertyInfo_t* L_51; L_51 = Type_GetProperty_m56B512B27B74B56735C0BC4973B3E3C3BE817C68(L_45, L_46, L_47, (Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235*)NULL, L_48, L_49, L_50, NULL); __this->___propInfo_35 = L_51; Il2CppCodeGenWriteBarrier((void**)(&__this->___propInfo_35), (void*)L_51); } IL_0140: { PropertyInfo_t* L_52 = __this->___propInfo_35; bool L_53; L_53 = PropertyInfo_op_Inequality_mE75A4F14CC678D8A670730FBD4338C718CACB51B(L_52, (PropertyInfo_t*)NULL, NULL); if (!L_53) { goto IL_01a5; } } { PropertyInfo_t* L_54 = __this->___propInfo_35; NullCheck(L_54); MethodInfo_t* L_55; L_55 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(25 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, L_54, (bool)1); __this->___setMethod_37 = L_55; Il2CppCodeGenWriteBarrier((void**)(&__this->___setMethod_37), (void*)L_55); goto IL_01a5; } IL_0162: { Type_t* L_56 = __this->___componentClass_32; String_t* L_57; L_57 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_58; L_58 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3, L_57, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_59 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_60 = L_59; Type_t* L_61 = __this->___receiverType_40; NullCheck(L_60); ArrayElementTypeCheck (L_60, L_61); (L_60)->SetAt(static_cast(0), (Type_t*)L_61); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_62 = L_60; Type_t* L_63 = __this->___type_33; NullCheck(L_62); ArrayElementTypeCheck (L_62, L_63); (L_62)->SetAt(static_cast(1), (Type_t*)L_63); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_64 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_65; L_65 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_64, NULL); MethodInfo_t* L_66; L_66 = MemberDescriptor_FindMethod_m965C3B7B33AF108512373758AC6945B1935EB052(L_56, L_58, L_62, L_65, NULL); __this->___setMethod_37 = L_66; Il2CppCodeGenWriteBarrier((void**)(&__this->___setMethod_37), (void*)L_66); } IL_01a5: { MethodInfo_t* L_67 = __this->___setMethod_37; return L_67; } } // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_ShouldSerializeMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_0 = NULL; { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitShouldSerializeQueried_24; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); if (L_2) { goto IL_0076; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_3 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_4 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitShouldSerializeQueried_24; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_3, L_4, (bool)1, NULL); Type_t* L_5 = __this->___receiverType_40; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_5, (Type_t*)NULL, NULL); if (!L_6) { goto IL_0039; } } { il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_7 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___argsNone_17; V_0 = L_7; goto IL_0049; } IL_0039: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_8 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_9 = L_8; Type_t* L_10 = __this->___receiverType_40; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (Type_t*)L_10); V_0 = L_9; } IL_0049: { Type_t* L_11 = __this->___componentClass_32; String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_13; L_13 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC, L_12, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_14 = V_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_15 = { reinterpret_cast (Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_16; L_16 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_15, NULL); MethodInfo_t* L_17; L_17 = MemberDescriptor_FindMethod_m2F665DAC787E8F7A4A45FB72D81E2E9C523B6D9D(L_11, L_13, L_14, L_16, (bool)0, NULL); __this->___shouldSerializeMethod_38 = L_17; Il2CppCodeGenWriteBarrier((void**)(&__this->___shouldSerializeMethod_38), (void*)L_17); } IL_0076: { MethodInfo_t* L_18 = __this->___shouldSerializeMethod_38; return L_18; } } // System.Type System.ComponentModel.ReflectPropertyDescriptor::ExtenderGetReceiverType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectPropertyDescriptor_ExtenderGetReceiverType_m580D2C2F9D1F241A4DE8EDAF7D53035286A62021 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___receiverType_40; return L_0; } } // System.Type System.ComponentModel.ReflectPropertyDescriptor::ExtenderGetType(System.ComponentModel.IExtenderProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectPropertyDescriptor_ExtenderGetType_m052B3E3709857A2B1857C56CF766231E1D0BC3F2 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) { { Type_t* L_0; L_0 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); return L_0; } } // System.Object System.ComponentModel.ReflectPropertyDescriptor::ExtenderGetValue(System.ComponentModel.IExtenderProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectPropertyDescriptor_ExtenderGetValue_m1EE66EB2F4FA5A0AFE3F89C53238C344FE1E13CF (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, RuntimeObject* ___1_component, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_provider; if (!L_0) { goto IL_002e; } } { Type_t* L_1 = __this->___componentClass_32; RuntimeObject* L_2 = ___0_provider; RuntimeObject* L_3; L_3 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(12 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_1, L_2); ___0_provider = ((RuntimeObject*)Castclass((RuntimeObject*)L_3, IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var)); MethodInfo_t* L_4; L_4 = ReflectPropertyDescriptor_get_GetMethodValue_m594459E4D0447CA4A73317091897EBB7721A204C(__this, NULL); RuntimeObject* L_5 = ___0_provider; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_6; RuntimeObject* L_8 = ___1_component; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject*)L_8); NullCheck(L_4); RuntimeObject* L_9; L_9 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_4, L_5, L_7, NULL); return L_9; } IL_002e: { return NULL; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::ExtenderSetValue(System.ComponentModel.IExtenderProvider,System.Object,System.Object,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_ExtenderSetValue_mFC8590E7DFEF16F37E8A4C664D146E369FD8FDB6 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, RuntimeObject* ___1_component, RuntimeObject* ___2_value, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___3_notifyDesc, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___0_provider; if (!L_0) { goto IL_0099; } } { RuntimeObject* L_1 = ___1_component; RuntimeObject* L_2; L_2 = MemberDescriptor_GetSite_m358C87152269B37CFC369CAB93487B6A06BFB8C3(L_1, NULL); V_0 = L_2; V_1 = (RuntimeObject*)NULL; V_2 = NULL; RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_002a; } } { RuntimeObject* L_4 = V_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast (IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_6; L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL); NullCheck(L_4); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_4, L_6); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var)); } IL_002a: { RuntimeObject* L_8 = V_1; if (!L_8) { goto IL_004e; } } { RuntimeObject* L_9 = ___0_provider; RuntimeObject* L_10 = ___1_component; RuntimeObject* L_11; L_11 = ReflectPropertyDescriptor_ExtenderGetValue_m1EE66EB2F4FA5A0AFE3F89C53238C344FE1E13CF(__this, L_9, L_10, NULL); V_2 = L_11; } try {// begin try (depth: 1) RuntimeObject* L_12 = V_1; RuntimeObject* L_13 = ___1_component; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_14 = ___3_notifyDesc; NullCheck(L_12); InterfaceActionInvoker2< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* >::Invoke(1 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanging(System.Object,System.ComponentModel.MemberDescriptor) */, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_12, L_13, L_14); goto IL_004e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0041; } throw e; } CATCH_0041: {// begin catch(System.ComponentModel.Design.CheckoutException) { V_3 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)); CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_15 = V_3; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var))); CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_16 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var))))->___Canceled_18; if ((!(((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_15) == ((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_16)))) { goto IL_004c; } } { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0099; } IL_004c: { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_17 = V_3; IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_ExtenderSetValue_mFC8590E7DFEF16F37E8A4C664D146E369FD8FDB6_RuntimeMethod_var))); } }// end catch (depth: 1) IL_004e: { Type_t* L_18 = __this->___componentClass_32; RuntimeObject* L_19 = ___0_provider; RuntimeObject* L_20; L_20 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(12 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_18, L_19); ___0_provider = ((RuntimeObject*)Castclass((RuntimeObject*)L_20, IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var)); MethodInfo_t* L_21; L_21 = ReflectPropertyDescriptor_get_SetMethodValue_m1C9F424C01FB208E6CA801AA27F01CD4EFAEE445(__this, NULL); bool L_22; L_22 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_21, (MethodInfo_t*)NULL, NULL); if (!L_22) { goto IL_0099; } } { MethodInfo_t* L_23; L_23 = ReflectPropertyDescriptor_get_SetMethodValue_m1C9F424C01FB208E6CA801AA27F01CD4EFAEE445(__this, NULL); RuntimeObject* L_24 = ___0_provider; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = L_25; RuntimeObject* L_27 = ___1_component; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(0), (RuntimeObject*)L_27); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = L_26; RuntimeObject* L_29 = ___2_value; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(1), (RuntimeObject*)L_29); NullCheck(L_23); RuntimeObject* L_30; L_30 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_23, L_24, L_28, NULL); RuntimeObject* L_31 = V_1; if (!L_31) { goto IL_0099; } } { RuntimeObject* L_32 = V_1; RuntimeObject* L_33 = ___1_component; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_34 = ___3_notifyDesc; RuntimeObject* L_35 = V_2; RuntimeObject* L_36 = ___2_value; NullCheck(L_32); InterfaceActionInvoker4< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*, RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanged(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object) */, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_32, L_33, L_34, L_35, L_36); } IL_0099: { return; } } // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::ExtenderShouldSerializeValue(System.ComponentModel.IExtenderProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_ExtenderShouldSerializeValue_mC7D2BC53B13E46B6284AC509587A39E739B131BD (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, RuntimeObject* ___1_component, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; { Type_t* L_0 = __this->___componentClass_32; RuntimeObject* L_1 = ___0_provider; RuntimeObject* L_2; L_2 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(12 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_0, L_1); ___0_provider = ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var)); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.ComponentModel.PropertyDescriptor::get_IsReadOnly() */, __this); if (!L_3) { goto IL_005c; } } { MethodInfo_t* L_4; L_4 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); bool L_5; L_5 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_4, (MethodInfo_t*)NULL, NULL); if (!L_5) { goto IL_004b; } } try {// begin try (depth: 1) MethodInfo_t* L_6; L_6 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); RuntimeObject* L_7 = ___0_provider; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_8; RuntimeObject* L_10 = ___1_component; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (RuntimeObject*)L_10); NullCheck(L_6); RuntimeObject* L_11; L_11 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_6, L_7, L_9, NULL); V_0 = ((*(bool*)((bool*)(bool*)UnBox(L_11, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))); goto IL_00b1; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0048; } throw e; } CATCH_0048: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_004b; }// end catch (depth: 1) IL_004b: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_12; L_12 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); il2cpp_codegen_runtime_class_init_inline(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var); DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* L_13 = ((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Content_0; NullCheck(L_12); bool L_14; L_14 = AttributeCollection_Contains_m380CBE3B092583FB9579C935A2033B72C637C6EE(L_12, L_13, NULL); return L_14; } IL_005c: { RuntimeObject* L_15; L_15 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); RuntimeObject* L_16 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue_18; if ((!(((RuntimeObject*)(RuntimeObject*)L_15) == ((RuntimeObject*)(RuntimeObject*)L_16)))) { goto IL_009a; } } { MethodInfo_t* L_17; L_17 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); bool L_18; L_18 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_17, (MethodInfo_t*)NULL, NULL); if (!L_18) { goto IL_0098; } } try {// begin try (depth: 1) MethodInfo_t* L_19; L_19 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); RuntimeObject* L_20 = ___0_provider; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = L_21; RuntimeObject* L_23 = ___1_component; NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(0), (RuntimeObject*)L_23); NullCheck(L_19); RuntimeObject* L_24; L_24 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_19, L_20, L_22, NULL); V_0 = ((*(bool*)((bool*)(bool*)UnBox(L_24, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))); goto IL_00b1; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0095; } throw e; } CATCH_0095: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0098; }// end catch (depth: 1) IL_0098: { return (bool)1; } IL_009a: { RuntimeObject* L_25; L_25 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); RuntimeObject* L_26 = ___0_provider; RuntimeObject* L_27 = ___1_component; RuntimeObject* L_28; L_28 = ReflectPropertyDescriptor_ExtenderGetValue_m1EE66EB2F4FA5A0AFE3F89C53238C344FE1E13CF(__this, L_26, L_27, NULL); bool L_29; L_29 = Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7(L_25, L_28, NULL); return (bool)((((int32_t)L_29) == ((int32_t)0))? 1 : 0); } IL_00b1: { bool L_30 = V_0; return L_30; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::FillAttributes(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_FillAttributes_mD1A8B05FA0756E81EDA754C0E792BB24C61754EA (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_FillAttributes_mD1A8B05FA0756E81EDA754C0E792BB24C61754EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Type_t* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_4 = NULL; RuntimeObject* V_5 = NULL; AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* V_6 = NULL; MemberInfo_t* V_7 = NULL; AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* V_8 = NULL; int32_t V_9 = 0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_10 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_11 = NULL; int32_t V_12 = 0; AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA* V_13 = NULL; Type_t* V_14 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_15 = NULL; MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* V_16 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_17 = NULL; int32_t V_18 = 0; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_19 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_20 = NULL; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_21 = NULL; { Type_t* L_0; L_0 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1; L_1 = TypeDescriptor_GetAttributes_mEB5BB80A1C07740F8C7C432FDE38C5F37D846755(L_0, NULL); NullCheck(L_1); RuntimeObject* L_2; L_2 = AttributeCollection_GetEnumerator_m1464C016A16216F1F87A46940CF97B742AA032C6(L_1, NULL); V_3 = L_2; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0033: {// begin finally (depth: 1) { RuntimeObject* L_3 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = V_5; if (!L_4) { goto IL_0046; } } { RuntimeObject* L_5 = V_5; NullCheck(L_5); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5); } IL_0046: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0029_1; } IL_0013_1: { RuntimeObject* L_6 = V_3; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_6); V_4 = ((Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)CastclassClass((RuntimeObject*)L_7, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = ___0_attributes; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_9 = V_4; NullCheck(L_8); int32_t L_10; L_10 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_8, L_9); } IL_0029_1: { RuntimeObject* L_11 = V_3; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0013_1; } } { goto IL_0047; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0047: { V_0 = ((int32_t)54); Type_t* L_13 = __this->___componentClass_32; V_1 = L_13; V_2 = 0; goto IL_0060; } IL_0055: { int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_14, 1)); Type_t* L_15 = V_1; NullCheck(L_15); Type_t* L_16; L_16 = VirtualFuncInvoker0< Type_t* >::Invoke(113 /* System.Type System.Type::get_BaseType() */, L_15); V_1 = L_16; } IL_0060: { Type_t* L_17 = V_1; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_18; L_18 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_17, (Type_t*)NULL, NULL); if (!L_18) { goto IL_007b; } } { Type_t* L_19 = V_1; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_20 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_21; L_21 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_20, NULL); bool L_22; L_22 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_19, L_21, NULL); if (L_22) { goto IL_0055; } } IL_007b: { int32_t L_23 = V_2; if ((((int32_t)L_23) <= ((int32_t)0))) { goto IL_0259; } } { Type_t* L_24 = __this->___componentClass_32; V_1 = L_24; int32_t L_25 = V_2; AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_26 = (AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F*)(AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F*)SZArrayNew(AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F_il2cpp_TypeInfo_var, (uint32_t)L_25); V_6 = L_26; goto IL_010c; } IL_0093: { V_7 = (MemberInfo_t*)NULL; bool L_27; L_27 = ReflectPropertyDescriptor_get_IsExtender_m7C02F0F31CD0F027C3760AB90BA32E7DD7AD174C(__this, NULL); if (!L_27) { goto IL_00ca; } } { Type_t* L_28 = V_1; String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_30; L_30 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26, L_29, NULL); int32_t L_31 = V_0; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_32 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_33 = L_32; Type_t* L_34 = __this->___receiverType_40; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(0), (Type_t*)L_34); NullCheck(L_28); MethodInfo_t* L_35; L_35 = Type_GetMethod_mF3AF3FA3834D7F99592A4CA715FFD2DE12291562(L_28, L_30, L_31, (Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235*)NULL, L_33, (ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)NULL, NULL); V_7 = L_35; goto IL_00ec; } IL_00ca: { Type_t* L_36 = V_1; String_t* L_37; L_37 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); int32_t L_38 = V_0; Type_t* L_39; L_39 = VirtualFuncInvoker0< Type_t* >::Invoke(16 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_40 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)0); ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364* L_41 = (ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)(ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)SZArrayNew(ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364_il2cpp_TypeInfo_var, (uint32_t)0); NullCheck(L_36); PropertyInfo_t* L_42; L_42 = Type_GetProperty_m56B512B27B74B56735C0BC4973B3E3C3BE817C68(L_36, L_37, L_38, (Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235*)NULL, L_39, L_40, L_41, NULL); V_7 = L_42; } IL_00ec: { MemberInfo_t* L_43 = V_7; bool L_44; L_44 = MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA(L_43, (MemberInfo_t*)NULL, NULL); if (!L_44) { goto IL_0105; } } { AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_45 = V_6; int32_t L_46 = V_2; int32_t L_47 = ((int32_t)il2cpp_codegen_subtract(L_46, 1)); V_2 = L_47; MemberInfo_t* L_48 = V_7; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_49; L_49 = ReflectTypeDescriptionProvider_ReflectGetAttributes_m9E538B9266C61575FBAB5B49C8B4277DAD645301(L_48, NULL); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_49); (L_45)->SetAt(static_cast(L_47), (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)L_49); } IL_0105: { Type_t* L_50 = V_1; NullCheck(L_50); Type_t* L_51; L_51 = VirtualFuncInvoker0< Type_t* >::Invoke(113 /* System.Type System.Type::get_BaseType() */, L_50); V_1 = L_51; } IL_010c: { Type_t* L_52 = V_1; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_53; L_53 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_52, (Type_t*)NULL, NULL); if (!L_53) { goto IL_012a; } } { Type_t* L_54 = V_1; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_55 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_56; L_56 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_55, NULL); bool L_57; L_57 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_54, L_56, NULL); if (L_57) { goto IL_0093; } } IL_012a: { AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_58 = V_6; V_8 = L_58; V_9 = 0; goto IL_0205; } IL_0136: { AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_59 = V_8; int32_t L_60 = V_9; NullCheck(L_59); int32_t L_61 = L_60; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_62 = (L_59)->GetAt(static_cast(L_61)); V_10 = L_62; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_63 = V_10; if (!L_63) { goto IL_01ff; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_64 = V_10; V_11 = L_64; V_12 = 0; goto IL_01f4; } IL_0150: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_65 = V_11; int32_t L_66 = V_12; NullCheck(L_65); int32_t L_67 = L_66; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_68 = (L_65)->GetAt(static_cast(L_67)); V_13 = ((AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA*)IsInstClass((RuntimeObject*)L_68, AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA_il2cpp_TypeInfo_var)); AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA* L_69 = V_13; if (!L_69) { goto IL_01ee; } } { AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA* L_70 = V_13; NullCheck(L_70); String_t* L_71; L_71 = AttributeProviderAttribute_get_TypeName_mD24CBD99B7BBAB51FF331395769EC6F15DA27AB3_inline(L_70, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_72; L_72 = il2cpp_codegen_get_type(L_71, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, ReflectPropertyDescriptor_FillAttributes_mD1A8B05FA0756E81EDA754C0E792BB24C61754EA_RuntimeMethod_var); V_14 = L_72; Type_t* L_73 = V_14; bool L_74; L_74 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_73, (Type_t*)NULL, NULL); if (!L_74) { goto IL_01ee; } } { V_15 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL; AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA* L_75 = V_13; NullCheck(L_75); String_t* L_76; L_76 = AttributeProviderAttribute_get_PropertyName_mCEE6256980446CCEC0855216A3CFC8B572F6498D_inline(L_75, NULL); bool L_77; L_77 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_76, NULL); if (L_77) { goto IL_01ba; } } { Type_t* L_78 = V_14; AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA* L_79 = V_13; NullCheck(L_79); String_t* L_80; L_80 = AttributeProviderAttribute_get_PropertyName_mCEE6256980446CCEC0855216A3CFC8B572F6498D_inline(L_79, NULL); NullCheck(L_78); MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_81; L_81 = Type_GetMember_mC4456D1BA93A44CF021059F6D46237C0740A6229(L_78, L_80, NULL); V_16 = L_81; MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_82 = V_16; NullCheck(L_82); if (!(((RuntimeArray*)L_82)->max_length)) { goto IL_01c3; } } { MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_83 = V_16; NullCheck(L_83); int32_t L_84 = 0; MemberInfo_t* L_85 = (L_83)->GetAt(static_cast(L_84)); bool L_86; L_86 = MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA(L_85, (MemberInfo_t*)NULL, NULL); if (!L_86) { goto IL_01c3; } } { MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_87 = V_16; NullCheck(L_87); int32_t L_88 = 0; MemberInfo_t* L_89 = (L_87)->GetAt(static_cast(L_88)); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_90; L_90 = ReflectTypeDescriptionProvider_ReflectGetAttributes_m9E538B9266C61575FBAB5B49C8B4277DAD645301(L_89, NULL); V_15 = L_90; goto IL_01c3; } IL_01ba: { Type_t* L_91 = V_14; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_92; L_92 = ReflectTypeDescriptionProvider_ReflectGetAttributes_m9E538B9266C61575FBAB5B49C8B4277DAD645301(L_91, NULL); V_15 = L_92; } IL_01c3: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_93 = V_15; if (!L_93) { goto IL_01ee; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_94 = V_15; V_17 = L_94; V_18 = 0; goto IL_01e6; } IL_01d0: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_95 = V_17; int32_t L_96 = V_18; NullCheck(L_95); int32_t L_97 = L_96; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_98 = (L_95)->GetAt(static_cast(L_97)); V_19 = L_98; RuntimeObject* L_99 = ___0_attributes; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_100 = V_19; NullCheck(L_99); int32_t L_101; L_101 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_99, L_100); int32_t L_102 = V_18; V_18 = ((int32_t)il2cpp_codegen_add(L_102, 1)); } IL_01e6: { int32_t L_103 = V_18; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_104 = V_17; NullCheck(L_104); if ((((int32_t)L_103) < ((int32_t)((int32_t)(((RuntimeArray*)L_104)->max_length))))) { goto IL_01d0; } } IL_01ee: { int32_t L_105 = V_12; V_12 = ((int32_t)il2cpp_codegen_add(L_105, 1)); } IL_01f4: { int32_t L_106 = V_12; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_107 = V_11; NullCheck(L_107); if ((((int32_t)L_106) < ((int32_t)((int32_t)(((RuntimeArray*)L_107)->max_length))))) { goto IL_0150; } } IL_01ff: { int32_t L_108 = V_9; V_9 = ((int32_t)il2cpp_codegen_add(L_108, 1)); } IL_0205: { int32_t L_109 = V_9; AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_110 = V_8; NullCheck(L_110); if ((((int32_t)L_109) < ((int32_t)((int32_t)(((RuntimeArray*)L_110)->max_length))))) { goto IL_0136; } } { AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_111 = V_6; V_8 = L_111; V_9 = 0; goto IL_0251; } IL_0219: { AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_112 = V_8; int32_t L_113 = V_9; NullCheck(L_112); int32_t L_114 = L_113; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_115 = (L_112)->GetAt(static_cast(L_114)); V_20 = L_115; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_116 = V_20; if (!L_116) { goto IL_024b; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_117 = V_20; V_11 = L_117; V_12 = 0; goto IL_0243; } IL_022d: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_118 = V_11; int32_t L_119 = V_12; NullCheck(L_118); int32_t L_120 = L_119; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_121 = (L_118)->GetAt(static_cast(L_120)); V_21 = L_121; RuntimeObject* L_122 = ___0_attributes; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_123 = V_21; NullCheck(L_122); int32_t L_124; L_124 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_122, L_123); int32_t L_125 = V_12; V_12 = ((int32_t)il2cpp_codegen_add(L_125, 1)); } IL_0243: { int32_t L_126 = V_12; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_127 = V_11; NullCheck(L_127); if ((((int32_t)L_126) < ((int32_t)((int32_t)(((RuntimeArray*)L_127)->max_length))))) { goto IL_022d; } } IL_024b: { int32_t L_128 = V_9; V_9 = ((int32_t)il2cpp_codegen_add(L_128, 1)); } IL_0251: { int32_t L_129 = V_9; AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_130 = V_8; NullCheck(L_130); if ((((int32_t)L_129) < ((int32_t)((int32_t)(((RuntimeArray*)L_130)->max_length))))) { goto IL_0219; } } IL_0259: { RuntimeObject* L_131 = ___0_attributes; PropertyDescriptor_FillAttributes_m089944713C5E19B880AC940B07C609BFC3D273D1(__this, L_131, NULL); MethodInfo_t* L_132; L_132 = ReflectPropertyDescriptor_get_SetMethodValue_m1C9F424C01FB208E6CA801AA27F01CD4EFAEE445(__this, NULL); bool L_133; L_133 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_132, (MethodInfo_t*)NULL, NULL); if (!L_133) { goto IL_027a; } } { RuntimeObject* L_134 = ___0_attributes; il2cpp_codegen_runtime_class_init_inline(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* L_135 = ((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))->___Yes_0; NullCheck(L_134); int32_t L_136; L_136 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_134, L_135); } IL_027a: { return; } } // System.Object System.ComponentModel.ReflectPropertyDescriptor::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectPropertyDescriptor_GetValue_mBA0039B3B4051D5406814BD5E60C1F87B8BB2108 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_component, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; Exception_t* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; String_t* V_4 = NULL; RuntimeObject* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { bool L_0; L_0 = ReflectPropertyDescriptor_get_IsExtender_m7C02F0F31CD0F027C3760AB90BA32E7DD7AD174C(__this, NULL); if (!L_0) { goto IL_000a; } } { return NULL; } IL_000a: { RuntimeObject* L_1 = ___0_component; if (!L_1) { goto IL_00bc; } } { Type_t* L_2 = __this->___componentClass_32; RuntimeObject* L_3 = ___0_component; RuntimeObject* L_4; L_4 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(12 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_2, L_3); ___0_component = L_4; } try {// begin try (depth: 1) MethodInfo_t* L_5; L_5 = ReflectPropertyDescriptor_get_GetMethodValue_m594459E4D0447CA4A73317091897EBB7721A204C(__this, NULL); RuntimeObject* L_6 = ___0_component; RuntimeObject* L_7; L_7 = SecurityUtils_MethodInfoInvoke_m3806BC815C3CF0F291C2F3F91C81E167DF70AAD1(L_5, L_6, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL); V_0 = L_7; goto IL_00be; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0032; } throw e; } CATCH_0032: {// begin catch(System.Exception) { V_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); V_2 = (String_t*)NULL; RuntimeObject* L_8 = ___0_component; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)))); RuntimeObject* L_9 = V_3; if (!L_9) { goto IL_005c; } } { RuntimeObject* L_10 = V_3; NullCheck(L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)), L_10); V_5 = L_11; RuntimeObject* L_12 = V_5; if (!L_12) { goto IL_005c; } } { RuntimeObject* L_13 = V_5; NullCheck(L_13); String_t* L_14; L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ISite::get_Name() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var)), L_13); if (!L_14) { goto IL_005c; } } { RuntimeObject* L_15 = V_5; NullCheck(L_15); String_t* L_16; L_16 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.ComponentModel.ISite::get_Name() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var)), L_15); V_2 = L_16; } IL_005c: { String_t* L_17 = V_2; if (L_17) { goto IL_006b; } } { RuntimeObject* L_18 = ___0_component; NullCheck(L_18); Type_t* L_19; L_19 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_18, NULL); NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_19); V_2 = L_20; } IL_006b: { Exception_t* L_21 = V_1; if (!((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IsInstSealed((RuntimeObject*)L_21, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var))))) { goto IL_007a; } } { Exception_t* L_22 = V_1; NullCheck(L_22); Exception_t* L_23; L_23 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_22, NULL); V_1 = L_23; } IL_007a: { Exception_t* L_24 = V_1; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_24); V_4 = L_25; String_t* L_26 = V_4; if (L_26) { goto IL_0093; } } { Exception_t* L_27 = V_1; NullCheck(L_27); Type_t* L_28; L_28 = Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09(L_27, NULL); NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_28); V_4 = L_29; } IL_0093: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_30 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)3); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_30; String_t* L_32; L_32 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(0), (RuntimeObject*)L_32); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_33 = L_31; String_t* L_34 = V_2; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(1), (RuntimeObject*)L_34); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_35 = L_33; String_t* L_36 = V_4; NullCheck(L_35); ArrayElementTypeCheck (L_35, L_36); (L_35)->SetAt(static_cast(2), (RuntimeObject*)L_36); String_t* L_37; L_37 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1C84EA7A858FB95C60BAF49D996A607787A1E26F)), L_35, NULL); Exception_t* L_38 = V_1; TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* L_39 = (TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var))); NullCheck(L_39); TargetInvocationException__ctor_mEE5FEDD311B4396452D5AFF140B2D79907447F94(L_39, L_37, L_38, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_GetValue_mBA0039B3B4051D5406814BD5E60C1F87B8BB2108_RuntimeMethod_var))); } }// end catch (depth: 1) IL_00bc: { return NULL; } IL_00be: { RuntimeObject* L_40 = V_0; return L_40; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::OnValueChanged(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_OnValueChanged_m75E6878C02B26D0A8520239C21C9B4266F501178 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_component, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (&__this->___state_31); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitChangedQueried_26; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); if (!L_2) { goto IL_0022; } } { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_3 = __this->___realChangedEvent_39; if (L_3) { goto IL_0022; } } { RuntimeObject* L_4 = ___0_component; EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* L_5 = ___1_e; PropertyDescriptor_OnValueChanged_m7729940702F65BDD2515187DAF6E791ADC99CD21(__this, L_4, L_5, NULL); } IL_0022: { return; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_SetValue_mEFCFF00D8CB0014703F99EA732C7FB576F7B2C84 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_component, RuntimeObject* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* V_4 = NULL; Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___0_component; if (!L_0) { goto IL_00c4; } } { RuntimeObject* L_1 = ___0_component; RuntimeObject* L_2; L_2 = MemberDescriptor_GetSite_m358C87152269B37CFC369CAB93487B6A06BFB8C3(L_1, NULL); V_0 = L_2; V_1 = (RuntimeObject*)NULL; V_2 = NULL; Type_t* L_3 = __this->___componentClass_32; RuntimeObject* L_4 = ___0_component; RuntimeObject* L_5; L_5 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(12 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_3, L_4); V_3 = L_5; bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.ComponentModel.PropertyDescriptor::get_IsReadOnly() */, __this); if (L_6) { goto IL_00c4; } } { RuntimeObject* L_7 = V_0; if (!L_7) { goto IL_0043; } } { RuntimeObject* L_8 = V_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9 = { reinterpret_cast (IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_10; L_10 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_9, NULL); NullCheck(L_8); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_8, L_10); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_11, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var)); } IL_0043: { RuntimeObject* L_12 = V_1; if (!L_12) { goto IL_006e; } } { MethodInfo_t* L_13; L_13 = ReflectPropertyDescriptor_get_GetMethodValue_m594459E4D0447CA4A73317091897EBB7721A204C(__this, NULL); RuntimeObject* L_14 = V_3; RuntimeObject* L_15; L_15 = SecurityUtils_MethodInfoInvoke_m3806BC815C3CF0F291C2F3F91C81E167DF70AAD1(L_13, L_14, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL); V_2 = L_15; } try {// begin try (depth: 1) RuntimeObject* L_16 = V_1; RuntimeObject* L_17 = ___0_component; NullCheck(L_16); InterfaceActionInvoker2< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* >::Invoke(1 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanging(System.Object,System.ComponentModel.MemberDescriptor) */, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_16, L_17, __this); goto IL_006e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_005e; } throw e; } CATCH_005e: {// begin catch(System.ComponentModel.Design.CheckoutException) { V_4 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)); CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_18 = V_4; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var))); CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_19 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var))))->___Canceled_18; if ((!(((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_18) == ((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_19)))) { goto IL_006b; } } { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00c4; } IL_006b: { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_20 = V_4; IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_SetValue_mEFCFF00D8CB0014703F99EA732C7FB576F7B2C84_RuntimeMethod_var))); } }// end catch (depth: 1) IL_006e: { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00b6: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_1; if (!L_21) { goto IL_00c3; } } { RuntimeObject* L_22 = V_1; RuntimeObject* L_23 = ___0_component; RuntimeObject* L_24 = V_2; RuntimeObject* L_25 = ___1_value; NullCheck(L_22); InterfaceActionInvoker4< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*, RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanged(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object) */, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_22, L_23, __this, L_24, L_25); } IL_00c3: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) try {// begin try (depth: 2) MethodInfo_t* L_26; L_26 = ReflectPropertyDescriptor_get_SetMethodValue_m1C9F424C01FB208E6CA801AA27F01CD4EFAEE445(__this, NULL); RuntimeObject* L_27 = V_3; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_29 = L_28; RuntimeObject* L_30 = ___1_value; NullCheck(L_29); ArrayElementTypeCheck (L_29, L_30); (L_29)->SetAt(static_cast(0), (RuntimeObject*)L_30); RuntimeObject* L_31; L_31 = SecurityUtils_MethodInfoInvoke_m3806BC815C3CF0F291C2F3F91C81E167DF70AAD1(L_26, L_27, L_29, NULL); RuntimeObject* L_32 = V_3; il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* L_33 = ((EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var))->___Empty_0; VirtualActionInvoker2< RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(18 /* System.Void System.ComponentModel.PropertyDescriptor::OnValueChanged(System.Object,System.EventArgs) */, __this, L_32, L_33); goto IL_00c4; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0094_1; } throw e; } CATCH_0094_1: {// begin catch(System.Exception) { V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); RuntimeObject* L_34 = V_2; ___1_value = L_34; Exception_t* L_35 = V_5; if (!((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IsInstSealed((RuntimeObject*)L_35, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var))))) { goto IL_00b3_1; } } { Exception_t* L_36 = V_5; NullCheck(L_36); Exception_t* L_37; L_37 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_36, NULL); if (!L_37) { goto IL_00b3_1; } } { Exception_t* L_38 = V_5; NullCheck(L_38); Exception_t* L_39; L_39 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_38, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_SetValue_mEFCFF00D8CB0014703F99EA732C7FB576F7B2C84_RuntimeMethod_var))); } IL_00b3_1: { Exception_t* L_40 = V_5; IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_SetValue_mEFCFF00D8CB0014703F99EA732C7FB576F7B2C84_RuntimeMethod_var))); } }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00c4: { return; } } // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::ShouldSerializeValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_ShouldSerializeValue_mB455B7FF98FD33466F60F495FAE92BDD610D666B (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_component, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; { Type_t* L_0 = __this->___componentClass_32; RuntimeObject* L_1 = ___0_component; RuntimeObject* L_2; L_2 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(12 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_0, L_1); ___0_component = L_2; bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.ComponentModel.PropertyDescriptor::get_IsReadOnly() */, __this); if (!L_3) { goto IL_004e; } } { MethodInfo_t* L_4; L_4 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); bool L_5; L_5 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_4, (MethodInfo_t*)NULL, NULL); if (!L_5) { goto IL_003d; } } try {// begin try (depth: 1) MethodInfo_t* L_6; L_6 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); RuntimeObject* L_7 = ___0_component; NullCheck(L_6); RuntimeObject* L_8; L_8 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_6, L_7, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL); V_0 = ((*(bool*)((bool*)(bool*)UnBox(L_8, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))); goto IL_0099; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003a; } throw e; } CATCH_003a: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003d; }// end catch (depth: 1) IL_003d: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_9; L_9 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); il2cpp_codegen_runtime_class_init_inline(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var); DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* L_10 = ((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Content_0; NullCheck(L_9); bool L_11; L_11 = AttributeCollection_Contains_m380CBE3B092583FB9579C935A2033B72C637C6EE(L_9, L_10, NULL); return L_11; } IL_004e: { RuntimeObject* L_12; L_12 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); RuntimeObject* L_13 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue_18; if ((!(((RuntimeObject*)(RuntimeObject*)L_12) == ((RuntimeObject*)(RuntimeObject*)L_13)))) { goto IL_0083; } } { MethodInfo_t* L_14; L_14 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); bool L_15; L_15 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_14, (MethodInfo_t*)NULL, NULL); if (!L_15) { goto IL_0081; } } try {// begin try (depth: 1) MethodInfo_t* L_16; L_16 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); RuntimeObject* L_17 = ___0_component; NullCheck(L_16); RuntimeObject* L_18; L_18 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_16, L_17, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL); V_0 = ((*(bool*)((bool*)(bool*)UnBox(L_18, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))); goto IL_0099; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_007e; } throw e; } CATCH_007e: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0081; }// end catch (depth: 1) IL_0081: { return (bool)1; } IL_0083: { RuntimeObject* L_19; L_19 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); RuntimeObject* L_20 = ___0_component; RuntimeObject* L_21; L_21 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(17 /* System.Object System.ComponentModel.PropertyDescriptor::GetValue(System.Object) */, __this, L_20); bool L_22; L_22 = Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7(L_19, L_21, NULL); return (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0); } IL_0099: { bool L_23 = V_0; return L_23; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__cctor_m4ECCC67307051F2E9E840AD2AD3D9282B562ACA1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EDB0ADF83E638339660943B119E0C22374070AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0B01570F19FFDB1BF93C5800215D40A3CECE8CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDACE06C925094389C244AE9CE840DEC99974705B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC19713AECB91118EB8A64B101AE7339B2AB59FC); s_Il2CppMethodInitialized = true; } { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)0); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___argsNone_17 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___argsNone_17), (void*)L_0); RuntimeObject* L_1 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_1); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_1, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue_18 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue_18), (void*)L_1); TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* L_2 = (TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4*)il2cpp_codegen_object_new(TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4_il2cpp_TypeInfo_var); NullCheck(L_2); TraceSwitch__ctor_m775278D7946F29D7A7939D2048CA72DBCB0A5ABF(L_2, _stringLiteralDACE06C925094389C244AE9CE840DEC99974705B, _stringLiteral2EDB0ADF83E638339660943B119E0C22374070AB, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___PropDescCreateSwitch_19 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___PropDescCreateSwitch_19), (void*)L_2); TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* L_3 = (TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4*)il2cpp_codegen_object_new(TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4_il2cpp_TypeInfo_var); NullCheck(L_3); TraceSwitch__ctor_m775278D7946F29D7A7939D2048CA72DBCB0A5ABF(L_3, _stringLiteralA0B01570F19FFDB1BF93C5800215D40A3CECE8CA, _stringLiteralEC19713AECB91118EB8A64B101AE7339B2AB59FC, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___PropDescUsageSwitch_20 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___PropDescUsageSwitch_20), (void*)L_3); int32_t L_4; L_4 = BitVector32_CreateMask_m0201B8F0CF84BB78DDF1C491E9075FDF1D86A583(NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitDefaultValueQueried_21 = L_4; int32_t L_5 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitDefaultValueQueried_21; int32_t L_6; L_6 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_5, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitGetQueried_22 = L_6; int32_t L_7 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitGetQueried_22; int32_t L_8; L_8 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_7, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetQueried_23 = L_8; int32_t L_9 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetQueried_23; int32_t L_10; L_10 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_9, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitShouldSerializeQueried_24 = L_10; int32_t L_11 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitShouldSerializeQueried_24; int32_t L_12; L_12 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_11, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitResetQueried_25 = L_12; int32_t L_13 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitResetQueried_25; int32_t L_14; L_14 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_13, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitChangedQueried_26 = L_14; int32_t L_15 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitChangedQueried_26; int32_t L_16; L_16 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_15, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitIPropChangedQueried_27 = L_16; int32_t L_17 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitIPropChangedQueried_27; int32_t L_18; L_18 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_17, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitReadOnlyChecked_28 = L_18; int32_t L_19 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitReadOnlyChecked_28; int32_t L_20; L_20 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_19, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitAmbientValueQueried_29 = L_20; int32_t L_21 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitAmbientValueQueried_29; int32_t L_22; L_22 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_21, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetOnDemand_30 = L_22; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MobileAuthenticatedStream_get_TargetHost_m572DA701CB3CE3FA4006D5745F9A3B9A52739CAB_inline (MobileAuthenticatedStream_tD0306DC2B0CDA3C7DB261C19FFA35CA8EE24309E* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CTargetHostU3Ek__BackingField_21; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsSettings_set_RemoteCertificateValidationCallback_m6CEA8A6E38C85A96C2D26613407C13DD4F965C87_inline (MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* __this, MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0* ___0_value, const RuntimeMethod* method) { { MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0* L_0 = ___0_value; __this->___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0* MonoTlsSettings_get_RemoteCertificateValidationCallback_mE07825B4A75DAE2A4BB5037D504A36311814446C_inline (MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* __this, const RuntimeMethod* method) { { MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0* L_0 = __this->___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsSettings_set_ClientCertificateSelectionCallback_mB404DFD0C0475254CC129740A472D6D9615C56FD_inline (MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* __this, MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3* ___0_value, const RuntimeMethod* method) { { MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3* L_0 = ___0_value; __this->___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3* MonoTlsSettings_get_ClientCertificateSelectionCallback_mCFE63487D867109AD1AF856ECC8BA0996C0AA605_inline (MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* __this, const RuntimeMethod* method) { { MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3* L_0 = __this->___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* AuthenticatedStream_get_InnerStream_m5BDA4857898A90C696DAD90FD61C536FC3EB10C7_inline (AuthenticatedStream_t8DCF41E151F705E2494FC7836F5E2EF7C539FA39* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->____InnerStream_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* LocalCertificateSelectionCallback_Invoke_mED43EE6E88B8C653C7D68966F86751B70907591C_inline (LocalCertificateSelectionCallback_t71A03329606A5610ECC62BFBE6327C1EF9195859* __this, RuntimeObject* ___0_sender, String_t* ___1_targetHost, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___2_localCertificates, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___3_remoteCertificate, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___4_acceptableIssuers, const RuntimeMethod* method) { typedef X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, String_t*, X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_targetHost, ___2_localCertificates, ___3_remoteCertificate, ___4_acceptableIssuers, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_m23594845C49373D8D6AB753D89DB39D8285250F0_inline (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CBrowsableU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DescriptionAttribute_set_DescriptionValue_mE3DE3C009CBEA82A5DC0EFB299943118BF487800_inline (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CDescriptionValueU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDescriptionValueU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_DescriptionValue_m1F4A0829E3BE8AF3BBB9A5F2344BA672E07DC975_inline (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CDescriptionValueU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DesignOnlyAttribute_get_IsDesignOnly_m7AD3AB59F2A841C2451316DEB54FB2263BCD8B46_inline (DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsDesignOnlyU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DesignerCategoryAttribute_get_Category_mDBA8396BD3225636679F3CFBD7ED5724189E7D77_inline (DesignerCategoryAttribute_tDF9CD5388674458859ED7373E5F8C8AF7AA79715* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CCategoryU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DesignerSerializationVisibilityAttribute_get_Visibility_mACD772642393B55DC72E03BB90D67C6C829C4D5E_inline (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CVisibilityU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DisplayNameAttribute_set_DisplayNameValue_m2DA6A8AA72F3969BA5639F707AB90A2D363BC49C_inline (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CDisplayNameValueU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDisplayNameValueU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DisplayNameAttribute_get_DisplayNameValue_mD9F58F5FFF2B7C682D8470101352BEA88AE0E5AC_inline (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CDisplayNameValueU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_get_IsReadOnly_m4A89E834A4F54577308A7505CBABF13F8AF714BB_inline (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CIsReadOnlyU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____stringLength_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultEventAttribute_get_Name_m156545E2B0D123DFD61C375B1CB4987F08D65BF3_inline (DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultPropertyAttribute_get_Name_m1F2C2642F68F489167FB7F2E005CCBDBF9745890_inline (DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_get_Visible_m0EB229B7592D784080EEFA2C7100DF58ADFF064F_inline (DesignTimeVisibleAttribute_t5A6C242E753C45DE14901B748FAA3ED0BE5F88BE* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CVisibleU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorBaseTypeName_m1CF77F3AA9AB5AE9CD3585FE86B24E1DD21B1EB4_inline (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CEditorBaseTypeNameU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorTypeName_m587C6D66C4567BC349AC9E2C65FE5E021ED2EB09_inline (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CEditorTypeNameU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventDescriptorCollection_set_Count_mD825B07B7C93EC3A511CD0DE95EFB9F490E146E8_inline (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CCountU3Ek__BackingField_7 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t EventDescriptorCollection_get_Count_mCBBE573DF8EC096E14170A5039E90107943E5A87_inline (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CCountU3Ek__BackingField_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_ExtenderProperty_m5279B5B90E5F59477E2532ACDBB79AC91C05A872_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = ___0_value; __this->___U3CExtenderPropertyU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CExtenderPropertyU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_ReceiverType_m5F6D231C461377D0A3B458165D32F3DF5C05A103_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CReceiverTypeU3Ek__BackingField_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CReceiverTypeU3Ek__BackingField_2), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_Provider_m46510700A5C4993F2C8B9F1867407758D50764FE_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CProviderU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CProviderU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mF15678F125BE31DBA7224C62D53888E613EB04D2_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = __this->___U3CExtenderPropertyU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ExtenderProvidedPropertyAttribute_get_Provider_mF6A5C961D41558DDF43293934D6C5CD80BEF584F_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CProviderU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* ExtenderProvidedPropertyAttribute_get_ReceiverType_m4CB132243DEED5094F04136886DA141250A7C14C_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CReceiverTypeU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ListBindableAttribute_get_ListBindable_m04B1C3A2A83ABC5769A6B72D42AC75D22FE47F01_inline (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CListBindableU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_inline (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___0_sender, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_e, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CUnderlyingTypeU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) { { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0 = __this->___U3CUnderlyingTypeConverterU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* NullableConverter_get_NullableType_m3BC58499FE25377295EE62DFF1930716FB478188_inline (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CNullableTypeU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CConverterTypeNameU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CCountU3Ek__BackingField_10 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CCountU3Ek__BackingField_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06* StringComparer_get_OrdinalIgnoreCase_m071AA1B1747345CCA058A3879EBDEBBA2EA4B169_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var); OrdinalIgnoreCaseComparer_t8BAE11990A4C855D3BCBBFB42F4EF8D45088FBB0* L_0 = ((StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var))->___s_ordinalIgnoreCase_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m1F43641CEBF3BF49F0CAC07E95FB96FC8465CB74_inline (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CRecommendedAsConfigurableU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SettingsBindableAttribute_get_Bindable_m448BA41F157DF20B461625E635BAA0DD861668F3_inline (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CBindableU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeDescriptor_get_MetadataVersion_m79CAEDE4F59CEB76E6FFDCB0FA478A0D472C33DF_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); int32_t L_0 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____metadataVersion_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_TypeName_mD24CBD99B7BBAB51FF331395769EC6F15DA27AB3_inline (AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CTypeNameU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_PropertyName_mCEE6256980446CCEC0855216A3CFC8B572F6498D_inline (AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CPropertyNameU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline (Exception_t* __this, const RuntimeMethod* method) { { Exception_t* L_0 = __this->____innerException_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->___value_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->___hasValue_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->___value_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->___hasValue_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) { { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 0)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ((EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 0)))->___Value_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->____version_3; __this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1; V_0 = L_1; int32_t L_2 = (int32_t)__this->____size_2; V_1 = L_2; int32_t L_3 = V_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0; NullCheck(L_4); if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0034; } } { int32_t L_5 = V_1; __this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0; int32_t L_7 = V_1; RuntimeObject* L_8 = ___0_item; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (RuntimeObject*)L_8); return; } IL_0034: { RuntimeObject* L_9 = ___0_item; (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->____size_2; return L_0; } }