#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 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); } }; 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); } }; 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 GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858; struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3; struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28; struct Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7; struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588; struct Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC; struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7; struct KeyCollection_tC9821835C71A15F99AAC94981B2182243913BB94; struct KeyCollection_t67D88DC16ED6F00836E4ABD9F90AF98418EB6132; struct List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9; struct ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA; struct ValueCollection_tC2215D063C55658EF54C36AF416740CC5DA75E01; struct ValueCollection_t77547392F8A2F80E5FCF03F42613EA6B502109CA; struct EntryU5BU5D_t1AA2C8A71970D03C83D57A7726986E8475B57D93; struct EntryU5BU5D_tE9E6A43F8AF8BAC92A3A645AFBFBE59D95C54CCF; struct AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F; struct AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1; struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80; struct EventInfoU5BU5D_t15CC441197507A7E14B3F62A53BB711E7E0E6110; struct GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42; struct IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053; struct ModuleU5BU5D_t7E2A615EDA0BE9DB02BE6763CF017E7319EF87FE; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364; struct PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321; struct PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7; struct ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745; struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; struct AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F; struct bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587; struct AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98; struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A; struct Assembly_t; struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C; struct AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9; struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA; struct AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA; struct AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA; struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; struct BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1; struct BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76; struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B; struct CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB; struct CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB; struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57; struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; struct CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6; struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A; struct DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07; struct DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4; struct DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC; struct Delegate_t; struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; struct DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8; struct DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355; struct DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8; struct EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C; struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377; struct EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A; struct EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96; struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82; struct EventInfo_t; struct Exception_t; struct ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D; struct ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E; struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D; struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5; struct ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E; struct IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF; struct IComparer_tE7497C3BE3F68A5A2DCEBF0DAD7D13D738FE7BAD; struct IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E; struct IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA; struct IContainer_t717EF6801E89E9463045041A0C482723AC06DA86; struct ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8; struct IDesigner_tE54ED7190E706A382D979BA422D195AA4B859AF5; struct IDesignerHost_t794A5B06E3CAF9AEE9C8D29EA7C780A01674430C; struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; struct IDictionaryEnumerator_tE129D608FCDB7207E0F0ECE33473CC950A83AD16; struct IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278; struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5; struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; struct IEqualityComparer_tEF8F1EC76B9C8E76695BE848D41E6B147928D1C1; struct IExtenderListService_tD2A826DABD649EAC0053F6AE82F09E12903B1DDC; struct IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7; struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; struct IFormattable_t235A539BD9771E1E118DB99384BA8385D2F971CA; struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609; struct IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D; struct INestedSite_t2C9BB46577D656D15E570A3574629D2918FFBFC7; struct IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6; struct ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93; struct ITypeDescriptorContext_t514D0B45A781ED18AB6A0DC6673A95B8359443F4; struct ITypeDescriptorFilterService_tE74C52FB36A71D62CA3617553D830DA6BBBBA788; struct ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34; struct InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5; struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; struct LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A; struct MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7; struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; struct MemberInfo_t; struct MethodBase_t; struct MethodInfo_t; struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0; struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A; struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472; struct OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD; struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F; struct ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16; struct ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC; struct PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321; struct PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA; struct PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381; struct PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE; struct PropertyInfo_t; struct ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510; struct ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628; struct ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873; struct ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838; struct ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A; struct RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86; struct RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC; struct RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A; struct RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7; struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37; struct String_t; struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295; struct TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2; struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4; struct TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4; struct Type_t; struct TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C; struct TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3; struct TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664; struct TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E; struct TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0; struct TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; struct WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3; struct WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E; struct AddEventAdapter_tE0DE36700D110F4D267B26686541ABCF9588A6DD; struct ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83; struct SimplePropertyDescriptor_tFBD160E7411D940522472AFE8877EF964E573C14; struct StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3; struct EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1; struct AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F; struct AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A; struct ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8; struct FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027; struct MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704; struct MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439; struct TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8; struct AttributeTypeDescriptor_t893655210233DC2AA62BE029FD15FA303E1C6866; struct ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413; IL2CPP_EXTERN_C RuntimeClass* AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98_il2cpp_TypeInfo_var; 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* AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeTypeDescriptor_t893655210233DC2AA62BE029FD15FA303E1C6866_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* BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1_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* CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultTypeDescriptor_tE4BFD69B5DCCF4D947034C2740F803F797E1879F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8_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* DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355_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_t451703F46367E73F4001458DB54AD162A6A7C6E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C_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* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42_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* IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_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* ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDesignerHost_t794A5B06E3CAF9AEE9C8D29EA7C780A01674430C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDesigner_tE54ED7190E706A382D979BA422D195AA4B859AF5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_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* IExtenderListService_tD2A826DABD649EAC0053F6AE82F09E12903B1DDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFormattable_t235A539BD9771E1E118DB99384BA8385D2F971CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* INestedSite_t2C9BB46577D656D15E570A3574629D2918FFBFC7_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* ITypeDescriptorFilterService_tE74C52FB36A71D62CA3617553D830DA6BBBBA788_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IUnimplemented_t76A70039CA7C77A7C3ECE97AA3B38C10607338C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalAppContextSwitches_tE040790D0ACC1DCF3C95D173ACBDADABDCDD37F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745_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* ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_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* 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* TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664_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* WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00644F71DA7DB182CB08975767498113F2C23991; IL2CPP_EXTERN_C String_t* _stringLiteral041A45680C3889B5BFB7C44F9221D8239BFD4D37; IL2CPP_EXTERN_C String_t* _stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8; IL2CPP_EXTERN_C String_t* _stringLiteral14B46243941FE5D62A97AA84AA56314181BBB846; IL2CPP_EXTERN_C String_t* _stringLiteral15A74181B914BEE433E4CBF3D03B7B4B670B7F18; IL2CPP_EXTERN_C String_t* _stringLiteral1923895473B26C62EFACF6D52D9E1A9D790EF7E7; IL2CPP_EXTERN_C String_t* _stringLiteral1C84EA7A858FB95C60BAF49D996A607787A1E26F; IL2CPP_EXTERN_C String_t* _stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5; IL2CPP_EXTERN_C String_t* _stringLiteral29F549847E6C95D5723845123BD2C0D50AB9BD5F; IL2CPP_EXTERN_C String_t* _stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA; IL2CPP_EXTERN_C String_t* _stringLiteral2EDB0ADF83E638339660943B119E0C22374070AB; IL2CPP_EXTERN_C String_t* _stringLiteral46DD4902F5BC2E9726A5B1A359D5C0B80A75E722; IL2CPP_EXTERN_C String_t* _stringLiteral4E5E59C2C8BBB4CDE643D309FE35F202FBB0855C; IL2CPP_EXTERN_C String_t* _stringLiteral5F9AFA6270B3FB3F98955E67596093AC7EE38931; IL2CPP_EXTERN_C String_t* _stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB; IL2CPP_EXTERN_C String_t* _stringLiteral6DB80E8D334F52A733A8A81F970DA9AE209FDEFD; IL2CPP_EXTERN_C String_t* _stringLiteral733D641F947EBAC83E1A3ADC5E4FB146EE86B900; IL2CPP_EXTERN_C String_t* _stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3; IL2CPP_EXTERN_C String_t* _stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC; IL2CPP_EXTERN_C String_t* _stringLiteral8078BB087D77C6D4148EE3E592BE857E12EC82BD; IL2CPP_EXTERN_C String_t* _stringLiteral8B7F2D4D512645479E144736945EB7801D72E576; IL2CPP_EXTERN_C String_t* _stringLiteral96B82B1111F719249D6B1FFE1997AC237C3C1BB5; IL2CPP_EXTERN_C String_t* _stringLiteralA0B01570F19FFDB1BF93C5800215D40A3CECE8CA; IL2CPP_EXTERN_C String_t* _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB; IL2CPP_EXTERN_C String_t* _stringLiteralA74ACAA1F61DE0EB348EC03946685B0B6270CB36; IL2CPP_EXTERN_C String_t* _stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085; IL2CPP_EXTERN_C String_t* _stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D; IL2CPP_EXTERN_C String_t* _stringLiteralB685B58C78BBD2C174C699B34902FEDB4D764650; IL2CPP_EXTERN_C String_t* _stringLiteralB9BCAD8EF32FEB9A0CCCAFF0922FE79049BEA3F5; IL2CPP_EXTERN_C String_t* _stringLiteralBEFF06E54B3C0BAC053638B221FFD787126BD885; IL2CPP_EXTERN_C String_t* _stringLiteralC7AEB4DBED56DD7667D53D9D797A7112C1253094; IL2CPP_EXTERN_C String_t* _stringLiteralCB32D9E79F35FC0C704F70D2D6654422F48F2D7E; IL2CPP_EXTERN_C String_t* _stringLiteralCB90D239C32DAB2C68B6BA744A5F9F0346FE0FBA; IL2CPP_EXTERN_C String_t* _stringLiteralD1ECD956B7E4E74651008E98FEBFB3E2411DECE4; IL2CPP_EXTERN_C String_t* _stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDACE06C925094389C244AE9CE840DEC99974705B; IL2CPP_EXTERN_C String_t* _stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728; IL2CPP_EXTERN_C String_t* _stringLiteralDD0F2FA94C795CDE376C1F8D06FA9BB64450D454; IL2CPP_EXTERN_C String_t* _stringLiteralDE2D7698FE57322C99ED23E69E7AB3FCB824AF7E; IL2CPP_EXTERN_C String_t* _stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26; IL2CPP_EXTERN_C String_t* _stringLiteralE6971243F7EB358A7C6E0D382075D789ADC51C31; IL2CPP_EXTERN_C String_t* _stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6; IL2CPP_EXTERN_C String_t* _stringLiteralE9865427649C328B5047F2F3A0AD18535D186B45; IL2CPP_EXTERN_C String_t* _stringLiteralEC19713AECB91118EB8A64B101AE7339B2AB59FC; IL2CPP_EXTERN_C String_t* _stringLiteralED7C00197E09BCADC7C4C12F9AFE2C99693799A7; IL2CPP_EXTERN_C String_t* _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralF8B372C3CEF6D6E79332762C8F7BAF0AC2AD536B; IL2CPP_EXTERN_C String_t* _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0; IL2CPP_EXTERN_C const RuntimeMethod* ComNativeDescriptionProvider_GetTypeDescriptor_mA27AEE5BD15BE70BC994801A33B080FE88EC9C4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mAA6940201936EFB68F812B3F577D2F5A1DCD9C87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m1FCDCEDE8DEBC80674EB67710668E2B332BF4972_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m8E5B48BFB10FD589382A5422789F7F0116732008_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_m935614847EC810B66003F822E59EF73BD6EF9D1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m7AB1B6A42BF1BAAEC570FC87B99A259CB2EC640D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_m9C0C5113CB4C05EBD2F33ACEEDC3B4B35BB5E412_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m9B3500D36A747DDF103DD970AD435FCEAAD9C4E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m011120B818C050B110B01FF336DDE0EBF199C383_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m64EC0160B0C3041EDE84CD8A433AC8423D42B0AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m1B574C4774F03E7B2B98B213E30B7FFB55EC523E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE235D557DDF0CDE8E3E549E61DC4E62BCC098610_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_m8CB5B98DC4403E04BA30255B73AE08F1FF80C85D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m44394D20E4CCEC21F81D5AE257D23D8187C23594_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m746149CF8127599A2052DDD872B3CF773F49A0D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6D807B0ED29A55789920920589D42E984EFBB76E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m93C1FDC1D26C25CB5EADF9DD64238B192C5C0E12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m58FA9B92949678B439508950E7F0CC75B3459BE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD6DD1FDC87339075B307936EDF3FC77BB1A48084_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m35159952D14EB09921380FEDE4752573219BDCBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mA0A2C971E7A208ED8596DEE1A17739B53EEB3BE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m1C549549F2717536CD3ABDF93F5355A7CC86CD45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mA031303CE45E2B53422969035BFD5BAC54DAD804_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LicenseException_GetObjectData_mF1FA6406D68485B346220D6EBF4CCFD92E41A77E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberDescriptor_GetInvocationTarget_m208F43D1A94BB3EE2C668AB1E4CC64B8D2DC8BF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberDescriptor_GetInvokee_m46D06384BC555E5E71F36B9DFE3539F9494D176C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberDescriptor__ctor_mDCA5ED4D5D9CB14D6D1D81EDB76EA80DB79B8AF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_mD65ED22869EC410F7BDD1529F43E8AF73A86915A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_AddValueChanged_mEA9DCF42A7D9E034EE517B37179D421CACAF3FA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_ExtenderResetValue_mF974F9148A249E3789DE45268BB40BE97968755C_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_OnINotifyPropertyChanged_m65995DEF96D5770FB81572D9F0C0E3A995C35AC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_RemoveValueChanged_m007653C20382720D9FB0417FB921BDEFDF36B8A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_ResetValue_mC2F9AF8D803D54C091C624B8FD9CD9AFF40DA5AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_SetValue_mEFCFF00D8CB0014703F99EA732C7FB576F7B2C84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor__ctor_m2F497FD3A04D72A8299671F0223FD5E7082A1A7D_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* ReflectTypeDescriptionProvider_AddEditorTable_mAF4D6DDBFC63569F6181C8217383741B66032D24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectTypeDescriptionProvider_GetExtenderProviders_m8F31C6347191B7A7E37DCADE137F9944D55C724F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectTypeDescriptionProvider_GetTypeFromName_m0D53DCC31F4FD899DCA9002734EB5A208FB5B141_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectTypeDescriptionProvider_SearchIntrinsicTable_mC5038766F733E08E5E1F244EEDAD4CA524FF93FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectedTypeData_GetEditorAttribute_m0A54EE6E32F8072662C7D398F43246F0FE126E46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectedTypeData_GetTypeFromName_mBCA1346B9711CA1AD377C5C1BCF4589332435DF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeConverter_GetConvertFromException_m4CD1BB8AACD489FC7094283F199FC6DB6409F7AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeConverter_GetConvertToException_m2F0A3FF8E38030AEABCB146D9A65FD27C3F4FE52_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_CreateInstance_mC81B5A856B146F5384A45889D6A479916F9CA993_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetCache_m2612D24980BD19B8BF3F192C0255451AC3C6C363_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetExtendedTypeDescriptor_m9093310A740B288F02AE27622E90C0F1FE10560F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetExtenderProviders_mB12479775ABC70CBF0147B401601B3B6458907F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetFullComponentName_mC97987AD53093AD7ECFE1B3FA90BBF2AEE5F38B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetReflectionType_m54393E311DD22AEF766FC73C95C7059CCD09FBF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetRuntimeType_mE9089EECC8D3E242D599FCA011E173E1D6C4CA3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_GetTypeDescriptor_mE86956B84E55A15AE4FDD7CAE44BC53515752E7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionNode_IsSupportedType_mD13F2CDCA4427E729EBA82C201D0EAA971662A4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_AddAttributes_m0D06188E31F90E909F09A7CC9EF907731923483A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_AddAttributes_mD46418F8C1666B826B211264AA6F6B744981EF76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_AddProviderTransparent_m61D0028DB0DEECF5CEA6FE97934C6DF785D5F276_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_AddProviderTransparent_mD91E6D2C283998FB4DEB80FA0EA40EA8977AA96D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_AddProvider_m3FCCFCFEDA8F5C83D0ED8045039948A23A9C2250_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_AddProvider_m93228FE5040A4A8674E8BB71E38D3DBAEC68CE6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_CheckDefaultProvider_m0E82AD3EE8FF8EDE6FFF4DD785DA993A6347A976_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_CreateAssociation_m22F0F4442A3661141ADD9717C51ED50C7388EA85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_CreateDesigner_mE2662A58DB94EB65623011E06282A3A4F326CBEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_CreateInstance_mA14C329360CAEEB5AC0573BDE5FD8926621C42FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetAssociation_m98BF82311AC505E0F645D8E609FEC246006D8062_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetEditor_m9F5AA1718CC366AE32E85B6BE3A891D3D657B0F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetEditor_mE3DF26BBBFB7689F268FF8C4C84A9841941FF198_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetExtendedDescriptor_mA48AE86FC60E09ED68303EA9355F1AF19F583D53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetFullComponentName_m9C9B2457FFC5CD4D602A567DFCB711042FBFA2CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetProvider_m50B2E567187A3F689D94A75F450E8A45DD1851D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetProvider_m953596A139FA31A0475E029345D486F2095A7860_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetReflectionType_m2F8D1E48E49E6C8FB4097993573A88F77BC4FAF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_GetReflectionType_m3FC1564747E22975A1C08197692A1D9CA378BD3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_PipelineFilter_mB1F9A7FEE9C5B25B0FEAECDC6B944C8479DE8C97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_RemoveAssociation_m92F2CB74F7F6675BF528EB7977F891F7288AB95E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_RemoveAssociations_m22E99F72D6907B4B9BCB2854E8AB166371CE4E85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_RemoveProviderTransparent_m7E0E22CA5586FC283DAE5B72C73DE1791A63D124_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_RemoveProviderTransparent_m8E08FD1474D16E44B17458E3748108F85E16E797_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_RemoveProvider_m2157266EF96D2C0F357CC42184BCB1DAE4A6C7DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_RemoveProvider_m5D17F7FC1618D9F7E6130500BD6C44255F4028B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptor_SortDescriptorArray_m70B18DF7092B00F1830DA1C6CD382BB6268015ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_CopyTo_m18C27775D6FBDAB84BF7311794B23AB00877956C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_CopyTo_m46B815C0D6810B06C82D965295418F6A8E2C8E24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ArrayConverter_tE417E9DB044C4317BF7F9B7DF5CD0F4C7C38672C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9_0_0_0_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* ByteConverter_t389CFF7D7C105369A45019A0F1482EC3553A930E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CharConverter_tD4F708C52AEE35AD31333F772B77696BA084373C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ComVisibleAttribute_t039A2E3C8496DA11AE47C2AE362DE1EF75F18A94_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeConverter_t9CFB201B23091EAEE358040BF6053AFC475BD866_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DecimalConverter_tCBE948B718842C42CB22DF92D59AB2C1EC0FAEDF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DoubleConverter_t1FB61A3A8171D3023AA9678231D9C480A67799DE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* GuidAttribute_t516EFBF31FAD1198B3D2F8A3D55EA70E64C6852F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Guid_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IDesignerHost_t794A5B06E3CAF9AEE9C8D29EA7C780A01674430C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IExtenderListService_tD2A826DABD649EAC0053F6AE82F09E12903B1DDC_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* INotifyPropertyChanged_tF956261A15128123778A0D86196231401847CF8C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ITypeDescriptorFilterService_tE74C52FB36A71D62CA3617553D830DA6BBBBA788_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InterfaceTypeAttribute_t91CAC4A757A4E6893D3A21330F4C1FBBAACC0134_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_tCC12E6AC31BF7E862A033EBEFF48D5000D6291E6_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeArray_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* StringConverter_t1AE794D42AE414C00F2443B76F3EA694C310FF1E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F_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* TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeDescriptorComObject_t2488E6591A985A0C480D1FF8528FBE7911C54625_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeDescriptorInterface_t470F80F7F0A2F9298835E025ADA154F18F4C0638_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Type_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE_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 DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80; struct EventInfoU5BU5D_t15CC441197507A7E14B3F62A53BB711E7E0E6110; struct GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42; struct IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2; struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053; struct ModuleU5BU5D_t7E2A615EDA0BE9DB02BE6763CF017E7319EF87FE; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C; struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364; struct PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321; struct PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7; struct ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; 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 struct Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7 : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; EntryU5BU5D_t1AA2C8A71970D03C83D57A7726986E8475B57D93* ____entries; int32_t ____count; int32_t ____freeList; int32_t ____freeCount; int32_t ____version; RuntimeObject* ____comparer; KeyCollection_tC9821835C71A15F99AAC94981B2182243913BB94* ____keys; ValueCollection_tC2215D063C55658EF54C36AF416740CC5DA75E01* ____values; RuntimeObject* ____syncRoot; }; struct Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; EntryU5BU5D_tE9E6A43F8AF8BAC92A3A645AFBFBE59D95C54CCF* ____entries; int32_t ____count; int32_t ____freeList; int32_t ____freeCount; int32_t ____version; RuntimeObject* ____comparer; KeyCollection_t67D88DC16ED6F00836E4ABD9F90AF98418EB6132* ____keys; ValueCollection_t77547392F8A2F80E5FCF03F42613EA6B502109CA* ____values; RuntimeObject* ____syncRoot; }; struct ValueCollection_tC2215D063C55658EF54C36AF416740CC5DA75E01 : public RuntimeObject { Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7* ____dictionary; }; struct ValueCollection_t77547392F8A2F80E5FCF03F42613EA6B502109CA : public RuntimeObject { Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC* ____dictionary; }; struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A : public RuntimeObject { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct Assembly_t : public RuntimeObject { }; struct Assembly_t_marshaled_pinvoke { }; struct Assembly_t_marshaled_com { }; struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject { }; struct AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA : public RuntimeObject { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ____attributes; AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F* ____foundAttributeTypes; int32_t ____index; }; struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235 : public RuntimeObject { }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject { bool ___m_isReadOnly; int32_t ___cultureID; int32_t ___parent_lcid; int32_t ___datetime_index; int32_t ___number_index; int32_t ___default_calendar_type; bool ___m_useUserOverride; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo; String_t* ___m_name; String_t* ___englishname; String_t* ___nativename; String_t* ___iso3lang; String_t* ___iso2lang; String_t* ___win3lang; String_t* ___territory; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo; void* ___textinfo_data; int32_t ___m_dataItem; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture; bool ___constructed; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData; bool ___m_isInherited; }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke { int32_t ___m_isReadOnly; int32_t ___cultureID; int32_t ___parent_lcid; int32_t ___datetime_index; int32_t ___number_index; int32_t ___default_calendar_type; int32_t ___m_useUserOverride; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo; char* ___m_name; char* ___englishname; char* ___nativename; char* ___iso3lang; char* ___iso2lang; char* ___win3lang; char* ___territory; char** ___native_calendar_names; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo; void* ___textinfo_data; int32_t ___m_dataItem; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture; int32_t ___constructed; Il2CppSafeArray* ___cached_serialized_form; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData; int32_t ___m_isInherited; }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com { int32_t ___m_isReadOnly; int32_t ___cultureID; int32_t ___parent_lcid; int32_t ___datetime_index; int32_t ___number_index; int32_t ___default_calendar_type; int32_t ___m_useUserOverride; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo; Il2CppChar* ___m_name; Il2CppChar* ___englishname; Il2CppChar* ___nativename; Il2CppChar* ___iso3lang; Il2CppChar* ___iso2lang; Il2CppChar* ___win3lang; Il2CppChar* ___territory; Il2CppChar** ___native_calendar_names; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo; void* ___textinfo_data; int32_t ___m_dataItem; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture; int32_t ___constructed; Il2CppSafeArray* ___cached_serialized_form; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData; int32_t ___m_isInherited; }; struct CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6 : public RuntimeObject { RuntimeObject* ____parent; }; struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject { }; struct EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96 : public RuntimeObject { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* ____events; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____namedSort; RuntimeObject* ____comparer; bool ____eventsOwned; bool ____needSort; bool ____readOnly; int32_t ___U3CCountU3Ek__BackingField; }; struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D : public RuntimeObject { bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587* ____buckets; int32_t ____count; int32_t ____occupancy; int32_t ____loadsize; float ____loadFactor; int32_t ____version; bool ____isWriterInProgress; RuntimeObject* ____keys; RuntimeObject* ____values; RuntimeObject* ____keycomparer; RuntimeObject* ____syncRoot; }; struct InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5 : public RuntimeObject { RuntimeObject* ___U3CArgumentsU3Ek__BackingField; bool ___U3CIsCompleteU3Ek__BackingField; MemberInfo_t* ___U3CMemberInfoU3Ek__BackingField; }; struct IntSecurity_t4025E64FCD0BA65362BE0A8AAEE07C6663418CF1 : public RuntimeObject { }; struct LocalAppContextSwitches_tE040790D0ACC1DCF3C95D173ACBDADABDCDD37F6 : public RuntimeObject { }; struct MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7 : public RuntimeObject { String_t* ___name; String_t* ___displayName; int32_t ___nameHash; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ___attributeCollection; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___attributes; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___originalAttributes; bool ___attributesFiltered; bool ___attributesFilled; int32_t ___metadataVersion; String_t* ___category; String_t* ___description; RuntimeObject* ___lockCookie; }; struct MemberInfo_t : public RuntimeObject { }; struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0 : public RuntimeObject { }; struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_marshaled_pinvoke { }; struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_marshaled_com { }; struct OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD : public RuntimeObject { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____objectsArray; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____objectsTable; int32_t ____initialCapacity; RuntimeObject* ____comparer; bool ____readOnly; RuntimeObject* ____syncRoot; SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo; }; struct PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE : public RuntimeObject { RuntimeObject* ____cachedFoundProperties; bool ____cachedIgnoreCase; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ____properties; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____namedSort; RuntimeObject* ____comparer; bool ____propsOwned; bool ____needSort; bool ____readOnly; RuntimeObject* ____internalSyncObject; int32_t ___U3CCountU3Ek__BackingField; }; struct ReadOnlyCollectionBase_tDFADA53EA832E96746EED154A156F609C844D7BD : public RuntimeObject { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____list; }; struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37 : public RuntimeObject { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_members; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_data; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_types; Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_nameToIndex; int32_t ___m_currMember; RuntimeObject* ___m_converter; String_t* ___m_fullTypeName; String_t* ___m_assemName; Type_t* ___objectType; bool ___isFullTypeNameSetExplicit; bool ___isAssemblyNameSetExplicit; bool ___requireSameTokenInPartialTrust; }; struct String_t : public RuntimeObject { int32_t ____stringLength; Il2CppChar ____firstChar; }; struct Switch_t9C3FB6E0121B928798EA7C18AAB5DFC8F3A09412 : public RuntimeObject { String_t* ___description; String_t* ___displayName; String_t* ___switchValueString; String_t* ___defaultValue; }; struct TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C : public RuntimeObject { }; struct TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664 : public RuntimeObject { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ____parent; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* ____emptyDescriptor; }; struct TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0 : public RuntimeObject { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; struct ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83 : public RuntimeObject { Type_t* ____type; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ____attributes; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* ____events; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ____properties; TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ____converter; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____editors; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ____editorTypes; int32_t ____editorCount; }; struct StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3 : public RuntimeObject { RuntimeObject* ___values; RuntimeArray* ___valueArray; }; struct AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F : public RuntimeObject { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ____filter; RuntimeObject* ___FilteredMembers; }; struct FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027 : public RuntimeObject { RuntimeObject* ____filterService; RuntimeObject* ___FilteredMembers; }; struct MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704 : public RuntimeObject { }; struct MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439 : public RuntimeObject { RuntimeObject* ____primary; RuntimeObject* ____secondary; }; struct ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413 : public RuntimeObject { RuntimeObject* ____handler; RuntimeObject* ____instance; }; struct AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { RuntimeObject* ___U3CValueU3Ek__BackingField; }; struct AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { Exception_t* ___error; bool ___cancelled; RuntimeObject* ___userState; }; struct AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ___U3CTypeNameU3Ek__BackingField; String_t* ___U3CPropertyNameU3Ek__BackingField; }; struct BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119 { uint32_t ____data; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { bool ___m_value; }; struct BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1 : public Switch_t9C3FB6E0121B928798EA7C18AAB5DFC8F3A09412 { }; struct BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { bool ___U3CBrowsableU3Ek__BackingField; }; struct CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { bool ___localized; String_t* ___categoryValue; }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { Il2CppChar ___m_value; }; struct ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007 : public ReadOnlyCollectionBase_tDFADA53EA832E96746EED154A156F609C844D7BD { }; struct DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ___U3CNameU3Ek__BackingField; }; struct DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ___U3CNameU3Ek__BackingField; }; struct DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { RuntimeObject* ____value; }; struct DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8 : public TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664 { Type_t* ____type; }; struct DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ___U3CDescriptionValueU3Ek__BackingField; }; struct DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { bool ___U3CIsDesignOnlyU3Ek__BackingField; }; struct DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ___designerTypeName; String_t* ___designerBaseTypeName; String_t* ___typeId; }; struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB { RuntimeObject* ____key; RuntimeObject* ____value; }; struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_marshaled_pinvoke { Il2CppIUnknown* ____key; Il2CppIUnknown* ____value; }; struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_marshaled_com { Il2CppIUnknown* ____key; Il2CppIUnknown* ____value; }; struct DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ___U3CDisplayNameValueU3Ek__BackingField; }; struct EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ____typeId; String_t* ___U3CEditorBaseTypeNameU3Ek__BackingField; String_t* ___U3CEditorTypeNameU3Ek__BackingField; }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com { }; struct EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A : public MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7 { }; struct EventInfo_t : public MemberInfo_t { AddEventAdapter_tE0DE36700D110F4D267B26686541ABCF9588A6DD* ___cached_add_event; }; struct ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___U3CExtenderPropertyU3Ek__BackingField; RuntimeObject* ___U3CProviderU3Ek__BackingField; Type_t* ___U3CReceiverTypeU3Ek__BackingField; }; struct Guid_t { int32_t ____a; int16_t ____b; int16_t ____c; uint8_t ____d; uint8_t ____e; uint8_t ____f; uint8_t ____g; uint8_t ____h; uint8_t ____i; uint8_t ____j; uint8_t ____k; }; struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { int32_t ___m_value; }; struct IntPtr_t { void* ___m_value; }; struct MethodBase_t : public MemberInfo_t { }; struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 { BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ____byRef; }; struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510_marshaled_pinvoke { int32_t* ____byRef; }; struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510_marshaled_com { int32_t* ____byRef; }; struct ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { int32_t ___progressPercentage; RuntimeObject* ___userState; }; struct PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { String_t* ____propertyName; }; struct PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381 : public MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7 { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ____converter; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____valueChangedHandlers; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____editors; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ____editorTypes; int32_t ____editorCount; }; struct PropertyInfo_t : public MemberInfo_t { }; struct ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ___U3CPropertyNameU3Ek__BackingField; String_t* ___U3CReceiverTypeNameU3Ek__BackingField; }; struct ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { bool ___U3CIsReadOnlyU3Ek__BackingField; }; struct ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A : public TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664 { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____typeData; }; struct RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { RuntimeObject* ___U3CComponentChangedU3Ek__BackingField; Type_t* ___U3CTypeChangedU3Ek__BackingField; }; struct TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4 : public Switch_t9C3FB6E0121B928798EA7C18AAB5DFC8F3A09412 { }; struct TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ___U3CConverterTypeNameU3Ek__BackingField; }; struct TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ___U3CTypeNameU3Ek__BackingField; }; struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF { uint64_t ___m_value; }; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; struct WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3 : public Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D { int64_t ____lastGlobalMem; int32_t ____lastHashCount; }; struct AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A : public TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664 { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ____attrs; }; struct ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8 : public TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664 { RuntimeObject* ____handler; }; struct TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8 : public TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664 { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* ___Next; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___Provider; }; struct AttributeTypeDescriptor_t893655210233DC2AA62BE029FD15FA303E1C6866 : public CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6 { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ____attributeArray; }; struct DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5 { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* ____node; RuntimeObject* ____instance; }; struct DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshaled_pinvoke { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* ____node; Il2CppIUnknown* ____instance; }; struct DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshaled_com { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* ____node; Il2CppIUnknown* ____instance; }; struct DefaultTypeDescriptor_tE4BFD69B5DCCF4D947034C2740F803F797E1879F { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* ____node; Type_t* ____objectType; RuntimeObject* ____instance; }; struct DefaultTypeDescriptor_tE4BFD69B5DCCF4D947034C2740F803F797E1879F_marshaled_pinvoke { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* ____node; Type_t* ____objectType; Il2CppIUnknown* ____instance; }; struct DefaultTypeDescriptor_tE4BFD69B5DCCF4D947034C2740F803F797E1879F_marshaled_com { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* ____node; Type_t* ____objectType; Il2CppIUnknown* ____instance; }; struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C { int32_t ___value__; }; struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB : public MethodBase_t { }; struct Delegate_t : public RuntimeObject { intptr_t ___method_ptr; intptr_t ___invoke_impl; RuntimeObject* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; bool ___method_is_virtual; }; struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr; intptr_t ___invoke_impl; Il2CppIUnknown* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; int32_t ___method_is_virtual; }; struct Delegate_t_marshaled_com { intptr_t ___method_ptr; intptr_t ___invoke_impl; Il2CppIUnknown* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; int32_t ___method_is_virtual; }; struct DesignerSerializationVisibility_tD309245A63A72DB772FEEA97A164D001F529196F { int32_t ___value__; }; struct Exception_t : public RuntimeObject { String_t* ____className; String_t* ____message; RuntimeObject* ____data; Exception_t* ____innerException; String_t* ____helpURL; RuntimeObject* ____stackTrace; String_t* ____stackTraceString; String_t* ____remoteStackTraceString; int32_t ____remoteStackIndex; RuntimeObject* ____dynamicMethods; int32_t ____HResult; String_t* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct Exception_t_marshaled_pinvoke { char* ____className; char* ____message; RuntimeObject* ____data; Exception_t_marshaled_pinvoke* ____innerException; char* ____helpURL; Il2CppIUnknown* ____stackTrace; char* ____stackTraceString; char* ____remoteStackTraceString; int32_t ____remoteStackIndex; Il2CppIUnknown* ____dynamicMethods; int32_t ____HResult; char* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; Il2CppSafeArray* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct Exception_t_marshaled_com { Il2CppChar* ____className; Il2CppChar* ____message; RuntimeObject* ____data; Exception_t_marshaled_com* ____innerException; Il2CppChar* ____helpURL; Il2CppIUnknown* ____stackTrace; Il2CppChar* ____stackTraceString; Il2CppChar* ____remoteStackTraceString; int32_t ____remoteStackIndex; Il2CppIUnknown* ____dynamicMethods; int32_t ____HResult; Il2CppChar* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; Il2CppSafeArray* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D : public PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381 { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* ____extenderInfo; RuntimeObject* ____provider; }; struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC { intptr_t ___handle; }; struct MethodInfo_t : public MethodBase_t { }; struct ParameterAttributes_tDAEC8B3C5986B042F8F9B0845505D0FC15F92E68 { int32_t ___value__; }; struct ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873 : public EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A { Type_t* ____type; Type_t* ____componentClass; MethodInfo_t* ____addMethod; MethodInfo_t* ____removeMethod; EventInfo_t* ____realEvent; bool ____filledMethods; }; struct ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838 : public PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381 { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119 ___state; Type_t* ___componentClass; Type_t* ___type; RuntimeObject* ___defaultValue; RuntimeObject* ___ambientValue; PropertyInfo_t* ___propInfo; MethodInfo_t* ___getMethod; MethodInfo_t* ___setMethod; MethodInfo_t* ___shouldSerializeMethod; MethodInfo_t* ___resetMethod; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___realChangedEvent; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___realIPropChangedEvent; Type_t* ___receiverType; }; struct RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A : public AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9 { RuntimeObject* ___result; }; struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { intptr_t ___value; }; struct StreamingContextStates_t5EE358E619B251608A9327618C7BFE8638FC33C1 { int32_t ___value__; }; struct TypeAttributes_t59E01D9A0A43AA9C196ED5686902E8B2DC0CBEC3 { int32_t ___value__; }; struct SimplePropertyDescriptor_tFBD160E7411D940522472AFE8877EF964E573C14 : public PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381 { Type_t* ___componentType; Type_t* ___propertyType; }; struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A : public Exception_t { }; struct DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { int32_t ___U3CVisibilityU3Ek__BackingField; }; struct MulticastDelegate_t : public Delegate_t { DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates; }; struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates; }; struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates; }; struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F : public RuntimeObject { int32_t ___AttrsImpl; Type_t* ___ClassImpl; RuntimeObject* ___DefaultValueImpl; MemberInfo_t* ___MemberImpl; String_t* ___NameImpl; int32_t ___PositionImpl; }; struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_pinvoke { int32_t ___AttrsImpl; Type_t* ___ClassImpl; Il2CppIUnknown* ___DefaultValueImpl; MemberInfo_t* ___MemberImpl; char* ___NameImpl; int32_t ___PositionImpl; }; struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_com { int32_t ___AttrsImpl; Type_t* ___ClassImpl; Il2CppIUnknown* ___DefaultValueImpl; MemberInfo_t* ___MemberImpl; Il2CppChar* ___NameImpl; int32_t ___PositionImpl; }; struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 { RuntimeObject* ___m_additionalContext; int32_t ___m_state; }; struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext; int32_t ___m_state; }; struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_com { Il2CppIUnknown* ___m_additionalContext; int32_t ___m_state; }; struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; struct Type_t : public MemberInfo_t { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl; }; struct WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E : public RuntimeObject { bool ___isLongReference; GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___gcHandle; }; struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { String_t* ____paramName; }; struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t { }; struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82 : public MulticastDelegate_t { }; struct ExternalException_t419875A3CD3C551692EDBBC99E4927E69F2E1F4C : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { Type_t* ___type; RuntimeObject* ___instance; }; struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC : public MulticastDelegate_t { }; struct PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA : public MulticastDelegate_t { }; struct RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC : public MulticastDelegate_t { }; struct RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7 : public MulticastDelegate_t { }; struct TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2 : public ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A { }; struct ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; struct CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB : public ExternalException_t419875A3CD3C551692EDBBC99E4927E69F2E1F4C { }; struct AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ___Empty; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___s_defaultAttributes; RuntimeObject* ___s_internalSyncObject; }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info; RuntimeObject* ___shared_table_lock; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture; Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number; Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX; bool ___IsTaiwanSku; }; struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields { EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___Empty; }; struct EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_StaticFields { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* ___Empty; }; struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_StaticFields { ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858* ___s_serializationInfoTable; }; struct LocalAppContextSwitches_tE040790D0ACC1DCF3C95D173ACBDADABDCDD37F6_StaticFields { bool ___MemberDescriptorEqualsReturnsFalseIfEquivalent; }; struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_StaticFields { TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA* ___FilterTypeName; TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA* ___FilterTypeNameIgnoreCase; }; struct PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_StaticFields { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ___Empty; }; struct String_t_StaticFields { String_t* ___Empty; }; struct TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_StaticFields { bool ___useCompatibleTypeConversion; }; struct TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* ____providerTable; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____providerTypeTable; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____defaultProviders; WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* ____associationTable; int32_t ____metadataVersion; int32_t ____collisionIndex; BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1* ___TraceDescriptor; GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* ____pipelineInitializeKeys; GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* ____pipelineMergeKeys; GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* ____pipelineFilterKeys; GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* ____pipelineAttributeFilterKeys; RuntimeObject* ____internalSyncObject; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* ___Refreshed; }; struct MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704_StaticFields { MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704* ___Instance; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { String_t* ___TrueString; String_t* ___FalseString; }; struct BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_StaticFields { BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* ___Yes; BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* ___No; BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* ___Default; }; struct CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___appearance; CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___asynchronous; CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___behavior; CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___data; CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___design; CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___action; CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___format; CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___layout; CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___mouse; CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___key; CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___focus; CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___windowStyle; CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___dragDrop; CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* ___defAttr; }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1; }; struct DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_StaticFields { DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* ___Default; }; struct DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_StaticFields { DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* ___Default; }; struct DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_StaticFields { RuntimeObject* ___s_convertFromInvariantString; }; struct DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_StaticFields { DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86* ___Default; }; struct DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_StaticFields { DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* ___Yes; DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* ___No; DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* ___Default; }; struct DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_StaticFields { DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* ___Default; }; struct Guid_t_StaticFields { Guid_t ___Empty; }; struct IntPtr_t_StaticFields { intptr_t ___Zero; }; struct ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields { ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* ___Yes; ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* ___No; ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* ___Default; }; struct ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ____typeConstructor; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____editorTables; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____intrinsicTypeConverters; RuntimeObject* ____intrinsicReferenceKey; RuntimeObject* ____intrinsicNullableKey; RuntimeObject* ____dictionaryKey; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____propertyCache; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____eventCache; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____attributeCache; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____extendedPropertyCache; Guid_t ____extenderProviderKey; Guid_t ____extenderPropertiesKey; Guid_t ____extenderProviderPropertiesKey; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ____skipInterfaceAttributeList; RuntimeObject* ____internalSyncObject; }; struct TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_StaticFields { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* ___Default; }; struct WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3_StaticFields { RuntimeObject* ____comparer; }; struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_StaticFields { String_t* ___ConstructorName; String_t* ___TypeConstructorName; }; struct Exception_t_StaticFields { RuntimeObject* ___s_EDILock; }; struct ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___argsNone; RuntimeObject* ___noValue; TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* ___PropDescCreateSwitch; TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* ___PropDescUsageSwitch; int32_t ___BitDefaultValueQueried; int32_t ___BitGetQueried; int32_t ___BitSetQueried; int32_t ___BitShouldSerializeQueried; int32_t ___BitResetQueried; int32_t ___BitChangedQueried; int32_t ___BitIPropChangedQueried; int32_t ___BitReadOnlyChecked; int32_t ___BitAmbientValueQueried; int32_t ___BitSetOnDemand; }; struct DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields { DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* ___Content; DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* ___Hidden; DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* ___Visible; DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* ___Default; }; struct Type_t_StaticFields { Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder; Il2CppChar ___Delimiter; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes; RuntimeObject* ___Missing; MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute; MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName; MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase; }; struct CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_StaticFields { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* ___Canceled; }; #ifdef __clang__ #pragma clang diagnostic pop #endif 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); } }; 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); } }; 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); } }; 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), (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), (void*)NULL); } }; 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); } }; 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); } }; 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); } }; 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); } }; 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); } }; 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); } }; struct EventInfoU5BU5D_t15CC441197507A7E14B3F62A53BB711E7E0E6110 : public RuntimeArray { ALIGN_FIELD (8) EventInfo_t* m_Items[1]; inline EventInfo_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventInfo_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, EventInfo_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EventInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventInfo_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745 : public RuntimeArray { ALIGN_FIELD (8) ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* m_Items[1]; inline ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838** 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, ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7 : public RuntimeArray { ALIGN_FIELD (8) PropertyInfo_t* m_Items[1]; inline PropertyInfo_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, PropertyInfo_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PropertyInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C : public RuntimeArray { ALIGN_FIELD (8) ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* m_Items[1]; inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; 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); } }; struct GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42 : public RuntimeArray { ALIGN_FIELD (8) Guid_t m_Items[1]; inline Guid_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Guid_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, Guid_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Guid_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Guid_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Guid_t value) { m_Items[index] = value; } }; struct ModuleU5BU5D_t7E2A615EDA0BE9DB02BE6763CF017E7319EF87FE : public RuntimeArray { ALIGN_FIELD (8) Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* m_Items[1]; inline Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mF225F49F6BE54C39563CECD7C693F0AE4F0530E8_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; 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) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA* Dictionary_2_get_Values_mA0C01DEA55329E55380E96BBD04D4D228B437EC5_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueCollection_CopyTo_m877ED0CB6A05E77E01BE0B87ADB53084E26B9FF7_gshared (ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, int32_t ___1_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m9E485D7D38A868A6A5863CBD24677231288EECE2 (String_t* ___0_path, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696 (String_t* ___0_name, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseException__ctor_m6CB2C3A587F030ECF4B3C91DE070E29FC519A758 (LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, String_t* ___2_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, String_t* ___0_message, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline (Exception_t* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, Type_t* ___1_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_mD69929DB0BB2512240908B9EEE21778CB7B72DA9 (Exception_t* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_mDCA5ED4D5D9CB14D6D1D81EDB76EA80DB79B8AF4 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, String_t* ___0_name, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6 (String_t* ___0_name, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection_CopyTo_m29A1B7F330A44A3ABD7402CF9863089B917AA7F6 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, RuntimeArray* ___0_array, int32_t ___1_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_GetEnumerator_m1464C016A16216F1F87A46940CF97B742AA032C6 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_CheckAttributesValid_m7B81E6D3512BD0A17CD0AF042912BA2C1E83552F (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_FilterAttributesIfNeeded_mB060A4FB6DE46D17F76E54B43A0772EC623EFDC7 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CategoryAttribute_get_Category_m2CBF9A5E77191E414E879293395732962EC8A1BB (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_m23594845C49373D8D6AB753D89DB39D8285250F0_inline (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeDescriptor_get_MetadataVersion_m79CAEDE4F59CEB76E6FFDCB0FA478A0D472C33DF_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_attributes, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172 (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_mCE5AABB7EF7F41F9170791E2C5145E49684DCE11 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, RuntimeObject* ___0_c, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m9E0D56D6ADE284D20176076FACBFA1628DD8EE80 (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; 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) ; 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) ; 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) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetAssociation_m98BF82311AC505E0F645D8E609FEC246006D8062 (Type_t* ___0_type, RuntimeObject* ___1_primary, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3 (EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m20223572362A331B6F0D436BC19AFE2EE87558B8 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, String_t* ___0_name, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attrs, const RuntimeMethod* method) ; 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) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Inequality_mE75A4F14CC678D8A670730FBD4338C718CACB51B (PropertyInfo_t* ___0_left, PropertyInfo_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61 (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* __this, int32_t ___0_bit, bool ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_mD53A2E689E8CF24D28653C6EF266FC4E51C30699 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_descr, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attrs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_mD898E0819FA640BC4E98924613B5DBD41146D1FF (Type_t* ___0_enumType, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* AmbientValueAttribute_get_Value_m10D9A8762B327F191CF3DB749A8184068EAEF3C6_inline (AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09 (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* __this, int32_t ___0_bit, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* TypeDescriptor_GetEvents_m2DE2676248F8C4A877EC3277598D88C2334337EC (Type_t* ___0_componentType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m3844098E7C18576D263AAF62F69BE5C70BF9A744 (RuntimeObject* ___0_provider, String_t* ___1_format, RuntimeObject* ___2_arg0, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Equality_m3BFC2276AECF2A16B66F171D65516817B4578B4F (PropertyInfo_t* ___0_left, PropertyInfo_t* ___1_right, const RuntimeMethod* method) ; 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) ; 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) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ; 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) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ReflectPropertyDescriptor_get_SetMethodValue_m1C9F424C01FB208E6CA801AA27F01CD4EFAEE445 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_get_IsReadOnly_m4A89E834A4F54577308A7505CBABF13F8AF714BB_inline (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* PropertyInfo_GetSetMethod_mA16842ADAD11B6F70F4EDCA2805C999E378C4C8B (PropertyInfo_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ReflectPropertyDescriptor_get_ChangedEventValue_m0158D7A53D0985157D75AC51C0BC6A7900574779 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* PropertyDescriptor_GetValueChangedHandler_m5AF97ECE9FB115C38C05449551B05F8651F770C7 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_component, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ReflectPropertyDescriptor_get_IPropChangedEventValue_mF9E4ACD85AA6AEEC77BF378ED9626D1B6444B5B5 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventHandler__ctor_m4015A035EDCA8077D1EA9A8EAB5FE1CCD06A5B82 (PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_AddValueChanged_m048CFC848AB484EF43F142F9DDC63477B68F8E4E (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_component, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___1_handler, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectPropertyDescriptor_ExtenderGetValue_m1EE66EB2F4FA5A0AFE3F89C53238C344FE1E13CF (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, RuntimeObject* ___1_component, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7 (RuntimeObject* ___0_objA, RuntimeObject* ___1_objB, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ReflectPropertyDescriptor_get_ResetMethodValue_m40D11E52A40EF4D44BEF46C90AA446661615D3EF (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826 (MethodBase_t* __this, RuntimeObject* ___0_obj, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_parameters, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ReflectPropertyDescriptor_get_GetMethodValue_m594459E4D0447CA4A73317091897EBB7721A204C (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; 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) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectPropertyDescriptor_get_AmbientValue_m95E2358A4A0746F79F629A4400D7EAA23B017A01 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MemberDescriptor_GetSite_m358C87152269B37CFC369CAB93487B6A06BFB8C3 (RuntimeObject* ___0_component, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_m380CBE3B092583FB9579C935A2033B72C637C6EE (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* ___0_attribute, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_get_IsExtender_m7C02F0F31CD0F027C3760AB90BA32E7DD7AD174C (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* TypeDescriptor_GetAttributes_mEB5BB80A1C07740F8C7C432FDE38C5F37D846755 (Type_t* ___0_componentType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA (MemberInfo_t* ___0_left, MemberInfo_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ReflectTypeDescriptionProvider_ReflectGetAttributes_m9E538B9266C61575FBAB5B49C8B4277DAD645301 (MemberInfo_t* ___0_member, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_TypeName_mD24CBD99B7BBAB51FF331395769EC6F15DA27AB3_inline (AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_PropertyName_mCEE6256980446CCEC0855216A3CFC8B572F6498D_inline (AttributeProviderAttribute_t268976BBC2A6FB5D2C22370F3A198AA59F66EDCA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* Type_GetMember_mC4456D1BA93A44CF021059F6D46237C0740A6229 (Type_t* __this, String_t* ___0_name, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_FillAttributes_m089944713C5E19B880AC940B07C609BFC3D273D1 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_attributeList, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_MethodInfoInvoke_m3806BC815C3CF0F291C2F3F91C81E167DF70AAD1 (MethodInfo_t* ___0_method, RuntimeObject* ___1_target, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline (Exception_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09 (Exception_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInvocationException__ctor_mEE5FEDD311B4396452D5AFF140B2D79907447F94 (TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* __this, String_t* ___0_message, Exception_t* ___1_inner, const RuntimeMethod* method) ; 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) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_OnValueChanged_m7729940702F65BDD2515187DAF6E791ADC99CD21 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_component, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_RemoveValueChanged_m1E67BF14B8E2F1B4F0142E04DDDE69FF9BE5D7ED (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_component, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___1_handler, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceSwitch__ctor_m775278D7946F29D7A7939D2048CA72DBCB0A5ABF (TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* __this, String_t* ___0_displayName, String_t* ___1_description, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_CreateMask_m0201B8F0CF84BB78DDF1C491E9075FDF1D86A583 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419 (int32_t ___0_previous, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProvider__ctor_m575B3B96D9C9A3B7C0D34A14D9E5FAA63EEE004C (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_SecureConstructorInvoke_m45FF555821C605E67BFF72649AE03427DF256087 (Type_t* ___0_type, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___1_argTypes, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, bool ___3_allowNonPublic, int32_t ___4_extraFlags, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_SecureConstructorInvoke_m2E6522DAEC75A0B3C0AE947F5BB7A27B774887E0 (Type_t* ___0_type, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___1_argTypes, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, bool ___3_allowNonPublic, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_SecureCreateInstance_mB208AB1046AAACA85AD10C83C46AA9BDE75B3310 (Type_t* ___0_type, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_SecureCreateInstance_m142B1E30127CDAB6E20C7C0DA1C4F27F546A44B1 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* ReflectTypeDescriptionProvider_GetTypeData_mAB0CA0760FE347023B0CB43F64B800C0E4CF2064 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, bool ___1_createIfNeeded, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ReflectedTypeData_GetAttributes_m9DA86D05CED373651F0087DC37710615B8ECDE96 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectedTypeData_GetClassName_m72E5A57D941E3B782A6F878119F7E5D29B075DA8 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectedTypeData_GetComponentName_m4A562ECD2BD631095878035C99D87408198B4E53 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ReflectedTypeData_GetConverter_mF312E1D0E7D445E6B283AFEC99A9ACB06B103070 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ReflectedTypeData_GetDefaultEvent_mDA8C1A8F16F8B0B12C40882702F55195D0DAAD61 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ReflectedTypeData_GetDefaultProperty_mD176FAC3EFFCCBEECC1D4D5555EA2EBEFFB7F958 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectedTypeData_GetEditor_m1DF76806C1EC6A7D34EAADF240920E702696A7A9 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, RuntimeObject* ___0_instance, Type_t* ___1_editorBaseType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_RunClassConstructor_mDDFD9C6755023C06F5534C1EB0F7DF794D1819B6 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* ReflectedTypeData_GetEvents_mD592DF97B702931D63FE8AAA11A28C6CD6196067 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetClassName_m11B357EF0EA564A1742664B60DA3689059D24B51 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetComponentName_m6CB5F57B7C5AFFFBA1ADEDC04E408D9E0D0446E8 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ReflectTypeDescriptionProvider_GetConverter_mD847E744202DEA5D7208D1F1AE25CFBDC37A75B9 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetEditor_mFFA9328C65CFCFCE49831D40F8A292C9A08C0D05 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, Type_t* ___2_editorBaseType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetCache_m8BFBAC142FE1E2389677C8BC10B1789A3D7619C7 (RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ReflectTypeDescriptionProvider_ReflectGetExtendedProperties_mF66A57B5DC689142EFAB8F59A8AAAEA04A1A2685 (RuntimeObject* ___0_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m4637812384C075439BB17EEC1C2DF802BD41EBD0 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* ExtenderProvidedPropertyAttribute_get_ReceiverType_m4CB132243DEED5094F04136886DA141250A7C14C_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___0_properties, bool ___1_readOnly, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* ReflectTypeDescriptionProvider_GetExtenders_mADC4087E3D7F76ED690A22C4309CEE3249A42749 (RuntimeObject* ___0_components, RuntimeObject* ___1_instance, RuntimeObject* ___2_cache, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetPropertyOwner_m74651CF5D7FD8A1DE6679A2562F4E62AE9CD4779 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___2_pd, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetComponentName_m2E66E25A165BCB0F9ADD909EAF77541FF9AF2C04 (RuntimeObject* ___0_component, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Module_op_Equality_m583E1B14EB42642C25529E575F844338D4A657DA (Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* ___0_left, Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectedTypeData_get_IsPopulated_m207FD7DEB577D25B681C31AE2F2A86D64895C76E (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ReflectedTypeData_GetProperties_m660F775F1D75E0E209FEFB6F1ED8407D9ABB7E6F (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectedTypeData__ctor_m229206DEEAEC214C249B48F72505C12A2C10F233 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ; 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) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_mFD42E3443AB3B850ED6F19359698E242A08E1BAB (RuntimeArray* __this, RuntimeArray* ___0_array, int32_t ___1_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPublic_m71FA078BA19CA4F6073433CAA836718A0E2F2DE4 (Type_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNestedPublic_mE2D54A3967EB503A1694CCF1E2AFD7489CA6E9B2 (Type_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Equality_m1E2666F9D0537F02AB32F14B4458C98C4851CEAB (Assembly_t* ___0_left, Assembly_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* EventInfo_GetAddMethod_m28FC2545E48A7B141AB8CC9E8F246FED3CC3674F (EventInfo_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* EventInfo_GetRemoveMethod_mF94239A616B111694AFA426EE9B1E4D8D18ACBB4 (EventInfo_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor__ctor_m04E8153158BBF942FB21817105894166742FD7F4 (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, Type_t* ___0_componentClass, EventInfo_t* ___1_eventInfo, const RuntimeMethod* method) ; 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) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_ReceiverTypeName_mF6644451192D22A1C6E21A65A32DBCFA7E2BA8A3_inline (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectTypeDescriptionProvider_GetTypeFromName_m0D53DCC31F4FD899DCA9002734EB5A208FB5B141 (String_t* ___0_typeName, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_PropertyName_mFAC4603BB6C516195D2A449FCD3E451B6509763C_inline (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E (MethodBase_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_m471B6CEE0FF2B45843C1F314B624FC7968199AB4 (MethodBase_t* __this, const RuntimeMethod* method) ; 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) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* ReflectPropertyDescriptor_ExtenderGetReceiverType_m580D2C2F9D1F241A4DE8EDAF7D53035286A62021_inline (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) ; 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) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* PropertyInfo_GetGetMethod_mE0D6C0811D404DD977B53E68C0D36BA8CB889F74 (PropertyInfo_t* __this, const RuntimeMethod* method) ; 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) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectedTypeData_Refresh_m5A18415C807E341603C1A069AA7A3EB76258CAAD (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsInterface_m484A7D9321E72758EABE7F36AE266EB0905957EC (Type_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_CreateInstance_m78AA29229F623A48447A05E46C5E696F9B4FE662 (Type_t* ___0_objectType, Type_t* ___1_callingType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554 (Type_t* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___0_types, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Equality_m6DD673A9263EE646773396F9D8DEE46FA48FFBF2 (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_left, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ReflectTypeDescriptionProvider_ReflectGetAttributes_m000AABB71664F64E110A1275FE39538F857EFCD2 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_get_Attributes_mFE7C06EAA1F2548E7D322B659ACBFFB9AC7FCE1E (Type_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_m552AA3E019FF5D93545B5DFFB7B4917C72251600 (OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionary_Contains_m63AFE431564000B20908A732633780B192F7F95E (OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_set_Item_m9406B6A94651B7DB301BC383518FC9B37277122E (OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrderedDictionary_get_Count_m9B55DB3275692CD51DE69FA8200D1998BD258A0A (OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_get_Values_m14CFA04FF0A8DC8B41386192B029EC604AF551BA (OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* TypeDescriptor_GetAttributes_m1DAD37A0AC65444B9778B29B1946A615580A4B69 (RuntimeObject* ___0_component, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectedTypeData_GetTypeFromName_mBCA1346B9711CA1AD377C5C1BCF4589332435DF3 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, String_t* ___0_typeName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ReflectTypeDescriptionProvider_get_IntrinsicTypeConverters_mB2DB2EAAFC62D512E1A890656304B6920B66DE3E (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_SearchIntrinsicTable_mC5038766F733E08E5E1F244EEDAD4CA524FF93FC (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___0_table, Type_t* ___1_callingType, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultEventAttribute_get_Name_m156545E2B0D123DFD61C375B1CB4987F08D65BF3_inline (DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* TypeDescriptor_GetEvents_m658D2306CA88DD732B8DF7217DB1165CA113A44A (RuntimeObject* ___0_component, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DefaultPropertyAttribute_get_Name_m1F2C2642F68F489167FB7F2E005CCBDBF9745890_inline (DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetProperties_mE9D1ED630E2ACFA237833F164A86537978B704A9 (RuntimeObject* ___0_component, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetProperties_m05185056FC9F602E70FCECB6D94B049B590D9B1D (Type_t* ___0_componentType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* ReflectedTypeData_GetEditorAttribute_m0A54EE6E32F8072662C7D398F43246F0FE126E46 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ___0_attributes, Type_t* ___1_editorBaseType, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorTypeName_m587C6D66C4567BC349AC9E2C65FE5E021ED2EB09_inline (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ReflectTypeDescriptionProvider_GetEditorTable_m31EAA155EED9DC1CC68A9F40F409226B1C052D30 (Type_t* ___0_editorBaseType, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorBaseTypeName_m1CF77F3AA9AB5AE9CD3585FE86B24E1DD21B1EB4_inline (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* __this, const RuntimeMethod* method) ; inline void Dictionary_2__ctor_mD6DD1FDC87339075B307936EDF3FC77BB1A48084 (Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7* __this, int32_t ___0_capacity, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7*, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mF225F49F6BE54C39563CECD7C693F0AE4F0530E8_gshared)(__this, ___0_capacity, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* ReflectTypeDescriptionProvider_ReflectGetEvents_m566A2572C5FC36D1168512812553F9AD3BBF13BA (Type_t* ___0_type, const RuntimeMethod* method) ; inline bool Dictionary_2_ContainsKey_m93C1FDC1D26C25CB5EADF9DD64238B192C5C0E12 (Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7* __this, String_t* ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7*, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared)(__this, ___0_key, method); } inline void Dictionary_2_Add_m746149CF8127599A2052DDD872B3CF773F49A0D7 (Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7* __this, String_t* ___0_key, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7*, String_t*, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___0_key, ___1_value, method); } inline int32_t Dictionary_2_get_Count_m35159952D14EB09921380FEDE4752573219BDCBC (Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7* __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7*, const RuntimeMethod*))Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared)(__this, method); } inline ValueCollection_tC2215D063C55658EF54C36AF416740CC5DA75E01* Dictionary_2_get_Values_m1C549549F2717536CD3ABDF93F5355A7CC86CD45 (Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7* __this, const RuntimeMethod* method) { return (( ValueCollection_tC2215D063C55658EF54C36AF416740CC5DA75E01* (*) (Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7*, const RuntimeMethod*))Dictionary_2_get_Values_mA0C01DEA55329E55380E96BBD04D4D228B437EC5_gshared)(__this, method); } inline void ValueCollection_CopyTo_m18C27775D6FBDAB84BF7311794B23AB00877956C (ValueCollection_tC2215D063C55658EF54C36AF416740CC5DA75E01* __this, EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* ___0_array, int32_t ___1_index, const RuntimeMethod* method) { (( void (*) (ValueCollection_tC2215D063C55658EF54C36AF416740CC5DA75E01*, EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*, int32_t, const RuntimeMethod*))ValueCollection_CopyTo_m877ED0CB6A05E77E01BE0B87ADB53084E26B9FF7_gshared)(__this, ___0_array, ___1_index, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptorCollection__ctor_m6FEF5B613838F164D7F9FC939EA915FE7B5CF118 (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* __this, EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* ___0_events, bool ___1_readOnly, const RuntimeMethod* method) ; inline void Dictionary_2__ctor_m58FA9B92949678B439508950E7F0CC75B3459BE5 (Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC* __this, int32_t ___0_capacity, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC*, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mF225F49F6BE54C39563CECD7C693F0AE4F0530E8_gshared)(__this, ___0_capacity, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ReflectTypeDescriptionProvider_ReflectGetProperties_mC7B86D7AE5DEE22E86B92A7B0018F2FA82A1FAC0 (Type_t* ___0_type, const RuntimeMethod* method) ; inline bool Dictionary_2_ContainsKey_m6D807B0ED29A55789920920589D42E984EFBB76E (Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC* __this, String_t* ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC*, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared)(__this, ___0_key, method); } inline void Dictionary_2_Add_m44394D20E4CCEC21F81D5AE257D23D8187C23594 (Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC* __this, String_t* ___0_key, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC*, String_t*, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___0_key, ___1_value, method); } inline int32_t Dictionary_2_get_Count_mA0A2C971E7A208ED8596DEE1A17739B53EEB3BE2 (Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC* __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC*, const RuntimeMethod*))Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared)(__this, method); } inline ValueCollection_t77547392F8A2F80E5FCF03F42613EA6B502109CA* Dictionary_2_get_Values_mA031303CE45E2B53422969035BFD5BAC54DAD804 (Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC* __this, const RuntimeMethod* method) { return (( ValueCollection_t77547392F8A2F80E5FCF03F42613EA6B502109CA* (*) (Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC*, const RuntimeMethod*))Dictionary_2_get_Values_mA0C01DEA55329E55380E96BBD04D4D228B437EC5_gshared)(__this, method); } inline void ValueCollection_CopyTo_m46B815C0D6810B06C82D965295418F6A8E2C8E24 (ValueCollection_t77547392F8A2F80E5FCF03F42613EA6B502109CA* __this, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___0_array, int32_t ___1_index, const RuntimeMethod* method) { (( void (*) (ValueCollection_t77547392F8A2F80E5FCF03F42613EA6B502109CA*, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*, int32_t, const RuntimeMethod*))ValueCollection_CopyTo_m877ED0CB6A05E77E01BE0B87ADB53084E26B9FF7_gshared)(__this, ___0_array, ___1_index, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventArgs__ctor_m0C5CB666B17799FFDA7EDFF23B8F331C92905628 (AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* __this, Exception_t* ___0_error, bool ___1_cancelled, RuntimeObject* ___2_userState, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventArgs_RaiseExceptionIfNecessary_m2C5BAB57402F5C9B4C041E280D1C0CEF6E349BFA (AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* AsyncCompletedEventArgs_get_UserState_m8AB684ED4325EF13BA61B55FF3C0E0BD5BB84F11_inline (AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InstanceDescriptor_Invoke_mACDF3C04B3998B38C4A79FCFC66F4760EEEEB2FE (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* TypeConverter_GetConvertFromException_m4CD1BB8AACD489FC7094283F199FC6DB6409F7AE (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_ConvertFromString_m84FD8657B6D8327BE563E5A649A1D89A80BF2A32 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, String_t* ___2_text, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* TypeConverter_GetConvertToException_m2F0A3FF8E38030AEABCB146D9A65FD27C3F4FE52 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_value, Type_t* ___1_destinationType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToString_m85A19DC8D0117332C304EBEE2911D66F8028E245 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___0_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeConverter_GetProperties_m59D3B36D9259D09DC67C2DA59245BCEBDFA4D6F2 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_get_UseCompatibleTypeConversion_m05AEF9F831485782729073B1674769854BCAAFCC (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimplePropertyDescriptor__ctor_m6DF452C766FA5F610C684119950D96C7105A2B26 (SimplePropertyDescriptor_tFBD160E7411D940522472AFE8877EF964E573C14* __this, Type_t* ___0_componentType, String_t* ___1_name, Type_t* ___2_propertyType, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___3_attributes, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57 (RuntimeArray* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21 (RuntimeArray* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StandardValuesCollection_get_Count_mC127EA7E146C2FD58D5740935B45CACCD13D4637 (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardValuesCollection_CopyTo_mC06C9542D25F3E2D5A1DFDE690C920E8CFF94E10 (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, RuntimeArray* ___0_array, int32_t ___1_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_GetEnumerator_m0484C08651E32F669A0624D29E44C6CDEB550F6C (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptor_get_ComObjectType_m111EC5418CCAB6FF6AC55A27C2A6C5B7E053F4CA (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* TypeDescriptor_NodeFor_m91F4FD9AF7259500511F36425D31E1AF08D598CC (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ComNativeDescriptionProvider_get_Handler_m8B161DB914AA42A49A288702D1E1554163E0E0D5_inline (ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComNativeDescriptionProvider__ctor_m5765CD95DB10D9B6A50D6041D07AC030E0FC1C23 (ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* __this, RuntimeObject* ___0_handler, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddProvider_m93228FE5040A4A8674E8BB71E38D3DBAEC68CE6F (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, Type_t* ___1_type, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ComNativeDescriptionProvider_set_Handler_m8EB2878894B9E4C5976E9DC59F9A25280FA70533_inline (ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00 (Delegate_t* ___0_a, Delegate_t* ___1_b, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3 (Delegate_t* ___0_source, Delegate_t* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* TypeDescriptor_GetProvider_m953596A139FA31A0475E029345D486F2095A7860 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeProvider__ctor_m453875A59B234418EF3AE4016105AEB4AFC48FCB (AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A* __this, TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_existingProvider, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attrs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* TypeDescriptor_GetProvider_m50B2E567187A3F689D94A75F450E8A45DD1851D4 (RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddProvider_m3FCCFCFEDA8F5C83D0ED8045039948A23A9C2250 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, RuntimeObject* ___1_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider_AddEditorTable_mAF4D6DDBFC63569F6181C8217383741B66032D24 (Type_t* ___0_editorBaseType, Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___1_table, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* TypeDescriptor_NodeFor_mB0C10E1A80565F82E3B935A425D5B3AB232A06D5 (Type_t* ___0_type, bool ___1_createDelegator, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionNode__ctor_mD6C85C9088064C16A401309FAFDC62252A5D5526 (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* __this, TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_m2B231BD8F5AD6701890D26FE7B9A36C97F11BB5B (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* TypeDescriptor_NodeFor_m5090D0254DBE7A991B377038CA9764D73C986441 (RuntimeObject* ___0_instance, bool ___1_createDelegator, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakHashtable_SetWeak_mA0027E70DF96E296781C6286DA330634046BE623 (WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_mF174C59FE64D22C7422D48057CC5B742AEE0860A (RuntimeObject* ___0_component, bool ___1_refreshReflectionProvider, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeDescriptionProviderAttribute_get_TypeName_m7E06882E9348A8D4987BB62EA1493B2BD23147E6_inline (TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_CheckDefaultProvider_m0E82AD3EE8FF8EDE6FFF4DD785DA993A6347A976 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakHashtable__ctor_mBFFE17D4547F681A27EBE60D277625C9F9D0510F (WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m5F9E2F970CD85965A003C0B37ABDBFAA1F5CF241 (WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* __this, RuntimeObject* ___0_target, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerBaseTypeName_m563234B0182AF168B6948E960DC6BDF306EB6833_inline (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerTypeName_m256B923244339F7AEAA0ED171B5590D9326E1DC8_inline (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SecurityUtils_SecureCreateInstance_mA233BC3B5B2CB0765C7F0628E6526F04DE273F98 (Type_t* ___0_type, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, bool ___2_allowNonPublic, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor__ctor_m402D4547E040BF01C61F91574E2C4258C41B8F16 (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, Type_t* ___0_componentClass, String_t* ___1_name, Type_t* ___2_type, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___3_attributes, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor__ctor_mF11D518B1147C2AFB56CE058071E478AED0C0B8E (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, Type_t* ___0_componentType, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___1_oldReflectEventDescriptor, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_attributes, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mF15678F125BE31DBA7224C62D53888E613EB04D2_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedPropertyDescriptor__ctor_m0B65DA557C0D57B89DD796E1CE4D2E20098A21FC (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_extender, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_m2F497FD3A04D72A8299671F0223FD5E7082A1A7D (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, Type_t* ___0_componentClass, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_oldReflectPropertyDescriptor, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_attributes, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeDescriptor_ShouldHideMember_m279039219951D41944ABB4BA978FA037E83E0294 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_member, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* ___1_attribute, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04 (Type_t* ___0_type, String_t* ___1_typeName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* TypeDescriptor_GetAttributes_m0773B6640B591862BE3EBCCE1250AF9C8921FFCA (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetExtendedDescriptor_mA48AE86FC60E09ED68303EA9355F1AF19F583D53 (RuntimeObject* ___0_component, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineMerge_mB567A8C7160A6A73F3884076D2785754E248694E (int32_t ___0_pipelineType, RuntimeObject* ___1_primary, RuntimeObject* ___2_secondary, RuntimeObject* ___3_instance, RuntimeObject* ___4_cache, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineFilter_mB1F9A7FEE9C5B25B0FEAECDC6B944C8479DE8C97 (int32_t ___0_pipelineType, RuntimeObject* ___1_members, RuntimeObject* ___2_instance, RuntimeObject* ___3_cache, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineInitialize_mD14A09D1FEC4B6A82C3FCC72614890989DD37A05 (int32_t ___0_pipelineType, RuntimeObject* ___1_members, RuntimeObject* ___2_cache, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* TypeDescriptor_NodeFor_m619910CD4B66124F88BFB61DF642787D6EBBE316 (RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetClassName_m1669DBB071A27E5FE62BFEC6691D86B31D290E41 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetComponentName_m66BEEC77B6B06C7009D839B08D28F6CB27D0D091 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* TypeDescriptor_GetConverter_m052A483C48F38F4091A1AC46D9C3B6C3F580EB29 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* TypeDescriptor_GetConverter_m83A515E1D6F25137D637B175EA55BC80637E1C8A (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_ConvertFromInvariantString_m81DA50DC43E5868C83A5D283FFD227B919C9D0A5 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, String_t* ___0_text, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* TypeDescriptor_GetDefaultEvent_m7B26ECB7865C226D7AB2E4AE5EB85A8B6D8B7F43 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* TypeDescriptor_GetDefaultProperty_m65BCFA95799F8D1C7063A285E3C8D629FE0B32B2 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_mFE828ABD6B88857D8D0F88B6E64036526EB72D5C (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, Type_t* ___0_objectType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_m98120E5BD98B7418563145C0AFAC8D3F5806E124 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergedTypeDescriptor__ctor_m846C2DB00AE4DB20FAB890B60E95CB56EE9FE629 (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __this, RuntimeObject* ___0_primary, RuntimeObject* ___1_secondary, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetEditor_m9F5AA1718CC366AE32E85B6BE3A891D3D657B0F9 (RuntimeObject* ___0_component, Type_t* ___1_editorBaseType, bool ___2_noCustomTypeDesc, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* TypeDescriptor_FilterMembers_m5235BD3C20ABC0C76CB6A01C768CA88D60204708 (RuntimeObject* ___0_members, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* TypeDescriptor_GetEvents_m10BDCC2559627F2FB4D3788A9C2B04C819AF8B9C (RuntimeObject* ___0_component, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, bool ___2_noCustomTypeDesc, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineAttributeFilter_m252B73CAC0F4F691778F342891E4E82DB43A14D3 (int32_t ___0_pipelineType, RuntimeObject* ___1_members, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_filter, RuntimeObject* ___3_instance, RuntimeObject* ___4_cache, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ExtenderProvidedPropertyAttribute_get_Provider_mF6A5C961D41558DDF43293934D6C5CD80BEF584F_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_m3C240C32E8D9544EC050B74D4F28EEB58F1F9309 (int32_t* ___0_location, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptor_get_InterfaceType_m5846DF18FDCA094C42B3F2B31BBCFAAE78D37565 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetProperties_m2AEBC6EA879F0AE58FA43D04AD19A7FE06EEA228 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetPropertiesImpl_m766318E5E62092F7168F2624A8016BE7ED6AB0F5 (RuntimeObject* ___0_component, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, bool ___2_noCustomTypeDesc, bool ___3_noAttributes, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetProperties_mB05073EBE63BE4D81D9E6F4D36FAFAA46DEE4320 (RuntimeObject* ___0_component, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, bool ___2_noCustomTypeDesc, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptionProvider_GetReflectionType_m595CDB1DADC484AB12377301C2D93AD8DE2A61C8 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, Type_t* ___0_objectType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptionProvider_GetReflectionType_m9B8AB1D9057308B5AE56C69EA8D8BE0391EB8956 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptor_GetNodeForBaseType_m92C067343C33C53F2EE1A00DA6184F597F72E476 (Type_t* ___0_searchType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider__ctor_mD2C527AEF85A636D3E4507604E84FAB79A98DB62 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegatingTypeDescriptionProvider__ctor_mF4BAC468855383A4FA4CBFA329DF02F35805ADC5 (DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsCOMObject_mDC5F62B22B0B1CA15EC3FA81BDB87006DA860641 (Type_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeFilterCacheItem_IsValid_m817895D05934525F76E41E3B618BFD6B6C13BFE6 (AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_filter, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeFilterCacheItem__ctor_m5717B8B48C2F77086DA255E7053B31634388BA18 (AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_filter, RuntimeObject* ___1_filteredMembers, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterCacheItem_IsValid_mD1D0960AEFACC6645E5DEC95CA4F173E9260EC72 (FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027* __this, RuntimeObject* ___0_filterService, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetExtenderCollisionSuffix_m6FD3A5F63D1EFCC72588C64ADEF52A9B3FC2A3F9 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_member, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_get_Item_m5755C415F2E5CAC5A0AE3EFBB5A8D84915B37ED8 (OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_Remove_mD4DFDFA8710B689C990EEE8EFCC50EC21CE51EA3 (OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterCacheItem__ctor_mE9F7CD307B3F6228F55EFE04B8D84B4B57A51893 (FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027* __this, RuntimeObject* ___0_filterService, RuntimeObject* ___1_filteredMembers, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventArgs__ctor_mFAC0CB3BCAA676FAB7673055215168BB623D4D3A (RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* __this, RuntimeObject* ___0_componentChanged, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_inline (RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventArgs__ctor_mA88DB8D3EBE2EDC16126E5DA09495F31F6E43CC9 (RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* __this, Type_t* ___0_typeChanged, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectTypeDescriptionProvider_IsPopulated_m84F86F476D4C3552D9319BE958418D78CE50C1A8 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider_Refresh_m2E5B6CEEA9ED33154509B1DE82E5BF4E5814CAF0 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RaiseRefresh_m21EB4A75D4244C3E018263423794E855D0C4C83B (RuntimeObject* ___0_component, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RaiseRefresh_m50C3CF925179FE06A018877668E77E5797A53DA4 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ReflectTypeDescriptionProvider_GetPopulatedTypes_m642B954B72F1768F632D2DE62C4E22574AE0D603 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* ___0_module, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ModuleU5BU5D_t7E2A615EDA0BE9DB02BE6763CF017E7319EF87FE* Assembly_GetModules_mE976275B5B92AC3CD553692DEEC9817B878C469B (Assembly_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_m73904FE9C065C09D01FCE6816224E8750415952B (Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* ___0_module, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_NodeRemove_mD1A062871B6FE912DA01FB3E546C065237996E1A (RuntimeObject* ___0_key, TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___1_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveProvider_m5D17F7FC1618D9F7E6130500BD6C44255F4028B7 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, Type_t* ___1_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveProvider_m2157266EF96D2C0F357CC42184BCB1DAE4A6C7DA (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, RuntimeObject* ___1_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ArrayList_Adapter_mC0D976D7238E15899597A330071EB442B1DFE3DF (RuntimeObject* ___0_list, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanSwitch__ctor_mA9232C7B57B18DBDDFD4F14DA26483509C0FFD53 (BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1* __this, String_t* ___0_displayName, String_t* ___1_description, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProvider__ctor_m32AD747FB39A93150C9E092A5324735A0EE3218C (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_parent, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_m399A40592DC141E36131643D323CC9481EA5AD8E (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, Type_t* ___0_objectType, RuntimeObject* ___1_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeTypeDescriptor__ctor_m9B988681AD799746055FF6F019B5427960C1B972 (AttributeTypeDescriptor_t893655210233DC2AA62BE029FD15FA303E1C6866* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_attrs, RuntimeObject* ___1_parent, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomTypeDescriptor__ctor_m8DACFF660A350264A8149D738FEFBC43E45DEBE0 (CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6* __this, RuntimeObject* ___0_parent, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* CustomTypeDescriptor_GetAttributes_m3EF387AB8F57EFCED1B03248DCC60BDB5A6FFC1B (CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComNativeTypeDescriptor__ctor_m9726480BCB768A7F2F4B834D08196870383964B0 (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, RuntimeObject* ___0_handler, RuntimeObject* ___1_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptorComparer__ctor_mDCB73C6EC35AE31BE43CBF4C88053920603B4431 (MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultExtendedTypeDescriptor__ctor_m23A3BC29A6EF7571E339B9EBA5059F6490177C3C (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* ___0_node, RuntimeObject* ___1_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTypeDescriptor__ctor_m8181176F10EBEA8A1DE3703C9C355ABB114A78D6 (DefaultTypeDescriptor_tE4BFD69B5DCCF4D947034C2740F803F797E1879F* __this, TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* ___0_node, Type_t* ___1_objectType, RuntimeObject* ___2_instance, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ReflectTypeDescriptionProvider_GetExtendedAttributes_m2C8411D8AF61F164E3728DD6976EA7D6C025A375_inline (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mAA6940201936EFB68F812B3F577D2F5A1DCD9C87 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetExtendedClassName_m7DC52FC01754E2B24574392B2B040CBADCCA1B33 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m1FCDCEDE8DEBC80674EB67710668E2B332BF4972 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetExtendedComponentName_mA9AA756A7DE3F41F2C1A8059A5D9B2C6DD7CD53C (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m8E5B48BFB10FD589382A5422789F7F0116732008 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ReflectTypeDescriptionProvider_GetExtendedConverter_m7227126A73E4DC11779EC3DEEA2EA6D9DC9D424C (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_m935614847EC810B66003F822E59EF73BD6EF9D1F (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ReflectTypeDescriptionProvider_GetExtendedDefaultEvent_m7D5A5C06426E1ED8C3708D130D199AE8E48B3D9A (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m7AB1B6A42BF1BAAEC570FC87B99A259CB2EC640D (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ReflectTypeDescriptionProvider_GetExtendedDefaultProperty_mC55CC907DD37C329B3B36C8B411D667F9C148525 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_m9C0C5113CB4C05EBD2F33ACEEDC3B4B35BB5E412 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetExtendedEditor_m38A9F980C5A8AD2CA5794E351E074FDDE2DFF71B (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, Type_t* ___1_editorBaseType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m9B3500D36A747DDF103DD970AD435FCEAAD9C4E9 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, Type_t* ___0_editorBaseType, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* ReflectTypeDescriptionProvider_GetExtendedEvents_m05C06E5A9638F2836EF548128469E28C8E54E9B4_inline (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m011120B818C050B110B01FF336DDE0EBF199C383 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m64EC0160B0C3041EDE84CD8A433AC8423D42B0AA (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_attributes, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ReflectTypeDescriptionProvider_GetExtendedProperties_mB9B017BF225B1897BF8AFE62DCBE71C669CB78EE (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE235D557DDF0CDE8E3E549E61DC4E62BCC098610 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m1B574C4774F03E7B2B98B213E30B7FFB55EC523E (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_attributes, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetExtendedPropertyOwner_m4C05EC5B9F5635AB526959E6E5771F7A3DF79859 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_pd, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_m8CB5B98DC4403E04BA30255B73AE08F1FF80C85D (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_pd, const RuntimeMethod* method) ; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IntSecurity_UnsafeGetFullPath_mE99851533A624FD85A39880C98F1E3DF0903E7B3 (String_t* ___0_fileName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_fileName; il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Path_GetFullPath_m9E485D7D38A868A6A5863CBD24677231288EECE2(L_0, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseException__ctor_mF9A4CEEE588A037C9CCEC67ACFB7A6BF213BF478 (LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A* __this, Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB32D9E79F35FC0C704F70D2D6654422F48F2D7E); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1; Type_t* L_3 = ___0_type; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_3); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (RuntimeObject*)L_4); String_t* L_5; L_5 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(_stringLiteralCB32D9E79F35FC0C704F70D2D6654422F48F2D7E, L_2, NULL); LicenseException__ctor_m6CB2C3A587F030ECF4B3C91DE070E29FC519A758(__this, L_0, NULL, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseException__ctor_m92EF92C1EC02D8C3788886D898214F15C13F882C (LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A* __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*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46DD4902F5BC2E9726A5B1A359D5C0B80A75E722); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1; Type_t* L_3 = ___0_type; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_3); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (RuntimeObject*)L_4); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_2; RuntimeObject* L_6 = ___1_instance; NullCheck(L_6); Type_t* L_7; L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_6, NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (RuntimeObject*)L_8); String_t* L_9; L_9 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(_stringLiteral46DD4902F5BC2E9726A5B1A359D5C0B80A75E722, L_5, NULL); LicenseException__ctor_m6CB2C3A587F030ECF4B3C91DE070E29FC519A758(__this, L_0, NULL, L_9, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseException__ctor_m6CB2C3A587F030ECF4B3C91DE070E29FC519A758 (LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, String_t* ___2_message, const RuntimeMethod* method) { { String_t* L_0 = ___2_message; SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL); Type_t* L_1 = ___0_type; __this->___type = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___type), (void*)L_1); RuntimeObject* L_2 = ___1_instance; __this->___instance = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___instance), (void*)L_2); Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146232063), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseException__ctor_m25031018FF538743510EEF79D83496AB726D03F6 (LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, String_t* ___2_message, Exception_t* ___3_innerException, const RuntimeMethod* method) { { String_t* L_0 = ___2_message; Exception_t* L_1 = ___3_innerException; SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611(__this, L_0, L_1, NULL); Type_t* L_2 = ___0_type; __this->___type = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___type), (void*)L_2); RuntimeObject* L_3 = ___1_instance; __this->___instance = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___instance), (void*)L_3); Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146232063), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseException__ctor_mBBB7F0A51FFE7E5C61683A5F6603561BC83F3104 (LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); s_Il2CppMethodInitialized = true; } { SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info; StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context; SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_info; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (Type_t_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); RuntimeObject* L_5; L_5 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_2, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, L_4, NULL); __this->___type = ((Type_t*)CastclassClass((RuntimeObject*)L_5, Type_t_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___type), (void*)((Type_t*)CastclassClass((RuntimeObject*)L_5, Type_t_il2cpp_TypeInfo_var))); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_6 = ___0_info; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t* L_8; L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL); NullCheck(L_6); RuntimeObject* L_9; L_9 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_6, _stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D, L_8, NULL); __this->___instance = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->___instance), (void*)L_9); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LicenseException_get_LicensedType_mB7189CBDD0CE677BD9C83459DE992500C6D287F6 (LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___type; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseException_GetObjectData_mF1FA6406D68485B346220D6EBF4CCFD92E41A77E (LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); s_Il2CppMethodInitialized = true; } { SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LicenseException_GetObjectData_mF1FA6406D68485B346220D6EBF4CCFD92E41A77E_RuntimeMethod_var))); } IL_000e: { SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_info; Type_t* L_3 = __this->___type; NullCheck(L_2); SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_2, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, L_3, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = ___0_info; RuntimeObject* L_5 = __this->___instance; NullCheck(L_4); SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_4, _stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D, L_5, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_6 = ___0_info; StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_7 = ___1_context; Exception_GetObjectData_mD69929DB0BB2512240908B9EEE21778CB7B72DA9(__this, L_6, L_7, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m3204DB6A7F4AE21640459A87CC6CFCE0BEF7E8A3 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, String_t* ___0_name, const RuntimeMethod* method) { { String_t* L_0 = ___0_name; MemberDescriptor__ctor_mDCA5ED4D5D9CB14D6D1D81EDB76EA80DB79B8AF4(__this, L_0, (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL, NULL); return; } } 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); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); __this->___lockCookie = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___lockCookie), (void*)L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); } try { { 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))); 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 = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___name), (void*)L_6); String_t* L_7 = ___0_name; __this->___displayName = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___displayName), (void*)L_7); String_t* L_8 = ___0_name; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_8); __this->___nameHash = L_9; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_10 = ___1_attributes; if (!L_10) { goto IL_0057_1; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_11 = ___1_attributes; __this->___attributes = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributes), (void*)L_11); __this->___attributesFiltered = (bool)0; } IL_0057_1: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_12 = __this->___attributes; __this->___originalAttributes = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->___originalAttributes), (void*)L_12); goto IL_0066; } } 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: { Exception_t* L_13 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor__ctor_mDCA5ED4D5D9CB14D6D1D81EDB76EA80DB79B8AF4_RuntimeMethod_var))); } IL_0066: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m88226156FCAB812BE655E3FCEEBE3BF33589A64A (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_descr, 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*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); __this->___lockCookie = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___lockCookie), (void*)L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_1 = ___0_descr; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_1); __this->___name = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___name), (void*)L_2); String_t* L_3 = __this->___name; __this->___displayName = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___displayName), (void*)L_3); String_t* L_4 = __this->___name; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_4); __this->___nameHash = L_5; MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_6 = ___0_descr; NullCheck(L_6); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_7; L_7 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, L_6); NullCheck(L_7); int32_t L_8; L_8 = AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02(L_7, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_9 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)L_8); __this->___attributes = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributes), (void*)L_9); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_10 = ___0_descr; NullCheck(L_10); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_11; L_11 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, L_10); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_12 = __this->___attributes; NullCheck(L_11); AttributeCollection_CopyTo_m29A1B7F330A44A3ABD7402CF9863089B917AA7F6(L_11, (RuntimeArray*)L_12, 0, NULL); __this->___attributesFiltered = (bool)1; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_13 = __this->___attributes; __this->___originalAttributes = L_13; Il2CppCodeGenWriteBarrier((void**)(&__this->___originalAttributes), (void*)L_13); return; } } 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); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); __this->___lockCookie = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___lockCookie), (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(10, L_1); __this->___name = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___name), (void*)L_2); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_3 = ___0_oldMemberDescriptor; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(13, L_3); __this->___displayName = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___displayName), (void*)L_4); String_t* L_5 = __this->___name; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_5); __this->___nameHash = L_6; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_7 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); 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, 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, 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: { { 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, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_16); } IL_0084: { return; } } }); try { { goto IL_006a_1; } IL_005b_1: { RuntimeObject* L_17 = V_1; NullCheck(L_17); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, 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, L_19, L_20); } IL_006a_1: { RuntimeObject* L_22 = V_1; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_005b_1; } } { goto IL_0085; } } 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, 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, L_36); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_38 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)L_37); __this->___attributes = L_38; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributes), (void*)L_38); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_39 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_40 = __this->___attributes; NullCheck(L_39); VirtualActionInvoker2< RuntimeArray*, int32_t >::Invoke(35, L_39, (RuntimeArray*)L_40, 0); __this->___attributesFiltered = (bool)0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_41 = __this->___attributes; __this->___originalAttributes = L_41; Il2CppCodeGenWriteBarrier((void**)(&__this->___originalAttributes), (void*)L_41); return; } } 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; return L_0; } } 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; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002f: { { 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; } } }); try { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_4 = ___0_value; __this->___attributes = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributes), (void*)L_4); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_5 = ___0_value; __this->___originalAttributes = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___originalAttributes), (void*)L_5); __this->___attributesFiltered = (bool)0; __this->___attributeCollection = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributeCollection), (void*)(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)NULL); goto IL_0039; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0039: { return; } } 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; V_0 = L_0; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1 = V_0; if (L_1) { goto IL_003b; } } { RuntimeObject* L_2 = __this->___lockCookie; V_1 = L_2; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0031: { { 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; } } }); try { RuntimeObject* L_5 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_2), NULL); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_6; L_6 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(14, __this); V_0 = L_6; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_7 = V_0; __this->___attributeCollection = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributeCollection), (void*)L_7); goto IL_003b; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003b: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_8 = V_0; return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemberDescriptor_get_Category_m639853B7DC9EB8FF2E4A20E679BBC765F14F2A74 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->___category; if (L_0) { goto IL_002d; } } { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1; L_1 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_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(11, L_1, L_3); NullCheck(((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)CastclassClass((RuntimeObject*)L_4, CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = CategoryAttribute_get_Category_m2CBF9A5E77191E414E879293395732962EC8A1BB(((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)CastclassClass((RuntimeObject*)L_4, CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var)), NULL); __this->___category = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___category), (void*)L_5); } IL_002d: { String_t* L_6 = __this->___category; return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemberDescriptor_get_Description_m9293ABCCFF1A4668AAA8DD0EFD64F5B70BE748FC (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->___description; if (L_0) { goto IL_002d; } } { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1; L_1 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_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(11, L_1, L_3); NullCheck(((DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86*)CastclassClass((RuntimeObject*)L_4, DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(7, ((DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86*)CastclassClass((RuntimeObject*)L_4, DescriptionAttribute_t2E1F8370535185D35B32BB7D143C8615391ECA86_il2cpp_TypeInfo_var))); __this->___description = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___description), (void*)L_5); } IL_002d: { String_t* L_6 = __this->___description; return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberDescriptor_get_IsBrowsable_m3E745927D619C8E2D84DF9277549273A1980D00A (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_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(11, L_0, L_2); NullCheck(((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76*)CastclassSealed((RuntimeObject*)L_3, BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var))); bool L_4; L_4 = BrowsableAttribute_get_Browsable_m23594845C49373D8D6AB753D89DB39D8285250F0_inline(((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76*)CastclassSealed((RuntimeObject*)L_3, BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var)), NULL); return L_4; } } 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; if (L_0) { goto IL_000e; } } { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_000e: { String_t* L_1 = __this->___name; return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberDescriptor_get_NameHashCode_m415B96A35EB826A5A00E0F0EBBDD94980BD5E5F2 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___nameHash; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberDescriptor_get_DesignTimeOnly_m6493A2B445DB74E34190682A8CE8DBC4AC827FD7 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var); DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* L_0 = ((DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var))->___Yes; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1; L_1 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_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(11, L_1, L_3); NullCheck(L_0); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_0, L_4); return L_5; } } 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, __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(11, 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, L_5); if (!L_6) { goto IL_002d; } } IL_0026: { String_t* L_7 = __this->___displayName; 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, L_8); return L_9; } } 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; if (!L_0) { goto IL_002a; } } { int32_t L_1 = __this->___metadataVersion; 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 = (bool)0; __this->___attributesFiltered = (bool)0; __this->___attributeCollection = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributeCollection), (void*)(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)NULL); } IL_002a: { return; } } 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, __this); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1 = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)il2cpp_codegen_object_new(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313(L_1, L_0, NULL); return L_1; } } 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; int32_t L_10 = __this->___nameHash; 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; String_t* L_13 = __this->___category; 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; if (!L_14) { goto IL_0074; } } { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_15 = V_0; NullCheck(L_15); String_t* L_16 = L_15->___category; String_t* L_17 = __this->___category; 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; if (L_19) { goto IL_00ac; } } { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_20 = V_0; NullCheck(L_20); String_t* L_21 = L_20->___description; String_t* L_22 = __this->___description; 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; if (!L_23) { goto IL_00dd; } } { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_24 = V_0; NullCheck(L_24); String_t* L_25 = L_24->___description; String_t* L_26 = __this->___description; 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; String_t* L_30 = __this->___description; 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; if (!L_31) { goto IL_00dd; } } { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_32 = V_0; NullCheck(L_32); String_t* L_33 = L_32->___category; String_t* L_34 = __this->___description; 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; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_38 = __this->___attributes; 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; if (!L_39) { goto IL_013f; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_40 = __this->___attributes; NullCheck(L_40); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_41 = V_0; NullCheck(L_41); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_42 = L_41->___attributes; 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; 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; 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, 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; 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; } } 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; if (!L_0) { goto IL_0029; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = __this->___originalAttributes; 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, 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; } } 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; if (L_0) { goto IL_00e3; } } { bool L_1 = __this->___attributesFilled; if (L_1) { goto IL_0028; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_2, NULL); V_0 = L_2; } try { RuntimeObject* L_3 = V_0; VirtualActionInvoker1< RuntimeObject* >::Invoke(15, __this, L_3); goto IL_0034; } 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: { ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4* L_4 = ((ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4*)IL2CPP_GET_ACTIVE_EXCEPTION(ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4*));; IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*)); } CATCH_0025: { Exception_t* L_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0034; } IL_0028: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_6 = __this->___attributes; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_7 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); ArrayList__ctor_mCE5AABB7EF7F41F9170791E2C5145E49684DCE11(L_7, (RuntimeObject*)L_6, NULL); V_0 = L_7; } IL_0034: { RuntimeObject* L_8 = V_0; NullCheck(L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_8); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_10 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_m9E0D56D6ADE284D20176076FACBFA1628DD8EE80(L_10, L_9, NULL); V_1 = L_10; RuntimeObject* L_11 = V_0; NullCheck(L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_11); V_3 = L_12; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_006f: { { RuntimeObject* L_13 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_5; if (!L_14) { goto IL_0082; } } { RuntimeObject* L_15 = V_5; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_15); } IL_0082: { return; } } }); try { { goto IL_0065_1; } IL_0049_1: { RuntimeObject* L_16 = V_3; NullCheck(L_16); RuntimeObject* L_17; L_17 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_16); V_4 = ((Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)CastclassClass((RuntimeObject*)L_17, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var)); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_18 = V_1; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_19 = V_4; NullCheck(L_19); RuntimeObject* L_20; L_20 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4, L_19); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_21 = V_4; NullCheck(L_18); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_18, L_20, L_21); } IL_0065_1: { RuntimeObject* L_22 = V_3; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_0049_1; } } { goto IL_0083; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0083: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_24 = V_1; NullCheck(L_24); RuntimeObject* L_25; L_25 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(38, L_24); NullCheck(L_25); int32_t L_26; L_26 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_25); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_27 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)L_26); V_2 = L_27; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_28 = V_1; NullCheck(L_28); RuntimeObject* L_29; L_29 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(38, L_28); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_30 = V_2; NullCheck(L_29); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_29, (RuntimeArray*)L_30, 0); RuntimeObject* L_31 = __this->___lockCookie; V_6 = L_31; V_7 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d7: { { bool L_32 = V_7; if (!L_32) { goto IL_00e2; } } { RuntimeObject* L_33 = V_6; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_33, NULL); } IL_00e2: { return; } } }); try { RuntimeObject* L_34 = V_6; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_34, (&V_7), NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_35 = V_2; __this->___attributes = L_35; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributes), (void*)L_35); __this->___attributesFiltered = (bool)1; __this->___attributesFilled = (bool)1; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); int32_t L_36; L_36 = TypeDescriptor_get_MetadataVersion_m79CAEDE4F59CEB76E6FFDCB0FA478A0D472C33DF_inline(NULL); __this->___metadataVersion = L_36; goto IL_00e3; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e3: { return; } } 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; } } 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, L_11); Type_t* L_13 = ___3_returnType; NullCheck(L_12); bool L_14; L_14 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(121, 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; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberDescriptor_GetHashCode_m18BBAA42F4FF641C84B5E45802F1FDC290F86860 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___nameHash; return L_0; } } 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))); 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))); 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; } } 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, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var))); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MemberDescriptor_GetInvokee_m46D06384BC555E5E71F36B9DFE3539F9494D176C (Type_t* ___0_componentClass, RuntimeObject* ___1_component, 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_componentClass; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor_GetInvokee_m46D06384BC555E5E71F36B9DFE3539F9494D176C_RuntimeMethod_var))); } IL_0014: { RuntimeObject* L_3 = ___1_component; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor_GetInvokee_m46D06384BC555E5E71F36B9DFE3539F9494D176C_RuntimeMethod_var))); } IL_0022: { Type_t* L_5 = ___0_componentClass; RuntimeObject* L_6 = ___1_component; 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; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressChangedEventArgs__ctor_mB92C86B93E8FD6EDF4325B52F4CF7C43A689A034 (ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* __this, int32_t ___0_progressPercentage, RuntimeObject* ___1_userState, 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_progressPercentage; __this->___progressPercentage = L_0; RuntimeObject* L_1 = ___1_userState; __this->___userState = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___userState), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProgressChangedEventArgs_get_ProgressPercentage_m8D441B22C07732024891772E3C644F49BD3A977C (ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___progressPercentage; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ProgressChangedEventArgs_get_UserState_mEA9964D8636131356D0BD2A4776A248F6F2C88F5 (ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___userState; 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 ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_Multicast(ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC* __this, RuntimeObject* ___0_sender, ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* ___1_e, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_sender, ___1_e, reinterpret_cast(currentDelegate->___method)); } } void ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_OpenInst(ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC* __this, RuntimeObject* ___0_sender, ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); typedef void (*FunctionPointerType) (RuntimeObject*, ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_OpenStatic(ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC* __this, RuntimeObject* ___0_sender, ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_OpenVirtual(ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC* __this, RuntimeObject* ___0_sender, ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); VirtualActionInvoker1< ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_e); } void ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_OpenInterface(ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC* __this, RuntimeObject* ___0_sender, ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); InterfaceActionInvoker1< ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_e); } void ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_OpenGenericVirtual(ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC* __this, RuntimeObject* ___0_sender, ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericVirtualActionInvoker1< ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* >::Invoke(method, ___0_sender, ___1_e); } void ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_OpenGenericInterface(ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC* __this, RuntimeObject* ___0_sender, ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericInterfaceActionInvoker1< ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* >::Invoke(method, ___0_sender, ___1_e); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressChangedEventHandler__ctor_m904DA744356CF51EC7C554F9ED6F36B2CEE3467F (ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (isOpen) __this->___invoke_impl = (intptr_t)&ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 1; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_OpenInterface; else __this->___invoke_impl = (intptr_t)&ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_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 = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressChangedEventHandler_Invoke_m9FDB7A8B01665D2B8A089E3D8879AC7C570CCB78 (ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC* __this, RuntimeObject* ___0_sender, ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_sender, ___1_e, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ProgressChangedEventHandler_BeginInvoke_m819A0EF64779D7779AC025F94E4FB245098F8D90 (ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC* __this, RuntimeObject* ___0_sender, ProgressChangedEventArgs_t5356EEBDD54D5434867C79874031F1730FE63D16* ___1_e, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___0_sender; __d_args[1] = ___1_e; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressChangedEventHandler_EndInvoke_mA2E6B138B48C485E6BE5B7EB39851D79CC937A66 (ProgressChangedEventHandler_tC05CE6A4424049C6DC2260E9B24B518B60C59BDC* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 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 { { 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))); 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))); 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 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___type), (void*)L_15); Type_t* L_16 = ___0_componentClass; __this->___componentClass = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___componentClass), (void*)L_16); goto IL_0064; } } 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: { Exception_t* L_17 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor__ctor_m69383E1B38EE9DE9E6A4A929AF7AB6E367F7396C_RuntimeMethod_var))); } IL_0064: { return; } } 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 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___propInfo), (void*)L_4); MethodInfo_t* L_5 = ___4_getMethod; __this->___getMethod = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___getMethod), (void*)L_5); MethodInfo_t* L_6 = ___5_setMethod; __this->___setMethod = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___setMethod), (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 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; int32_t L_15 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetOnDemand; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_13, ((int32_t)(L_14|L_15)), (bool)1, NULL); return; } IL_0059: { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_16 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; int32_t L_18 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetQueried; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_16, ((int32_t)(L_17|L_18)), (bool)1, NULL); return; } } 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 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___receiverType), (void*)L_4); MethodInfo_t* L_5 = ___4_getMethod; __this->___getMethod = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___getMethod), (void*)L_5); MethodInfo_t* L_6 = ___5_setMethod; __this->___setMethod = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___setMethod), (void*)L_6); BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_7 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; int32_t L_9 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetQueried; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_7, ((int32_t)(L_8|L_9)), (bool)1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_m2F497FD3A04D72A8299671F0223FD5E7082A1A7D (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, Type_t* ___0_componentClass, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_oldReflectPropertyDescriptor, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98_il2cpp_TypeInfo_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; } ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* V_0 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_1 = NULL; int32_t V_2 = 0; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_3 = NULL; DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* V_4 = NULL; AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98* V_5 = NULL; { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = ___1_oldReflectPropertyDescriptor; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___2_attributes; PropertyDescriptor__ctor_mD53A2E689E8CF24D28653C6EF266FC4E51C30699(__this, L_0, L_1, NULL); Type_t* L_2 = ___0_componentClass; __this->___componentClass = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___componentClass), (void*)L_2); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_3 = ___1_oldReflectPropertyDescriptor; NullCheck(L_3); Type_t* L_4; L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(21, L_3); __this->___type = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___type), (void*)L_4); Type_t* L_5 = ___0_componentClass; 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_0042; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = (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_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6))); (L_8)->SetAt(static_cast(0), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6))); String_t* L_9; L_9 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96B82B1111F719249D6B1FFE1997AC237C3C1BB5)), L_8, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_10 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_10, L_9, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor__ctor_m2F497FD3A04D72A8299671F0223FD5E7082A1A7D_RuntimeMethod_var))); } IL_0042: { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_11 = ___1_oldReflectPropertyDescriptor; V_0 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838*)IsInstSealed((RuntimeObject*)L_11, ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var)); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_12 = V_0; if (!L_12) { goto IL_017c; } } { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_13 = V_0; NullCheck(L_13); Type_t* L_14; L_14 = VirtualFuncInvoker0< Type_t* >::Invoke(17, L_13); Type_t* L_15 = ___0_componentClass; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_16; L_16 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_14, L_15, NULL); if (!L_16) { goto IL_00bd; } } { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_17 = V_0; NullCheck(L_17); PropertyInfo_t* L_18 = L_17->___propInfo; __this->___propInfo = L_18; Il2CppCodeGenWriteBarrier((void**)(&__this->___propInfo), (void*)L_18); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_19 = V_0; NullCheck(L_19); MethodInfo_t* L_20 = L_19->___getMethod; __this->___getMethod = L_20; Il2CppCodeGenWriteBarrier((void**)(&__this->___getMethod), (void*)L_20); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_21 = V_0; NullCheck(L_21); MethodInfo_t* L_22 = L_21->___setMethod; __this->___setMethod = L_22; Il2CppCodeGenWriteBarrier((void**)(&__this->___setMethod), (void*)L_22); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_23 = V_0; NullCheck(L_23); MethodInfo_t* L_24 = L_23->___shouldSerializeMethod; __this->___shouldSerializeMethod = L_24; Il2CppCodeGenWriteBarrier((void**)(&__this->___shouldSerializeMethod), (void*)L_24); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_25 = V_0; NullCheck(L_25); MethodInfo_t* L_26 = L_25->___resetMethod; __this->___resetMethod = L_26; Il2CppCodeGenWriteBarrier((void**)(&__this->___resetMethod), (void*)L_26); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_27 = V_0; NullCheck(L_27); RuntimeObject* L_28 = L_27->___defaultValue; __this->___defaultValue = L_28; Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultValue), (void*)L_28); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_29 = V_0; NullCheck(L_29); RuntimeObject* L_30 = L_29->___ambientValue; __this->___ambientValue = L_30; Il2CppCodeGenWriteBarrier((void**)(&__this->___ambientValue), (void*)L_30); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_31 = V_0; NullCheck(L_31); BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119 L_32 = L_31->___state; __this->___state = L_32; } IL_00bd: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_33 = ___2_attributes; if (!L_33) { goto IL_017c; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_34 = ___2_attributes; V_1 = L_34; V_2 = 0; goto IL_0173; } IL_00cc: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_35 = V_1; int32_t L_36 = V_2; NullCheck(L_35); int32_t L_37 = L_36; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_38 = (L_35)->GetAt(static_cast(L_37)); V_3 = L_38; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_39 = V_3; V_4 = ((DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC*)IsInstClass((RuntimeObject*)L_39, DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_il2cpp_TypeInfo_var)); DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* L_40 = V_4; if (!L_40) { goto IL_0145; } } { DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* L_41 = V_4; NullCheck(L_41); RuntimeObject* L_42; L_42 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7, L_41); __this->___defaultValue = L_42; Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultValue), (void*)L_42); RuntimeObject* L_43 = __this->___defaultValue; if (!L_43) { goto IL_0132; } } { Type_t* L_44; L_44 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __this); NullCheck(L_44); bool L_45; L_45 = VirtualFuncInvoker0< bool >::Invoke(69, L_44); if (!L_45) { goto IL_0132; } } { Type_t* L_46; L_46 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __this); NullCheck(L_46); Type_t* L_47; L_47 = VirtualFuncInvoker0< Type_t* >::Invoke(122, L_46); RuntimeObject* L_48 = __this->___defaultValue; NullCheck(L_48); Type_t* L_49; L_49 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_48, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_50; L_50 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_47, L_49, NULL); if (!L_50) { goto IL_0132; } } { Type_t* L_51; L_51 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __this); RuntimeObject* L_52 = __this->___defaultValue; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_53; L_53 = Enum_ToObject_mD898E0819FA640BC4E98924613B5DBD41146D1FF(L_51, L_52, NULL); __this->___defaultValue = L_53; Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultValue), (void*)L_53); } IL_0132: { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_54 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_55 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitDefaultValueQueried; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_54, L_55, (bool)1, NULL); goto IL_016f; } IL_0145: { Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_56 = V_3; V_5 = ((AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98*)IsInstSealed((RuntimeObject*)L_56, AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98_il2cpp_TypeInfo_var)); AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98* L_57 = V_5; if (!L_57) { goto IL_016f; } } { AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98* L_58 = V_5; NullCheck(L_58); RuntimeObject* L_59; L_59 = AmbientValueAttribute_get_Value_m10D9A8762B327F191CF3DB749A8184068EAEF3C6_inline(L_58, NULL); __this->___ambientValue = L_59; Il2CppCodeGenWriteBarrier((void**)(&__this->___ambientValue), (void*)L_59); BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_60 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_61 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitAmbientValueQueried; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_60, L_61, (bool)1, NULL); } IL_016f: { int32_t L_62 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_62, 1)); } IL_0173: { int32_t L_63 = V_2; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_64 = V_1; NullCheck(L_64); if ((((int32_t)L_63) < ((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length))))) { goto IL_00cc; } } IL_017c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectPropertyDescriptor_get_AmbientValue_m95E2358A4A0746F79F629A4400D7EAA23B017A01 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98_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 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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))->___BitAmbientValueQueried; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); if (L_2) { goto IL_005a; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_3 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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))->___BitAmbientValueQueried; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_3, L_4, (bool)1, NULL); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_5; L_5 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98_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(11, L_5, L_7); V_0 = L_8; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_9 = V_0; if (!L_9) { goto IL_004f; } } { Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_10 = V_0; NullCheck(((AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98*)CastclassSealed((RuntimeObject*)L_10, AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98_il2cpp_TypeInfo_var))); RuntimeObject* L_11; L_11 = AmbientValueAttribute_get_Value_m10D9A8762B327F191CF3DB749A8184068EAEF3C6_inline(((AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98*)CastclassSealed((RuntimeObject*)L_10, AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98_il2cpp_TypeInfo_var)), NULL); __this->___ambientValue = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___ambientValue), (void*)L_11); goto IL_005a; } IL_004f: { il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); RuntimeObject* L_12 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue; __this->___ambientValue = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->___ambientValue), (void*)L_12); } IL_005a: { RuntimeObject* L_13 = __this->___ambientValue; return L_13; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ReflectPropertyDescriptor_get_ChangedEventValue_m0158D7A53D0985157D75AC51C0BC6A7900574779 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, 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*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9BCAD8EF32FEB9A0CCCAFF0922FE79049BEA3F5); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); if (L_2) { goto IL_004e; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_3 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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))->___BitChangedQueried; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_3, L_4, (bool)1, NULL); Type_t* L_5; L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(17, __this); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_6; L_6 = TypeDescriptor_GetEvents_m2DE2676248F8C4A877EC3277598D88C2334337EC(L_5, NULL); il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7; L_7 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); String_t* L_9; L_9 = String_Format_m3844098E7C18576D263AAF62F69BE5C70BF9A744(L_7, _stringLiteralB9BCAD8EF32FEB9A0CCCAFF0922FE79049BEA3F5, L_8, NULL); NullCheck(L_6); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_10; L_10 = VirtualFuncInvoker1< EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*, String_t* >::Invoke(21, L_6, L_9); __this->___realChangedEvent = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___realChangedEvent), (void*)L_10); } IL_004e: { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_11 = __this->___realChangedEvent; return L_11; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ReflectPropertyDescriptor_get_IPropChangedEventValue_mF9E4ACD85AA6AEEC77BF378ED9626D1B6444B5B5 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INotifyPropertyChanged_tF956261A15128123778A0D86196231401847CF8C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral733D641F947EBAC83E1A3ADC5E4FB146EE86B900); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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))->___BitIPropChangedQueried; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); if (L_2) { goto IL_0059; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_3 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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))->___BitIPropChangedQueried; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_3, L_4, (bool)1, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast (INotifyPropertyChanged_tF956261A15128123778A0D86196231401847CF8C_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); Type_t* L_7; L_7 = VirtualFuncInvoker0< Type_t* >::Invoke(17, __this); NullCheck(L_6); bool L_8; L_8 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_6, L_7); if (!L_8) { goto IL_0059; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9 = { reinterpret_cast (INotifyPropertyChanged_tF956261A15128123778A0D86196231401847CF8C_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); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_11; L_11 = TypeDescriptor_GetEvents_m2DE2676248F8C4A877EC3277598D88C2334337EC(L_10, NULL); NullCheck(L_11); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_12; L_12 = VirtualFuncInvoker1< EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*, String_t* >::Invoke(21, L_11, _stringLiteral733D641F947EBAC83E1A3ADC5E4FB146EE86B900); __this->___realIPropChangedEvent = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->___realIPropChangedEvent), (void*)L_12); } IL_0059: { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_13 = __this->___realIPropChangedEvent; return L_13; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_set_IPropChangedEventValue_mB21E4C210D1BA61F7AF61C1A541A061856E20BC1 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___0_value, 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; } { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_0 = ___0_value; __this->___realIPropChangedEvent = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___realIPropChangedEvent), (void*)L_0); BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_1 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); int32_t L_2 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitIPropChangedQueried; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_1, L_2, (bool)1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectPropertyDescriptor_get_ComponentType_mDAAD38FE7ADAC5C2EF1E36CAAF78C7C09DCB7229 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___componentClass; return L_0; } } 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 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); if (L_2) { goto IL_00a6; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_3 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_3, L_4, (bool)1, NULL); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_5; L_5 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __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(11, 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, ((DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC*)CastclassClass((RuntimeObject*)L_10, DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_il2cpp_TypeInfo_var))); __this->___defaultValue = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultValue), (void*)L_11); RuntimeObject* L_12 = __this->___defaultValue; if (!L_12) { goto IL_00a6; } } { Type_t* L_13; L_13 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __this); NullCheck(L_13); bool L_14; L_14 = VirtualFuncInvoker0< bool >::Invoke(69, L_13); if (!L_14) { goto IL_00a6; } } { Type_t* L_15; L_15 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __this); NullCheck(L_15); Type_t* L_16; L_16 = VirtualFuncInvoker0< Type_t* >::Invoke(122, L_15); RuntimeObject* L_17 = __this->___defaultValue; 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(21, __this); RuntimeObject* L_21 = __this->___defaultValue; 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 = L_22; Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultValue), (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; __this->___defaultValue = L_23; Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultValue), (void*)L_23); } IL_00a6: { RuntimeObject* L_24 = __this->___defaultValue; return L_24; } } 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 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); if (L_2) { goto IL_013e; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_3 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_3, L_4, (bool)1, NULL); Type_t* L_5 = __this->___receiverType; 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; 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; String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); int32_t L_11 = V_0; Type_t* L_12; L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __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 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___propInfo), (void*)L_15); } IL_0076: { PropertyInfo_t* L_16 = __this->___propInfo; 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; NullCheck(L_18); MethodInfo_t* L_19; L_19 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(22, L_18, (bool)1); __this->___getMethod = L_19; Il2CppCodeGenWriteBarrier((void**)(&__this->___getMethod), (void*)L_19); } IL_0096: { MethodInfo_t* L_20 = __this->___getMethod; 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; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_24); String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(10, __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))); 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; String_t* L_31; L_31 = VirtualFuncInvoker0< String_t* >::Invoke(10, __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; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(0), (Type_t*)L_35); Type_t* L_36 = __this->___type; MethodInfo_t* L_37; L_37 = MemberDescriptor_FindMethod_m965C3B7B33AF108512373758AC6945B1935EB052(L_30, L_32, L_34, L_36, NULL); __this->___getMethod = L_37; Il2CppCodeGenWriteBarrier((void**)(&__this->___getMethod), (void*)L_37); MethodInfo_t* L_38 = __this->___getMethod; 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(10, __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))); 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; return L_45; } } 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; 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; } } 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, __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(11, 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; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectPropertyDescriptor_get_PropertyType_m702A8C9B6283FE28A32FD4FFCF712173B6248DE9 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___type; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* ReflectPropertyDescriptor_get_ResetMethodValue_m40D11E52A40EF4D44BEF46C90AA446661615D3EF (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, 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*)&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*)&_stringLiteralA74ACAA1F61DE0EB348EC03946685B0B6270CB36); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_0 = NULL; { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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))->___BitResetQueried; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); if (L_2) { goto IL_0076; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_3 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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))->___BitResetQueried; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_3, L_4, (bool)1, NULL); Type_t* L_5 = __this->___receiverType; 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; 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; 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; String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); String_t* L_13; L_13 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralA74ACAA1F61DE0EB348EC03946685B0B6270CB36, L_12, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_14 = V_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_15 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_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->___resetMethod = L_17; Il2CppCodeGenWriteBarrier((void**)(&__this->___resetMethod), (void*)L_17); } IL_0076: { MethodInfo_t* L_18 = __this->___resetMethod; return L_18; } } 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 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); if (L_2) { goto IL_00cb; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_3 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; bool L_5; L_5 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_3, L_4, NULL); if (!L_5) { goto IL_00cb; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_6 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_6, L_7, (bool)1, NULL); V_0 = ((int32_t)22); PropertyInfo_t* L_8 = __this->___propInfo; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_8); V_1 = L_9; MethodInfo_t* L_10 = __this->___setMethod; 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(17, __this); NullCheck(L_12); Type_t* L_13; L_13 = VirtualFuncInvoker0< Type_t* >::Invoke(115, 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(21, __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 = L_25; Il2CppCodeGenWriteBarrier((void**)(&__this->___setMethod), (void*)L_25); MethodInfo_t* L_26 = __this->___setMethod; 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(115, 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 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; bool L_38; L_38 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_36, L_37, NULL); if (L_38) { goto IL_01a5; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_39 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_39, L_40, (bool)1, NULL); Type_t* L_41 = __this->___receiverType; 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; 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; String_t* L_46; L_46 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); int32_t L_47 = V_4; Type_t* L_48; L_48 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __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 = L_51; Il2CppCodeGenWriteBarrier((void**)(&__this->___propInfo), (void*)L_51); } IL_0140: { PropertyInfo_t* L_52 = __this->___propInfo; 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; NullCheck(L_54); MethodInfo_t* L_55; L_55 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(24, L_54, (bool)1); __this->___setMethod = L_55; Il2CppCodeGenWriteBarrier((void**)(&__this->___setMethod), (void*)L_55); goto IL_01a5; } IL_0162: { Type_t* L_56 = __this->___componentClass; String_t* L_57; L_57 = VirtualFuncInvoker0< String_t* >::Invoke(10, __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; 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; 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 = L_66; Il2CppCodeGenWriteBarrier((void**)(&__this->___setMethod), (void*)L_66); } IL_01a5: { MethodInfo_t* L_67 = __this->___setMethod; return L_67; } } 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 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); if (L_2) { goto IL_0076; } } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_3 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_3, L_4, (bool)1, NULL); Type_t* L_5 = __this->___receiverType; 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; 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; 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; String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(10, __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 = L_17; Il2CppCodeGenWriteBarrier((void**)(&__this->___shouldSerializeMethod), (void*)L_17); } IL_0076: { MethodInfo_t* L_18 = __this->___shouldSerializeMethod; return L_18; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_AddValueChanged_mEA9DCF42A7D9E034EE517B37179D421CACAF3FA6 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_component, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___1_handler, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_OnINotifyPropertyChanged_m65995DEF96D5770FB81572D9F0C0E3A995C35AC6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* V_0 = NULL; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* V_1 = NULL; { RuntimeObject* L_0 = ___0_component; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_AddValueChanged_mEA9DCF42A7D9E034EE517B37179D421CACAF3FA6_RuntimeMethod_var))); } IL_000e: { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_2 = ___1_handler; if (L_2) { goto IL_001c; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7AEB4DBED56DD7667D53D9D797A7112C1253094)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_AddValueChanged_mEA9DCF42A7D9E034EE517B37179D421CACAF3FA6_RuntimeMethod_var))); } IL_001c: { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_4; L_4 = ReflectPropertyDescriptor_get_ChangedEventValue_m0158D7A53D0985157D75AC51C0BC6A7900574779(__this, NULL); V_0 = L_4; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_5 = V_0; if (!L_5) { goto IL_003d; } } { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_6 = V_0; NullCheck(L_6); Type_t* L_7; L_7 = VirtualFuncInvoker0< Type_t* >::Invoke(18, L_6); EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_8 = ___1_handler; NullCheck(L_7); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(120, L_7, L_8); if (!L_9) { goto IL_003d; } } { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_10 = V_0; RuntimeObject* L_11 = ___0_component; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_12 = ___1_handler; NullCheck(L_10); VirtualActionInvoker2< RuntimeObject*, Delegate_t* >::Invoke(20, L_10, L_11, L_12); return; } IL_003d: { RuntimeObject* L_13 = ___0_component; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_14; L_14 = PropertyDescriptor_GetValueChangedHandler_m5AF97ECE9FB115C38C05449551B05F8651F770C7(__this, L_13, NULL); if (L_14) { goto IL_0063; } } { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_15; L_15 = ReflectPropertyDescriptor_get_IPropChangedEventValue_mF9E4ACD85AA6AEEC77BF378ED9626D1B6444B5B5(__this, NULL); V_1 = L_15; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_16 = V_1; if (!L_16) { goto IL_0063; } } { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_17 = V_1; RuntimeObject* L_18 = ___0_component; PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* L_19 = (PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA*)il2cpp_codegen_object_new(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA_il2cpp_TypeInfo_var); PropertyChangedEventHandler__ctor_m4015A035EDCA8077D1EA9A8EAB5FE1CCD06A5B82(L_19, __this, (intptr_t)((void*)ReflectPropertyDescriptor_OnINotifyPropertyChanged_m65995DEF96D5770FB81572D9F0C0E3A995C35AC6_RuntimeMethod_var), NULL); NullCheck(L_17); VirtualActionInvoker2< RuntimeObject*, Delegate_t* >::Invoke(20, L_17, L_18, L_19); } IL_0063: { RuntimeObject* L_20 = ___0_component; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_21 = ___1_handler; PropertyDescriptor_AddValueChanged_m048CFC848AB484EF43F142F9DDC63477B68F8E4E(__this, L_20, L_21, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_ExtenderCanResetValue_m3197C8076F186922104616204C5F4204D42B34AE (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*)&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; } MethodInfo_t* V_0 = NULL; bool V_1 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0; L_0 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue; if ((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)L_1))) { goto IL_0024; } } { RuntimeObject* L_2 = ___0_provider; RuntimeObject* L_3 = ___1_component; RuntimeObject* L_4; L_4 = ReflectPropertyDescriptor_ExtenderGetValue_m1EE66EB2F4FA5A0AFE3F89C53238C344FE1E13CF(__this, L_2, L_3, NULL); RuntimeObject* L_5 = __this->___defaultValue; bool L_6; L_6 = Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7(L_4, L_5, NULL); return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); } IL_0024: { MethodInfo_t* L_7; L_7 = ReflectPropertyDescriptor_get_ResetMethodValue_m40D11E52A40EF4D44BEF46C90AA446661615D3EF(__this, NULL); bool L_8; L_8 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_7, (MethodInfo_t*)NULL, NULL); if (!L_8) { goto IL_0074; } } { MethodInfo_t* L_9; L_9 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); V_0 = L_9; MethodInfo_t* L_10 = V_0; bool L_11; L_11 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_10, (MethodInfo_t*)NULL, NULL); if (!L_11) { goto IL_0072; } } try { Type_t* L_12 = __this->___componentClass; RuntimeObject* L_13 = ___0_provider; RuntimeObject* L_14; L_14 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16, __this, L_12, L_13); ___0_provider = ((RuntimeObject*)Castclass((RuntimeObject*)L_14, IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var)); MethodInfo_t* L_15 = V_0; RuntimeObject* L_16 = ___0_provider; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = L_17; RuntimeObject* L_19 = ___1_component; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RuntimeObject*)L_19); NullCheck(L_15); RuntimeObject* L_20; L_20 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_15, L_16, L_18, NULL); V_1 = ((*(bool*)((bool*)(bool*)UnBox(L_20, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))); goto IL_0076; } 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_006f; } throw e; } CATCH_006f: { RuntimeObject* L_21 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0072; } IL_0072: { return (bool)1; } IL_0074: { return (bool)0; } IL_0076: { bool L_22 = V_1; return L_22; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectPropertyDescriptor_ExtenderGetReceiverType_m580D2C2F9D1F241A4DE8EDAF7D53035286A62021 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___receiverType; return L_0; } } 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(21, __this); return L_0; } } 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; RuntimeObject* L_2 = ___0_provider; RuntimeObject* L_3; L_3 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16, __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; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_ExtenderResetValue_mF974F9148A249E3789DE45268BB40BE97968755C (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, RuntimeObject* ___1_component, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___2_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*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_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; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0; L_0 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue; if ((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)L_1))) { goto IL_001d; } } { RuntimeObject* L_2 = ___0_provider; RuntimeObject* L_3 = ___1_component; RuntimeObject* L_4; L_4 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_5 = ___2_notifyDesc; ReflectPropertyDescriptor_ExtenderSetValue_mFC8590E7DFEF16F37E8A4C664D146E369FD8FDB6(__this, L_2, L_3, L_4, L_5, NULL); return; } IL_001d: { RuntimeObject* L_6; L_6 = ReflectPropertyDescriptor_get_AmbientValue_m95E2358A4A0746F79F629A4400D7EAA23B017A01(__this, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); RuntimeObject* L_7 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue; if ((((RuntimeObject*)(RuntimeObject*)L_6) == ((RuntimeObject*)(RuntimeObject*)L_7))) { goto IL_003a; } } { RuntimeObject* L_8 = ___0_provider; RuntimeObject* L_9 = ___1_component; RuntimeObject* L_10; L_10 = ReflectPropertyDescriptor_get_AmbientValue_m95E2358A4A0746F79F629A4400D7EAA23B017A01(__this, NULL); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_11 = ___2_notifyDesc; ReflectPropertyDescriptor_ExtenderSetValue_mFC8590E7DFEF16F37E8A4C664D146E369FD8FDB6(__this, L_8, L_9, L_10, L_11, NULL); return; } IL_003a: { MethodInfo_t* L_12; L_12 = ReflectPropertyDescriptor_get_ResetMethodValue_m40D11E52A40EF4D44BEF46C90AA446661615D3EF(__this, NULL); bool L_13; L_13 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_12, (MethodInfo_t*)NULL, NULL); if (!L_13) { goto IL_00e4; } } { RuntimeObject* L_14 = ___1_component; RuntimeObject* L_15; L_15 = MemberDescriptor_GetSite_m358C87152269B37CFC369CAB93487B6A06BFB8C3(L_14, NULL); V_0 = L_15; V_1 = (RuntimeObject*)NULL; V_2 = NULL; RuntimeObject* L_16 = V_0; if (!L_16) { goto IL_006f; } } { RuntimeObject* L_17 = V_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_18 = { reinterpret_cast (IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_19; L_19 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_18, NULL); NullCheck(L_17); RuntimeObject* L_20; L_20 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_17, L_19); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_20, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var)); } IL_006f: { RuntimeObject* L_21 = V_1; if (!L_21) { goto IL_0095; } } { RuntimeObject* L_22 = ___0_provider; RuntimeObject* L_23 = ___1_component; RuntimeObject* L_24; L_24 = ReflectPropertyDescriptor_ExtenderGetValue_m1EE66EB2F4FA5A0AFE3F89C53238C344FE1E13CF(__this, L_22, L_23, NULL); V_2 = L_24; } try { RuntimeObject* L_25 = V_1; RuntimeObject* L_26 = ___1_component; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_27 = ___2_notifyDesc; NullCheck(L_25); InterfaceActionInvoker2< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* >::Invoke(1, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_25, L_26, L_27); goto IL_0095; } 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_0085; } throw e; } CATCH_0085: { { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_28 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*));; V_4 = L_28; CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_29 = 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_30 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var))))->___Canceled; if ((!(((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_29) == ((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_30)))) { goto IL_0092; } } { IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00e4; } IL_0092: { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_31 = V_4; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_ExtenderResetValue_mF974F9148A249E3789DE45268BB40BE97968755C_RuntimeMethod_var))); } } IL_0095: { Type_t* L_32 = __this->___componentClass; RuntimeObject* L_33 = ___0_provider; RuntimeObject* L_34; L_34 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16, __this, L_32, L_33); ___0_provider = ((RuntimeObject*)Castclass((RuntimeObject*)L_34, IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var)); MethodInfo_t* L_35; L_35 = ReflectPropertyDescriptor_get_ResetMethodValue_m40D11E52A40EF4D44BEF46C90AA446661615D3EF(__this, NULL); bool L_36; L_36 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_35, (MethodInfo_t*)NULL, NULL); if (!L_36) { goto IL_00e4; } } { MethodInfo_t* L_37; L_37 = ReflectPropertyDescriptor_get_ResetMethodValue_m40D11E52A40EF4D44BEF46C90AA446661615D3EF(__this, NULL); RuntimeObject* L_38 = ___0_provider; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_39 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_40 = L_39; RuntimeObject* L_41 = ___1_component; NullCheck(L_40); ArrayElementTypeCheck (L_40, L_41); (L_40)->SetAt(static_cast(0), (RuntimeObject*)L_41); NullCheck(L_37); RuntimeObject* L_42; L_42 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_37, L_38, L_40, NULL); RuntimeObject* L_43 = V_1; if (!L_43) { goto IL_00e4; } } { RuntimeObject* L_44 = ___0_provider; RuntimeObject* L_45 = ___1_component; RuntimeObject* L_46; L_46 = ReflectPropertyDescriptor_ExtenderGetValue_m1EE66EB2F4FA5A0AFE3F89C53238C344FE1E13CF(__this, L_44, L_45, NULL); V_3 = L_46; RuntimeObject* L_47 = V_1; RuntimeObject* L_48 = ___1_component; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_49 = ___2_notifyDesc; RuntimeObject* L_50 = V_2; RuntimeObject* L_51 = V_3; NullCheck(L_47); InterfaceActionInvoker4< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*, RuntimeObject*, RuntimeObject* >::Invoke(0, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_47, L_48, L_49, L_50, L_51); } IL_00e4: { return; } } 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, 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 { 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, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_12, L_13, L_14); goto IL_004e; } 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: { { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_15 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*));; V_3 = L_15; CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_16 = 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_17 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var))))->___Canceled; if ((!(((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_16) == ((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_17)))) { goto IL_004c; } } { IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0099; } IL_004c: { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_18 = V_3; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_ExtenderSetValue_mFC8590E7DFEF16F37E8A4C664D146E369FD8FDB6_RuntimeMethod_var))); } } IL_004e: { Type_t* L_19 = __this->___componentClass; RuntimeObject* L_20 = ___0_provider; RuntimeObject* L_21; L_21 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16, __this, L_19, L_20); ___0_provider = ((RuntimeObject*)Castclass((RuntimeObject*)L_21, IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var)); MethodInfo_t* L_22; L_22 = ReflectPropertyDescriptor_get_SetMethodValue_m1C9F424C01FB208E6CA801AA27F01CD4EFAEE445(__this, NULL); bool L_23; L_23 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_22, (MethodInfo_t*)NULL, NULL); if (!L_23) { goto IL_0099; } } { MethodInfo_t* L_24; L_24 = ReflectPropertyDescriptor_get_SetMethodValue_m1C9F424C01FB208E6CA801AA27F01CD4EFAEE445(__this, NULL); RuntimeObject* L_25 = ___0_provider; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_27 = L_26; RuntimeObject* L_28 = ___1_component; NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(0), (RuntimeObject*)L_28); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_29 = L_27; RuntimeObject* L_30 = ___2_value; NullCheck(L_29); ArrayElementTypeCheck (L_29, L_30); (L_29)->SetAt(static_cast(1), (RuntimeObject*)L_30); NullCheck(L_24); RuntimeObject* L_31; L_31 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_24, L_25, L_29, NULL); RuntimeObject* L_32 = V_1; if (!L_32) { goto IL_0099; } } { RuntimeObject* L_33 = V_1; RuntimeObject* L_34 = ___1_component; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_35 = ___3_notifyDesc; RuntimeObject* L_36 = V_2; RuntimeObject* L_37 = ___2_value; NullCheck(L_33); InterfaceActionInvoker4< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*, RuntimeObject*, RuntimeObject* >::Invoke(0, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_33, L_34, L_35, L_36, L_37); } IL_0099: { return; } } 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; RuntimeObject* L_1 = ___0_provider; RuntimeObject* L_2; L_2 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16, __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(20, __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 { 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; } 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: { RuntimeObject* L_12 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_004b; } IL_004b: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_13; L_13 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); il2cpp_codegen_runtime_class_init_inline(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var); DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* L_14 = ((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Content; NullCheck(L_13); bool L_15; L_15 = AttributeCollection_Contains_m380CBE3B092583FB9579C935A2033B72C637C6EE(L_13, L_14, NULL); return L_15; } IL_005c: { RuntimeObject* L_16; L_16 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); RuntimeObject* L_17 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue; if ((!(((RuntimeObject*)(RuntimeObject*)L_16) == ((RuntimeObject*)(RuntimeObject*)L_17)))) { goto IL_009a; } } { MethodInfo_t* L_18; L_18 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); bool L_19; L_19 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_18, (MethodInfo_t*)NULL, NULL); if (!L_19) { goto IL_0098; } } try { MethodInfo_t* L_20; L_20 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); RuntimeObject* L_21 = ___0_provider; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = L_22; RuntimeObject* L_24 = ___1_component; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(0), (RuntimeObject*)L_24); NullCheck(L_20); RuntimeObject* L_25; L_25 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_20, L_21, L_23, NULL); V_0 = ((*(bool*)((bool*)(bool*)UnBox(L_25, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))); goto IL_00b1; } 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: { RuntimeObject* L_26 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0098; } IL_0098: { return (bool)1; } IL_009a: { RuntimeObject* L_27; L_27 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); RuntimeObject* L_28 = ___0_provider; RuntimeObject* L_29 = ___1_component; RuntimeObject* L_30; L_30 = ReflectPropertyDescriptor_ExtenderGetValue_m1EE66EB2F4FA5A0AFE3F89C53238C344FE1E13CF(__this, L_28, L_29, NULL); bool L_31; L_31 = Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7(L_27, L_30, NULL); return (bool)((((int32_t)L_31) == ((int32_t)0))? 1 : 0); } IL_00b1: { bool L_32 = V_0; return L_32; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_CanResetValue_m62FAD948A2E32722539F0744905560499C4468F2 (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*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; { bool L_0; L_0 = ReflectPropertyDescriptor_get_IsExtender_m7C02F0F31CD0F027C3760AB90BA32E7DD7AD174C(__this, NULL); if (L_0) { goto IL_0010; } } { bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(20, __this); if (!L_1) { goto IL_0012; } } IL_0010: { return (bool)0; } IL_0012: { RuntimeObject* L_2; L_2 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue; if ((((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(RuntimeObject*)L_3))) { goto IL_0035; } } { RuntimeObject* L_4 = ___0_component; RuntimeObject* L_5; L_5 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(26, __this, L_4); RuntimeObject* L_6; L_6 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); bool L_7; L_7 = Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7(L_5, L_6, NULL); return (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0); } IL_0035: { MethodInfo_t* L_8; L_8 = ReflectPropertyDescriptor_get_ResetMethodValue_m40D11E52A40EF4D44BEF46C90AA446661615D3EF(__this, NULL); bool L_9; L_9 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_8, (MethodInfo_t*)NULL, NULL); if (!L_9) { goto IL_007a; } } { MethodInfo_t* L_10; L_10 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); bool L_11; L_11 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_10, (MethodInfo_t*)NULL, NULL); if (!L_11) { goto IL_0078; } } { Type_t* L_12 = __this->___componentClass; RuntimeObject* L_13 = ___0_component; RuntimeObject* L_14; L_14 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16, __this, L_12, L_13); ___0_component = L_14; } try { MethodInfo_t* L_15; L_15 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); RuntimeObject* L_16 = ___0_component; NullCheck(L_15); RuntimeObject* L_17; L_17 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_15, L_16, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL); V_0 = ((*(bool*)((bool*)(bool*)UnBox(L_17, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))); goto IL_0091; } 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_0075; } throw e; } CATCH_0075: { RuntimeObject* L_18 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0078; } IL_0078: { return (bool)1; } IL_007a: { RuntimeObject* L_19; L_19 = ReflectPropertyDescriptor_get_AmbientValue_m95E2358A4A0746F79F629A4400D7EAA23B017A01(__this, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); RuntimeObject* L_20 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue; if ((((RuntimeObject*)(RuntimeObject*)L_19) == ((RuntimeObject*)(RuntimeObject*)L_20))) { goto IL_008f; } } { RuntimeObject* L_21 = ___0_component; bool L_22; L_22 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(31, __this, L_21); return L_22; } IL_008f: { return (bool)0; } IL_0091: { bool L_23 = V_0; return L_23; } } 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(21, __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: { { 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, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5); } IL_0046: { return; } } }); try { { goto IL_0029_1; } IL_0013_1: { RuntimeObject* L_6 = V_3; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, 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, 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, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0013_1; } } { goto IL_0047; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0047: { V_0 = ((int32_t)54); Type_t* L_13 = __this->___componentClass; 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(115, 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; 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(10, __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; 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(10, __this); int32_t L_38 = V_0; Type_t* L_39; L_39 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __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(115, 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, 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, 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; NullCheck(L_134); int32_t L_136; L_136 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_134, L_135); } IL_027a: { return; } } 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; RuntimeObject* L_3 = ___0_component; RuntimeObject* L_4; L_4 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16, __this, L_2, L_3); ___0_component = L_4; } try { 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; } 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: { { Exception_t* L_8 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_1 = L_8; V_2 = (String_t*)NULL; RuntimeObject* L_9 = ___0_component; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)))); RuntimeObject* L_10 = V_3; if (!L_10) { goto IL_005c; } } { RuntimeObject* L_11 = V_3; NullCheck(L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)), L_11); V_5 = L_12; RuntimeObject* L_13 = V_5; if (!L_13) { goto IL_005c; } } { RuntimeObject* L_14 = V_5; NullCheck(L_14); String_t* L_15; L_15 = InterfaceFuncInvoker0< String_t* >::Invoke(3, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var)), L_14); if (!L_15) { goto IL_005c; } } { RuntimeObject* L_16 = V_5; NullCheck(L_16); String_t* L_17; L_17 = InterfaceFuncInvoker0< String_t* >::Invoke(3, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var)), L_16); V_2 = L_17; } IL_005c: { String_t* L_18 = V_2; if (L_18) { goto IL_006b; } } { RuntimeObject* L_19 = ___0_component; NullCheck(L_19); Type_t* L_20; L_20 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_19, NULL); NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_20); V_2 = L_21; } IL_006b: { Exception_t* L_22 = V_1; if (!((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IsInstSealed((RuntimeObject*)L_22, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var))))) { goto IL_007a; } } { Exception_t* L_23 = V_1; NullCheck(L_23); Exception_t* L_24; L_24 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_23, NULL); V_1 = L_24; } IL_007a: { Exception_t* L_25 = V_1; NullCheck(L_25); String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_25); V_4 = L_26; String_t* L_27 = V_4; if (L_27) { goto IL_0093; } } { Exception_t* L_28 = V_1; NullCheck(L_28); Type_t* L_29; L_29 = Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09(L_28, NULL); NullCheck(L_29); String_t* L_30; L_30 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_29); V_4 = L_30; } IL_0093: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = (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_32 = L_31; String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(0), (RuntimeObject*)L_33); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_34 = L_32; String_t* L_35 = V_2; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(1), (RuntimeObject*)L_35); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_36 = L_34; String_t* L_37 = V_4; NullCheck(L_36); ArrayElementTypeCheck (L_36, L_37); (L_36)->SetAt(static_cast(2), (RuntimeObject*)L_37); String_t* L_38; L_38 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1C84EA7A858FB95C60BAF49D996A607787A1E26F)), L_36, NULL); Exception_t* L_39 = V_1; TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* L_40 = (TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var))); TargetInvocationException__ctor_mEE5FEDD311B4396452D5AFF140B2D79907447F94(L_40, L_38, L_39, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_GetValue_mBA0039B3B4051D5406814BD5E60C1F87B8BB2108_RuntimeMethod_var))); } } IL_00bc: { return NULL; } IL_00be: { RuntimeObject* L_41 = V_0; return L_41; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_OnINotifyPropertyChanged_m65995DEF96D5770FB81572D9F0C0E3A995C35AC6 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_component, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, 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; } { PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* L_0 = ___1_e; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(4, L_0); bool L_2; L_2 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_1, NULL); if (L_2) { goto IL_0026; } } { PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* L_3 = ___1_e; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(4, L_3); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6; L_6 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); int32_t L_7; L_7 = String_Compare_mBD9ED6B35314B34F51A9985E350D33F6F56F85A9(L_4, L_5, (bool)1, L_6, NULL); if (L_7) { goto IL_002e; } } IL_0026: { RuntimeObject* L_8 = ___0_component; PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* L_9 = ___1_e; VirtualActionInvoker2< RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(27, __this, L_8, L_9); } IL_002e: { return; } } 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 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->___state); 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; 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; 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; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_RemoveValueChanged_m007653C20382720D9FB0417FB921BDEFDF36B8A1 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_component, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___1_handler, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_OnINotifyPropertyChanged_m65995DEF96D5770FB81572D9F0C0E3A995C35AC6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* V_0 = NULL; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* V_1 = NULL; { RuntimeObject* L_0 = ___0_component; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_RemoveValueChanged_m007653C20382720D9FB0417FB921BDEFDF36B8A1_RuntimeMethod_var))); } IL_000e: { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_2 = ___1_handler; if (L_2) { goto IL_001c; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7AEB4DBED56DD7667D53D9D797A7112C1253094)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_RemoveValueChanged_m007653C20382720D9FB0417FB921BDEFDF36B8A1_RuntimeMethod_var))); } IL_001c: { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_4; L_4 = ReflectPropertyDescriptor_get_ChangedEventValue_m0158D7A53D0985157D75AC51C0BC6A7900574779(__this, NULL); V_0 = L_4; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_5 = V_0; if (!L_5) { goto IL_003d; } } { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_6 = V_0; NullCheck(L_6); Type_t* L_7; L_7 = VirtualFuncInvoker0< Type_t* >::Invoke(18, L_6); EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_8 = ___1_handler; NullCheck(L_7); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(120, L_7, L_8); if (!L_9) { goto IL_003d; } } { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_10 = V_0; RuntimeObject* L_11 = ___0_component; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_12 = ___1_handler; NullCheck(L_10); VirtualActionInvoker2< RuntimeObject*, Delegate_t* >::Invoke(21, L_10, L_11, L_12); return; } IL_003d: { RuntimeObject* L_13 = ___0_component; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_14 = ___1_handler; PropertyDescriptor_RemoveValueChanged_m1E67BF14B8E2F1B4F0142E04DDDE69FF9BE5D7ED(__this, L_13, L_14, NULL); RuntimeObject* L_15 = ___0_component; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_16; L_16 = PropertyDescriptor_GetValueChangedHandler_m5AF97ECE9FB115C38C05449551B05F8651F770C7(__this, L_15, NULL); if (L_16) { goto IL_006b; } } { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_17; L_17 = ReflectPropertyDescriptor_get_IPropChangedEventValue_mF9E4ACD85AA6AEEC77BF378ED9626D1B6444B5B5(__this, NULL); V_1 = L_17; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_18 = V_1; if (!L_18) { goto IL_006b; } } { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_19 = V_1; RuntimeObject* L_20 = ___0_component; PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* L_21 = (PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA*)il2cpp_codegen_object_new(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA_il2cpp_TypeInfo_var); PropertyChangedEventHandler__ctor_m4015A035EDCA8077D1EA9A8EAB5FE1CCD06A5B82(L_21, __this, (intptr_t)((void*)ReflectPropertyDescriptor_OnINotifyPropertyChanged_m65995DEF96D5770FB81572D9F0C0E3A995C35AC6_RuntimeMethod_var), NULL); NullCheck(L_19); VirtualActionInvoker2< RuntimeObject*, Delegate_t* >::Invoke(21, L_19, L_20, L_21); } IL_006b: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_ResetValue_mC2F9AF8D803D54C091C624B8FD9CD9AFF40DA5AD (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_component, 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*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_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; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { Type_t* L_0 = __this->___componentClass; RuntimeObject* L_1 = ___0_component; RuntimeObject* L_2; L_2 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16, __this, L_0, L_1); V_0 = L_2; RuntimeObject* L_3; L_3 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue; if ((((RuntimeObject*)(RuntimeObject*)L_3) == ((RuntimeObject*)(RuntimeObject*)L_4))) { goto IL_0029; } } { RuntimeObject* L_5 = ___0_component; RuntimeObject* L_6; L_6 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, __this, L_5, L_6); return; } IL_0029: { RuntimeObject* L_7; L_7 = ReflectPropertyDescriptor_get_AmbientValue_m95E2358A4A0746F79F629A4400D7EAA23B017A01(__this, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); RuntimeObject* L_8 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue; if ((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(RuntimeObject*)L_8))) { goto IL_0044; } } { RuntimeObject* L_9 = ___0_component; RuntimeObject* L_10; L_10 = ReflectPropertyDescriptor_get_AmbientValue_m95E2358A4A0746F79F629A4400D7EAA23B017A01(__this, NULL); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, __this, L_9, L_10); return; } IL_0044: { MethodInfo_t* L_11; L_11 = ReflectPropertyDescriptor_get_ResetMethodValue_m40D11E52A40EF4D44BEF46C90AA446661615D3EF(__this, NULL); bool L_12; L_12 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_11, (MethodInfo_t*)NULL, NULL); if (!L_12) { goto IL_00dd; } } { RuntimeObject* L_13 = ___0_component; RuntimeObject* L_14; L_14 = MemberDescriptor_GetSite_m358C87152269B37CFC369CAB93487B6A06BFB8C3(L_13, NULL); V_1 = L_14; V_2 = (RuntimeObject*)NULL; V_3 = NULL; RuntimeObject* L_15 = V_1; if (!L_15) { goto IL_0079; } } { RuntimeObject* L_16 = V_1; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_17 = { reinterpret_cast (IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_18; L_18 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_17, NULL); NullCheck(L_16); RuntimeObject* L_19; L_19 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_16, L_18); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_19, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var)); } IL_0079: { RuntimeObject* L_20 = V_2; if (!L_20) { goto IL_00a4; } } { MethodInfo_t* L_21; L_21 = ReflectPropertyDescriptor_get_GetMethodValue_m594459E4D0447CA4A73317091897EBB7721A204C(__this, NULL); RuntimeObject* L_22 = V_0; RuntimeObject* L_23; L_23 = SecurityUtils_MethodInfoInvoke_m3806BC815C3CF0F291C2F3F91C81E167DF70AAD1(L_21, L_22, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL); V_3 = L_23; } try { RuntimeObject* L_24 = V_2; RuntimeObject* L_25 = ___0_component; NullCheck(L_24); InterfaceActionInvoker2< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* >::Invoke(1, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_24, L_25, __this); goto IL_00a4; } 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_0094; } throw e; } CATCH_0094: { { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_26 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*));; V_5 = L_26; CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_27 = V_5; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var))); CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_28 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var))))->___Canceled; if ((!(((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_27) == ((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_28)))) { goto IL_00a1; } } { IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00dd; } IL_00a1: { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_29 = V_5; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_ResetValue_mC2F9AF8D803D54C091C624B8FD9CD9AFF40DA5AD_RuntimeMethod_var))); } } IL_00a4: { MethodInfo_t* L_30; L_30 = ReflectPropertyDescriptor_get_ResetMethodValue_m40D11E52A40EF4D44BEF46C90AA446661615D3EF(__this, NULL); bool L_31; L_31 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_30, (MethodInfo_t*)NULL, NULL); if (!L_31) { goto IL_00dd; } } { MethodInfo_t* L_32; L_32 = ReflectPropertyDescriptor_get_ResetMethodValue_m40D11E52A40EF4D44BEF46C90AA446661615D3EF(__this, NULL); RuntimeObject* L_33 = V_0; RuntimeObject* L_34; L_34 = SecurityUtils_MethodInfoInvoke_m3806BC815C3CF0F291C2F3F91C81E167DF70AAD1(L_32, L_33, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL); RuntimeObject* L_35 = V_2; if (!L_35) { goto IL_00dd; } } { MethodInfo_t* L_36; L_36 = ReflectPropertyDescriptor_get_GetMethodValue_m594459E4D0447CA4A73317091897EBB7721A204C(__this, NULL); RuntimeObject* L_37 = V_0; RuntimeObject* L_38; L_38 = SecurityUtils_MethodInfoInvoke_m3806BC815C3CF0F291C2F3F91C81E167DF70AAD1(L_36, L_37, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL); V_4 = L_38; RuntimeObject* L_39 = V_2; RuntimeObject* L_40 = ___0_component; RuntimeObject* L_41 = V_3; RuntimeObject* L_42 = V_4; NullCheck(L_39); InterfaceActionInvoker4< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*, RuntimeObject*, RuntimeObject* >::Invoke(0, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_39, L_40, __this, L_41, L_42); } IL_00dd: { return; } } 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; RuntimeObject* L_4 = ___0_component; RuntimeObject* L_5; L_5 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16, __this, L_3, L_4); V_3 = L_5; bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(20, __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, 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 { RuntimeObject* L_16 = V_1; RuntimeObject* L_17 = ___0_component; NullCheck(L_16); InterfaceActionInvoker2< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* >::Invoke(1, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_16, L_17, __this); goto IL_006e; } 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: { { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_18 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*));; V_4 = L_18; CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_19 = 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_20 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var))))->___Canceled; if ((!(((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_19) == ((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_20)))) { goto IL_006b; } } { IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00c4; } IL_006b: { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_21 = V_4; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_SetValue_mEFCFF00D8CB0014703F99EA732C7FB576F7B2C84_RuntimeMethod_var))); } } IL_006e: { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00b6: { { RuntimeObject* L_22 = V_1; if (!L_22) { goto IL_00c3; } } { RuntimeObject* L_23 = V_1; RuntimeObject* L_24 = ___0_component; RuntimeObject* L_25 = V_2; RuntimeObject* L_26 = ___1_value; NullCheck(L_23); InterfaceActionInvoker4< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*, RuntimeObject*, RuntimeObject* >::Invoke(0, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_23, L_24, __this, L_25, L_26); } IL_00c3: { return; } } }); try { try { MethodInfo_t* L_27; L_27 = ReflectPropertyDescriptor_get_SetMethodValue_m1C9F424C01FB208E6CA801AA27F01CD4EFAEE445(__this, NULL); RuntimeObject* L_28 = V_3; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_29 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_30 = L_29; RuntimeObject* L_31 = ___1_value; NullCheck(L_30); ArrayElementTypeCheck (L_30, L_31); (L_30)->SetAt(static_cast(0), (RuntimeObject*)L_31); RuntimeObject* L_32; L_32 = SecurityUtils_MethodInfoInvoke_m3806BC815C3CF0F291C2F3F91C81E167DF70AAD1(L_27, L_28, L_30, NULL); RuntimeObject* L_33 = V_3; il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* L_34 = ((EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var))->___Empty; VirtualActionInvoker2< RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(27, __this, L_33, L_34); goto IL_00c4; } 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: { { Exception_t* L_35 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_5 = L_35; RuntimeObject* L_36 = V_2; ___1_value = L_36; Exception_t* L_37 = V_5; if (!((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IsInstSealed((RuntimeObject*)L_37, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var))))) { 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); if (!L_39) { goto IL_00b3_1; } } { Exception_t* L_40 = V_5; NullCheck(L_40); Exception_t* L_41; L_41 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_40, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_SetValue_mEFCFF00D8CB0014703F99EA732C7FB576F7B2C84_RuntimeMethod_var))); } IL_00b3_1: { Exception_t* L_42 = V_5; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_SetValue_mEFCFF00D8CB0014703F99EA732C7FB576F7B2C84_RuntimeMethod_var))); } } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00c4: { return; } } 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; RuntimeObject* L_1 = ___0_component; RuntimeObject* L_2; L_2 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16, __this, L_0, L_1); ___0_component = L_2; bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(20, __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 { 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; } 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: { RuntimeObject* L_9 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_003d; } IL_003d: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_10; L_10 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); il2cpp_codegen_runtime_class_init_inline(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var); DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* L_11 = ((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))->___Content; NullCheck(L_10); bool L_12; L_12 = AttributeCollection_Contains_m380CBE3B092583FB9579C935A2033B72C637C6EE(L_10, L_11, NULL); return L_12; } IL_004e: { RuntimeObject* L_13; L_13 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); RuntimeObject* L_14 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue; if ((!(((RuntimeObject*)(RuntimeObject*)L_13) == ((RuntimeObject*)(RuntimeObject*)L_14)))) { goto IL_0083; } } { MethodInfo_t* L_15; L_15 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); bool L_16; L_16 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_15, (MethodInfo_t*)NULL, NULL); if (!L_16) { goto IL_0081; } } try { MethodInfo_t* L_17; L_17 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m7D78CA83C6C92F216A2B263FBE01B9793375B011(__this, NULL); RuntimeObject* L_18 = ___0_component; NullCheck(L_17); RuntimeObject* L_19; L_19 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_17, L_18, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL); V_0 = ((*(bool*)((bool*)(bool*)UnBox(L_19, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))); goto IL_0099; } 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: { RuntimeObject* L_20 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0081; } IL_0081: { return (bool)1; } IL_0083: { RuntimeObject* L_21; L_21 = ReflectPropertyDescriptor_get_DefaultValue_mAD9CC12F0A64739F033677F54B75FE37F5DDE5B1(__this, NULL); RuntimeObject* L_22 = ___0_component; RuntimeObject* L_23; L_23 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(26, __this, L_22); bool L_24; L_24 = Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7(L_21, L_23, NULL); return (bool)((((int32_t)L_24) == ((int32_t)0))? 1 : 0); } IL_0099: { bool L_25 = V_0; return L_25; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_get_SupportsChangeEvents_m6A2BE1A648337BE75B8BAC1CA81CBF96DEDFD6CA (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_0; L_0 = ReflectPropertyDescriptor_get_IPropChangedEventValue_mF9E4ACD85AA6AEEC77BF378ED9626D1B6444B5B5(__this, NULL); if (L_0) { goto IL_0012; } } { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_1; L_1 = ReflectPropertyDescriptor_get_ChangedEventValue_m0158D7A53D0985157D75AC51C0BC6A7900574779(__this, NULL); return (bool)((!(((RuntimeObject*)(EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); } IL_0012: { return (bool)1; } } 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 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___argsNone), (void*)L_0); RuntimeObject* L_1 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_1, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue = L_1; Il2CppCodeGenWriteBarrier((void**)(&((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___noValue), (void*)L_1); TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* L_2 = (TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4*)il2cpp_codegen_object_new(TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4_il2cpp_TypeInfo_var); TraceSwitch__ctor_m775278D7946F29D7A7939D2048CA72DBCB0A5ABF(L_2, _stringLiteralDACE06C925094389C244AE9CE840DEC99974705B, _stringLiteral2EDB0ADF83E638339660943B119E0C22374070AB, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___PropDescCreateSwitch = L_2; Il2CppCodeGenWriteBarrier((void**)(&((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___PropDescCreateSwitch), (void*)L_2); TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* L_3 = (TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4*)il2cpp_codegen_object_new(TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4_il2cpp_TypeInfo_var); TraceSwitch__ctor_m775278D7946F29D7A7939D2048CA72DBCB0A5ABF(L_3, _stringLiteralA0B01570F19FFDB1BF93C5800215D40A3CECE8CA, _stringLiteralEC19713AECB91118EB8A64B101AE7339B2AB59FC, NULL); ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___PropDescUsageSwitch = L_3; Il2CppCodeGenWriteBarrier((void**)(&((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___PropDescUsageSwitch), (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 = L_4; int32_t L_5 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitDefaultValueQueried; 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 = L_6; int32_t L_7 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitGetQueried; 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 = L_8; int32_t L_9 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitSetQueried; 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 = L_10; int32_t L_11 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitShouldSerializeQueried; 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 = L_12; int32_t L_13 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitResetQueried; 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 = L_14; int32_t L_15 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitChangedQueried; 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 = L_16; int32_t L_17 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitIPropChangedQueried; 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 = L_18; int32_t L_19 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitReadOnlyChecked; 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 = L_20; int32_t L_21 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))->___BitAmbientValueQueried; 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 = L_22; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t ReflectTypeDescriptionProvider_get_ExtenderProviderKey_m6977633163219C2335F74EA5783919C01046A84A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Guid_t L_0 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extenderProviderKey; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider__ctor_mD2C527AEF85A636D3E4507604E84FAB79A98DB62 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, const RuntimeMethod* method) { { TypeDescriptionProvider__ctor_m575B3B96D9C9A3B7C0D34A14D9E5FAA63EEE004C(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ReflectTypeDescriptionProvider_get_IntrinsicTypeConverters_mB2DB2EAAFC62D512E1A890656304B6920B66DE3E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayConverter_tE417E9DB044C4317BF7F9B7DF5CD0F4C7C38672C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteConverter_t389CFF7D7C105369A45019A0F1482EC3553A930E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharConverter_tD4F708C52AEE35AD31333F772B77696BA084373C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeConverter_t9CFB201B23091EAEE358040BF6053AFC475BD866_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecimalConverter_tCBE948B718842C42CB22DF92D59AB2C1EC0FAEDF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoubleConverter_t1FB61A3A8171D3023AA9678231D9C480A67799DE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringConverter_t1AE794D42AE414C00F2443B76F3EA694C310FF1E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____intrinsicTypeConverters; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_02b2; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_1, NULL); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = L_1; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_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); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast (BooleanConverter_tC955870C6FB390C432D032E5025342C0BCB2DEE9_0_0_0_var) }; Type_t* L_6; L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL); NullCheck(L_2); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_2, L_4, L_6); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = L_2; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast (Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var) }; Type_t* L_9; L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast (ByteConverter_t389CFF7D7C105369A45019A0F1482EC3553A930E_0_0_0_var) }; Type_t* L_11; L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL); NullCheck(L_7); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_7, L_9, L_11); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_12 = L_7; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var) }; Type_t* L_14; L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_15 = { reinterpret_cast (SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84_0_0_0_var) }; Type_t* L_16; L_16 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_15, NULL); NullCheck(L_12); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_12, L_14, L_16); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_17 = L_12; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_18 = { reinterpret_cast (Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var) }; Type_t* L_19; L_19 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_18, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_20 = { reinterpret_cast (CharConverter_tD4F708C52AEE35AD31333F772B77696BA084373C_0_0_0_var) }; Type_t* L_21; L_21 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_20, NULL); NullCheck(L_17); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_17, L_19, L_21); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_22 = L_17; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_23 = { reinterpret_cast (Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var) }; Type_t* L_24; L_24 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_23, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_25 = { reinterpret_cast (DoubleConverter_t1FB61A3A8171D3023AA9678231D9C480A67799DE_0_0_0_var) }; Type_t* L_26; L_26 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_25, NULL); NullCheck(L_22); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_22, L_24, L_26); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_27 = L_22; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_28 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t* L_29; L_29 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_28, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_30 = { reinterpret_cast (StringConverter_t1AE794D42AE414C00F2443B76F3EA694C310FF1E_0_0_0_var) }; Type_t* L_31; L_31 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_30, NULL); NullCheck(L_27); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_27, L_29, L_31); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_32 = L_27; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_33 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_34; L_34 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_33, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_35 = { reinterpret_cast (Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED_0_0_0_var) }; Type_t* L_36; L_36 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_35, NULL); NullCheck(L_32); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_32, L_34, L_36); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_37 = L_32; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_38 = { reinterpret_cast (Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var) }; Type_t* L_39; L_39 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_38, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_40 = { reinterpret_cast (Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB_0_0_0_var) }; Type_t* L_41; L_41 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_40, NULL); NullCheck(L_37); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_37, L_39, L_41); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_42 = L_37; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_43 = { reinterpret_cast (Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var) }; Type_t* L_44; L_44 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_43, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_45 = { reinterpret_cast (Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23_0_0_0_var) }; Type_t* L_46; L_46 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_45, NULL); NullCheck(L_42); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_42, L_44, L_46); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_47 = L_42; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_48 = { reinterpret_cast (Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var) }; Type_t* L_49; L_49 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_48, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_50 = { reinterpret_cast (SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1_0_0_0_var) }; Type_t* L_51; L_51 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_50, NULL); NullCheck(L_47); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_47, L_49, L_51); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_52 = L_47; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_53 = { reinterpret_cast (UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var) }; Type_t* L_54; L_54 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_53, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_55 = { reinterpret_cast (UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544_0_0_0_var) }; Type_t* L_56; L_56 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_55, NULL); NullCheck(L_52); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_52, L_54, L_56); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_57 = L_52; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_58 = { reinterpret_cast (UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var) }; Type_t* L_59; L_59 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_58, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_60 = { reinterpret_cast (UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E_0_0_0_var) }; Type_t* L_61; L_61 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_60, NULL); NullCheck(L_57); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_57, L_59, L_61); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_62 = L_57; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_63 = { reinterpret_cast (UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var) }; Type_t* L_64; L_64 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_63, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_65 = { reinterpret_cast (UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE_0_0_0_var) }; Type_t* L_66; L_66 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_65, NULL); NullCheck(L_62); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_62, L_64, L_66); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_67 = L_62; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_68 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t* L_69; L_69 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_68, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_70 = { reinterpret_cast (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_0_0_0_var) }; Type_t* L_71; L_71 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_70, NULL); NullCheck(L_67); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_67, L_69, L_71); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_72 = L_67; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_73 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; Type_t* L_74; L_74 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_73, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_75 = { reinterpret_cast (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_0_0_0_var) }; Type_t* L_76; L_76 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_75, NULL); NullCheck(L_72); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_72, L_74, L_76); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_77 = L_72; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_78 = { reinterpret_cast (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_0_0_0_var) }; Type_t* L_79; L_79 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_78, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_80 = { reinterpret_cast (CultureInfoConverter_tF0E730D37190F0C4FAD82864316F7F2340BF3EBE_0_0_0_var) }; Type_t* L_81; L_81 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_80, NULL); NullCheck(L_77); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_77, L_79, L_81); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_82 = L_77; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_83 = { reinterpret_cast (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_0_0_0_var) }; Type_t* L_84; L_84 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_83, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_85 = { reinterpret_cast (DateTimeConverter_t9CFB201B23091EAEE358040BF6053AFC475BD866_0_0_0_var) }; Type_t* L_86; L_86 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_85, NULL); NullCheck(L_82); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_82, L_84, L_86); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_87 = L_82; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_88 = { reinterpret_cast (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var) }; Type_t* L_89; L_89 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_88, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_90 = { reinterpret_cast (DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460_0_0_0_var) }; Type_t* L_91; L_91 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_90, NULL); NullCheck(L_87); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_87, L_89, L_91); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_92 = L_87; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_93 = { reinterpret_cast (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var) }; Type_t* L_94; L_94 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_93, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_95 = { reinterpret_cast (DecimalConverter_tCBE948B718842C42CB22DF92D59AB2C1EC0FAEDF_0_0_0_var) }; Type_t* L_96; L_96 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_95, NULL); NullCheck(L_92); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_92, L_94, L_96); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_97 = L_92; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_98 = { reinterpret_cast (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var) }; Type_t* L_99; L_99 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_98, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_100 = { reinterpret_cast (TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F_0_0_0_var) }; Type_t* L_101; L_101 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_100, NULL); NullCheck(L_97); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_97, L_99, L_101); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_102 = L_97; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_103 = { reinterpret_cast (Guid_t_0_0_0_var) }; Type_t* L_104; L_104 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_103, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_105 = { reinterpret_cast (GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15_0_0_0_var) }; Type_t* L_106; L_106 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_105, NULL); NullCheck(L_102); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_102, L_104, L_106); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_107 = L_102; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_108 = { reinterpret_cast (RuntimeArray_0_0_0_var) }; Type_t* L_109; L_109 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_108, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_110 = { reinterpret_cast (ArrayConverter_tE417E9DB044C4317BF7F9B7DF5CD0F4C7C38672C_0_0_0_var) }; Type_t* L_111; L_111 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_110, NULL); NullCheck(L_107); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_107, L_109, L_111); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_112 = L_107; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_113 = { reinterpret_cast (ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_0_0_0_var) }; Type_t* L_114; L_114 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_113, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_115 = { reinterpret_cast (CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0_0_0_0_var) }; Type_t* L_116; L_116 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_115, NULL); NullCheck(L_112); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_112, L_114, L_116); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_117 = L_112; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_118 = { reinterpret_cast (Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_0_0_0_var) }; Type_t* L_119; L_119 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_118, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_120 = { reinterpret_cast (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D_0_0_0_var) }; Type_t* L_121; L_121 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_120, NULL); NullCheck(L_117); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_117, L_119, L_121); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_122 = L_117; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_123 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____intrinsicReferenceKey; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_124 = { reinterpret_cast (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_0_0_0_var) }; Type_t* L_125; L_125 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_124, NULL); NullCheck(L_122); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_122, L_123, L_125); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_126 = L_122; RuntimeObject* L_127 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____intrinsicNullableKey; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_128 = { reinterpret_cast (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769_0_0_0_var) }; Type_t* L_129; L_129 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_128, NULL); NullCheck(L_126); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_126, L_127, L_129); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____intrinsicTypeConverters = L_126; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____intrinsicTypeConverters), (void*)L_126); } IL_02b2: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_130 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____intrinsicTypeConverters; il2cpp_codegen_memory_barrier(); return L_130; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider_AddEditorTable_mAF4D6DDBFC63569F6181C8217383741B66032D24 (Type_t* ___0_editorBaseType, Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___1_table, 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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_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; { Type_t* L_0 = ___0_editorBaseType; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29F549847E6C95D5723845123BD2C0D50AB9BD5F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectTypeDescriptionProvider_AddEditorTable_mAF4D6DDBFC63569F6181C8217383741B66032D24_RuntimeMethod_var))); } IL_0014: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = ___1_table; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_0 = L_4; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_005b: { { bool L_5 = V_1; if (!L_5) { goto IL_0064; } } { RuntimeObject* L_6 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_6, NULL); } IL_0064: { return; } } }); try { { RuntimeObject* L_7 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_7, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_8 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables; il2cpp_codegen_memory_barrier(); if (L_8) { goto IL_003c_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_9 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_m9E0D56D6ADE284D20176076FACBFA1628DD8EE80(L_9, 4, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables = L_9; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables), (void*)L_9); } IL_003c_1: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_10 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables; il2cpp_codegen_memory_barrier(); Type_t* L_11 = ___0_editorBaseType; NullCheck(L_10); bool L_12; L_12 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(27, L_10, L_11); if (L_12) { goto IL_0059_1; } } { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_13 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables; il2cpp_codegen_memory_barrier(); Type_t* L_14 = ___0_editorBaseType; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_15 = ___1_table; NullCheck(L_13); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_13, L_14, L_15); } IL_0059_1: { goto IL_0065; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0065: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_CreateInstance_mC8B2C78AA92D680EAB8643FB63A8D0CA0D9D9936 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __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*)&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); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; { V_0 = NULL; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ___2_argTypes; if (!L_0) { goto IL_0017; } } { Type_t* L_1 = ___1_objectType; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = ___2_argTypes; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = ___3_args; RuntimeObject* L_4; L_4 = SecurityUtils_SecureConstructorInvoke_m45FF555821C605E67BFF72649AE03427DF256087(L_1, L_2, L_3, (bool)1, ((int32_t)65536), NULL); V_0 = L_4; goto IL_006b; } IL_0017: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = ___3_args; if (!L_5) { goto IL_0058; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = ___3_args; NullCheck(L_6); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_7 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))); ___2_argTypes = L_7; V_1 = 0; goto IL_004f; } IL_002a: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = ___3_args; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; RuntimeObject* L_11 = (L_8)->GetAt(static_cast(L_10)); if (!L_11) { goto IL_003e; } } { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_12 = ___2_argTypes; int32_t L_13 = V_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = ___3_args; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; RuntimeObject* L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); Type_t* L_18; L_18 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_17, NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_18); (L_12)->SetAt(static_cast(L_13), (Type_t*)L_18); goto IL_004b; } IL_003e: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_19 = ___2_argTypes; int32_t L_20 = V_1; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast (RuntimeObject_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_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(L_20), (Type_t*)L_22); } IL_004b: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_23, 1)); } IL_004f: { int32_t L_24 = V_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = ___3_args; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))))) { goto IL_002a; } } { goto IL_0060; } IL_0058: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_26 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)0); ___2_argTypes = L_26; } IL_0060: { Type_t* L_27 = ___1_objectType; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_28 = ___2_argTypes; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_29 = ___3_args; RuntimeObject* L_30; L_30 = SecurityUtils_SecureConstructorInvoke_m2E6522DAEC75A0B3C0AE947F5BB7A27B774887E0(L_27, L_28, L_29, (bool)1, NULL); V_0 = L_30; } IL_006b: { RuntimeObject* L_31 = V_0; if (L_31) { goto IL_0077; } } { Type_t* L_32 = ___1_objectType; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_33 = ___3_args; RuntimeObject* L_34; L_34 = SecurityUtils_SecureCreateInstance_mB208AB1046AAACA85AD10C83C46AA9BDE75B3310(L_32, L_33, NULL); V_0 = L_34; } IL_0077: { RuntimeObject* L_35 = V_0; return L_35; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_CreateInstance_m78AA29229F623A48447A05E46C5E696F9B4FE662 (Type_t* ___0_objectType, Type_t* ___1_callingType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { Type_t* L_0 = ___0_objectType; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____typeConstructor; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2; Type_t* L_4 = ___1_callingType; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject*)L_4); RuntimeObject* L_5; L_5 = SecurityUtils_SecureConstructorInvoke_m2E6522DAEC75A0B3C0AE947F5BB7A27B774887E0(L_0, L_1, L_3, (bool)0, NULL); V_0 = L_5; RuntimeObject* L_6 = V_0; if (L_6) { goto IL_0021; } } { Type_t* L_7 = ___0_objectType; RuntimeObject* L_8; L_8 = SecurityUtils_SecureCreateInstance_m142B1E30127CDAB6E20C7C0DA1C4F27F546A44B1(L_7, NULL); V_0 = L_8; } IL_0021: { RuntimeObject* L_9 = V_0; return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ReflectTypeDescriptionProvider_GetAttributes_mEB47CEC6757E936C1969EED650C92C501909265D (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAB0CA0760FE347023B0CB43F64B800C0E4CF2064(__this, L_0, (bool)1, NULL); NullCheck(L_1); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2; L_2 = ReflectedTypeData_GetAttributes_m9DA86D05CED373651F0087DC37710615B8ECDE96(L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetCache_mFC604F35A7D5D4A6A8A9E363D42406B3E7E2F420 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, 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*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_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* L_0 = ___0_instance; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0058; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_2); if (!L_3) { goto IL_0058; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_4); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_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); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_5, L_7); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_0058; } } { RuntimeObject* L_10 = V_1; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_11 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____dictionaryKey; NullCheck(L_10); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_il2cpp_TypeInfo_var, L_10, L_11); V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_2; if (L_13) { goto IL_0056; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_14 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_14, NULL); V_2 = L_14; RuntimeObject* L_15 = V_1; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_16 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____dictionaryKey; RuntimeObject* L_17 = V_2; NullCheck(L_15); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_il2cpp_TypeInfo_var, L_15, L_16, L_17); } IL_0056: { RuntimeObject* L_18 = V_2; return L_18; } IL_0058: { return (RuntimeObject*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetClassName_m11B357EF0EA564A1742664B60DA3689059D24B51 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAB0CA0760FE347023B0CB43F64B800C0E4CF2064(__this, L_0, (bool)1, NULL); NullCheck(L_1); String_t* L_2; L_2 = ReflectedTypeData_GetClassName_m72E5A57D941E3B782A6F878119F7E5D29B075DA8(L_1, NULL, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetComponentName_m6CB5F57B7C5AFFFBA1ADEDC04E408D9E0D0446E8 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAB0CA0760FE347023B0CB43F64B800C0E4CF2064(__this, L_0, (bool)1, NULL); RuntimeObject* L_2 = ___1_instance; NullCheck(L_1); String_t* L_3; L_3 = ReflectedTypeData_GetComponentName_m4A562ECD2BD631095878035C99D87408198B4E53(L_1, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ReflectTypeDescriptionProvider_GetConverter_mD847E744202DEA5D7208D1F1AE25CFBDC37A75B9 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAB0CA0760FE347023B0CB43F64B800C0E4CF2064(__this, L_0, (bool)1, NULL); RuntimeObject* L_2 = ___1_instance; NullCheck(L_1); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_3; L_3 = ReflectedTypeData_GetConverter_mF312E1D0E7D445E6B283AFEC99A9ACB06B103070(L_1, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ReflectTypeDescriptionProvider_GetDefaultEvent_mDB35F07F333825D564F9D46041FFC6FD45EE8134 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAB0CA0760FE347023B0CB43F64B800C0E4CF2064(__this, L_0, (bool)1, NULL); RuntimeObject* L_2 = ___1_instance; NullCheck(L_1); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_3; L_3 = ReflectedTypeData_GetDefaultEvent_mDA8C1A8F16F8B0B12C40882702F55195D0DAAD61(L_1, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ReflectTypeDescriptionProvider_GetDefaultProperty_mDB33A4D0E467FCC43370976D69811685B000368B (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAB0CA0760FE347023B0CB43F64B800C0E4CF2064(__this, L_0, (bool)1, NULL); RuntimeObject* L_2 = ___1_instance; NullCheck(L_1); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_3; L_3 = ReflectedTypeData_GetDefaultProperty_mD176FAC3EFFCCBEECC1D4D5555EA2EBEFFB7F958(L_1, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetEditor_mFFA9328C65CFCFCE49831D40F8A292C9A08C0D05 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, Type_t* ___2_editorBaseType, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAB0CA0760FE347023B0CB43F64B800C0E4CF2064(__this, L_0, (bool)1, NULL); RuntimeObject* L_2 = ___1_instance; Type_t* L_3 = ___2_editorBaseType; NullCheck(L_1); RuntimeObject* L_4; L_4 = ReflectedTypeData_GetEditor_m1DF76806C1EC6A7D34EAADF240920E702696A7A9(L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ReflectTypeDescriptionProvider_GetEditorTable_m31EAA155EED9DC1CC68A9F40F409226B1C052D30 (Type_t* ___0_editorBaseType, 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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_003b; } } { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_1 = L_1; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0031: { { bool L_2 = V_2; if (!L_2) { goto IL_003a; } } { RuntimeObject* L_3 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL); } IL_003a: { return; } } }); try { { RuntimeObject* L_4 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables; il2cpp_codegen_memory_barrier(); if (L_5) { goto IL_002f_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_m9E0D56D6ADE284D20176076FACBFA1628DD8EE80(L_6, 4, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables = L_6; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables), (void*)L_6); } IL_002f_1: { goto IL_003b; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003b: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables; il2cpp_codegen_memory_barrier(); Type_t* L_8 = ___0_editorBaseType; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_7, L_8); V_0 = L_9; RuntimeObject* L_10 = V_0; if (L_10) { goto IL_00a9; } } { Type_t* L_11 = ___0_editorBaseType; NullCheck(L_11); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12; L_12 = VirtualFuncInvoker0< RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B >::Invoke(113, L_11); RuntimeHelpers_RunClassConstructor_mDDFD9C6755023C06F5534C1EB0F7DF794D1819B6(L_12, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_13 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables; il2cpp_codegen_memory_barrier(); Type_t* L_14 = ___0_editorBaseType; NullCheck(L_13); RuntimeObject* L_15; L_15 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_13, L_14); V_0 = L_15; RuntimeObject* L_16 = V_0; if (L_16) { goto IL_00a9; } } { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_17 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_1 = L_17; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_009f: { { bool L_18 = V_2; if (!L_18) { goto IL_00a8; } } { RuntimeObject* L_19 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_19, NULL); } IL_00a8: { return; } } }); try { { RuntimeObject* L_20 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_20, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_21 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables; il2cpp_codegen_memory_barrier(); Type_t* L_22 = ___0_editorBaseType; NullCheck(L_21); RuntimeObject* L_23; L_23 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_21, L_22); V_0 = L_23; RuntimeObject* L_24 = V_0; if (L_24) { goto IL_009d_1; } } { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_25 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables; il2cpp_codegen_memory_barrier(); Type_t* L_26 = ___0_editorBaseType; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_27 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables; il2cpp_codegen_memory_barrier(); NullCheck(L_25); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_25, L_26, L_27); } IL_009d_1: { goto IL_00a9; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a9: { RuntimeObject* L_28 = V_0; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_29 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____editorTables; il2cpp_codegen_memory_barrier(); if ((!(((RuntimeObject*)(RuntimeObject*)L_28) == ((RuntimeObject*)(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)L_29)))) { goto IL_00b5; } } { V_0 = NULL; } IL_00b5: { RuntimeObject* L_30 = V_0; return ((Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)CastclassClass((RuntimeObject*)L_30, Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* ReflectTypeDescriptionProvider_GetEvents_mADC8660B9B72522528AA422CC3A2BFD289A6C8E0 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAB0CA0760FE347023B0CB43F64B800C0E4CF2064(__this, L_0, (bool)1, NULL); NullCheck(L_1); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_2; L_2 = ReflectedTypeData_GetEvents_mD592DF97B702931D63FE8AAA11A28C6CD6196067(L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ReflectTypeDescriptionProvider_GetExtendedAttributes_m2C8411D8AF61F164E3728DD6976EA7D6C025A375 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, 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; } { il2cpp_codegen_runtime_class_init_inline(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0 = ((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___Empty; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetExtendedClassName_m7DC52FC01754E2B24574392B2B040CBADCCA1B33 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_instance; NullCheck(L_0); Type_t* L_1; L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL); String_t* L_2; L_2 = ReflectTypeDescriptionProvider_GetClassName_m11B357EF0EA564A1742664B60DA3689059D24B51(__this, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetExtendedComponentName_mA9AA756A7DE3F41F2C1A8059A5D9B2C6DD7CD53C (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_instance; NullCheck(L_0); Type_t* L_1; L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL); RuntimeObject* L_2 = ___0_instance; String_t* L_3; L_3 = ReflectTypeDescriptionProvider_GetComponentName_m6CB5F57B7C5AFFFBA1ADEDC04E408D9E0D0446E8(__this, L_1, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ReflectTypeDescriptionProvider_GetExtendedConverter_m7227126A73E4DC11779EC3DEEA2EA6D9DC9D424C (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_instance; NullCheck(L_0); Type_t* L_1; L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL); RuntimeObject* L_2 = ___0_instance; TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_3; L_3 = ReflectTypeDescriptionProvider_GetConverter_mD847E744202DEA5D7208D1F1AE25CFBDC37A75B9(__this, L_1, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ReflectTypeDescriptionProvider_GetExtendedDefaultEvent_m7D5A5C06426E1ED8C3708D130D199AE8E48B3D9A (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { return (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ReflectTypeDescriptionProvider_GetExtendedDefaultProperty_mC55CC907DD37C329B3B36C8B411D667F9C148525 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { return (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetExtendedEditor_m38A9F980C5A8AD2CA5794E351E074FDDE2DFF71B (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, Type_t* ___1_editorBaseType, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_instance; NullCheck(L_0); Type_t* L_1; L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL); RuntimeObject* L_2 = ___0_instance; Type_t* L_3 = ___1_editorBaseType; RuntimeObject* L_4; L_4 = ReflectTypeDescriptionProvider_GetEditor_mFFA9328C65CFCFCE49831D40F8A292C9A08C0D05(__this, L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* ReflectTypeDescriptionProvider_GetExtendedEvents_m05C06E5A9638F2836EF548128469E28C8E54E9B4 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, 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; } { il2cpp_codegen_runtime_class_init_inline(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_0 = ((EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_StaticFields*)il2cpp_codegen_static_fields_for(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var))->___Empty; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ReflectTypeDescriptionProvider_GetExtendedProperties_mB9B017BF225B1897BF8AFE62DCBE71C669CB78EE (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, 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*)&ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_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; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* V_1 = NULL; RuntimeObject* V_2 = NULL; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* V_3 = NULL; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_4 = NULL; int32_t V_5 = 0; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_6 = NULL; int32_t V_7 = 0; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_8 = NULL; ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* V_9 = NULL; Type_t* V_10 = NULL; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_11 = NULL; { RuntimeObject* L_0 = ___0_instance; NullCheck(L_0); Type_t* L_1; L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL); V_0 = L_1; RuntimeObject* L_2 = ___0_instance; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_3; L_3 = VirtualFuncInvoker1< IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2*, RuntimeObject* >::Invoke(7, __this, L_2); V_1 = L_3; RuntimeObject* L_4 = ___0_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = TypeDescriptor_GetCache_m8BFBAC142FE1E2389677C8BC10B1789A3D7619C7(L_4, NULL); V_2 = L_5; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_6 = V_1; NullCheck(L_6); if ((((RuntimeArray*)L_6)->max_length)) { goto IL_0020; } } { il2cpp_codegen_runtime_class_init_inline(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_7 = ((PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var))->___Empty; return L_7; } IL_0020: { V_3 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)NULL; RuntimeObject* L_8 = V_2; if (!L_8) { goto IL_003b; } } { RuntimeObject* L_9 = V_2; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Guid_t L_10 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extenderPropertiesKey; Guid_t L_11 = L_10; RuntimeObject* L_12 = Box(Guid_t_il2cpp_TypeInfo_var, &L_11); NullCheck(L_9); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_9, L_12); V_3 = ((PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)IsInstClass((RuntimeObject*)L_13, PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var)); } IL_003b: { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_14 = V_3; if (!L_14) { goto IL_0040; } } { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_15 = V_3; return L_15; } IL_0040: { V_4 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)NULL; V_5 = 0; goto IL_00d1; } IL_004b: { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_16 = V_1; int32_t L_17 = V_5; NullCheck(L_16); int32_t L_18 = L_17; RuntimeObject* L_19 = (L_16)->GetAt(static_cast(L_18)); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_20; L_20 = ReflectTypeDescriptionProvider_ReflectGetExtendedProperties_mF66A57B5DC689142EFAB8F59A8AAAEA04A1A2685(L_19, NULL); V_6 = L_20; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_21 = V_4; if (L_21) { goto IL_0069; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_22 = V_6; NullCheck(L_22); IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_23 = V_1; NullCheck(L_23); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_24 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); ArrayList__ctor_m4637812384C075439BB17EEC1C2DF802BD41EBD0(L_24, ((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_22)->max_length)), ((int32_t)(((RuntimeArray*)L_23)->max_length)))), NULL); V_4 = L_24; } IL_0069: { V_7 = 0; goto IL_00c3; } IL_006e: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_25 = V_6; int32_t L_26 = V_7; NullCheck(L_25); int32_t L_27 = L_26; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_28 = (L_25)->GetAt(static_cast(L_27)); V_8 = L_28; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_29 = V_8; NullCheck(L_29); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_30; L_30 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, L_29); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_31 = { reinterpret_cast (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_32; L_32 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_31, NULL); NullCheck(L_30); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_33; L_33 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(11, L_30, L_32); V_9 = ((ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E*)IsInstSealed((RuntimeObject*)L_33, ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var)); ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_34 = V_9; if (!L_34) { goto IL_00bd; } } { ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_35 = V_9; NullCheck(L_35); Type_t* L_36; L_36 = ExtenderProvidedPropertyAttribute_get_ReceiverType_m4CB132243DEED5094F04136886DA141250A7C14C_inline(L_35, NULL); V_10 = L_36; Type_t* L_37 = V_10; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_38; L_38 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_37, (Type_t*)NULL, NULL); if (!L_38) { goto IL_00bd; } } { Type_t* L_39 = V_10; Type_t* L_40 = V_0; NullCheck(L_39); bool L_41; L_41 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_39, L_40); if (!L_41) { goto IL_00bd; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_42 = V_4; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_43 = V_8; NullCheck(L_42); int32_t L_44; L_44 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29, L_42, L_43); } IL_00bd: { int32_t L_45 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_45, 1)); } IL_00c3: { int32_t L_46 = V_7; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_47 = V_6; NullCheck(L_47); if ((((int32_t)L_46) < ((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length))))) { goto IL_006e; } } { int32_t L_48 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_48, 1)); } IL_00d1: { int32_t L_49 = V_5; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_50 = V_1; NullCheck(L_50); if ((((int32_t)L_49) < ((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length))))) { goto IL_004b; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_51 = V_4; if (!L_51) { goto IL_0102; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_52 = V_4; NullCheck(L_52); int32_t L_53; L_53 = VirtualFuncInvoker0< int32_t >::Invoke(22, L_52); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_54 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_53); V_11 = L_54; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_55 = V_4; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_56 = V_11; NullCheck(L_55); VirtualActionInvoker2< RuntimeArray*, int32_t >::Invoke(35, L_55, (RuntimeArray*)L_56, 0); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_57 = V_11; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_58 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE(L_58, L_57, (bool)1, NULL); V_3 = L_58; goto IL_0108; } IL_0102: { il2cpp_codegen_runtime_class_init_inline(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_59 = ((PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var))->___Empty; V_3 = L_59; } IL_0108: { RuntimeObject* L_60 = V_2; if (!L_60) { goto IL_011c; } } { RuntimeObject* L_61 = V_2; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Guid_t L_62 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extenderPropertiesKey; Guid_t L_63 = L_62; RuntimeObject* L_64 = Box(Guid_t_il2cpp_TypeInfo_var, &L_63); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_65 = V_3; NullCheck(L_61); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_61, L_64, L_65); } IL_011c: { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_66 = V_3; return L_66; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* ReflectTypeDescriptionProvider_GetExtenderProviders_m8F31C6347191B7A7E37DCADE137F9944D55C724F (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, 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*)&IExtenderListService_tD2A826DABD649EAC0053F6AE82F09E12903B1DDC_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderListService_tD2A826DABD649EAC0053F6AE82F09E12903B1DDC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2_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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_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; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; { 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))); 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*)&ReflectTypeDescriptionProvider_GetExtenderProviders_m8F31C6347191B7A7E37DCADE137F9944D55C724F_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___0_instance; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0070; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_4); if (!L_5) { goto IL_0070; } } { RuntimeObject* L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_6); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast (IExtenderListService_tD2A826DABD649EAC0053F6AE82F09E12903B1DDC_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, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_7, L_9); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IExtenderListService_tD2A826DABD649EAC0053F6AE82F09E12903B1DDC_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = ___0_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_12; L_12 = TypeDescriptor_GetCache_m8BFBAC142FE1E2389677C8BC10B1789A3D7619C7(L_11, NULL); V_2 = L_12; RuntimeObject* L_13 = V_1; if (!L_13) { goto IL_0053; } } { RuntimeObject* L_14 = V_1; NullCheck(L_14); IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_15; L_15 = InterfaceFuncInvoker0< IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* >::Invoke(0, IExtenderListService_tD2A826DABD649EAC0053F6AE82F09E12903B1DDC_il2cpp_TypeInfo_var, L_14); RuntimeObject* L_16 = ___0_instance; RuntimeObject* L_17 = V_2; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_18; L_18 = ReflectTypeDescriptionProvider_GetExtenders_mADC4087E3D7F76ED690A22C4309CEE3249A42749((RuntimeObject*)L_15, L_16, L_17, NULL); return L_18; } IL_0053: { RuntimeObject* L_19 = V_0; NullCheck(L_19); RuntimeObject* L_20; L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_19); NullCheck(L_20); RuntimeObject* L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_20); V_3 = L_21; RuntimeObject* L_22 = V_3; if (!L_22) { goto IL_0070; } } { RuntimeObject* L_23 = V_3; NullCheck(L_23); ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* L_24; L_24 = InterfaceFuncInvoker0< ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* >::Invoke(2, IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var, L_23); RuntimeObject* L_25 = ___0_instance; RuntimeObject* L_26 = V_2; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_27; L_27 = ReflectTypeDescriptionProvider_GetExtenders_mADC4087E3D7F76ED690A22C4309CEE3249A42749(L_24, L_25, L_26, NULL); return L_27; } IL_0070: { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_28 = (IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2*)(IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2*)SZArrayNew(IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2_il2cpp_TypeInfo_var, (uint32_t)0); return L_28; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* ReflectTypeDescriptionProvider_GetExtenders_mADC4087E3D7F76ED690A22C4309CEE3249A42749 (RuntimeObject* ___0_components, RuntimeObject* ___1_instance, RuntimeObject* ___2_cache, 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*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_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*)&IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* V_2 = NULL; uint64_t V_3 = 0; int32_t V_4 = 0; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = NULL; RuntimeObject* V_10 = NULL; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* V_11 = NULL; RuntimeObject* V_12 = NULL; RuntimeObject* V_13 = NULL; { V_0 = (bool)0; V_1 = 0; V_2 = (IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2*)NULL; V_3 = ((int64_t)0); V_4 = ((int32_t)64); RuntimeObject* L_0 = ___0_components; V_5 = ((IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2*)IsInst((RuntimeObject*)L_0, IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = ___2_cache; if (!L_1) { goto IL_002e; } } { RuntimeObject* L_2 = ___2_cache; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Guid_t L_3 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extenderProviderKey; Guid_t L_4 = L_3; RuntimeObject* L_5 = Box(Guid_t_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_2, L_5); V_2 = ((IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2*)IsInst((RuntimeObject*)L_6, IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2_il2cpp_TypeInfo_var)); } IL_002e: { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_7 = V_2; if (L_7) { goto IL_0033; } } { V_0 = (bool)1; } IL_0033: { V_6 = 0; V_7 = 0; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_8 = V_5; if (!L_8) { goto IL_0090; } } { V_6 = 0; goto IL_0086; } IL_0042: { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_9 = V_5; int32_t L_10 = V_6; NullCheck(L_9); int32_t L_11 = L_10; RuntimeObject* L_12 = (L_9)->GetAt(static_cast(L_11)); RuntimeObject* L_13 = ___1_instance; NullCheck(L_12); bool L_14; L_14 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(0, IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var, L_12, L_13); if (!L_14) { goto IL_0080; } } { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_15, 1)); int32_t L_16 = V_6; int32_t L_17 = V_4; if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_0064; } } { uint64_t L_18 = V_3; int32_t L_19 = V_6; V_3 = ((int64_t)((int64_t)L_18|((int64_t)(((int64_t)1)<<((int32_t)(L_19&((int32_t)63))))))); } IL_0064: { bool L_20 = V_0; if (L_20) { goto IL_0080; } } { int32_t L_21 = V_7; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_22 = V_2; NullCheck(L_22); if ((((int32_t)L_21) >= ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))) { goto IL_007e; } } { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_23 = V_5; int32_t L_24 = V_6; NullCheck(L_23); int32_t L_25 = L_24; RuntimeObject* L_26 = (L_23)->GetAt(static_cast(L_25)); IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_27 = V_2; int32_t L_28 = V_7; int32_t L_29 = L_28; V_7 = ((int32_t)il2cpp_codegen_add(L_29, 1)); NullCheck(L_27); int32_t L_30 = L_29; RuntimeObject* L_31 = (L_27)->GetAt(static_cast(L_30)); if ((((RuntimeObject*)(RuntimeObject*)L_26) == ((RuntimeObject*)(RuntimeObject*)L_31))) { goto IL_0080; } } IL_007e: { V_0 = (bool)1; } IL_0080: { int32_t L_32 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_32, 1)); } IL_0086: { int32_t L_33 = V_6; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_34 = V_5; NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))))) { goto IL_0042; } } { goto IL_010d; } IL_0090: { RuntimeObject* L_35 = ___0_components; if (!L_35) { goto IL_010d; } } { RuntimeObject* L_36 = ___0_components; NullCheck(L_36); RuntimeObject* L_37; L_37 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_36); V_8 = L_37; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00f8: { { RuntimeObject* L_38 = V_8; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_38, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_39 = V_10; if (!L_39) { goto IL_010c; } } { RuntimeObject* L_40 = V_10; NullCheck(L_40); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_40); } IL_010c: { return; } } }); try { { goto IL_00ed_1; } IL_009d_1: { RuntimeObject* L_41 = V_8; NullCheck(L_41); RuntimeObject* L_42; L_42 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_41); V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_42, IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var)); RuntimeObject* L_43 = V_9; if (!L_43) { goto IL_00e7_1; } } { RuntimeObject* L_44 = V_9; RuntimeObject* L_45 = ___1_instance; NullCheck(L_44); bool L_46; L_46 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(0, IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var, L_44, L_45); if (!L_46) { goto IL_00e7_1; } } { int32_t L_47 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_47, 1)); int32_t L_48 = V_6; int32_t L_49 = V_4; if ((((int32_t)L_48) >= ((int32_t)L_49))) { goto IL_00ce_1; } } { uint64_t L_50 = V_3; int32_t L_51 = V_6; V_3 = ((int64_t)((int64_t)L_50|((int64_t)(((int64_t)1)<<((int32_t)(L_51&((int32_t)63))))))); } IL_00ce_1: { bool L_52 = V_0; if (L_52) { goto IL_00e7_1; } } { int32_t L_53 = V_7; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_54 = V_2; NullCheck(L_54); if ((((int32_t)L_53) >= ((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length))))) { goto IL_00e5_1; } } { RuntimeObject* L_55 = V_9; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_56 = V_2; int32_t L_57 = V_7; int32_t L_58 = L_57; V_7 = ((int32_t)il2cpp_codegen_add(L_58, 1)); NullCheck(L_56); int32_t L_59 = L_58; RuntimeObject* L_60 = (L_56)->GetAt(static_cast(L_59)); if ((((RuntimeObject*)(RuntimeObject*)L_55) == ((RuntimeObject*)(RuntimeObject*)L_60))) { goto IL_00e7_1; } } IL_00e5_1: { V_0 = (bool)1; } IL_00e7_1: { int32_t L_61 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_61, 1)); } IL_00ed_1: { RuntimeObject* L_62 = V_8; NullCheck(L_62); bool L_63; L_63 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_62); if (L_63) { goto IL_009d_1; } } { goto IL_010d; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_010d: { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_64 = V_2; if (!L_64) { goto IL_0118; } } { int32_t L_65 = V_1; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_66 = V_2; NullCheck(L_66); if ((((int32_t)L_65) == ((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length))))) { goto IL_0118; } } { V_0 = (bool)1; } IL_0118: { bool L_67 = V_0; if (!L_67) { goto IL_0210; } } { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_68 = V_5; if (!L_68) { goto IL_012c; } } { int32_t L_69 = V_1; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_70 = V_5; NullCheck(L_70); if ((((int32_t)L_69) == ((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length))))) { goto IL_01e9; } } IL_012c: { int32_t L_71 = V_1; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_72 = (IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2*)(IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2*)SZArrayNew(IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2_il2cpp_TypeInfo_var, (uint32_t)L_71); V_11 = L_72; V_6 = 0; V_7 = 0; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_73 = V_5; if (!L_73) { goto IL_0188; } } { int32_t L_74 = V_1; if ((((int32_t)L_74) <= ((int32_t)0))) { goto IL_0188; } } { goto IL_017e; } IL_0144: { int32_t L_75 = V_6; int32_t L_76 = V_4; if ((((int32_t)L_75) >= ((int32_t)L_76))) { goto IL_0156; } } { uint64_t L_77 = V_3; int32_t L_78 = V_6; if (((int64_t)((int64_t)L_77&((int64_t)(((int64_t)1)<<((int32_t)(L_78&((int32_t)63)))))))) { goto IL_0169; } } IL_0156: { int32_t L_79 = V_6; int32_t L_80 = V_4; if ((((int32_t)L_79) < ((int32_t)L_80))) { goto IL_0178; } } { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_81 = V_5; int32_t L_82 = V_6; NullCheck(L_81); int32_t L_83 = L_82; RuntimeObject* L_84 = (L_81)->GetAt(static_cast(L_83)); RuntimeObject* L_85 = ___1_instance; NullCheck(L_84); bool L_86; L_86 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(0, IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var, L_84, L_85); if (!L_86) { goto IL_0178; } } IL_0169: { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_87 = V_11; int32_t L_88 = V_7; int32_t L_89 = L_88; V_7 = ((int32_t)il2cpp_codegen_add(L_89, 1)); IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_90 = V_5; int32_t L_91 = V_6; NullCheck(L_90); int32_t L_92 = L_91; RuntimeObject* L_93 = (L_90)->GetAt(static_cast(L_92)); NullCheck(L_87); ArrayElementTypeCheck (L_87, L_93); (L_87)->SetAt(static_cast(L_89), (RuntimeObject*)L_93); } IL_0178: { int32_t L_94 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_94, 1)); } IL_017e: { int32_t L_95 = V_6; IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_96 = V_5; NullCheck(L_96); if ((((int32_t)L_95) < ((int32_t)((int32_t)(((RuntimeArray*)L_96)->max_length))))) { goto IL_0144; } } { goto IL_01e5; } IL_0188: { int32_t L_97 = V_1; if ((((int32_t)L_97) <= ((int32_t)0))) { goto IL_01e5; } } { RuntimeObject* L_98 = ___0_components; NullCheck(L_98); RuntimeObject* L_99; L_99 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_98); V_12 = L_99; goto IL_01dc; } IL_0196: { RuntimeObject* L_100 = V_12; NullCheck(L_100); RuntimeObject* L_101; L_101 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_100); V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_101, IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var)); RuntimeObject* L_102 = V_13; if (!L_102) { goto IL_01d6; } } { int32_t L_103 = V_6; int32_t L_104 = V_4; if ((((int32_t)L_103) >= ((int32_t)L_104))) { goto IL_01ba; } } { uint64_t L_105 = V_3; int32_t L_106 = V_6; if (((int64_t)((int64_t)L_105&((int64_t)(((int64_t)1)<<((int32_t)(L_106&((int32_t)63)))))))) { goto IL_01ca; } } IL_01ba: { int32_t L_107 = V_6; int32_t L_108 = V_4; if ((((int32_t)L_107) < ((int32_t)L_108))) { goto IL_01d6; } } { RuntimeObject* L_109 = V_13; RuntimeObject* L_110 = ___1_instance; NullCheck(L_109); bool L_111; L_111 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(0, IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_il2cpp_TypeInfo_var, L_109, L_110); if (!L_111) { goto IL_01d6; } } IL_01ca: { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_112 = V_11; int32_t L_113 = V_7; int32_t L_114 = L_113; V_7 = ((int32_t)il2cpp_codegen_add(L_114, 1)); RuntimeObject* L_115 = V_13; NullCheck(L_112); ArrayElementTypeCheck (L_112, L_115); (L_112)->SetAt(static_cast(L_114), (RuntimeObject*)L_115); } IL_01d6: { int32_t L_116 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_116, 1)); } IL_01dc: { RuntimeObject* L_117 = V_12; NullCheck(L_117); bool L_118; L_118 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_117); if (L_118) { goto IL_0196; } } IL_01e5: { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_119 = V_11; V_5 = L_119; } IL_01e9: { RuntimeObject* L_120 = ___2_cache; if (!L_120) { goto IL_0213; } } { RuntimeObject* L_121 = ___2_cache; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Guid_t L_122 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extenderProviderKey; Guid_t L_123 = L_122; RuntimeObject* L_124 = Box(Guid_t_il2cpp_TypeInfo_var, &L_123); IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_125 = V_5; NullCheck(L_121); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_121, L_124, (RuntimeObject*)L_125); RuntimeObject* L_126 = ___2_cache; Guid_t L_127 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extenderPropertiesKey; Guid_t L_128 = L_127; RuntimeObject* L_129 = Box(Guid_t_il2cpp_TypeInfo_var, &L_128); NullCheck(L_126); InterfaceActionInvoker1< RuntimeObject* >::Invoke(10, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_126, L_129); goto IL_0213; } IL_0210: { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_130 = V_2; V_5 = L_130; } IL_0213: { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_131 = V_5; return L_131; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetExtendedPropertyOwner_m4C05EC5B9F5635AB526959E6E5771F7A3DF79859 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_pd, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_instance; NullCheck(L_0); Type_t* L_1; L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL); RuntimeObject* L_2 = ___0_instance; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_3 = ___1_pd; RuntimeObject* L_4; L_4 = ReflectTypeDescriptionProvider_GetPropertyOwner_m74651CF5D7FD8A1DE6679A2562F4E62AE9CD4779(__this, L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetExtendedTypeDescriptor_m88CC219F64FAE3C886681713403765A20B87F849 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetFullComponentName_m83561415DA5AD4A16FBC0A5568C502E0ED1D1876 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INestedSite_t2C9BB46577D656D15E570A3574629D2918FFBFC7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = ___0_component; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0020; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_2); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, INestedSite_t2C9BB46577D656D15E570A3574629D2918FFBFC7_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0020; } } { RuntimeObject* L_5 = V_1; NullCheck(L_5); String_t* L_6; L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(0, INestedSite_t2C9BB46577D656D15E570A3574629D2918FFBFC7_il2cpp_TypeInfo_var, L_5); return L_6; } IL_0020: { RuntimeObject* L_7 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); String_t* L_8; L_8 = TypeDescriptor_GetComponentName_m2E66E25A165BCB0F9ADD909EAF77541FF9AF2C04(L_7, NULL); return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ReflectTypeDescriptionProvider_GetPopulatedTypes_m642B954B72F1768F632D2DE62C4E22574AE0D603 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* ___0_module, 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*)&DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_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*)&Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83_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; } ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_0 = NULL; RuntimeObject* V_1 = NULL; DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB V_2; memset((&V_2), 0, sizeof(V_2)); Type_t* V_3 = NULL; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* V_4 = NULL; RuntimeObject* V_5 = NULL; { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_0, NULL); V_0 = L_0; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = __this->____typeData; NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31, L_1); V_1 = L_2; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0064: { { RuntimeObject* L_3 = V_1; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = V_5; if (!L_4) { goto IL_0077; } } { RuntimeObject* L_5 = V_5; NullCheck(L_5); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5); } IL_0077: { return; } } }); try { { goto IL_005a_1; } IL_0014_1: { RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_6); V_2 = ((*(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)((DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)UnBox(L_7, DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var)))); RuntimeObject* L_8; L_8 = DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline((&V_2), NULL); V_3 = ((Type_t*)CastclassClass((RuntimeObject*)L_8, Type_t_il2cpp_TypeInfo_var)); RuntimeObject* L_9; L_9 = DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline((&V_2), NULL); V_4 = ((ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83*)CastclassClass((RuntimeObject*)L_9, ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83_il2cpp_TypeInfo_var)); Type_t* L_10 = V_3; NullCheck(L_10); Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* L_11; L_11 = VirtualFuncInvoker0< Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* >::Invoke(28, L_10); Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* L_12 = ___0_module; il2cpp_codegen_runtime_class_init_inline(Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_il2cpp_TypeInfo_var); bool L_13; L_13 = Module_op_Equality_m583E1B14EB42642C25529E575F844338D4A657DA(L_11, L_12, NULL); if (!L_13) { goto IL_005a_1; } } { ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_14 = V_4; NullCheck(L_14); bool L_15; L_15 = ReflectedTypeData_get_IsPopulated_m207FD7DEB577D25B681C31AE2F2A86D64895C76E(L_14, NULL); if (!L_15) { goto IL_005a_1; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_16 = V_0; Type_t* L_17 = V_3; NullCheck(L_16); int32_t L_18; L_18 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29, L_16, L_17); } IL_005a_1: { RuntimeObject* L_19 = V_1; NullCheck(L_19); bool L_20; L_20 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_0014_1; } } { goto IL_0078; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0078: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_21 = V_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_22 = { reinterpret_cast (Type_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_23; L_23 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_22, NULL); NullCheck(L_21); RuntimeArray* L_24; L_24 = VirtualFuncInvoker1< RuntimeArray*, Type_t* >::Invoke(49, L_21, L_23); return ((TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)Castclass((RuntimeObject*)L_24, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ReflectTypeDescriptionProvider_GetProperties_m85AA20B3E1FF75CB3EA8760003045427BDF9B5D0 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAB0CA0760FE347023B0CB43F64B800C0E4CF2064(__this, L_0, (bool)1, NULL); NullCheck(L_1); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_2; L_2 = ReflectedTypeData_GetProperties_m660F775F1D75E0E209FEFB6F1ED8407D9ABB7E6F(L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetPropertyOwner_m74651CF5D7FD8A1DE6679A2562F4E62AE9CD4779 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___2_pd, 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 = ___0_type; RuntimeObject* L_1 = ___1_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = TypeDescriptor_GetAssociation_m98BF82311AC505E0F645D8E609FEC246006D8062(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectTypeDescriptionProvider_GetReflectionType_m42CCC59A3631DE84FA1BA53F4D0266F5CC7DA92B (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_objectType, RuntimeObject* ___1_instance, const RuntimeMethod* method) { { Type_t* L_0 = ___0_objectType; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* ReflectTypeDescriptionProvider_GetTypeData_mAB0CA0760FE347023B0CB43F64B800C0E4CF2064 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, bool ___1_createIfNeeded, 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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; { V_0 = (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83*)NULL; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->____typeData; if (!L_0) { goto IL_0021; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = __this->____typeData; Type_t* L_2 = ___0_type; NullCheck(L_1); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_1, L_2); V_0 = ((ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83*)CastclassClass((RuntimeObject*)L_3, ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83_il2cpp_TypeInfo_var)); ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_4 = V_0; if (!L_4) { goto IL_0021; } } { ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_5 = V_0; return L_5; } IL_0021: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_6 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_1 = L_6; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007c: { { bool L_7 = V_2; if (!L_7) { goto IL_0085; } } { RuntimeObject* L_8 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_8, NULL); } IL_0085: { return; } } }); try { { RuntimeObject* L_9 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_9, (&V_2), NULL); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_10 = __this->____typeData; if (!L_10) { goto IL_004b_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_11 = __this->____typeData; Type_t* L_12 = ___0_type; NullCheck(L_11); RuntimeObject* L_13; L_13 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_11, L_12); V_0 = ((ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83*)CastclassClass((RuntimeObject*)L_13, ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83_il2cpp_TypeInfo_var)); } IL_004b_1: { ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_14 = V_0; bool L_15 = ___1_createIfNeeded; if (!((int32_t)(((((RuntimeObject*)(ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83*)L_14) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0)&(int32_t)L_15))) { goto IL_007a_1; } } { Type_t* L_16 = ___0_type; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_17 = (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83*)il2cpp_codegen_object_new(ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83_il2cpp_TypeInfo_var); ReflectedTypeData__ctor_m229206DEEAEC214C249B48F72505C12A2C10F233(L_17, L_16, NULL); V_0 = L_17; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_18 = __this->____typeData; if (L_18) { goto IL_006d_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_19 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_19, NULL); __this->____typeData = L_19; Il2CppCodeGenWriteBarrier((void**)(&__this->____typeData), (void*)L_19); } IL_006d_1: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_20 = __this->____typeData; Type_t* L_21 = ___0_type; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_22 = V_0; NullCheck(L_20); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_20, L_21, L_22); } IL_007a_1: { goto IL_0086; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0086: { ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_23 = V_0; return L_23; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetTypeDescriptor_m0F427A84067C17B3214611351841DCDDC2723D68 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_objectType, RuntimeObject* ___1_instance, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectTypeDescriptionProvider_GetTypeFromName_m0D53DCC31F4FD899DCA9002734EB5A208FB5B141 (String_t* ___0_typeName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_GetTypeFromName_m0D53DCC31F4FD899DCA9002734EB5A208FB5B141_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; int32_t V_1 = 0; { String_t* L_0 = ___0_typeName; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = il2cpp_codegen_get_type(L_0, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, ReflectTypeDescriptionProvider_GetTypeFromName_m0D53DCC31F4FD899DCA9002734EB5A208FB5B141_RuntimeMethod_var); V_0 = L_1; Type_t* L_2 = V_0; bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, (Type_t*)NULL, NULL); if (!L_3) { goto IL_002b; } } { String_t* L_4 = ___0_typeName; NullCheck(L_4); int32_t L_5; L_5 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_4, ((int32_t)44), NULL); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_002b; } } { String_t* L_7 = ___0_typeName; int32_t L_8 = V_1; NullCheck(L_7); String_t* L_9; L_9 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_7, 0, L_8, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_10; L_10 = il2cpp_codegen_get_type(L_9, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, ReflectTypeDescriptionProvider_GetTypeFromName_m0D53DCC31F4FD899DCA9002734EB5A208FB5B141_RuntimeMethod_var); V_0 = L_10; } IL_002b: { Type_t* L_11 = V_0; return L_11; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectTypeDescriptionProvider_IsPopulated_m84F86F476D4C3552D9319BE958418D78CE50C1A8 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, const RuntimeMethod* method) { ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* V_0 = NULL; { Type_t* L_0 = ___0_type; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAB0CA0760FE347023B0CB43F64B800C0E4CF2064(__this, L_0, (bool)0, NULL); V_0 = L_1; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_2 = V_0; if (!L_2) { goto IL_0013; } } { ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = ReflectedTypeData_get_IsPopulated_m207FD7DEB577D25B681C31AE2F2A86D64895C76E(L_3, NULL); return L_4; } IL_0013: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ReflectTypeDescriptionProvider_ReflectGetAttributes_m000AABB71664F64E110A1275FE39538F857EFCD2 (Type_t* ___0_type, 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*)&Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_003a; } } { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_1 = L_1; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0030: { { bool L_2 = V_2; if (!L_2) { goto IL_0039; } } { RuntimeObject* L_3 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL); } IL_0039: { return; } } }); try { { RuntimeObject* L_4 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache; il2cpp_codegen_memory_barrier(); if (L_5) { goto IL_002e_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_6, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache = L_6; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache), (void*)L_6); } IL_002e_1: { goto IL_003a; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003a: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache; il2cpp_codegen_memory_barrier(); Type_t* L_8 = ___0_type; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_7, L_8); V_0 = ((AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)Castclass((RuntimeObject*)L_9, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var)); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_10 = V_0; if (!L_10) { goto IL_0052; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_11 = V_0; return L_11; } IL_0052: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_12 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_1 = L_12; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00a9: { { bool L_13 = V_2; if (!L_13) { goto IL_00b2; } } { RuntimeObject* L_14 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_14, NULL); } IL_00b2: { return; } } }); try { { RuntimeObject* L_15 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_15, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_16 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache; il2cpp_codegen_memory_barrier(); Type_t* L_17 = ___0_type; NullCheck(L_16); RuntimeObject* L_18; L_18 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_16, L_17); V_0 = ((AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)Castclass((RuntimeObject*)L_18, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var)); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_19 = V_0; if (L_19) { goto IL_00a7_1; } } { Type_t* L_20 = ___0_type; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_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); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23; L_23 = VirtualFuncInvoker2< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t*, bool >::Invoke(14, L_20, L_22, (bool)0); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_24 = L_23; NullCheck(L_24); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_25 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))); V_0 = L_25; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_26 = V_0; NullCheck((RuntimeArray*)L_24); Array_CopyTo_mFD42E3443AB3B850ED6F19359698E242A08E1BAB((RuntimeArray*)L_24, (RuntimeArray*)L_26, 0, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_27 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache; il2cpp_codegen_memory_barrier(); Type_t* L_28 = ___0_type; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_29 = V_0; NullCheck(L_27); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_27, L_28, (RuntimeObject*)L_29); } IL_00a7_1: { goto IL_00b3; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00b3: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_30 = V_0; return L_30; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ReflectTypeDescriptionProvider_ReflectGetAttributes_m9E538B9266C61575FBAB5B49C8B4277DAD645301 (MemberInfo_t* ___0_member, 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*)&Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_003a; } } { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_1 = L_1; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0030: { { bool L_2 = V_2; if (!L_2) { goto IL_0039; } } { RuntimeObject* L_3 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL); } IL_0039: { return; } } }); try { { RuntimeObject* L_4 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache; il2cpp_codegen_memory_barrier(); if (L_5) { goto IL_002e_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_6, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache = L_6; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache), (void*)L_6); } IL_002e_1: { goto IL_003a; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003a: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache; il2cpp_codegen_memory_barrier(); MemberInfo_t* L_8 = ___0_member; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_7, L_8); V_0 = ((AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)Castclass((RuntimeObject*)L_9, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var)); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_10 = V_0; if (!L_10) { goto IL_0052; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_11 = V_0; return L_11; } IL_0052: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_12 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_1 = L_12; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00a9: { { bool L_13 = V_2; if (!L_13) { goto IL_00b2; } } { RuntimeObject* L_14 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_14, NULL); } IL_00b2: { return; } } }); try { { RuntimeObject* L_15 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_15, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_16 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache; il2cpp_codegen_memory_barrier(); MemberInfo_t* L_17 = ___0_member; NullCheck(L_16); RuntimeObject* L_18; L_18 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_16, L_17); V_0 = ((AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)Castclass((RuntimeObject*)L_18, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var)); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_19 = V_0; if (L_19) { goto IL_00a7_1; } } { MemberInfo_t* L_20 = ___0_member; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_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); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23; L_23 = VirtualFuncInvoker2< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t*, bool >::Invoke(14, L_20, L_22, (bool)0); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_24 = L_23; NullCheck(L_24); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_25 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))); V_0 = L_25; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_26 = V_0; NullCheck((RuntimeArray*)L_24); Array_CopyTo_mFD42E3443AB3B850ED6F19359698E242A08E1BAB((RuntimeArray*)L_24, (RuntimeArray*)L_26, 0, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_27 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____attributeCache; il2cpp_codegen_memory_barrier(); MemberInfo_t* L_28 = ___0_member; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_29 = V_0; NullCheck(L_27); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_27, L_28, (RuntimeObject*)L_29); } IL_00a7_1: { goto IL_00b3; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00b3: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_30 = V_0; return L_30; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* ReflectTypeDescriptionProvider_ReflectGetEvents_m566A2572C5FC36D1168512812553F9AD3BBF13BA (Type_t* ___0_type, 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*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; EventInfoU5BU5D_t15CC441197507A7E14B3F62A53BB711E7E0E6110* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; EventInfo_t* V_7 = NULL; MethodInfo_t* V_8 = NULL; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* V_9 = NULL; { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____eventCache; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_003a; } } { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_1 = L_1; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0030: { { bool L_2 = V_2; if (!L_2) { goto IL_0039; } } { RuntimeObject* L_3 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL); } IL_0039: { return; } } }); try { { RuntimeObject* L_4 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____eventCache; il2cpp_codegen_memory_barrier(); if (L_5) { goto IL_002e_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_6, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____eventCache = L_6; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____eventCache), (void*)L_6); } IL_002e_1: { goto IL_003a; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003a: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____eventCache; il2cpp_codegen_memory_barrier(); Type_t* L_8 = ___0_type; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_7, L_8); V_0 = ((EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)Castclass((RuntimeObject*)L_9, EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var)); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_10 = V_0; if (!L_10) { goto IL_0052; } } { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_11 = V_0; return L_11; } IL_0052: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_12 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_1 = L_12; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0151: { { bool L_13 = V_2; if (!L_13) { goto IL_015a; } } { RuntimeObject* L_14 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_14, NULL); } IL_015a: { return; } } }); try { { RuntimeObject* L_15 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_15, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_16 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____eventCache; il2cpp_codegen_memory_barrier(); Type_t* L_17 = ___0_type; NullCheck(L_16); RuntimeObject* L_18; L_18 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_16, L_17); V_0 = ((EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)Castclass((RuntimeObject*)L_18, EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var)); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_19 = V_0; if (L_19) { goto IL_014f_1; } } { V_3 = ((int32_t)22); Type_t* L_20 = ___0_type; int32_t L_21 = V_3; NullCheck(L_20); EventInfoU5BU5D_t15CC441197507A7E14B3F62A53BB711E7E0E6110* L_22; L_22 = VirtualFuncInvoker1< EventInfoU5BU5D_t15CC441197507A7E14B3F62A53BB711E7E0E6110*, int32_t >::Invoke(85, L_20, L_21); V_4 = L_22; EventInfoU5BU5D_t15CC441197507A7E14B3F62A53BB711E7E0E6110* L_23 = V_4; NullCheck(L_23); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_24 = (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)SZArrayNew(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))); V_0 = L_24; V_5 = 0; V_6 = 0; goto IL_0117_1; } IL_0099_1: { EventInfoU5BU5D_t15CC441197507A7E14B3F62A53BB711E7E0E6110* L_25 = V_4; int32_t L_26 = V_6; NullCheck(L_25); int32_t L_27 = L_26; EventInfo_t* L_28 = (L_25)->GetAt(static_cast(L_27)); V_7 = L_28; EventInfo_t* L_29 = V_7; NullCheck(L_29); Type_t* L_30; L_30 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_29); NullCheck(L_30); bool L_31; L_31 = Type_get_IsPublic_m71FA078BA19CA4F6073433CAA836718A0E2F2DE4(L_30, NULL); if (L_31) { goto IL_00de_1; } } { EventInfo_t* L_32 = V_7; NullCheck(L_32); Type_t* L_33; L_33 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_32); NullCheck(L_33); bool L_34; L_34 = Type_get_IsNestedPublic_mE2D54A3967EB503A1694CCF1E2AFD7489CA6E9B2(L_33, NULL); if (L_34) { goto IL_00de_1; } } { EventInfo_t* L_35 = V_7; NullCheck(L_35); Type_t* L_36; L_36 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_35); NullCheck(L_36); Assembly_t* L_37; L_37 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27, L_36); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_38 = { reinterpret_cast (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_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); NullCheck(L_39); Assembly_t* L_40; L_40 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27, L_39); bool L_41; L_41 = Assembly_op_Equality_m1E2666F9D0537F02AB32F14B4458C98C4851CEAB(L_37, L_40, NULL); if (L_41) { goto IL_0111_1; } } IL_00de_1: { EventInfo_t* L_42 = V_7; NullCheck(L_42); MethodInfo_t* L_43; L_43 = EventInfo_GetAddMethod_m28FC2545E48A7B141AB8CC9E8F246FED3CC3674F(L_42, NULL); EventInfo_t* L_44 = V_7; NullCheck(L_44); MethodInfo_t* L_45; L_45 = EventInfo_GetRemoveMethod_mF94239A616B111694AFA426EE9B1E4D8D18ACBB4(L_44, NULL); V_8 = L_45; bool L_46; L_46 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_43, (MethodInfo_t*)NULL, NULL); if (!L_46) { goto IL_0111_1; } } { MethodInfo_t* L_47 = V_8; bool L_48; L_48 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_47, (MethodInfo_t*)NULL, NULL); if (!L_48) { goto IL_0111_1; } } { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_49 = V_0; int32_t L_50 = V_5; int32_t L_51 = L_50; V_5 = ((int32_t)il2cpp_codegen_add(L_51, 1)); Type_t* L_52 = ___0_type; EventInfo_t* L_53 = V_7; ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* L_54 = (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873*)il2cpp_codegen_object_new(ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873_il2cpp_TypeInfo_var); ReflectEventDescriptor__ctor_m04E8153158BBF942FB21817105894166742FD7F4(L_54, L_52, L_53, NULL); NullCheck(L_49); ArrayElementTypeCheck (L_49, L_54); (L_49)->SetAt(static_cast(L_51), (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)L_54); } IL_0111_1: { int32_t L_55 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_55, 1)); } IL_0117_1: { int32_t L_56 = V_6; EventInfoU5BU5D_t15CC441197507A7E14B3F62A53BB711E7E0E6110* L_57 = V_4; NullCheck(L_57); if ((((int32_t)L_56) < ((int32_t)((int32_t)(((RuntimeArray*)L_57)->max_length))))) { goto IL_0099_1; } } { int32_t L_58 = V_5; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_59 = V_0; NullCheck(L_59); if ((((int32_t)L_58) == ((int32_t)((int32_t)(((RuntimeArray*)L_59)->max_length))))) { goto IL_0141_1; } } { int32_t L_60 = V_5; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_61 = (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)SZArrayNew(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var, (uint32_t)L_60); V_9 = L_61; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_62 = V_0; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_63 = V_9; int32_t L_64 = V_5; Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_62, 0, (RuntimeArray*)L_63, 0, L_64, NULL); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_65 = V_9; V_0 = L_65; } IL_0141_1: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_66 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____eventCache; il2cpp_codegen_memory_barrier(); Type_t* L_67 = ___0_type; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_68 = V_0; NullCheck(L_66); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_66, L_67, (RuntimeObject*)L_68); } IL_014f_1: { goto IL_015b; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_015b: { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_69 = V_0; return L_69; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ReflectTypeDescriptionProvider_ReflectGetExtendedProperties_mF66A57B5DC689142EFAB8F59A8AAAEA04A1A2685 (RuntimeObject* ___0_provider, 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*)&DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_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*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_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_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_1 = NULL; Type_t* V_2 = NULL; ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745* V_3 = NULL; RuntimeObject* V_4 = NULL; bool V_5 = false; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_6 = NULL; RuntimeObject* V_7 = NULL; ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* V_8 = NULL; Type_t* V_9 = NULL; MethodInfo_t* V_10 = NULL; MethodInfo_t* V_11 = NULL; RuntimeObject* V_12 = NULL; int32_t V_13 = 0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_14 = NULL; RuntimeObject* V_15 = NULL; ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* V_16 = NULL; { RuntimeObject* L_0 = ___0_provider; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = TypeDescriptor_GetCache_m8BFBAC142FE1E2389677C8BC10B1789A3D7619C7(L_0, NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0025; } } { RuntimeObject* L_3 = V_0; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Guid_t L_4 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extenderProviderPropertiesKey; Guid_t L_5 = L_4; RuntimeObject* L_6 = Box(Guid_t_il2cpp_TypeInfo_var, &L_5); NullCheck(L_3); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_3, L_6); V_1 = ((PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)IsInst((RuntimeObject*)L_7, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var)); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_8 = V_1; if (!L_8) { goto IL_0025; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_9 = V_1; return L_9; } IL_0025: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_10 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extendedPropertyCache; il2cpp_codegen_memory_barrier(); if (L_10) { goto IL_0064; } } { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_11 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_4 = L_11; V_5 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0058: { { bool L_12 = V_5; if (!L_12) { goto IL_0063; } } { RuntimeObject* L_13 = V_4; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_13, NULL); } IL_0063: { return; } } }); try { { RuntimeObject* L_14 = V_4; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_14, (&V_5), NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_15 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extendedPropertyCache; il2cpp_codegen_memory_barrier(); if (L_15) { goto IL_0056_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_16 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_16, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extendedPropertyCache = L_16; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extendedPropertyCache), (void*)L_16); } IL_0056_1: { goto IL_0064; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0064: { RuntimeObject* L_17 = ___0_provider; NullCheck(L_17); Type_t* L_18; L_18 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_17, NULL); V_2 = L_18; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_19 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extendedPropertyCache; il2cpp_codegen_memory_barrier(); Type_t* L_20 = V_2; NullCheck(L_19); RuntimeObject* L_21; L_21 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_19, L_20); V_3 = ((ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745*)Castclass((RuntimeObject*)L_21, ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745_il2cpp_TypeInfo_var)); ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745* L_22 = V_3; if (L_22) { goto IL_020c; } } { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_23 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_4 = L_23; V_5 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0200: { { bool L_24 = V_5; if (!L_24) { goto IL_020b; } } { RuntimeObject* L_25 = V_4; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_25, NULL); } IL_020b: { return; } } }); try { { RuntimeObject* L_26 = V_4; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_26, (&V_5), NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_27 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extendedPropertyCache; il2cpp_codegen_memory_barrier(); Type_t* L_28 = V_2; NullCheck(L_27); RuntimeObject* L_29; L_29 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_27, L_28); V_3 = ((ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745*)Castclass((RuntimeObject*)L_29, ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745_il2cpp_TypeInfo_var)); ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745* L_30 = V_3; if (L_30) { goto IL_01fe_1; } } { Type_t* L_31 = V_2; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_32; L_32 = TypeDescriptor_GetAttributes_mEB5BB80A1C07740F8C7C432FDE38C5F37D846755(L_31, NULL); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_33 = L_32; NullCheck(L_33); int32_t L_34; L_34 = AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02(L_33, NULL); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_35 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); ArrayList__ctor_m4637812384C075439BB17EEC1C2DF802BD41EBD0(L_35, L_34, NULL); V_6 = L_35; NullCheck(L_33); RuntimeObject* L_36; L_36 = AttributeCollection_GetEnumerator_m1464C016A16216F1F87A46940CF97B742AA032C6(L_33, NULL); V_7 = L_36; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_01c5_1: { { RuntimeObject* L_37 = V_7; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_38 = V_12; if (!L_38) { goto IL_01d9_1; } } { RuntimeObject* L_39 = V_12; NullCheck(L_39); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_39); } IL_01d9_1: { return; } } }); try { { goto IL_01b7_2; } IL_00cf_2: { RuntimeObject* L_40 = V_7; NullCheck(L_40); RuntimeObject* L_41; L_41 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_40); V_8 = ((ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510*)IsInstSealed((RuntimeObject*)((Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)CastclassClass((RuntimeObject*)L_41, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var)), ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510_il2cpp_TypeInfo_var)); ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* L_42 = V_8; if (!L_42) { goto IL_01b7_2; } } { ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* L_43 = V_8; NullCheck(L_43); String_t* L_44; L_44 = ProvidePropertyAttribute_get_ReceiverTypeName_mF6644451192D22A1C6E21A65A32DBCFA7E2BA8A3_inline(L_43, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Type_t* L_45; L_45 = ReflectTypeDescriptionProvider_GetTypeFromName_m0D53DCC31F4FD899DCA9002734EB5A208FB5B141(L_44, NULL); V_9 = L_45; Type_t* L_46 = V_9; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_47; L_47 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_46, (Type_t*)NULL, NULL); if (!L_47) { goto IL_01b7_2; } } { Type_t* L_48 = V_2; ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* L_49 = V_8; NullCheck(L_49); String_t* L_50; L_50 = ProvidePropertyAttribute_get_PropertyName_mFAC4603BB6C516195D2A449FCD3E451B6509763C_inline(L_49, NULL); String_t* L_51; L_51 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26, L_50, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_52 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_53 = L_52; Type_t* L_54 = V_9; NullCheck(L_53); ArrayElementTypeCheck (L_53, L_54); (L_53)->SetAt(static_cast(0), (Type_t*)L_54); NullCheck(L_48); MethodInfo_t* L_55; L_55 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_48, L_51, L_53, NULL); V_10 = L_55; MethodInfo_t* L_56 = V_10; bool L_57; L_57 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_56, (MethodInfo_t*)NULL, NULL); if (!L_57) { goto IL_01b7_2; } } { MethodInfo_t* L_58 = V_10; NullCheck(L_58); bool L_59; L_59 = MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E(L_58, NULL); if (L_59) { goto IL_01b7_2; } } { MethodInfo_t* L_60 = V_10; NullCheck(L_60); bool L_61; L_61 = MethodBase_get_IsPublic_m471B6CEE0FF2B45843C1F314B624FC7968199AB4(L_60, NULL); if (!L_61) { goto IL_01b7_2; } } { Type_t* L_62 = V_2; ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* L_63 = V_8; NullCheck(L_63); String_t* L_64; L_64 = ProvidePropertyAttribute_get_PropertyName_mFAC4603BB6C516195D2A449FCD3E451B6509763C_inline(L_63, NULL); String_t* L_65; L_65 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3, L_64, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_66 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_67 = L_66; Type_t* L_68 = V_9; NullCheck(L_67); ArrayElementTypeCheck (L_67, L_68); (L_67)->SetAt(static_cast(0), (Type_t*)L_68); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_69 = L_67; MethodInfo_t* L_70 = V_10; NullCheck(L_70); Type_t* L_71; L_71 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_70); NullCheck(L_69); ArrayElementTypeCheck (L_69, L_71); (L_69)->SetAt(static_cast(1), (Type_t*)L_71); NullCheck(L_62); MethodInfo_t* L_72; L_72 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_62, L_65, L_69, NULL); V_11 = L_72; MethodInfo_t* L_73 = V_11; bool L_74; L_74 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_73, (MethodInfo_t*)NULL, NULL); if (!L_74) { goto IL_0194_2; } } { MethodInfo_t* L_75 = V_11; NullCheck(L_75); bool L_76; L_76 = MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E(L_75, NULL); if (L_76) { goto IL_0191_2; } } { MethodInfo_t* L_77 = V_11; NullCheck(L_77); bool L_78; L_78 = MethodBase_get_IsPublic_m471B6CEE0FF2B45843C1F314B624FC7968199AB4(L_77, NULL); if (L_78) { goto IL_0194_2; } } IL_0191_2: { V_11 = (MethodInfo_t*)NULL; } IL_0194_2: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_79 = V_6; Type_t* L_80 = V_2; ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* L_81 = V_8; NullCheck(L_81); String_t* L_82; L_82 = ProvidePropertyAttribute_get_PropertyName_mFAC4603BB6C516195D2A449FCD3E451B6509763C_inline(L_81, NULL); MethodInfo_t* L_83 = V_10; NullCheck(L_83); Type_t* L_84; L_84 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_83); Type_t* L_85 = V_9; MethodInfo_t* L_86 = V_10; MethodInfo_t* L_87 = V_11; ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_88 = (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838*)il2cpp_codegen_object_new(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); ReflectPropertyDescriptor__ctor_m76D7835946FE6509151357F03A851EA424E9EC0C(L_88, L_80, L_82, L_84, L_85, L_86, L_87, (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL, NULL); NullCheck(L_79); int32_t L_89; L_89 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29, L_79, L_88); } IL_01b7_2: { RuntimeObject* L_90 = V_7; NullCheck(L_90); bool L_91; L_91 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_90); if (L_91) { goto IL_00cf_2; } } { goto IL_01da_1; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_01da_1: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_92 = V_6; NullCheck(L_92); int32_t L_93; L_93 = VirtualFuncInvoker0< int32_t >::Invoke(22, L_92); ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745* L_94 = (ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745*)(ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745*)SZArrayNew(ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745_il2cpp_TypeInfo_var, (uint32_t)L_93); V_3 = L_94; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_95 = V_6; ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745* L_96 = V_3; NullCheck(L_95); VirtualActionInvoker2< RuntimeArray*, int32_t >::Invoke(35, L_95, (RuntimeArray*)L_96, 0); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_97 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extendedPropertyCache; il2cpp_codegen_memory_barrier(); Type_t* L_98 = V_2; ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745* L_99 = V_3; NullCheck(L_97); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_97, L_98, (RuntimeObject*)L_99); } IL_01fe_1: { goto IL_020c; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_020c: { ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745* L_100 = V_3; NullCheck(L_100); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_101 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_100)->max_length))); V_1 = L_101; V_13 = 0; goto IL_0262; } IL_021a: { V_14 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL; RuntimeObject* L_102 = ___0_provider; V_15 = ((RuntimeObject*)IsInst((RuntimeObject*)L_102, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)); RuntimeObject* L_103 = V_15; if (!L_103) { goto IL_0232; } } { RuntimeObject* L_104 = V_15; NullCheck(L_104); RuntimeObject* L_105; L_105 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_104); if (L_105) { goto IL_0242; } } IL_0232: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_106 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)1); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_107 = L_106; il2cpp_codegen_runtime_class_init_inline(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var); DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586* L_108 = ((DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t5B09C0689F3ABA80441A516043441FA7EA2AA586_il2cpp_TypeInfo_var))->___Yes; NullCheck(L_107); ArrayElementTypeCheck (L_107, L_108); (L_107)->SetAt(static_cast(0), (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)L_108); V_14 = L_107; } IL_0242: { ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745* L_109 = V_3; int32_t L_110 = V_13; NullCheck(L_109); int32_t L_111 = L_110; ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_112 = (L_109)->GetAt(static_cast(L_111)); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_113 = L_112; NullCheck(L_113); Type_t* L_114; L_114 = ReflectPropertyDescriptor_ExtenderGetReceiverType_m580D2C2F9D1F241A4DE8EDAF7D53035286A62021_inline(L_113, NULL); RuntimeObject* L_115 = ___0_provider; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_116 = V_14; ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* L_117 = (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D*)il2cpp_codegen_object_new(ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D_il2cpp_TypeInfo_var); ExtendedPropertyDescriptor__ctor_mA218D4B493529AC65120AD6A4673E7950F653393(L_117, L_113, L_114, L_115, L_116, NULL); V_16 = L_117; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_118 = V_1; int32_t L_119 = V_13; ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* L_120 = V_16; NullCheck(L_118); ArrayElementTypeCheck (L_118, L_120); (L_118)->SetAt(static_cast(L_119), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)L_120); int32_t L_121 = V_13; V_13 = ((int32_t)il2cpp_codegen_add(L_121, 1)); } IL_0262: { int32_t L_122 = V_13; ReflectPropertyDescriptorU5BU5D_tE0082CCD6BB8928FC136BF40CAC5E6A173801745* L_123 = V_3; NullCheck(L_123); if ((((int32_t)L_122) < ((int32_t)((int32_t)(((RuntimeArray*)L_123)->max_length))))) { goto IL_021a; } } { RuntimeObject* L_124 = V_0; if (!L_124) { goto IL_027d; } } { RuntimeObject* L_125 = V_0; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Guid_t L_126 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extenderProviderPropertiesKey; Guid_t L_127 = L_126; RuntimeObject* L_128 = Box(Guid_t_il2cpp_TypeInfo_var, &L_127); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_129 = V_1; NullCheck(L_125); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_125, L_128, (RuntimeObject*)L_129); } IL_027d: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_130 = V_1; return L_130; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ReflectTypeDescriptionProvider_ReflectGetProperties_mC7B86D7AE5DEE22E86B92A7B0018F2FA82A1FAC0 (Type_t* ___0_type, 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*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; PropertyInfo_t* V_7 = NULL; MethodInfo_t* V_8 = NULL; MethodInfo_t* V_9 = NULL; String_t* V_10 = NULL; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_11 = NULL; { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____propertyCache; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_003a; } } { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_1 = L_1; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0030: { { bool L_2 = V_2; if (!L_2) { goto IL_0039; } } { RuntimeObject* L_3 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL); } IL_0039: { return; } } }); try { { RuntimeObject* L_4 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____propertyCache; il2cpp_codegen_memory_barrier(); if (L_5) { goto IL_002e_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_6, NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____propertyCache = L_6; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____propertyCache), (void*)L_6); } IL_002e_1: { goto IL_003a; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003a: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____propertyCache; il2cpp_codegen_memory_barrier(); Type_t* L_8 = ___0_type; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_7, L_8); V_0 = ((PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)Castclass((RuntimeObject*)L_9, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var)); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_10 = V_0; if (!L_10) { goto IL_0052; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_11 = V_0; return L_11; } IL_0052: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_12 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject; V_1 = L_12; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_012b: { { bool L_13 = V_2; if (!L_13) { goto IL_0134; } } { RuntimeObject* L_14 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_14, NULL); } IL_0134: { return; } } }); try { { RuntimeObject* L_15 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_15, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_16 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____propertyCache; il2cpp_codegen_memory_barrier(); Type_t* L_17 = ___0_type; NullCheck(L_16); RuntimeObject* L_18; L_18 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_16, L_17); V_0 = ((PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)Castclass((RuntimeObject*)L_18, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var)); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_19 = V_0; if (L_19) { goto IL_0129_1; } } { V_3 = ((int32_t)22); Type_t* L_20 = ___0_type; int32_t L_21 = V_3; NullCheck(L_20); PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* L_22; L_22 = VirtualFuncInvoker1< PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7*, int32_t >::Invoke(112, L_20, L_21); V_4 = L_22; PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* L_23 = V_4; NullCheck(L_23); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_24 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))); V_0 = L_24; V_5 = 0; V_6 = 0; goto IL_00f4_1; } IL_0099_1: { PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* L_25 = V_4; int32_t L_26 = V_6; NullCheck(L_25); int32_t L_27 = L_26; PropertyInfo_t* L_28 = (L_25)->GetAt(static_cast(L_27)); V_7 = L_28; PropertyInfo_t* L_29 = V_7; NullCheck(L_29); ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_30; L_30 = VirtualFuncInvoker0< ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* >::Invoke(17, L_29); NullCheck(L_30); if ((((RuntimeArray*)L_30)->max_length)) { goto IL_00ee_1; } } { PropertyInfo_t* L_31 = V_7; NullCheck(L_31); MethodInfo_t* L_32; L_32 = PropertyInfo_GetGetMethod_mE0D6C0811D404DD977B53E68C0D36BA8CB889F74(L_31, NULL); V_8 = L_32; PropertyInfo_t* L_33 = V_7; NullCheck(L_33); MethodInfo_t* L_34; L_34 = PropertyInfo_GetSetMethod_mA16842ADAD11B6F70F4EDCA2805C999E378C4C8B(L_33, NULL); V_9 = L_34; PropertyInfo_t* L_35 = V_7; NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_35); V_10 = L_36; MethodInfo_t* L_37 = V_8; bool L_38; L_38 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_37, (MethodInfo_t*)NULL, NULL); if (!L_38) { goto IL_00ee_1; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_39 = V_0; int32_t L_40 = V_5; int32_t L_41 = L_40; V_5 = ((int32_t)il2cpp_codegen_add(L_41, 1)); Type_t* L_42 = ___0_type; String_t* L_43 = V_10; PropertyInfo_t* L_44 = V_7; NullCheck(L_44); Type_t* L_45; L_45 = VirtualFuncInvoker0< Type_t* >::Invoke(16, L_44); PropertyInfo_t* L_46 = V_7; MethodInfo_t* L_47 = V_8; MethodInfo_t* L_48 = V_9; ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_49 = (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838*)il2cpp_codegen_object_new(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); ReflectPropertyDescriptor__ctor_mE7DE3B30FB41EBBEB7AC919A18AB1E79F570B25A(L_49, L_42, L_43, L_45, L_46, L_47, L_48, (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL, NULL); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_49); (L_39)->SetAt(static_cast(L_41), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)L_49); } IL_00ee_1: { int32_t L_50 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_50, 1)); } IL_00f4_1: { int32_t L_51 = V_6; PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* L_52 = V_4; NullCheck(L_52); if ((((int32_t)L_51) < ((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length))))) { goto IL_0099_1; } } { int32_t L_53 = V_5; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_54 = V_0; NullCheck(L_54); if ((((int32_t)L_53) == ((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length))))) { goto IL_011b_1; } } { int32_t L_55 = V_5; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_56 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_55); V_11 = L_56; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_57 = V_0; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_58 = V_11; int32_t L_59 = V_5; Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_57, 0, (RuntimeArray*)L_58, 0, L_59, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_60 = V_11; V_0 = L_60; } IL_011b_1: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_61 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____propertyCache; il2cpp_codegen_memory_barrier(); Type_t* L_62 = ___0_type; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_63 = V_0; NullCheck(L_61); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_61, L_62, (RuntimeObject*)L_63); } IL_0129_1: { goto IL_0135; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0135: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_64 = V_0; return L_64; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider_Refresh_m2E5B6CEEA9ED33154509B1DE82E5BF4E5814CAF0 (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, Type_t* ___0_type, const RuntimeMethod* method) { ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* V_0 = NULL; { Type_t* L_0 = ___0_type; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAB0CA0760FE347023B0CB43F64B800C0E4CF2064(__this, L_0, (bool)0, NULL); V_0 = L_1; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_2 = V_0; if (!L_2) { goto IL_0012; } } { ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_3 = V_0; NullCheck(L_3); ReflectedTypeData_Refresh_m5A18415C807E341603C1A069AA7A3EB76258CAAD(L_3, NULL); } IL_0012: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_SearchIntrinsicTable_mC5038766F733E08E5E1F244EEDAD4CA524FF93FC (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___0_table, Type_t* ___1_callingType, 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*)&DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_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*)&Nullable_1_tCC12E6AC31BF7E862A033EBEFF48D5000D6291E6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_SearchIntrinsicTable_mC5038766F733E08E5E1F244EEDAD4CA524FF93FC_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*)&String_t_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); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_1 = NULL; bool V_2 = false; Type_t* V_3 = NULL; Type_t* V_4 = NULL; String_t* V_5 = NULL; RuntimeObject* V_6 = NULL; DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB V_7; memset((&V_7), 0, sizeof(V_7)); Type_t* V_8 = NULL; String_t* V_9 = NULL; RuntimeObject* V_10 = NULL; { V_0 = NULL; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ___0_table; V_1 = L_0; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0184: { { bool L_1 = V_2; if (!L_1) { goto IL_018d; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_018d: { return; } } }); try { { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL); Type_t* L_4 = ___1_callingType; V_3 = L_4; goto IL_0043_1; } IL_0012_1: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = ___0_table; Type_t* L_6 = V_3; NullCheck(L_5); RuntimeObject* L_7; L_7 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_5, L_6); V_0 = L_7; RuntimeObject* L_8 = V_0; V_5 = ((String_t*)IsInstSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)); String_t* L_9 = V_5; if (!L_9) { goto IL_0039_1; } } { String_t* L_10 = V_5; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_11; L_11 = il2cpp_codegen_get_type(L_10, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, ReflectTypeDescriptionProvider_SearchIntrinsicTable_mC5038766F733E08E5E1F244EEDAD4CA524FF93FC_RuntimeMethod_var); V_0 = L_11; RuntimeObject* L_12 = V_0; if (!L_12) { goto IL_0039_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_13 = ___0_table; Type_t* L_14 = V_3; RuntimeObject* L_15 = V_0; NullCheck(L_13); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_13, L_14, L_15); } IL_0039_1: { RuntimeObject* L_16 = V_0; if (L_16) { goto IL_005e_1; } } { Type_t* L_17 = V_3; NullCheck(L_17); Type_t* L_18; L_18 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_17); V_3 = L_18; } IL_0043_1: { Type_t* L_19 = V_3; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_19, (Type_t*)NULL, NULL); if (!L_20) { goto IL_005e_1; } } { Type_t* L_21 = V_3; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_22 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_23; L_23 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_22, NULL); bool L_24; L_24 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_21, L_23, NULL); if (L_24) { goto IL_0012_1; } } IL_005e_1: { RuntimeObject* L_25 = V_0; if (L_25) { goto IL_00f3_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_26 = ___0_table; NullCheck(L_26); RuntimeObject* L_27; L_27 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31, L_26); V_6 = L_27; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00de_1: { { RuntimeObject* L_28 = V_6; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_28, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_29 = V_10; if (!L_29) { goto IL_00f2_1; } } { RuntimeObject* L_30 = V_10; NullCheck(L_30); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_30); } IL_00f2_1: { return; } } }); try { { goto IL_00d3_2; } IL_006e_2: { RuntimeObject* L_31 = V_6; NullCheck(L_31); RuntimeObject* L_32; L_32 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_31); V_7 = ((*(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)((DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)UnBox(L_32, DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var)))); RuntimeObject* L_33; L_33 = DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline((&V_7), NULL); V_8 = ((Type_t*)IsInstClass((RuntimeObject*)L_33, Type_t_il2cpp_TypeInfo_var)); Type_t* L_34 = V_8; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_35; L_35 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_34, (Type_t*)NULL, NULL); if (!L_35) { goto IL_00d3_2; } } { Type_t* L_36 = V_8; NullCheck(L_36); bool L_37; L_37 = Type_get_IsInterface_m484A7D9321E72758EABE7F36AE266EB0905957EC(L_36, NULL); if (!L_37) { goto IL_00d3_2; } } { Type_t* L_38 = V_8; Type_t* L_39 = ___1_callingType; NullCheck(L_38); bool L_40; L_40 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_38, L_39); if (!L_40) { goto IL_00d3_2; } } { RuntimeObject* L_41; L_41 = DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline((&V_7), NULL); V_0 = L_41; RuntimeObject* L_42 = V_0; V_9 = ((String_t*)IsInstSealed((RuntimeObject*)L_42, String_t_il2cpp_TypeInfo_var)); String_t* L_43 = V_9; if (!L_43) { goto IL_00ce_2; } } { String_t* L_44 = V_9; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_45; L_45 = il2cpp_codegen_get_type(L_44, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, ReflectTypeDescriptionProvider_SearchIntrinsicTable_mC5038766F733E08E5E1F244EEDAD4CA524FF93FC_RuntimeMethod_var); V_0 = L_45; RuntimeObject* L_46 = V_0; if (!L_46) { goto IL_00ce_2; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_47 = ___0_table; Type_t* L_48 = ___1_callingType; RuntimeObject* L_49 = V_0; NullCheck(L_47); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_47, L_48, L_49); } IL_00ce_2: { RuntimeObject* L_50 = V_0; if (!L_50) { goto IL_00d3_2; } } { goto IL_00f3_1; } IL_00d3_2: { RuntimeObject* L_51 = V_6; NullCheck(L_51); bool L_52; L_52 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_51); if (L_52) { goto IL_006e_2; } } { goto IL_00f3_1; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00f3_1: { RuntimeObject* L_53 = V_0; if (L_53) { goto IL_0137_1; } } { Type_t* L_54 = ___1_callingType; NullCheck(L_54); bool L_55; L_55 = VirtualFuncInvoker0< bool >::Invoke(40, L_54); if (!L_55) { goto IL_0123_1; } } { Type_t* L_56 = ___1_callingType; NullCheck(L_56); Type_t* L_57; L_57 = VirtualFuncInvoker0< Type_t* >::Invoke(48, L_56); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_58 = { reinterpret_cast (Nullable_1_tCC12E6AC31BF7E862A033EBEFF48D5000D6291E6_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_59; L_59 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_58, NULL); bool L_60; L_60 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_57, L_59, NULL); if (!L_60) { goto IL_0123_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_61 = ___0_table; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_62 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____intrinsicNullableKey; NullCheck(L_61); RuntimeObject* L_63; L_63 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_61, L_62); V_0 = L_63; goto IL_0137_1; } IL_0123_1: { Type_t* L_64 = ___1_callingType; NullCheck(L_64); bool L_65; L_65 = Type_get_IsInterface_m484A7D9321E72758EABE7F36AE266EB0905957EC(L_64, NULL); if (!L_65) { goto IL_0137_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_66 = ___0_table; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_67 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____intrinsicReferenceKey; NullCheck(L_66); RuntimeObject* L_68; L_68 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_66, L_67); V_0 = L_68; } IL_0137_1: { RuntimeObject* L_69 = V_0; if (L_69) { goto IL_014b_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_70 = ___0_table; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_71 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_72; L_72 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_71, NULL); NullCheck(L_70); RuntimeObject* L_73; L_73 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_70, L_72); V_0 = L_73; } IL_014b_1: { RuntimeObject* L_74 = V_0; V_4 = ((Type_t*)IsInstClass((RuntimeObject*)L_74, Type_t_il2cpp_TypeInfo_var)); Type_t* L_75 = V_4; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_76; L_76 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_75, (Type_t*)NULL, NULL); if (!L_76) { goto IL_0182_1; } } { Type_t* L_77 = V_4; Type_t* L_78 = ___1_callingType; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_79; L_79 = ReflectTypeDescriptionProvider_CreateInstance_m78AA29229F623A48447A05E46C5E696F9B4FE662(L_77, L_78, NULL); V_0 = L_79; Type_t* L_80 = V_4; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_81 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____typeConstructor; NullCheck(L_80); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_82; L_82 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_80, L_81, NULL); il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); bool L_83; L_83 = ConstructorInfo_op_Equality_m6DD673A9263EE646773396F9D8DEE46FA48FFBF2(L_82, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL); if (!L_83) { goto IL_0182_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_84 = ___0_table; Type_t* L_85 = ___1_callingType; RuntimeObject* L_86 = V_0; NullCheck(L_84); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_84, L_85, L_86); } IL_0182_1: { goto IL_018e; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_018e: { RuntimeObject* L_87 = V_0; return L_87; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider__cctor_m552544AEAE071894E78E724C3A4CA7C31591E650 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComVisibleAttribute_t039A2E3C8496DA11AE47C2AE362DE1EF75F18A94_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GuidAttribute_t516EFBF31FAD1198B3D2F8A3D55EA70E64C6852F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InterfaceTypeAttribute_t91CAC4A757A4E6893D3A21330F4C1FBBAACC0134_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_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* 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); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____typeConstructor = L_1; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____typeConstructor), (void*)L_1); RuntimeObject* L_4 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_4, NULL); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____intrinsicReferenceKey = L_4; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____intrinsicReferenceKey), (void*)L_4); RuntimeObject* L_5 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_5, NULL); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____intrinsicNullableKey = L_5; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____intrinsicNullableKey), (void*)L_5); RuntimeObject* L_6 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_6, NULL); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____dictionaryKey = L_6; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____dictionaryKey), (void*)L_6); Guid_t L_7; L_7 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extenderProviderKey = L_7; Guid_t L_8; L_8 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extenderPropertiesKey = L_8; Guid_t L_9; L_9 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____extenderProviderPropertiesKey = L_9; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_10 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)3); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_11 = L_10; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast (GuidAttribute_t516EFBF31FAD1198B3D2F8A3D55EA70E64C6852F_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); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_14 = L_11; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_15 = { reinterpret_cast (ComVisibleAttribute_t039A2E3C8496DA11AE47C2AE362DE1EF75F18A94_0_0_0_var) }; Type_t* L_16; L_16 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_15, NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(1), (Type_t*)L_16); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_17 = L_14; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_18 = { reinterpret_cast (InterfaceTypeAttribute_t91CAC4A757A4E6893D3A21330F4C1FBBAACC0134_0_0_0_var) }; Type_t* L_19; L_19 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_18, NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(2), (Type_t*)L_19); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____skipInterfaceAttributeList = L_17; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____skipInterfaceAttributeList), (void*)L_17); RuntimeObject* L_20 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_20, NULL); ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject = L_20; Il2CppCodeGenWriteBarrier((void**)(&((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____internalSyncObject), (void*)L_20); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectedTypeData__ctor_m229206DEEAEC214C249B48F72505C12A2C10F233 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); Type_t* L_0 = ___0_type; __this->____type = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____type), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectedTypeData_get_IsPopulated_m207FD7DEB577D25B681C31AE2F2A86D64895C76E (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, const RuntimeMethod* method) { { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0 = __this->____attributes; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_1 = __this->____events; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_2 = __this->____properties; return (bool)((int32_t)(((int32_t)(((!(((RuntimeObject*)(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)|((!(((RuntimeObject*)(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)))|((!(((RuntimeObject*)(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ReflectedTypeData_GetAttributes_m9DA86D05CED373651F0087DC37710615B8ECDE96 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __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*)&AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD_il2cpp_TypeInfo_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*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_0 = NULL; Type_t* V_1 = NULL; int32_t V_2 = 0; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_3 = NULL; OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* V_4 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_5 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_6 = NULL; int32_t V_7 = 0; Type_t* V_8 = NULL; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* V_9 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_10 = NULL; int32_t V_11 = 0; bool V_12 = false; int32_t V_13 = 0; { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0 = __this->____attributes; if (L_0) { goto IL_0196; } } { Type_t* L_1 = __this->____type; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2; L_2 = ReflectTypeDescriptionProvider_ReflectGetAttributes_m000AABB71664F64E110A1275FE39538F857EFCD2(L_1, NULL); V_0 = L_2; Type_t* L_3 = __this->____type; NullCheck(L_3); Type_t* L_4; L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_3); V_1 = L_4; goto IL_0064; } IL_0025: { Type_t* L_5 = V_1; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_6; L_6 = ReflectTypeDescriptionProvider_ReflectGetAttributes_m000AABB71664F64E110A1275FE39538F857EFCD2(L_5, NULL); V_5 = L_6; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_7 = V_0; NullCheck(L_7); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_8 = V_5; NullCheck(L_8); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_9 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_7)->max_length)), ((int32_t)(((RuntimeArray*)L_8)->max_length))))); V_6 = L_9; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_10 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_11 = V_6; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_12 = V_0; NullCheck(L_12); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_10, 0, (RuntimeArray*)L_11, 0, ((int32_t)(((RuntimeArray*)L_12)->max_length)), NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_13 = V_5; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_14 = V_6; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_15 = V_0; NullCheck(L_15); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_16 = V_5; NullCheck(L_16); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_13, 0, (RuntimeArray*)L_14, ((int32_t)(((RuntimeArray*)L_15)->max_length)), ((int32_t)(((RuntimeArray*)L_16)->max_length)), NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_17 = V_6; V_0 = L_17; Type_t* L_18 = V_1; NullCheck(L_18); Type_t* L_19; L_19 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_18); V_1 = L_19; } IL_0064: { Type_t* L_20 = V_1; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_21; L_21 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_20, (Type_t*)NULL, NULL); if (!L_21) { goto IL_007f; } } { Type_t* L_22 = V_1; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_23 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_24; L_24 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_23, NULL); bool L_25; L_25 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_22, L_24, NULL); if (L_25) { goto IL_0025; } } IL_007f: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_26 = V_0; NullCheck(L_26); V_2 = ((int32_t)(((RuntimeArray*)L_26)->max_length)); Type_t* L_27 = __this->____type; NullCheck(L_27); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_28; L_28 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(119, L_27); V_3 = L_28; V_7 = 0; goto IL_00ec; } IL_0094: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_29 = V_3; int32_t L_30 = V_7; NullCheck(L_29); int32_t L_31 = L_30; Type_t* L_32 = (L_29)->GetAt(static_cast(L_31)); V_8 = L_32; Type_t* L_33 = V_8; NullCheck(L_33); int32_t L_34; L_34 = Type_get_Attributes_mFE7C06EAA1F2548E7D322B659ACBFFB9AC7FCE1E(L_33, NULL); if (!((int32_t)((int32_t)L_34&3))) { goto IL_00e6; } } { Type_t* L_35 = V_8; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_36; L_36 = TypeDescriptor_GetAttributes_mEB5BB80A1C07740F8C7C432FDE38C5F37D846755(L_35, NULL); V_9 = L_36; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_37 = V_9; NullCheck(L_37); int32_t L_38; L_38 = AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02(L_37, NULL); if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_00e6; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_39 = V_0; NullCheck(L_39); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_40 = V_9; NullCheck(L_40); int32_t L_41; L_41 = AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02(L_40, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_42 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_39)->max_length)), L_41))); V_10 = L_42; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_43 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_44 = V_10; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_45 = V_0; NullCheck(L_45); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_43, 0, (RuntimeArray*)L_44, 0, ((int32_t)(((RuntimeArray*)L_45)->max_length)), NULL); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_46 = V_9; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_47 = V_10; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_48 = V_0; NullCheck(L_48); NullCheck(L_46); AttributeCollection_CopyTo_m29A1B7F330A44A3ABD7402CF9863089B917AA7F6(L_46, (RuntimeArray*)L_47, ((int32_t)(((RuntimeArray*)L_48)->max_length)), NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_49 = V_10; V_0 = L_49; } IL_00e6: { int32_t L_50 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_50, 1)); } IL_00ec: { int32_t L_51 = V_7; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_52 = V_3; NullCheck(L_52); if ((((int32_t)L_51) < ((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length))))) { goto IL_0094; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_53 = V_0; NullCheck(L_53); OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_54 = (OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD*)il2cpp_codegen_object_new(OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD_il2cpp_TypeInfo_var); OrderedDictionary__ctor_m552AA3E019FF5D93545B5DFFB7B4917C72251600(L_54, ((int32_t)(((RuntimeArray*)L_53)->max_length)), NULL); V_4 = L_54; V_11 = 0; goto IL_0168; } IL_0102: { V_12 = (bool)1; int32_t L_55 = V_11; int32_t L_56 = V_2; if ((((int32_t)L_55) < ((int32_t)L_56))) { goto IL_0138; } } { V_13 = 0; goto IL_012d; } IL_010f: { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_57 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____skipInterfaceAttributeList; int32_t L_58 = V_13; NullCheck(L_57); int32_t L_59 = L_58; Type_t* L_60 = (L_57)->GetAt(static_cast(L_59)); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_61 = V_0; int32_t L_62 = V_11; NullCheck(L_61); int32_t L_63 = L_62; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_64 = (L_61)->GetAt(static_cast(L_63)); NullCheck(L_60); bool L_65; L_65 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(120, L_60, L_64); if (!L_65) { goto IL_0127; } } { V_12 = (bool)0; goto IL_0138; } IL_0127: { int32_t L_66 = V_13; V_13 = ((int32_t)il2cpp_codegen_add(L_66, 1)); } IL_012d: { int32_t L_67 = V_13; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_68 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))->____skipInterfaceAttributeList; NullCheck(L_68); if ((((int32_t)L_67) < ((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length))))) { goto IL_010f; } } IL_0138: { bool L_69 = V_12; if (!L_69) { goto IL_0162; } } { OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_70 = V_4; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_71 = V_0; int32_t L_72 = V_11; NullCheck(L_71); int32_t L_73 = L_72; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_74 = (L_71)->GetAt(static_cast(L_73)); NullCheck(L_74); RuntimeObject* L_75; L_75 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4, L_74); NullCheck(L_70); bool L_76; L_76 = OrderedDictionary_Contains_m63AFE431564000B20908A732633780B192F7F95E(L_70, L_75, NULL); if (L_76) { goto IL_0162; } } { OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_77 = V_4; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_78 = V_0; int32_t L_79 = V_11; NullCheck(L_78); int32_t L_80 = L_79; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_81 = (L_78)->GetAt(static_cast(L_80)); NullCheck(L_81); RuntimeObject* L_82; L_82 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4, L_81); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_83 = V_0; int32_t L_84 = V_11; NullCheck(L_83); int32_t L_85 = L_84; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_86 = (L_83)->GetAt(static_cast(L_85)); NullCheck(L_77); OrderedDictionary_set_Item_m9406B6A94651B7DB301BC383518FC9B37277122E(L_77, L_82, L_86, NULL); } IL_0162: { int32_t L_87 = V_11; V_11 = ((int32_t)il2cpp_codegen_add(L_87, 1)); } IL_0168: { int32_t L_88 = V_11; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_89 = V_0; NullCheck(L_89); if ((((int32_t)L_88) < ((int32_t)((int32_t)(((RuntimeArray*)L_89)->max_length))))) { goto IL_0102; } } { OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_90 = V_4; NullCheck(L_90); int32_t L_91; L_91 = OrderedDictionary_get_Count_m9B55DB3275692CD51DE69FA8200D1998BD258A0A(L_90, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_92 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)L_91); V_0 = L_92; OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_93 = V_4; NullCheck(L_93); RuntimeObject* L_94; L_94 = OrderedDictionary_get_Values_m14CFA04FF0A8DC8B41386192B029EC604AF551BA(L_93, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_95 = V_0; NullCheck(L_94); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_94, (RuntimeArray*)L_95, 0); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_96 = V_0; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_97 = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)il2cpp_codegen_object_new(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313(L_97, L_96, NULL); __this->____attributes = L_97; Il2CppCodeGenWriteBarrier((void**)(&__this->____attributes), (void*)L_97); } IL_0196: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_98 = __this->____attributes; return L_98; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectedTypeData_GetClassName_m72E5A57D941E3B782A6F878119F7E5D29B075DA8 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { Type_t* L_0 = __this->____type; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectedTypeData_GetComponentName_m4A562ECD2BD631095878035C99D87408198B4E53 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, RuntimeObject* ___0_instance, 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*)&INestedSite_t2C9BB46577D656D15E570A3574629D2918FFBFC7_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* L_0 = ___0_instance; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_002c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_2); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_002c; } } { RuntimeObject* L_5 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, INestedSite_t2C9BB46577D656D15E570A3574629D2918FFBFC7_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_2; if (!L_6) { goto IL_0025; } } { RuntimeObject* L_7 = V_2; NullCheck(L_7); String_t* L_8; L_8 = InterfaceFuncInvoker0< String_t* >::Invoke(0, INestedSite_t2C9BB46577D656D15E570A3574629D2918FFBFC7_il2cpp_TypeInfo_var, L_7); return L_8; } IL_0025: { RuntimeObject* L_9 = V_1; NullCheck(L_9); String_t* L_10; L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(3, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_9); return L_10; } IL_002c: { return (String_t*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ReflectedTypeData_GetConverter_mF312E1D0E7D445E6B283AFEC99A9ACB06B103070 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); 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; } TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* V_0 = NULL; TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* V_1 = NULL; Type_t* V_2 = NULL; Type_t* V_3 = NULL; { V_0 = (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3*)NULL; RuntimeObject* L_0 = ___0_instance; if (!L_0) { goto IL_007e; } } { Type_t* L_1 = __this->____type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2; L_2 = TypeDescriptor_GetAttributes_mEB5BB80A1C07740F8C7C432FDE38C5F37D846755(L_1, NULL); 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(11, L_2, L_4); V_0 = ((TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3*)CastclassSealed((RuntimeObject*)L_5, TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = ___0_instance; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_7; L_7 = TypeDescriptor_GetAttributes_m1DAD37A0AC65444B9778B29B1946A615580A4B69(L_6, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_0_0_0_var) }; Type_t* L_9; L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL); NullCheck(L_7); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_10; L_10 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(11, L_7, L_9); V_1 = ((TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3*)CastclassSealed((RuntimeObject*)L_10, TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var)); TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_11 = V_0; TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_12 = V_1; if ((((RuntimeObject*)(TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3*)L_11) == ((RuntimeObject*)(TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3*)L_12))) { goto IL_007e; } } { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_13 = V_1; NullCheck(L_13); String_t* L_14; L_14 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(L_13, NULL); Type_t* L_15; L_15 = ReflectedTypeData_GetTypeFromName_mBCA1346B9711CA1AD377C5C1BCF4589332435DF3(__this, L_14, NULL); V_2 = L_15; Type_t* L_16 = V_2; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_17; L_17 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_16, (Type_t*)NULL, NULL); if (!L_17) { goto IL_007e; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_18 = { reinterpret_cast (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_19; L_19 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_18, NULL); Type_t* L_20 = V_2; NullCheck(L_19); bool L_21; L_21 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_19, L_20); if (!L_21) { goto IL_007e; } } { Type_t* L_22 = V_2; Type_t* L_23 = __this->____type; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_24; L_24 = ReflectTypeDescriptionProvider_CreateInstance_m78AA29229F623A48447A05E46C5E696F9B4FE662(L_22, L_23, NULL); return ((TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)CastclassClass((RuntimeObject*)L_24, TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var)); } IL_007e: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_25 = __this->____converter; if (L_25) { goto IL_0111; } } { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_26 = V_0; if (L_26) { goto IL_00ac; } } { Type_t* L_27 = __this->____type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_28; L_28 = TypeDescriptor_GetAttributes_mEB5BB80A1C07740F8C7C432FDE38C5F37D846755(L_27, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_29 = { reinterpret_cast (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_30; L_30 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_29, NULL); NullCheck(L_28); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_31; L_31 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(11, L_28, L_30); V_0 = ((TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3*)CastclassSealed((RuntimeObject*)L_31, TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var)); } IL_00ac: { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_32 = V_0; if (!L_32) { goto IL_00ee; } } { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_33 = V_0; NullCheck(L_33); String_t* L_34; L_34 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(L_33, NULL); Type_t* L_35; L_35 = ReflectedTypeData_GetTypeFromName_mBCA1346B9711CA1AD377C5C1BCF4589332435DF3(__this, L_34, NULL); V_3 = L_35; Type_t* L_36 = V_3; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_37; L_37 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_36, (Type_t*)NULL, NULL); if (!L_37) { goto IL_00ee; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_38 = { reinterpret_cast (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_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); Type_t* L_40 = V_3; NullCheck(L_39); bool L_41; L_41 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_39, L_40); if (!L_41) { goto IL_00ee; } } { Type_t* L_42 = V_3; Type_t* L_43 = __this->____type; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_44; L_44 = ReflectTypeDescriptionProvider_CreateInstance_m78AA29229F623A48447A05E46C5E696F9B4FE662(L_42, L_43, NULL); __this->____converter = ((TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)CastclassClass((RuntimeObject*)L_44, TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->____converter), (void*)((TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)CastclassClass((RuntimeObject*)L_44, TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var))); } IL_00ee: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_45 = __this->____converter; if (L_45) { goto IL_0111; } } { il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_46; L_46 = ReflectTypeDescriptionProvider_get_IntrinsicTypeConverters_mB2DB2EAAFC62D512E1A890656304B6920B66DE3E(NULL); Type_t* L_47 = __this->____type; RuntimeObject* L_48; L_48 = ReflectTypeDescriptionProvider_SearchIntrinsicTable_mC5038766F733E08E5E1F244EEDAD4CA524FF93FC(L_46, L_47, NULL); __this->____converter = ((TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)CastclassClass((RuntimeObject*)L_48, TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->____converter), (void*)((TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)CastclassClass((RuntimeObject*)L_48, TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var))); } IL_0111: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_49 = __this->____converter; return L_49; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ReflectedTypeData_GetDefaultEvent_mDA8C1A8F16F8B0B12C40882702F55195D0DAAD61 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_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; DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* V_1 = NULL; { RuntimeObject* L_0 = ___0_instance; if (!L_0) { goto IL_000c; } } { RuntimeObject* L_1 = ___0_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2; L_2 = TypeDescriptor_GetAttributes_m1DAD37A0AC65444B9778B29B1946A615580A4B69(L_1, NULL); V_0 = L_2; goto IL_0018; } IL_000c: { Type_t* L_3 = __this->____type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_4; L_4 = TypeDescriptor_GetAttributes_mEB5BB80A1C07740F8C7C432FDE38C5F37D846755(L_3, NULL); V_0 = L_4; } IL_0018: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_5 = V_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_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(11, L_5, L_7); V_1 = ((DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07*)CastclassSealed((RuntimeObject*)L_8, DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07_il2cpp_TypeInfo_var)); DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* L_9 = V_1; if (!L_9) { goto IL_0065; } } { DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = DefaultEventAttribute_get_Name_m156545E2B0D123DFD61C375B1CB4987F08D65BF3_inline(L_10, NULL); if (!L_11) { goto IL_0065; } } { RuntimeObject* L_12 = ___0_instance; if (!L_12) { goto IL_004e; } } { RuntimeObject* L_13 = ___0_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_14; L_14 = TypeDescriptor_GetEvents_m658D2306CA88DD732B8DF7217DB1165CA113A44A(L_13, NULL); DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* L_15 = V_1; NullCheck(L_15); String_t* L_16; L_16 = DefaultEventAttribute_get_Name_m156545E2B0D123DFD61C375B1CB4987F08D65BF3_inline(L_15, NULL); NullCheck(L_14); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_17; L_17 = VirtualFuncInvoker1< EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*, String_t* >::Invoke(21, L_14, L_16); return L_17; } IL_004e: { Type_t* L_18 = __this->____type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_19; L_19 = TypeDescriptor_GetEvents_m2DE2676248F8C4A877EC3277598D88C2334337EC(L_18, NULL); DefaultEventAttribute_t23BC5D506847DCF13B26036D08C67BE2807EBF07* L_20 = V_1; NullCheck(L_20); String_t* L_21; L_21 = DefaultEventAttribute_get_Name_m156545E2B0D123DFD61C375B1CB4987F08D65BF3_inline(L_20, NULL); NullCheck(L_19); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_22; L_22 = VirtualFuncInvoker1< EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*, String_t* >::Invoke(21, L_19, L_21); return L_22; } IL_0065: { return (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ReflectedTypeData_GetDefaultProperty_mD176FAC3EFFCCBEECC1D4D5555EA2EBEFFB7F958 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_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; DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* V_1 = NULL; { RuntimeObject* L_0 = ___0_instance; if (!L_0) { goto IL_000c; } } { RuntimeObject* L_1 = ___0_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2; L_2 = TypeDescriptor_GetAttributes_m1DAD37A0AC65444B9778B29B1946A615580A4B69(L_1, NULL); V_0 = L_2; goto IL_0018; } IL_000c: { Type_t* L_3 = __this->____type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_4; L_4 = TypeDescriptor_GetAttributes_mEB5BB80A1C07740F8C7C432FDE38C5F37D846755(L_3, NULL); V_0 = L_4; } IL_0018: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_5 = V_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_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(11, L_5, L_7); V_1 = ((DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4*)CastclassSealed((RuntimeObject*)L_8, DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4_il2cpp_TypeInfo_var)); DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* L_9 = V_1; if (!L_9) { goto IL_0065; } } { DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = DefaultPropertyAttribute_get_Name_m1F2C2642F68F489167FB7F2E005CCBDBF9745890_inline(L_10, NULL); if (!L_11) { goto IL_0065; } } { RuntimeObject* L_12 = ___0_instance; if (!L_12) { goto IL_004e; } } { RuntimeObject* L_13 = ___0_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_14; L_14 = TypeDescriptor_GetProperties_mE9D1ED630E2ACFA237833F164A86537978B704A9(L_13, NULL); DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* L_15 = V_1; NullCheck(L_15); String_t* L_16; L_16 = DefaultPropertyAttribute_get_Name_m1F2C2642F68F489167FB7F2E005CCBDBF9745890_inline(L_15, NULL); NullCheck(L_14); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_17; L_17 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, String_t* >::Invoke(32, L_14, L_16); return L_17; } IL_004e: { Type_t* L_18 = __this->____type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_19; L_19 = TypeDescriptor_GetProperties_m05185056FC9F602E70FCECB6D94B049B590D9B1D(L_18, NULL); DefaultPropertyAttribute_tCBEFC8DCB03284FE15DF7553F960543ED06A1FD4* L_20 = V_1; NullCheck(L_20); String_t* L_21; L_21 = DefaultPropertyAttribute_get_Name_m1F2C2642F68F489167FB7F2E005CCBDBF9745890_inline(L_20, NULL); NullCheck(L_19); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_22; L_22 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, String_t* >::Invoke(32, L_19, L_21); return L_22; } IL_0065: { return (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectedTypeData_GetEditor_m1DF76806C1EC6A7D34EAADF240920E702696A7A9 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, RuntimeObject* ___0_instance, Type_t* ___1_editorBaseType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_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_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* V_0 = NULL; RuntimeObject* V_1 = NULL; EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* V_2 = NULL; Type_t* V_3 = NULL; ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; RuntimeObject* V_7 = NULL; Type_t* V_8 = NULL; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_9 = NULL; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_10 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_11 = NULL; int32_t V_12 = 0; int32_t G_B32_0 = 0; { RuntimeObject* L_0 = ___0_instance; if (!L_0) { goto IL_0052; } } { Type_t* L_1 = __this->____type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2; L_2 = TypeDescriptor_GetAttributes_mEB5BB80A1C07740F8C7C432FDE38C5F37D846755(L_1, NULL); Type_t* L_3 = ___1_editorBaseType; EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_4; L_4 = ReflectedTypeData_GetEditorAttribute_m0A54EE6E32F8072662C7D398F43246F0FE126E46(L_2, L_3, NULL); V_0 = L_4; RuntimeObject* L_5 = ___0_instance; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_6; L_6 = TypeDescriptor_GetAttributes_m1DAD37A0AC65444B9778B29B1946A615580A4B69(L_5, NULL); Type_t* L_7 = ___1_editorBaseType; EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_8; L_8 = ReflectedTypeData_GetEditorAttribute_m0A54EE6E32F8072662C7D398F43246F0FE126E46(L_6, L_7, NULL); V_2 = L_8; EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_9 = V_0; EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_10 = V_2; if ((((RuntimeObject*)(EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C*)L_9) == ((RuntimeObject*)(EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C*)L_10))) { goto IL_0052; } } { EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_11 = V_2; NullCheck(L_11); String_t* L_12; L_12 = EditorAttribute_get_EditorTypeName_m587C6D66C4567BC349AC9E2C65FE5E021ED2EB09_inline(L_11, NULL); Type_t* L_13; L_13 = ReflectedTypeData_GetTypeFromName_mBCA1346B9711CA1AD377C5C1BCF4589332435DF3(__this, L_12, NULL); V_3 = L_13; Type_t* L_14 = V_3; 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_0052; } } { Type_t* L_16 = ___1_editorBaseType; Type_t* L_17 = V_3; NullCheck(L_16); bool L_18; L_18 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_16, L_17); if (!L_18) { goto IL_0052; } } { Type_t* L_19 = V_3; Type_t* L_20 = __this->____type; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_21; L_21 = ReflectTypeDescriptionProvider_CreateInstance_m78AA29229F623A48447A05E46C5E696F9B4FE662(L_19, L_20, NULL); return L_21; } IL_0052: { V_4 = __this; V_5 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0099: { { bool L_22 = V_5; if (!L_22) { goto IL_00a4; } } { ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_23 = V_4; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_23, NULL); } IL_00a4: { return; } } }); try { { ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_24 = V_4; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_24, (&V_5), NULL); V_6 = 0; goto IL_008d_1; } IL_0066_1: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_25 = __this->____editorTypes; int32_t L_26 = V_6; NullCheck(L_25); int32_t L_27 = L_26; Type_t* L_28 = (L_25)->GetAt(static_cast(L_27)); Type_t* L_29 = ___1_editorBaseType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_30; L_30 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_28, L_29, NULL); if (!L_30) { goto IL_0087_1; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = __this->____editors; int32_t L_32 = V_6; NullCheck(L_31); int32_t L_33 = L_32; RuntimeObject* L_34 = (L_31)->GetAt(static_cast(L_33)); V_7 = L_34; goto IL_01d9; } IL_0087_1: { int32_t L_35 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_35, 1)); } IL_008d_1: { int32_t L_36 = V_6; int32_t L_37 = __this->____editorCount; if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_0066_1; } } { goto IL_00a5; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a5: { V_1 = NULL; Type_t* L_38 = __this->____type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_39; L_39 = TypeDescriptor_GetAttributes_mEB5BB80A1C07740F8C7C432FDE38C5F37D846755(L_38, NULL); Type_t* L_40 = ___1_editorBaseType; EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_41; L_41 = ReflectedTypeData_GetEditorAttribute_m0A54EE6E32F8072662C7D398F43246F0FE126E46(L_39, L_40, NULL); V_0 = L_41; EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_42 = V_0; if (!L_42) { goto IL_00ec; } } { EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_43 = V_0; NullCheck(L_43); String_t* L_44; L_44 = EditorAttribute_get_EditorTypeName_m587C6D66C4567BC349AC9E2C65FE5E021ED2EB09_inline(L_43, NULL); Type_t* L_45; L_45 = ReflectedTypeData_GetTypeFromName_mBCA1346B9711CA1AD377C5C1BCF4589332435DF3(__this, L_44, NULL); V_8 = L_45; Type_t* L_46 = V_8; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_47; L_47 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_46, (Type_t*)NULL, NULL); if (!L_47) { goto IL_00ec; } } { Type_t* L_48 = ___1_editorBaseType; Type_t* L_49 = V_8; NullCheck(L_48); bool L_50; L_50 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_48, L_49); if (!L_50) { goto IL_00ec; } } { Type_t* L_51 = V_8; Type_t* L_52 = __this->____type; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_53; L_53 = ReflectTypeDescriptionProvider_CreateInstance_m78AA29229F623A48447A05E46C5E696F9B4FE662(L_51, L_52, NULL); V_1 = L_53; } IL_00ec: { RuntimeObject* L_54 = V_1; if (L_54) { goto IL_0117; } } { Type_t* L_55 = ___1_editorBaseType; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_56; L_56 = ReflectTypeDescriptionProvider_GetEditorTable_m31EAA155EED9DC1CC68A9F40F409226B1C052D30(L_55, NULL); V_9 = L_56; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_57 = V_9; if (!L_57) { goto IL_0109; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_58 = V_9; Type_t* L_59 = __this->____type; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); RuntimeObject* L_60; L_60 = ReflectTypeDescriptionProvider_SearchIntrinsicTable_mC5038766F733E08E5E1F244EEDAD4CA524FF93FC(L_58, L_59, NULL); V_1 = L_60; } IL_0109: { RuntimeObject* L_61 = V_1; if (!L_61) { goto IL_0117; } } { Type_t* L_62 = ___1_editorBaseType; RuntimeObject* L_63 = V_1; NullCheck(L_62); bool L_64; L_64 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(120, L_62, L_63); if (L_64) { goto IL_0117; } } { V_1 = NULL; } IL_0117: { RuntimeObject* L_65 = V_1; if (!L_65) { goto IL_01d7; } } { V_4 = __this; V_5 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_01cb: { { bool L_66 = V_5; if (!L_66) { goto IL_01d6; } } { ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_67 = V_4; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_67, NULL); } IL_01d6: { return; } } }); try { { ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* L_68 = V_4; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_68, (&V_5), NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_69 = __this->____editorTypes; if (!L_69) { goto IL_0147_1; } } { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_70 = __this->____editorTypes; NullCheck(L_70); int32_t L_71 = __this->____editorCount; if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_70)->max_length))) == ((uint32_t)L_71)))) { goto IL_01c9_1; } } IL_0147_1: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_72 = __this->____editorTypes; if (!L_72) { goto IL_015b_1; } } { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_73 = __this->____editorTypes; NullCheck(L_73); G_B32_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_73)->max_length)), 2)); goto IL_015c_1; } IL_015b_1: { G_B32_0 = 4; } IL_015c_1: { int32_t L_74 = G_B32_0; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_75 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)L_74); V_10 = L_75; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_76 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)L_74); V_11 = L_76; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_77 = __this->____editorTypes; if (!L_77) { goto IL_018f_1; } } { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_78 = __this->____editorTypes; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_79 = V_10; NullCheck((RuntimeArray*)L_78); Array_CopyTo_mFD42E3443AB3B850ED6F19359698E242A08E1BAB((RuntimeArray*)L_78, (RuntimeArray*)L_79, 0, NULL); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_80 = __this->____editors; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_81 = V_11; NullCheck((RuntimeArray*)L_80); Array_CopyTo_mFD42E3443AB3B850ED6F19359698E242A08E1BAB((RuntimeArray*)L_80, (RuntimeArray*)L_81, 0, NULL); } IL_018f_1: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_82 = V_10; __this->____editorTypes = L_82; Il2CppCodeGenWriteBarrier((void**)(&__this->____editorTypes), (void*)L_82); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_83 = V_11; __this->____editors = L_83; Il2CppCodeGenWriteBarrier((void**)(&__this->____editors), (void*)L_83); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_84 = __this->____editorTypes; int32_t L_85 = __this->____editorCount; Type_t* L_86 = ___1_editorBaseType; NullCheck(L_84); ArrayElementTypeCheck (L_84, L_86); (L_84)->SetAt(static_cast(L_85), (Type_t*)L_86); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_87 = __this->____editors; int32_t L_88 = __this->____editorCount; V_12 = L_88; int32_t L_89 = V_12; __this->____editorCount = ((int32_t)il2cpp_codegen_add(L_89, 1)); int32_t L_90 = V_12; RuntimeObject* L_91 = V_1; NullCheck(L_87); ArrayElementTypeCheck (L_87, L_91); (L_87)->SetAt(static_cast(L_90), (RuntimeObject*)L_91); } IL_01c9_1: { goto IL_01d7; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_01d7: { RuntimeObject* L_92 = V_1; return L_92; } IL_01d9: { RuntimeObject* L_93 = V_7; return L_93; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* ReflectedTypeData_GetEditorAttribute_m0A54EE6E32F8072662C7D398F43246F0FE126E46 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ___0_attributes, Type_t* ___1_editorBaseType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C_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*)&ReflectedTypeData_GetEditorAttribute_m0A54EE6E32F8072662C7D398F43246F0FE126E46_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; } RuntimeObject* V_0 = NULL; EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* V_1 = NULL; Type_t* V_2 = NULL; EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* V_3 = NULL; RuntimeObject* V_4 = NULL; { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0 = ___0_attributes; NullCheck(L_0); RuntimeObject* L_1; L_1 = AttributeCollection_GetEnumerator_m1464C016A16216F1F87A46940CF97B742AA032C6(L_0, NULL); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0049: { { RuntimeObject* L_2 = V_0; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_3 = V_4; if (!L_3) { goto IL_005c; } } { RuntimeObject* L_4 = V_4; NullCheck(L_4); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4); } IL_005c: { return; } } }); try { { goto IL_003f_1; } IL_0009_1: { RuntimeObject* L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_5); V_1 = ((EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C*)IsInstSealed((RuntimeObject*)((Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)CastclassClass((RuntimeObject*)L_6, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var)), EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C_il2cpp_TypeInfo_var)); EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_7 = V_1; if (!L_7) { goto IL_003f_1; } } { EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_8 = V_1; NullCheck(L_8); String_t* L_9; L_9 = EditorAttribute_get_EditorBaseTypeName_m1CF77F3AA9AB5AE9CD3585FE86B24E1DD21B1EB4_inline(L_8, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_10; L_10 = il2cpp_codegen_get_type(L_9, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, ReflectedTypeData_GetEditorAttribute_m0A54EE6E32F8072662C7D398F43246F0FE126E46_RuntimeMethod_var); V_2 = L_10; Type_t* L_11 = V_2; bool L_12; L_12 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_11, (Type_t*)NULL, NULL); if (!L_12) { goto IL_003f_1; } } { Type_t* L_13 = V_2; Type_t* L_14 = ___1_editorBaseType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_13, L_14, NULL); if (!L_15) { goto IL_003f_1; } } { EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_16 = V_1; V_3 = L_16; goto IL_005f; } IL_003f_1: { RuntimeObject* L_17 = V_0; NullCheck(L_17); bool L_18; L_18 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_0009_1; } } { goto IL_005d; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005d: { return (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C*)NULL; } IL_005f: { EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_19 = V_3; return L_19; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* ReflectedTypeData_GetEvents_mD592DF97B702931D63FE8AAA11A28C6CD6196067 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m746149CF8127599A2052DDD872B3CF773F49A0D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m93C1FDC1D26C25CB5EADF9DD64238B192C5C0E12_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mD6DD1FDC87339075B307936EDF3FC77BB1A48084_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m35159952D14EB09921380FEDE4752573219BDCBC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m1C549549F2717536CD3ABDF93F5355A7CC86CD45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_CopyTo_m18C27775D6FBDAB84BF7311794B23AB00877956C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* V_0 = NULL; Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7* V_1 = NULL; Type_t* V_2 = NULL; Type_t* V_3 = NULL; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* V_4 = NULL; int32_t V_5 = 0; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* V_6 = NULL; { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_0 = __this->____events; if (L_0) { goto IL_00a6; } } { Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7* L_1 = (Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7*)il2cpp_codegen_object_new(Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7_il2cpp_TypeInfo_var); Dictionary_2__ctor_mD6DD1FDC87339075B307936EDF3FC77BB1A48084(L_1, ((int32_t)16), Dictionary_2__ctor_mD6DD1FDC87339075B307936EDF3FC77BB1A48084_RuntimeMethod_var); V_1 = L_1; Type_t* L_2 = __this->____type; V_2 = L_2; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (RuntimeObject_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); V_3 = L_4; } IL_0025: { Type_t* L_5 = V_2; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_6; L_6 = ReflectTypeDescriptionProvider_ReflectGetEvents_m566A2572C5FC36D1168512812553F9AD3BBF13BA(L_5, NULL); V_0 = L_6; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_7 = V_0; V_4 = L_7; V_5 = 0; goto IL_005f; } IL_0034: { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_8 = V_4; int32_t L_9 = V_5; NullCheck(L_8); int32_t L_10 = L_9; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_11 = (L_8)->GetAt(static_cast(L_10)); V_6 = L_11; Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7* L_12 = V_1; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_13 = V_6; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_13); NullCheck(L_12); bool L_15; L_15 = Dictionary_2_ContainsKey_m93C1FDC1D26C25CB5EADF9DD64238B192C5C0E12(L_12, L_14, Dictionary_2_ContainsKey_m93C1FDC1D26C25CB5EADF9DD64238B192C5C0E12_RuntimeMethod_var); if (L_15) { goto IL_0059; } } { Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7* L_16 = V_1; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_17 = V_6; NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_17); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_19 = V_6; NullCheck(L_16); Dictionary_2_Add_m746149CF8127599A2052DDD872B3CF773F49A0D7(L_16, L_18, L_19, Dictionary_2_Add_m746149CF8127599A2052DDD872B3CF773F49A0D7_RuntimeMethod_var); } IL_0059: { int32_t L_20 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_005f: { int32_t L_21 = V_5; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_22 = V_4; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))) { goto IL_0034; } } { Type_t* L_23 = V_2; NullCheck(L_23); Type_t* L_24; L_24 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_23); V_2 = L_24; Type_t* L_25 = V_2; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_26; L_26 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_25, (Type_t*)NULL, NULL); if (!L_26) { goto IL_0080; } } { Type_t* L_27 = V_2; Type_t* L_28 = V_3; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_29; L_29 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_27, L_28, NULL); if (L_29) { goto IL_0025; } } IL_0080: { Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7* L_30 = V_1; NullCheck(L_30); int32_t L_31; L_31 = Dictionary_2_get_Count_m35159952D14EB09921380FEDE4752573219BDCBC(L_30, Dictionary_2_get_Count_m35159952D14EB09921380FEDE4752573219BDCBC_RuntimeMethod_var); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_32 = (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)SZArrayNew(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var, (uint32_t)L_31); V_0 = L_32; Dictionary_2_t451703F46367E73F4001458DB54AD162A6A7C6E7* L_33 = V_1; NullCheck(L_33); ValueCollection_tC2215D063C55658EF54C36AF416740CC5DA75E01* L_34; L_34 = Dictionary_2_get_Values_m1C549549F2717536CD3ABDF93F5355A7CC86CD45(L_33, Dictionary_2_get_Values_m1C549549F2717536CD3ABDF93F5355A7CC86CD45_RuntimeMethod_var); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_35 = V_0; NullCheck(L_34); ValueCollection_CopyTo_m18C27775D6FBDAB84BF7311794B23AB00877956C(L_34, L_35, 0, ValueCollection_CopyTo_m18C27775D6FBDAB84BF7311794B23AB00877956C_RuntimeMethod_var); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_36 = V_0; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_37 = (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)il2cpp_codegen_object_new(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_m6FEF5B613838F164D7F9FC939EA915FE7B5CF118(L_37, L_36, (bool)1, NULL); __this->____events = L_37; Il2CppCodeGenWriteBarrier((void**)(&__this->____events), (void*)L_37); } IL_00a6: { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_38 = __this->____events; return L_38; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ReflectedTypeData_GetProperties_m660F775F1D75E0E209FEFB6F1ED8407D9ABB7E6F (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m44394D20E4CCEC21F81D5AE257D23D8187C23594_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m6D807B0ED29A55789920920589D42E984EFBB76E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m58FA9B92949678B439508950E7F0CC75B3459BE5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mA0A2C971E7A208ED8596DEE1A17739B53EEB3BE2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_mA031303CE45E2B53422969035BFD5BAC54DAD804_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_CopyTo_m46B815C0D6810B06C82D965295418F6A8E2C8E24_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_0 = NULL; Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC* V_1 = NULL; Type_t* V_2 = NULL; Type_t* V_3 = NULL; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_4 = NULL; int32_t V_5 = 0; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_6 = NULL; { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_0 = __this->____properties; if (L_0) { goto IL_00a6; } } { Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC* L_1 = (Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC*)il2cpp_codegen_object_new(Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC_il2cpp_TypeInfo_var); Dictionary_2__ctor_m58FA9B92949678B439508950E7F0CC75B3459BE5(L_1, ((int32_t)10), Dictionary_2__ctor_m58FA9B92949678B439508950E7F0CC75B3459BE5_RuntimeMethod_var); V_1 = L_1; Type_t* L_2 = __this->____type; V_2 = L_2; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (RuntimeObject_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); V_3 = L_4; } IL_0025: { Type_t* L_5 = V_2; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_6; L_6 = ReflectTypeDescriptionProvider_ReflectGetProperties_mC7B86D7AE5DEE22E86B92A7B0018F2FA82A1FAC0(L_5, NULL); V_0 = L_6; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_7 = V_0; V_4 = L_7; V_5 = 0; goto IL_005f; } IL_0034: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_8 = V_4; int32_t L_9 = V_5; NullCheck(L_8); int32_t L_10 = L_9; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_11 = (L_8)->GetAt(static_cast(L_10)); V_6 = L_11; Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC* L_12 = V_1; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_13 = V_6; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_13); NullCheck(L_12); bool L_15; L_15 = Dictionary_2_ContainsKey_m6D807B0ED29A55789920920589D42E984EFBB76E(L_12, L_14, Dictionary_2_ContainsKey_m6D807B0ED29A55789920920589D42E984EFBB76E_RuntimeMethod_var); if (L_15) { goto IL_0059; } } { Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC* L_16 = V_1; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_17 = V_6; NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_17); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_19 = V_6; NullCheck(L_16); Dictionary_2_Add_m44394D20E4CCEC21F81D5AE257D23D8187C23594(L_16, L_18, L_19, Dictionary_2_Add_m44394D20E4CCEC21F81D5AE257D23D8187C23594_RuntimeMethod_var); } IL_0059: { int32_t L_20 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_005f: { int32_t L_21 = V_5; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_22 = V_4; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))) { goto IL_0034; } } { Type_t* L_23 = V_2; NullCheck(L_23); Type_t* L_24; L_24 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_23); V_2 = L_24; Type_t* L_25 = V_2; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_26; L_26 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_25, (Type_t*)NULL, NULL); if (!L_26) { goto IL_0080; } } { Type_t* L_27 = V_2; Type_t* L_28 = V_3; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_29; L_29 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_27, L_28, NULL); if (L_29) { goto IL_0025; } } IL_0080: { Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC* L_30 = V_1; NullCheck(L_30); int32_t L_31; L_31 = Dictionary_2_get_Count_mA0A2C971E7A208ED8596DEE1A17739B53EEB3BE2(L_30, Dictionary_2_get_Count_mA0A2C971E7A208ED8596DEE1A17739B53EEB3BE2_RuntimeMethod_var); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_32 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_31); V_0 = L_32; Dictionary_2_tB2D2B14DB6713FF3D294065A1F1CC55265849CDC* L_33 = V_1; NullCheck(L_33); ValueCollection_t77547392F8A2F80E5FCF03F42613EA6B502109CA* L_34; L_34 = Dictionary_2_get_Values_mA031303CE45E2B53422969035BFD5BAC54DAD804(L_33, Dictionary_2_get_Values_mA031303CE45E2B53422969035BFD5BAC54DAD804_RuntimeMethod_var); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_35 = V_0; NullCheck(L_34); ValueCollection_CopyTo_m46B815C0D6810B06C82D965295418F6A8E2C8E24(L_34, L_35, 0, ValueCollection_CopyTo_m46B815C0D6810B06C82D965295418F6A8E2C8E24_RuntimeMethod_var); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_36 = V_0; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_37 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE(L_37, L_36, (bool)1, NULL); __this->____properties = L_37; Il2CppCodeGenWriteBarrier((void**)(&__this->____properties), (void*)L_37); } IL_00a6: { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_38 = __this->____properties; return L_38; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectedTypeData_GetTypeFromName_mBCA1346B9711CA1AD377C5C1BCF4589332435DF3 (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, String_t* ___0_typeName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectedTypeData_GetTypeFromName_mBCA1346B9711CA1AD377C5C1BCF4589332435DF3_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; } int32_t V_0 = 0; Type_t* V_1 = 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; NullCheck(L_3); int32_t L_4; L_4 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_3, ((int32_t)44), NULL); V_0 = L_4; V_1 = (Type_t*)NULL; int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_002e; } } { Type_t* L_6 = __this->____type; NullCheck(L_6); Assembly_t* L_7; L_7 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27, L_6); String_t* L_8 = ___0_typeName; NullCheck(L_7); Type_t* L_9; L_9 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(21, L_7, L_8); V_1 = L_9; } IL_002e: { Type_t* L_10 = V_1; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_10, (Type_t*)NULL, NULL); if (!L_11) { goto IL_003e; } } { String_t* L_12 = ___0_typeName; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_13; L_13 = il2cpp_codegen_get_type(L_12, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, ReflectedTypeData_GetTypeFromName_mBCA1346B9711CA1AD377C5C1BCF4589332435DF3_RuntimeMethod_var); V_1 = L_13; } IL_003e: { Type_t* L_14 = V_1; 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_0059; } } { int32_t L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_0059; } } { String_t* L_17 = ___0_typeName; int32_t L_18 = V_0; NullCheck(L_17); String_t* L_19; L_19 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_17, 0, L_18, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_20; L_20 = il2cpp_codegen_get_type(L_19, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, ReflectedTypeData_GetTypeFromName_mBCA1346B9711CA1AD377C5C1BCF4589332435DF3_RuntimeMethod_var); V_1 = L_20; } IL_0059: { Type_t* L_21 = V_1; return L_21; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectedTypeData_Refresh_m5A18415C807E341603C1A069AA7A3EB76258CAAD (ReflectedTypeData_tFED1B8803AA1BB7975D7A345B4A36167D5A6BC83* __this, const RuntimeMethod* method) { { __this->____attributes = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____attributes), (void*)(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)NULL); __this->____events = (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____events), (void*)(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)NULL); __this->____properties = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____properties), (void*)(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)NULL); __this->____converter = (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____converter), (void*)(TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)NULL); __this->____editors = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____editors), (void*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL); __this->____editorTypes = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____editorTypes), (void*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)NULL); __this->____editorCount = 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunWorkerCompletedEventArgs__ctor_mF5058179CD5D5CAB227B2EBE519E655318321BF2 (RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* __this, RuntimeObject* ___0_result, Exception_t* ___1_error, bool ___2_cancelled, const RuntimeMethod* method) { { Exception_t* L_0 = ___1_error; bool L_1 = ___2_cancelled; AsyncCompletedEventArgs__ctor_m0C5CB666B17799FFDA7EDFF23B8F331C92905628(__this, L_0, L_1, NULL, NULL); RuntimeObject* L_2 = ___0_result; __this->___result = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___result), (void*)L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RunWorkerCompletedEventArgs_get_Result_mD0B3B5DF1777BD91DBCA95A7A7AD05EDB6721DC9 (RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* __this, const RuntimeMethod* method) { { AsyncCompletedEventArgs_RaiseExceptionIfNecessary_m2C5BAB57402F5C9B4C041E280D1C0CEF6E349BFA(__this, NULL); RuntimeObject* L_0 = __this->___result; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RunWorkerCompletedEventArgs_get_UserState_m4FF845940A31732B0A5FAEA83A78B536A0DD1447 (RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = AsyncCompletedEventArgs_get_UserState_m8AB684ED4325EF13BA61B55FF3C0E0BD5BB84F11_inline(__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 void RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_Multicast(RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7* __this, RuntimeObject* ___0_sender, RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* ___1_e, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_sender, ___1_e, reinterpret_cast(currentDelegate->___method)); } } void RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_OpenInst(RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7* __this, RuntimeObject* ___0_sender, RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); typedef void (*FunctionPointerType) (RuntimeObject*, RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_OpenStatic(RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7* __this, RuntimeObject* ___0_sender, RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_OpenVirtual(RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7* __this, RuntimeObject* ___0_sender, RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); VirtualActionInvoker1< RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_e); } void RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_OpenInterface(RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7* __this, RuntimeObject* ___0_sender, RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); InterfaceActionInvoker1< RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_e); } void RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_OpenGenericVirtual(RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7* __this, RuntimeObject* ___0_sender, RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericVirtualActionInvoker1< RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* >::Invoke(method, ___0_sender, ___1_e); } void RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_OpenGenericInterface(RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7* __this, RuntimeObject* ___0_sender, RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericInterfaceActionInvoker1< RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* >::Invoke(method, ___0_sender, ___1_e); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunWorkerCompletedEventHandler__ctor_m7BFE38C4927D41BD4EBB1354D3CBBFC4C55C01E3 (RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method); __this->___method = ___1_method; __this->___m_target = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 2; if (isOpen) __this->___invoke_impl = (intptr_t)&RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 1; if (isOpen) { if (__this->___method_is_virtual) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_OpenInterface; else __this->___invoke_impl = (intptr_t)&RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_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 = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunWorkerCompletedEventHandler_Invoke_m05BED721ECC2C7A7287203AA322C11301BB2161E (RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7* __this, RuntimeObject* ___0_sender, RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_sender, ___1_e, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RunWorkerCompletedEventHandler_BeginInvoke_m552C69F7E5A37AA768E4B3BF9996C502ED8D0F1A (RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7* __this, RuntimeObject* ___0_sender, RunWorkerCompletedEventArgs_tCDAE76AE519E82D8498178542B27DA3DA386765A* ___1_e, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___0_sender; __d_args[1] = ___1_e; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunWorkerCompletedEventHandler_EndInvoke_m19E4763D3DCB34967B02625AB8F676237F6F8DD6 (RunWorkerCompletedEventHandler_t3E82F689938999D1715526553E98B29EB23EF7C7* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_get_UseCompatibleTypeConversion_m05AEF9F831485782729073B1674769854BCAAFCC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ((TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_StaticFields*)il2cpp_codegen_static_fields_for(TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var))->___useCompatibleTypeConversion; il2cpp_codegen_memory_barrier(); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_mE41048372E94CADCD46A0E450385F4E13011D19B (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, Type_t* ___0_sourceType, const RuntimeMethod* method) { { Type_t* L_0 = ___0_sourceType; bool L_1; L_1 = VirtualFuncInvoker2< bool, RuntimeObject*, Type_t* >::Invoke(4, __this, (RuntimeObject*)NULL, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __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*)&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_sourceType; 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: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m05803F15F053E4DA3CF290D52FC379BB9D8C396A (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, Type_t* ___0_destinationType, const RuntimeMethod* method) { { Type_t* L_0 = ___0_destinationType; bool L_1; L_1 = VirtualFuncInvoker2< bool, RuntimeObject*, Type_t* >::Invoke(5, __this, (RuntimeObject*)NULL, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __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*)&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_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); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_ConvertFrom_m74D536778D865EA22414730575143153FD749EDD (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_value, 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; } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0; L_0 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); RuntimeObject* L_1 = ___0_value; RuntimeObject* L_2; L_2 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject* >::Invoke(6, __this, (RuntimeObject*)NULL, L_0, L_1); return L_2; } } 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* V_0 = NULL; { RuntimeObject* L_0 = ___2_value; V_0 = ((InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)IsInstSealed((RuntimeObject*)L_0, InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var)); InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_1 = V_0; if (!L_1) { goto IL_0011; } } { InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InstanceDescriptor_Invoke_mACDF3C04B3998B38C4A79FCFC66F4760EEEEB2FE(L_2, NULL); return L_3; } IL_0011: { RuntimeObject* L_4 = ___2_value; Exception_t* L_5; L_5 = TypeConverter_GetConvertFromException_m4CD1BB8AACD489FC7094283F199FC6DB6409F7AE(__this, L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_ConvertFromInvariantString_m81DA50DC43E5868C83A5D283FFD227B919C9D0A5 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, String_t* ___0_text, 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; } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0; L_0 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_1 = ___0_text; RuntimeObject* L_2; L_2 = TypeConverter_ConvertFromString_m84FD8657B6D8327BE563E5A649A1D89A80BF2A32(__this, (RuntimeObject*)NULL, L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_ConvertFromInvariantString_m990BDB1C582D2E303DAA1DF2B123260C6A55A31C (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, String_t* ___1_text, 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; } { RuntimeObject* L_0 = ___0_context; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_2 = ___1_text; RuntimeObject* L_3; L_3 = TypeConverter_ConvertFromString_m84FD8657B6D8327BE563E5A649A1D89A80BF2A32(__this, L_0, L_1, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_ConvertFromString_mE302BA2C46E1B0D2C310A5E5B32AA71EAA73F3AD (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, String_t* ___0_text, const RuntimeMethod* method) { { String_t* L_0 = ___0_text; RuntimeObject* L_1; L_1 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject* >::Invoke(6, __this, (RuntimeObject*)NULL, (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)NULL, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_ConvertFromString_m6B1F932DB2AE6F4C06B84360B51790FF06C6870B (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, String_t* ___1_text, 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; } { RuntimeObject* L_0 = ___0_context; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); String_t* L_2 = ___1_text; RuntimeObject* L_3; L_3 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject* >::Invoke(6, __this, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_ConvertFromString_m84FD8657B6D8327BE563E5A649A1D89A80BF2A32 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, String_t* ___2_text, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = ___1_culture; String_t* L_2 = ___2_text; RuntimeObject* L_3; L_3 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject* >::Invoke(6, __this, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_ConvertTo_m0171DC87F8C3920E781691F5F8F1145A6DAF9CE8 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_value, Type_t* ___1_destinationType, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; Type_t* L_1 = ___1_destinationType; RuntimeObject* L_2; L_2 = VirtualFuncInvoker4< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject*, Type_t* >::Invoke(7, __this, (RuntimeObject*)NULL, (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)NULL, L_0, L_1); return L_2; } } 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) { 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*)&IFormattable_t235A539BD9771E1E118DB99384BA8385D2F971CA_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; { 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))); 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*)&TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96_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_0056; } } { RuntimeObject* L_7 = ___2_value; if (L_7) { goto IL_0031; } } { String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; return L_8; } IL_0031: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9 = ___1_culture; if (!L_9) { goto IL_004f; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11; L_11 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); if ((((RuntimeObject*)(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)L_10) == ((RuntimeObject*)(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)L_11))) { goto IL_004f; } } { RuntimeObject* L_12 = ___2_value; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IFormattable_t235A539BD9771E1E118DB99384BA8385D2F971CA_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_0; if (!L_13) { goto IL_004f; } } { RuntimeObject* L_14 = V_0; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_15 = ___1_culture; NullCheck(L_14); String_t* L_16; L_16 = InterfaceFuncInvoker2< String_t*, String_t*, RuntimeObject* >::Invoke(0, IFormattable_t235A539BD9771E1E118DB99384BA8385D2F971CA_il2cpp_TypeInfo_var, L_14, (String_t*)NULL, L_15); return L_16; } IL_004f: { RuntimeObject* L_17 = ___2_value; NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_17); return L_18; } IL_0056: { RuntimeObject* L_19 = ___2_value; Type_t* L_20 = ___3_destinationType; Exception_t* L_21; L_21 = TypeConverter_GetConvertToException_m2F0A3FF8E38030AEABCB146D9A65FD27C3F4FE52(__this, L_19, L_20, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToInvariantString_m1E0494D32C84A9F062F9762C8979E223C74D803C (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_value, 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; } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0; L_0 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); RuntimeObject* L_1 = ___0_value; String_t* L_2; L_2 = TypeConverter_ConvertToString_m85A19DC8D0117332C304EBEE2911D66F8028E245(__this, (RuntimeObject*)NULL, L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToInvariantString_mF902AFB0FE32B8E7014DE226455D3FC79030FF92 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, 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; } { RuntimeObject* L_0 = ___0_context; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); RuntimeObject* L_2 = ___1_value; String_t* L_3; L_3 = TypeConverter_ConvertToString_m85A19DC8D0117332C304EBEE2911D66F8028E245(__this, L_0, L_1, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToString_m124B43934E0022CA836E7258ABAF8F9FA8911093 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_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*)&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; } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0; L_0 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); RuntimeObject* L_1 = ___0_value; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (String_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); RuntimeObject* L_4; L_4 = VirtualFuncInvoker4< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject*, Type_t* >::Invoke(7, __this, (RuntimeObject*)NULL, L_0, L_1, L_3); return ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToString_mBE2DD3AF57FBB948F861DBD1DEAE33B18A33BF28 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_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*)&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* L_0 = ___0_context; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); RuntimeObject* L_2 = ___1_value; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (String_t_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); RuntimeObject* L_5; L_5 = VirtualFuncInvoker4< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject*, Type_t* >::Invoke(7, __this, L_0, L_1, L_2, L_4); return ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToString_m85A19DC8D0117332C304EBEE2911D66F8028E245 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __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_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* L_0 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = ___1_culture; RuntimeObject* L_2 = ___2_value; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (String_t_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); RuntimeObject* L_5; L_5 = VirtualFuncInvoker4< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject*, Type_t* >::Invoke(7, __this, L_0, L_1, L_2, L_4); return ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_CreateInstance_m3431A3634D1048D919FF4B1DE80605A2BC8EA7C2 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_propertyValues, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_propertyValues; RuntimeObject* L_1; L_1 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(8, __this, (RuntimeObject*)NULL, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_CreateInstance_mCF1FB466625510C41AF4C31DBF0D6B0D17AD8F34 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_propertyValues, const RuntimeMethod* method) { { return NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* TypeConverter_GetConvertFromException_m4CD1BB8AACD489FC7094283F199FC6DB6409F7AE (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { String_t* V_0 = NULL; { RuntimeObject* L_0 = ___0_value; if (L_0) { goto IL_0010; } } { String_t* L_1; L_1 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE6971243F7EB358A7C6E0D382075D789ADC51C31)), NULL); V_0 = L_1; goto IL_001c; } IL_0010: { RuntimeObject* L_2 = ___0_value; NullCheck(L_2); Type_t* L_3; L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_3); V_0 = L_4; } IL_001c: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = (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_6 = L_5; Type_t* L_7; L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_7); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(0), (RuntimeObject*)L_8); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_6; String_t* L_10 = V_0; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (RuntimeObject*)L_10); String_t* L_11; L_11 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5F9AFA6270B3FB3F98955E67596093AC7EE38931)), L_9, NULL); NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_12 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_12, L_11, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeConverter_GetConvertFromException_m4CD1BB8AACD489FC7094283F199FC6DB6409F7AE_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* TypeConverter_GetConvertToException_m2F0A3FF8E38030AEABCB146D9A65FD27C3F4FE52 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_value, Type_t* ___1_destinationType, const RuntimeMethod* method) { String_t* V_0 = NULL; { RuntimeObject* L_0 = ___0_value; if (L_0) { goto IL_0010; } } { String_t* L_1; L_1 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE6971243F7EB358A7C6E0D382075D789ADC51C31)), NULL); V_0 = L_1; goto IL_001c; } IL_0010: { RuntimeObject* L_2 = ___0_value; NullCheck(L_2); Type_t* L_3; L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_3); V_0 = L_4; } IL_001c: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = (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_6 = L_5; Type_t* L_7; L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_7); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(0), (RuntimeObject*)L_8); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_6; String_t* L_10 = V_0; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (RuntimeObject*)L_10); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_9; Type_t* L_12 = ___1_destinationType; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_12); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(2), (RuntimeObject*)L_13); String_t* L_14; L_14 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15A74181B914BEE433E4CBF3D03B7B4B670B7F18)), L_11, NULL); NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_15 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_15, L_14, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeConverter_GetConvertToException_m2F0A3FF8E38030AEABCB146D9A65FD27C3F4FE52_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetCreateInstanceSupported_mFFBD842063695B04C1D1F918715576E58210B9EA (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(9, __this, (RuntimeObject*)NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetCreateInstanceSupported_m6F211317A2C58B002A523A637B40EC6E878D031B (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeConverter_GetProperties_m469ECD3A977FA29494A2D9E6F6EE957EA921E107 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_1; L_1 = TypeConverter_GetProperties_m59D3B36D9259D09DC67C2DA59245BCEBDFA4D6F2(__this, (RuntimeObject*)NULL, L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeConverter_GetProperties_m59D3B36D9259D09DC67C2DA59245BCEBDFA4D6F2 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, 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*)&BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_context; RuntimeObject* L_1 = ___1_value; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)1); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_3 = L_2; il2cpp_codegen_runtime_class_init_inline(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var); BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* L_4 = ((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var))->___Yes; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)L_4); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_5; L_5 = VirtualFuncInvoker3< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, RuntimeObject*, RuntimeObject*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(10, __this, L_0, L_1, L_3); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeConverter_GetProperties_mBD67295683221C70AB3253653C06C39F640F4F44 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_attributes, const RuntimeMethod* method) { { return (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetPropertiesSupported_m67A5238F90828ECD5ABFFEA50DF3F10DE2324A3D (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(11, __this, (RuntimeObject*)NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetPropertiesSupported_mDE66D29A3EED2AC764A8B4F3C91917E2F9732763 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_GetStandardValues_m2D0F59931104F725470D67A2DC6167B1980BE390 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, const RuntimeMethod* method) { { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_0; L_0 = VirtualFuncInvoker1< StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*, RuntimeObject* >::Invoke(12, __this, (RuntimeObject*)NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* TypeConverter_GetStandardValues_m9F77FD4C8216D3F06928B418993659F3A0FEF5B6 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesExclusive_m41CA2CC09F031BC8A14339DC376FE50D31AE9812 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(13, __this, (RuntimeObject*)NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesExclusive_mCA336C7CE58B28DF0B46D5B52E3D0D177718FF42 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesSupported_mDE36B9244050270D1DC2F6F840C10DA945CFAA23 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(14, __this, (RuntimeObject*)NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesSupported_m5DFA377B1091BB08E64654FBEE8613EEDE731718 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_IsValid_m54570B0309A0F2735FE3FA162D5F669B8BF434C8 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; bool L_1; L_1 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(15, __this, (RuntimeObject*)NULL, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_IsValid_m991D78815B29EDE7EF8B1CD0114A5E6B84F7328C (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, 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; } bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; { bool L_0; L_0 = TypeConverter_get_UseCompatibleTypeConversion_m05AEF9F831485782729073B1674769854BCAAFCC(NULL); if (!L_0) { goto IL_0009; } } { return (bool)1; } IL_0009: { V_0 = (bool)1; } try { { RuntimeObject* L_1 = ___1_value; if (!L_1) { goto IL_001d_1; } } { RuntimeObject* L_2 = ___0_context; RuntimeObject* L_3 = ___1_value; NullCheck(L_3); Type_t* L_4; L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_3, NULL); bool L_5; L_5 = VirtualFuncInvoker2< bool, RuntimeObject*, Type_t* >::Invoke(4, __this, L_2, L_4); if (!L_5) { goto IL_002d_1; } } IL_001d_1: { RuntimeObject* L_6 = ___0_context; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7; L_7 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); RuntimeObject* L_8 = ___1_value; RuntimeObject* L_9; L_9 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject* >::Invoke(6, __this, L_6, L_7, L_8); goto IL_002f_1; } IL_002d_1: { V_0 = (bool)0; } IL_002f_1: { goto IL_0036; } } 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_0031; } throw e; } CATCH_0031: { RuntimeObject* L_10 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; V_0 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0036; } IL_0036: { bool L_11 = V_0; return L_11; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeConverter_SortProperties_m814BFD1763DEB6AD4D3E6B6042777358523AB3B6 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ___0_props, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_names, const RuntimeMethod* method) { { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_0 = ___0_props; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_names; NullCheck(L_0); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* >::Invoke(35, L_0, L_1); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_3 = ___0_props; return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, const RuntimeMethod* method) { { 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimplePropertyDescriptor__ctor_m8C6BE5D65209DD9A8EE657F6B2CEBAEF58F3ECC7 (SimplePropertyDescriptor_tFBD160E7411D940522472AFE8877EF964E573C14* __this, Type_t* ___0_componentType, String_t* ___1_name, Type_t* ___2_propertyType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_componentType; String_t* L_1 = ___1_name; Type_t* L_2 = ___2_propertyType; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_3 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)0); SimplePropertyDescriptor__ctor_m6DF452C766FA5F610C684119950D96C7105A2B26(__this, L_0, L_1, L_2, L_3, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimplePropertyDescriptor__ctor_m6DF452C766FA5F610C684119950D96C7105A2B26 (SimplePropertyDescriptor_tFBD160E7411D940522472AFE8877EF964E573C14* __this, Type_t* ___0_componentType, String_t* ___1_name, Type_t* ___2_propertyType, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___3_attributes, const RuntimeMethod* method) { { String_t* L_0 = ___1_name; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___3_attributes; PropertyDescriptor__ctor_m20223572362A331B6F0D436BC19AFE2EE87558B8(__this, L_0, L_1, NULL); Type_t* L_2 = ___0_componentType; __this->___componentType = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___componentType), (void*)L_2); Type_t* L_3 = ___2_propertyType; __this->___propertyType = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___propertyType), (void*)L_3); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* SimplePropertyDescriptor_get_ComponentType_m0824FD3F60C1726E11A78135C15B7FD8C32F5F67 (SimplePropertyDescriptor_tFBD160E7411D940522472AFE8877EF964E573C14* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___componentType; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimplePropertyDescriptor_get_IsReadOnly_mEBB508029D60DA3A3008BEA8E7BE96543BBB1B25 (SimplePropertyDescriptor_tFBD160E7411D940522472AFE8877EF964E573C14* __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; } { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); 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))->___Yes; NullCheck(L_0); bool L_2; L_2 = AttributeCollection_Contains_m380CBE3B092583FB9579C935A2033B72C637C6EE(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* SimplePropertyDescriptor_get_PropertyType_m613F51DD8C6ECFE9C107312A24AAE28F375650A1 (SimplePropertyDescriptor_tFBD160E7411D940522472AFE8877EF964E573C14* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___propertyType; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimplePropertyDescriptor_CanResetValue_mB39E5940B29A96C07E6D4B52AB43D6E3627A2729 (SimplePropertyDescriptor_tFBD160E7411D940522472AFE8877EF964E573C14* __this, RuntimeObject* ___0_component, 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*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* V_0 = NULL; { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_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(11, L_0, L_2); V_0 = ((DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC*)CastclassClass((RuntimeObject*)L_3, DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_il2cpp_TypeInfo_var)); DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* L_4 = V_0; if (L_4) { goto IL_0020; } } { return (bool)0; } IL_0020: { DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6; L_6 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7, L_5); RuntimeObject* L_7 = ___0_component; RuntimeObject* L_8; L_8 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(26, __this, L_7); NullCheck(L_6); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_6, L_8); return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimplePropertyDescriptor_ResetValue_mC1F6E3C78823178648EA7472754A7CE558AE6477 (SimplePropertyDescriptor_tFBD160E7411D940522472AFE8877EF964E573C14* __this, RuntimeObject* ___0_component, 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*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* V_0 = NULL; { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_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(11, L_0, L_2); V_0 = ((DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC*)CastclassClass((RuntimeObject*)L_3, DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC_il2cpp_TypeInfo_var)); DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* L_4 = V_0; if (!L_4) { goto IL_002b; } } { RuntimeObject* L_5 = ___0_component; DefaultValueAttribute_tD45612CBB8D83D43A266980AB11467557BF753CC* L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7; L_7 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7, L_6); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, __this, L_5, L_7); } IL_002b: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimplePropertyDescriptor_ShouldSerializeValue_m14A56AAFBE18762FAD18870B5F0C97D44B4A2777 (SimplePropertyDescriptor_tFBD160E7411D940522472AFE8877EF964E573C14* __this, RuntimeObject* ___0_component, const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardValuesCollection__ctor_m9049046DA81FD7B6FE279E063A43DC9B1D3B26B0 (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, RuntimeObject* ___0_values, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeArray* V_0 = NULL; { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); RuntimeObject* L_0 = ___0_values; if (L_0) { goto IL_0011; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)0); ___0_values = (RuntimeObject*)L_1; } IL_0011: { RuntimeObject* L_2 = ___0_values; V_0 = ((RuntimeArray*)IsInstClass((RuntimeObject*)L_2, RuntimeArray_il2cpp_TypeInfo_var)); RuntimeArray* L_3 = V_0; if (!L_3) { goto IL_0022; } } { RuntimeArray* L_4 = V_0; __this->___valueArray = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___valueArray), (void*)L_4); } IL_0022: { RuntimeObject* L_5 = ___0_values; __this->___values = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___values), (void*)L_5); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StandardValuesCollection_get_Count_mC127EA7E146C2FD58D5740935B45CACCD13D4637 (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeArray* L_0 = __this->___valueArray; if (!L_0) { goto IL_0014; } } { RuntimeArray* L_1 = __this->___valueArray; NullCheck(L_1); int32_t L_2; L_2 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_1, NULL); return L_2; } IL_0014: { RuntimeObject* L_3 = __this->___values; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_get_Item_m5FCBCB63622A9A28815045273D1FF3AF38E108FA (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, int32_t ___0_index, 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*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeArray* L_0 = __this->___valueArray; if (!L_0) { goto IL_0015; } } { RuntimeArray* L_1 = __this->___valueArray; int32_t L_2 = ___0_index; NullCheck(L_1); RuntimeObject* L_3; L_3 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_1, L_2, NULL); return L_3; } IL_0015: { RuntimeObject* L_4 = __this->___values; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var)); RuntimeObject* L_5 = V_0; if (!L_5) { goto IL_002c; } } { RuntimeObject* L_6 = V_0; int32_t L_7 = ___0_index; NullCheck(L_6); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_6, L_7); return L_8; } IL_002c: { RuntimeObject* L_9 = __this->___values; NullCheck(L_9); int32_t L_10; L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_9); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)L_10); __this->___valueArray = (RuntimeArray*)L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___valueArray), (void*)(RuntimeArray*)L_11); RuntimeObject* L_12 = __this->___values; RuntimeArray* L_13 = __this->___valueArray; NullCheck(L_12); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_12, L_13, 0); RuntimeArray* L_14 = __this->___valueArray; int32_t L_15 = ___0_index; NullCheck(L_14); RuntimeObject* L_16; L_16 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_14, L_15, NULL); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardValuesCollection_CopyTo_mC06C9542D25F3E2D5A1DFDE690C920E8CFF94E10 (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, RuntimeArray* ___0_array, int32_t ___1_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->___values; RuntimeArray* L_1 = ___0_array; int32_t L_2 = ___1_index; NullCheck(L_0); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_0, L_1, L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_GetEnumerator_m0484C08651E32F669A0624D29E44C6CDEB550F6C (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->___values; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StandardValuesCollection_System_Collections_ICollection_get_Count_m98A89DC263C152B5E1A5B5A6B795D963CBADCD4D (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = StandardValuesCollection_get_Count_mC127EA7E146C2FD58D5740935B45CACCD13D4637(__this, NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandardValuesCollection_System_Collections_ICollection_get_IsSynchronized_m700A5114F10CCDC410255C7367459FBF277693AC (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_System_Collections_ICollection_get_SyncRoot_mFFAF4C68B76F26F6816CEAB7D8D86656B1D1AC51 (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, const RuntimeMethod* method) { { return NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardValuesCollection_System_Collections_ICollection_CopyTo_mF996F3746F028C7EB58F7096E7B7B7FAB911A896 (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, RuntimeArray* ___0_array, int32_t ___1_index, const RuntimeMethod* method) { { RuntimeArray* L_0 = ___0_array; int32_t L_1 = ___1_index; StandardValuesCollection_CopyTo_mC06C9542D25F3E2D5A1DFDE690C920E8CFF94E10(__this, L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_System_Collections_IEnumerable_GetEnumerator_m66B4D529F0193F42A3858A1B638372B8A6687672 (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = StandardValuesCollection_GetEnumerator_m0484C08651E32F669A0624D29E44C6CDEB550F6C(__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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor__ctor_m3B07420F589B07D1BE4A9393F07A7625EB0C5376 (TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_get_ComNativeDescriptorHandler_m43EC0CD7F6EEDA417E452585A883BAB502830F4B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* V_0 = NULL; ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* V_1 = NULL; { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Type_t* L_0; L_0 = TypeDescriptor_get_ComObjectType_m111EC5418CCAB6FF6AC55A27C2A6C5B7E053F4CA(NULL); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_1; L_1 = TypeDescriptor_NodeFor_m91F4FD9AF7259500511F36425D31E1AF08D598CC(L_0, NULL); V_0 = L_1; V_1 = (ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8*)NULL; } IL_000d: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_2 = V_0; NullCheck(L_2); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_3 = L_2->___Provider; V_1 = ((ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8*)IsInstSealed((RuntimeObject*)L_3, ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8_il2cpp_TypeInfo_var)); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_4 = V_0; NullCheck(L_4); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_5 = L_4->___Next; V_0 = L_5; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_6 = V_0; if (!L_6) { goto IL_0026; } } { ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* L_7 = V_1; if (!L_7) { goto IL_000d; } } IL_0026: { ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* L_8 = V_1; if (!L_8) { goto IL_0030; } } { ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* L_9 = V_1; NullCheck(L_9); RuntimeObject* L_10; L_10 = ComNativeDescriptionProvider_get_Handler_m8B161DB914AA42A49A288702D1E1554163E0E0D5_inline(L_9, NULL); return L_10; } IL_0030: { return (RuntimeObject*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_set_ComNativeDescriptorHandler_mA75A478B9A29D72983ABC6F78403EEF940A91B5D (RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Type_t* L_0; L_0 = TypeDescriptor_get_ComObjectType_m111EC5418CCAB6FF6AC55A27C2A6C5B7E053F4CA(NULL); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_1; L_1 = TypeDescriptor_NodeFor_m91F4FD9AF7259500511F36425D31E1AF08D598CC(L_0, NULL); V_0 = L_1; goto IL_0014; } IL_000d: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_2 = V_0; NullCheck(L_2); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_3 = L_2->___Next; V_0 = L_3; } IL_0014: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_4 = V_0; if (!L_4) { goto IL_0024; } } { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_5 = V_0; NullCheck(L_5); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_6 = L_5->___Provider; if (!((ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8*)IsInstSealed((RuntimeObject*)L_6, ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8_il2cpp_TypeInfo_var))) { goto IL_000d; } } IL_0024: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_7 = V_0; if (L_7) { goto IL_0038; } } { RuntimeObject* L_8 = ___0_value; ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* L_9 = (ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8*)il2cpp_codegen_object_new(ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8_il2cpp_TypeInfo_var); ComNativeDescriptionProvider__ctor_m5765CD95DB10D9B6A50D6041D07AC030E0FC1C23(L_9, L_8, NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Type_t* L_10; L_10 = TypeDescriptor_get_ComObjectType_m111EC5418CCAB6FF6AC55A27C2A6C5B7E053F4CA(NULL); TypeDescriptor_AddProvider_m93228FE5040A4A8674E8BB71E38D3DBAEC68CE6F(L_9, L_10, NULL); return; } IL_0038: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_11 = V_0; NullCheck(L_11); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_12 = L_11->___Provider; RuntimeObject* L_13 = ___0_value; NullCheck(((ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8*)CastclassSealed((RuntimeObject*)L_12, ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8_il2cpp_TypeInfo_var))); ComNativeDescriptionProvider_set_Handler_m8EB2878894B9E4C5976E9DC59F9A25280FA70533_inline(((ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8*)CastclassSealed((RuntimeObject*)L_12, ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8_il2cpp_TypeInfo_var)), L_13, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptor_get_ComObjectType_m111EC5418CCAB6FF6AC55A27C2A6C5B7E053F4CA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptorComObject_t2488E6591A985A0C480D1FF8528FBE7911C54625_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 (TypeDescriptorComObject_t2488E6591A985A0C480D1FF8528FBE7911C54625_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; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptor_get_InterfaceType_m5846DF18FDCA094C42B3F2B31BBCFAAE78D37565 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptorInterface_t470F80F7F0A2F9298835E025ADA154F18F4C0638_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 (TypeDescriptorInterface_t470F80F7F0A2F9298835E025ADA154F18F4C0638_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; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeDescriptor_get_MetadataVersion_m79CAEDE4F59CEB76E6FFDCB0FA478A0D472C33DF (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; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_add_Refreshed_m8E41B083E891F512E7048B51D57738A70B88D988 (RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* V_0 = NULL; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* V_1 = NULL; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_0 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->___Refreshed; V_0 = L_0; } IL_0006: { RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_1 = V_0; V_1 = L_1; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_2 = V_1; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC*)CastclassSealed((RuntimeObject*)L_4, RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC_il2cpp_TypeInfo_var)); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_5 = V_2; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_6 = V_1; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_7; L_7 = InterlockedCompareExchangeImpl((&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->___Refreshed), L_5, L_6); V_0 = L_7; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_8 = V_0; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_9 = V_1; if ((!(((RuntimeObject*)(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC*)L_8) == ((RuntimeObject*)(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC*)L_9)))) { goto IL_0006; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_remove_Refreshed_m3FFD0E041D7BEED18EF8489C68EA3B39A8A28F8C (RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* V_0 = NULL; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* V_1 = NULL; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* V_2 = NULL; { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_0 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->___Refreshed; V_0 = L_0; } IL_0006: { RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_1 = V_0; V_1 = L_1; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_2 = V_1; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC*)CastclassSealed((RuntimeObject*)L_4, RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC_il2cpp_TypeInfo_var)); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_5 = V_2; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_6 = V_1; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_7; L_7 = InterlockedCompareExchangeImpl((&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->___Refreshed), L_5, L_6); V_0 = L_7; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_8 = V_0; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_9 = V_1; if ((!(((RuntimeObject*)(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC*)L_8) == ((RuntimeObject*)(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC*)L_9)))) { goto IL_0006; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* TypeDescriptor_AddAttributes_m0D06188E31F90E909F09A7CC9EF907731923483A (Type_t* ___0_type, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A_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* 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))); 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*)&TypeDescriptor_AddAttributes_m0D06188E31F90E909F09A7CC9EF907731923483A_RuntimeMethod_var))); } IL_0014: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_3 = ___1_attributes; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddAttributes_m0D06188E31F90E909F09A7CC9EF907731923483A_RuntimeMethod_var))); } IL_0022: { Type_t* L_5 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_6; L_6 = TypeDescriptor_GetProvider_m953596A139FA31A0475E029345D486F2095A7860(L_5, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_7 = ___1_attributes; AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A* L_8 = (AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A*)il2cpp_codegen_object_new(AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A_il2cpp_TypeInfo_var); AttributeProvider__ctor_m453875A59B234418EF3AE4016105AEB4AFC48FCB(L_8, L_6, L_7, NULL); AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A* L_9 = L_8; Type_t* L_10 = ___0_type; TypeDescriptor_AddProvider_m93228FE5040A4A8674E8BB71E38D3DBAEC68CE6F(L_9, L_10, NULL); return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* TypeDescriptor_AddAttributes_mD46418F8C1666B826B211264AA6F6B744981EF76 (RuntimeObject* ___0_instance, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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))); 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*)&TypeDescriptor_AddAttributes_mD46418F8C1666B826B211264AA6F6B744981EF76_RuntimeMethod_var))); } IL_000e: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2 = ___1_attributes; if (L_2) { goto IL_001c; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddAttributes_mD46418F8C1666B826B211264AA6F6B744981EF76_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___0_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_5; L_5 = TypeDescriptor_GetProvider_m50B2E567187A3F689D94A75F450E8A45DD1851D4(L_4, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_6 = ___1_attributes; AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A* L_7 = (AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A*)il2cpp_codegen_object_new(AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A_il2cpp_TypeInfo_var); AttributeProvider__ctor_m453875A59B234418EF3AE4016105AEB4AFC48FCB(L_7, L_5, L_6, NULL); AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A* L_8 = L_7; RuntimeObject* L_9 = ___0_instance; TypeDescriptor_AddProvider_m3FCCFCFEDA8F5C83D0ED8045039948A23A9C2250(L_8, L_9, NULL); return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddEditorTable_m98A7C2CD0FFF377C169891B82F91C1A084E27D72 (Type_t* ___0_editorBaseType, Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___1_table, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_editorBaseType; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = ___1_table; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); ReflectTypeDescriptionProvider_AddEditorTable_mAF4D6DDBFC63569F6181C8217383741B66032D24(L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddProvider_m93228FE5040A4A8674E8BB71E38D3DBAEC68CE6F (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, Type_t* ___1_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_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; } WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* V_0 = NULL; bool V_1 = false; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* V_2 = NULL; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* V_3 = NULL; { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = ___0_provider; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProvider_m93228FE5040A4A8674E8BB71E38D3DBAEC68CE6F_RuntimeMethod_var))); } IL_000e: { Type_t* L_2 = ___1_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_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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProvider_m93228FE5040A4A8674E8BB71E38D3DBAEC68CE6F_RuntimeMethod_var))); } IL_0022: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_5 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; V_0 = L_5; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0060: { { bool L_6 = V_1; if (!L_6) { goto IL_0069; } } { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_7 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_7, NULL); } IL_0069: { return; } } }); try { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_8 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_8, (&V_1), NULL); Type_t* L_9 = ___1_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_10; L_10 = TypeDescriptor_NodeFor_mB0C10E1A80565F82E3B935A425D5B3AB232A06D5(L_9, (bool)1, NULL); V_2 = L_10; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_11 = ___0_provider; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_12 = (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)il2cpp_codegen_object_new(TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var); TypeDescriptionNode__ctor_mD6C85C9088064C16A401309FAFDC62252A5D5526(L_12, L_11, NULL); V_3 = L_12; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_13 = V_3; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_14 = V_2; NullCheck(L_13); L_13->___Next = L_14; Il2CppCodeGenWriteBarrier((void**)(&L_13->___Next), (void*)L_14); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_15 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; Type_t* L_16 = ___1_type; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_17 = V_3; NullCheck(L_15); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_15, L_16, L_17); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_18 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTypeTable; NullCheck(L_18); VirtualActionInvoker0::Invoke(24, L_18); goto IL_006a; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_006a: { Type_t* L_19 = ___1_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_Refresh_m2B231BD8F5AD6701890D26FE7B9A36C97F11BB5B(L_19, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddProvider_m3FCCFCFEDA8F5C83D0ED8045039948A23A9C2250 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, RuntimeObject* ___1_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* V_1 = NULL; bool V_2 = false; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* V_3 = NULL; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* V_4 = NULL; { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = ___0_provider; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProvider_m3FCCFCFEDA8F5C83D0ED8045039948A23A9C2250_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___1_instance; if (L_2) { goto IL_001c; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProvider_m3FCCFCFEDA8F5C83D0ED8045039948A23A9C2250_RuntimeMethod_var))); } IL_001c: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_4 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; V_1 = L_4; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0069: { { bool L_5 = V_2; if (!L_5) { goto IL_0072; } } { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_6 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_6, NULL); } IL_0072: { return; } } }); try { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_7 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_7, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_8 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; RuntimeObject* L_9 = ___1_instance; NullCheck(L_8); bool L_10; L_10 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(27, L_8, L_9); V_0 = L_10; RuntimeObject* L_11 = ___1_instance; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_12; L_12 = TypeDescriptor_NodeFor_m5090D0254DBE7A991B377038CA9764D73C986441(L_11, (bool)1, NULL); V_3 = L_12; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_13 = ___0_provider; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_14 = (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)il2cpp_codegen_object_new(TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var); TypeDescriptionNode__ctor_mD6C85C9088064C16A401309FAFDC62252A5D5526(L_14, L_13, NULL); V_4 = L_14; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_15 = V_4; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_16 = V_3; NullCheck(L_15); L_15->___Next = L_16; Il2CppCodeGenWriteBarrier((void**)(&L_15->___Next), (void*)L_16); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_17 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; RuntimeObject* L_18 = ___1_instance; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_19 = V_4; NullCheck(L_17); WeakHashtable_SetWeak_mA0027E70DF96E296781C6286DA330634046BE623(L_17, L_18, L_19, NULL); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_20 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTypeTable; NullCheck(L_20); VirtualActionInvoker0::Invoke(24, L_20); goto IL_0073; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0073: { bool L_21 = V_0; if (!L_21) { goto IL_007d; } } { RuntimeObject* L_22 = ___1_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_Refresh_mF174C59FE64D22C7422D48057CC5B742AEE0860A(L_22, (bool)0, NULL); } IL_007d: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddProviderTransparent_mD91E6D2C283998FB4DEB80FA0EA40EA8977AA96D (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, Type_t* ___1_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; } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = ___0_provider; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProviderTransparent_mD91E6D2C283998FB4DEB80FA0EA40EA8977AA96D_RuntimeMethod_var))); } IL_000e: { Type_t* L_2 = ___1_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_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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProviderTransparent_mD91E6D2C283998FB4DEB80FA0EA40EA8977AA96D_RuntimeMethod_var))); } IL_0022: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_5 = ___0_provider; Type_t* L_6 = ___1_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_AddProvider_m93228FE5040A4A8674E8BB71E38D3DBAEC68CE6F(L_5, L_6, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_AddProviderTransparent_m61D0028DB0DEECF5CEA6FE97934C6DF785D5F276 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, 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); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = ___0_provider; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProviderTransparent_m61D0028DB0DEECF5CEA6FE97934C6DF785D5F276_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___1_instance; if (L_2) { goto IL_001c; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_AddProviderTransparent_m61D0028DB0DEECF5CEA6FE97934C6DF785D5F276_RuntimeMethod_var))); } IL_001c: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_4 = ___0_provider; RuntimeObject* L_5 = ___1_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_AddProvider_m3FCCFCFEDA8F5C83D0ED8045039948A23A9C2250(L_4, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_CheckDefaultProvider_m0E82AD3EE8FF8EDE6FFF4DD785DA993A6347A976 (Type_t* ___0_type, 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*)&TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_CheckDefaultProvider_m0E82AD3EE8FF8EDE6FFF4DD785DA993A6347A976_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_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); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; Type_t* V_5 = NULL; Type_t* V_6 = NULL; { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____defaultProviders; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_003a; } } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____internalSyncObject; V_2 = L_1; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0030: { { bool L_2 = V_3; if (!L_2) { goto IL_0039; } } { RuntimeObject* L_3 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL); } IL_0039: { return; } } }); try { { RuntimeObject* L_4 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____defaultProviders; il2cpp_codegen_memory_barrier(); if (L_5) { goto IL_002e_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_6, NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____defaultProviders = L_6; Il2CppCodeGenWriteBarrier((void**)(&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____defaultProviders), (void*)L_6); } IL_002e_1: { goto IL_003a; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003a: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____defaultProviders; il2cpp_codegen_memory_barrier(); Type_t* L_8 = ___0_type; NullCheck(L_7); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(27, L_7, L_8); if (!L_9) { goto IL_004a; } } { return; } IL_004a: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_10 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____internalSyncObject; V_2 = L_10; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007e: { { bool L_11 = V_3; if (!L_11) { goto IL_0087; } } { RuntimeObject* L_12 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_12, NULL); } IL_0087: { return; } } }); try { { RuntimeObject* L_13 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_13, (&V_3), NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_14 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____defaultProviders; il2cpp_codegen_memory_barrier(); Type_t* L_15 = ___0_type; NullCheck(L_14); bool L_16; L_16 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(27, L_14, L_15); if (!L_16) { goto IL_006e_1; } } { goto IL_011c; } IL_006e_1: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_17 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____defaultProviders; il2cpp_codegen_memory_barrier(); Type_t* L_18 = ___0_type; NullCheck(L_17); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_17, L_18, NULL); goto IL_0088; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0088: { Type_t* L_19 = ___0_type; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_20 = { reinterpret_cast (TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E_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); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22; L_22 = VirtualFuncInvoker2< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t*, bool >::Invoke(14, L_19, L_21, (bool)0); V_0 = L_22; V_1 = (bool)0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = V_0; NullCheck(L_23); V_4 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_23)->max_length)), 1)); goto IL_00f1; } IL_00a5: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_24 = V_0; int32_t L_25 = V_4; NullCheck(L_24); int32_t L_26 = L_25; RuntimeObject* L_27 = (L_24)->GetAt(static_cast(L_26)); NullCheck(((TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E*)CastclassSealed((RuntimeObject*)L_27, TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E_il2cpp_TypeInfo_var))); String_t* L_28; L_28 = TypeDescriptionProviderAttribute_get_TypeName_m7E06882E9348A8D4987BB62EA1493B2BD23147E6_inline(((TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E*)CastclassSealed((RuntimeObject*)L_27, TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E_il2cpp_TypeInfo_var)), NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_29; L_29 = il2cpp_codegen_get_type(L_28, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, TypeDescriptor_CheckDefaultProvider_m0E82AD3EE8FF8EDE6FFF4DD785DA993A6347A976_RuntimeMethod_var); V_5 = L_29; Type_t* L_30 = V_5; bool L_31; L_31 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_30, (Type_t*)NULL, NULL); if (!L_31) { goto IL_00eb; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_32 = { reinterpret_cast (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_33; L_33 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_32, NULL); Type_t* L_34 = V_5; NullCheck(L_33); bool L_35; L_35 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_33, L_34); if (!L_35) { goto IL_00eb; } } { Type_t* L_36 = V_5; RuntimeObject* L_37; L_37 = Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF(L_36, NULL); Type_t* L_38 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_AddProvider_m93228FE5040A4A8674E8BB71E38D3DBAEC68CE6F(((TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664*)CastclassClass((RuntimeObject*)L_37, TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664_il2cpp_TypeInfo_var)), L_38, NULL); V_1 = (bool)1; } IL_00eb: { int32_t L_39 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract(L_39, 1)); } IL_00f1: { int32_t L_40 = V_4; if ((((int32_t)L_40) >= ((int32_t)0))) { goto IL_00a5; } } { bool L_41 = V_1; if (L_41) { goto IL_011c; } } { Type_t* L_42 = ___0_type; NullCheck(L_42); Type_t* L_43; L_43 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_42); V_6 = L_43; Type_t* L_44 = V_6; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_45; L_45 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_44, (Type_t*)NULL, NULL); if (!L_45) { goto IL_011c; } } { Type_t* L_46 = V_6; Type_t* L_47 = ___0_type; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_48; L_48 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_46, L_47, NULL); if (!L_48) { goto IL_011c; } } { Type_t* L_49 = V_6; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_CheckDefaultProvider_m0E82AD3EE8FF8EDE6FFF4DD785DA993A6347A976(L_49, NULL); } IL_011c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_CreateAssociation_m22F0F4442A3661141ADD9717C51ED50C7388EA85 (RuntimeObject* ___0_primary, RuntimeObject* ___1_secondary, 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*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* V_3 = NULL; int32_t V_4 = 0; WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* V_5 = NULL; RuntimeObject* V_6 = NULL; { RuntimeObject* L_0 = ___0_primary; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_CreateAssociation_m22F0F4442A3661141ADD9717C51ED50C7388EA85_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___1_secondary; if (L_2) { goto IL_001c; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD1ECD956B7E4E74651008E98FEBFB3E2411DECE4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_CreateAssociation_m22F0F4442A3661141ADD9717C51ED50C7388EA85_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___0_primary; RuntimeObject* L_5 = ___1_secondary; if ((!(((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(RuntimeObject*)L_5)))) { goto IL_0030; } } { String_t* L_6; L_6 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBEFF06E54B3C0BAC053638B221FFD787126BD885)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_7, L_6, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_CreateAssociation_m22F0F4442A3661141ADD9717C51ED50C7388EA85_RuntimeMethod_var))); } IL_0030: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_8 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____associationTable; il2cpp_codegen_memory_barrier(); if (L_8) { goto IL_006a; } } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_9 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____internalSyncObject; V_1 = L_9; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0060: { { bool L_10 = V_2; if (!L_10) { goto IL_0069; } } { RuntimeObject* L_11 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_11, NULL); } IL_0069: { return; } } }); try { { RuntimeObject* L_12 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_12, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_13 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____associationTable; il2cpp_codegen_memory_barrier(); if (L_13) { goto IL_005e_1; } } { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_14 = (WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3*)il2cpp_codegen_object_new(WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3_il2cpp_TypeInfo_var); WeakHashtable__ctor_mBFFE17D4547F681A27EBE60D277625C9F9D0510F(L_14, NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____associationTable = L_14; Il2CppCodeGenWriteBarrier((void**)(&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____associationTable), (void*)L_14); } IL_005e_1: { goto IL_006a; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_006a: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_15 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____associationTable; il2cpp_codegen_memory_barrier(); RuntimeObject* L_16 = ___0_primary; NullCheck(L_15); RuntimeObject* L_17; L_17 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_15, L_16); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_17, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_0; if (L_18) { goto IL_00c9; } } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_19 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____associationTable; il2cpp_codegen_memory_barrier(); V_3 = L_19; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00bf: { { bool L_20 = V_2; if (!L_20) { goto IL_00c8; } } { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_21 = V_3; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_21, NULL); } IL_00c8: { return; } } }); try { { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_22 = V_3; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_22, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_23 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____associationTable; il2cpp_codegen_memory_barrier(); RuntimeObject* L_24 = ___0_primary; NullCheck(L_23); RuntimeObject* L_25; L_25 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_23, L_24); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_25, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var)); RuntimeObject* L_26 = V_0; if (L_26) { goto IL_00bd_1; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_27 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); ArrayList__ctor_m4637812384C075439BB17EEC1C2DF802BD41EBD0(L_27, 4, NULL); V_0 = L_27; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_28 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____associationTable; il2cpp_codegen_memory_barrier(); RuntimeObject* L_29 = ___0_primary; RuntimeObject* L_30 = V_0; NullCheck(L_28); WeakHashtable_SetWeak_mA0027E70DF96E296781C6286DA330634046BE623(L_28, L_29, L_30, NULL); } IL_00bd_1: { goto IL_0112; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00c9: { RuntimeObject* L_31 = V_0; NullCheck(L_31); int32_t L_32; L_32 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_31); V_4 = ((int32_t)il2cpp_codegen_subtract(L_32, 1)); goto IL_010d; } IL_00d5: { RuntimeObject* L_33 = V_0; int32_t L_34 = V_4; NullCheck(L_33); RuntimeObject* L_35; L_35 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_33, L_34); V_5 = ((WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E*)CastclassClass((RuntimeObject*)L_35, WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var)); WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_36 = V_5; NullCheck(L_36); bool L_37; L_37 = VirtualFuncInvoker0< bool >::Invoke(5, L_36); if (!L_37) { goto IL_0107; } } { WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_38 = V_5; NullCheck(L_38); RuntimeObject* L_39; L_39 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6, L_38); RuntimeObject* L_40 = ___1_secondary; if ((!(((RuntimeObject*)(RuntimeObject*)L_39) == ((RuntimeObject*)(RuntimeObject*)L_40)))) { goto IL_0107; } } { String_t* L_41; L_41 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE9865427649C328B5047F2F3A0AD18535D186B45)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_42 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_42, L_41, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_CreateAssociation_m22F0F4442A3661141ADD9717C51ED50C7388EA85_RuntimeMethod_var))); } IL_0107: { int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract(L_43, 1)); } IL_010d: { int32_t L_44 = V_4; if ((((int32_t)L_44) >= ((int32_t)0))) { goto IL_00d5; } } IL_0112: { RuntimeObject* L_45 = V_0; V_6 = L_45; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_012f: { { bool L_46 = V_2; if (!L_46) { goto IL_0139; } } { RuntimeObject* L_47 = V_6; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_47, NULL); } IL_0139: { return; } } }); try { RuntimeObject* L_48 = V_6; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_48, (&V_2), NULL); RuntimeObject* L_49 = V_0; RuntimeObject* L_50 = ___1_secondary; WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* L_51 = (WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E*)il2cpp_codegen_object_new(WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var); WeakReference__ctor_m5F9E2F970CD85965A003C0B37ABDBFAA1F5CF241(L_51, L_50, NULL); NullCheck(L_49); int32_t L_52; L_52 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_49, L_51); goto IL_013a; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_013a: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_CreateDesigner_mE2662A58DB94EB65623011E06282A3A4F326CBEF (RuntimeObject* ___0_component, Type_t* ___1_designerBaseType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDesigner_tE54ED7190E706A382D979BA422D195AA4B859AF5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_CreateDesigner_mE2662A58DB94EB65623011E06282A3A4F326CBEF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_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); s_Il2CppMethodInitialized = true; } Type_t* V_0 = NULL; RuntimeObject* V_1 = NULL; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* V_2 = NULL; int32_t V_3 = 0; DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* V_4 = NULL; Type_t* V_5 = NULL; RuntimeObject* V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; { V_0 = (Type_t*)NULL; V_1 = (RuntimeObject*)NULL; RuntimeObject* L_0 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1; L_1 = TypeDescriptor_GetAttributes_m1DAD37A0AC65444B9778B29B1946A615580A4B69(L_0, NULL); V_2 = L_1; V_3 = 0; goto IL_00a1; } IL_0012: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2 = V_2; int32_t L_3 = V_3; NullCheck(L_2); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_4; L_4 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, int32_t >::Invoke(10, L_2, L_3); V_4 = ((DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355*)IsInstSealed((RuntimeObject*)L_4, DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355_il2cpp_TypeInfo_var)); DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* L_5 = V_4; if (!L_5) { goto IL_009d; } } { DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* L_6 = V_4; NullCheck(L_6); String_t* L_7; L_7 = DesignerAttribute_get_DesignerBaseTypeName_m563234B0182AF168B6948E960DC6BDF306EB6833_inline(L_6, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_8; L_8 = il2cpp_codegen_get_type(L_7, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, TypeDescriptor_CreateDesigner_mE2662A58DB94EB65623011E06282A3A4F326CBEF_RuntimeMethod_var); V_5 = L_8; Type_t* L_9 = V_5; bool L_10; L_10 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_9, (Type_t*)NULL, NULL); if (!L_10) { goto IL_009d; } } { Type_t* L_11 = V_5; Type_t* L_12 = ___1_designerBaseType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_11, L_12, NULL); if (!L_13) { goto IL_009d; } } { RuntimeObject* L_14 = ___0_component; NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_14); V_6 = L_15; V_7 = (bool)0; RuntimeObject* L_16 = V_6; if (!L_16) { goto IL_0083; } } { RuntimeObject* L_17 = V_6; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_18 = { reinterpret_cast (ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_19; L_19 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_18, NULL); NullCheck(L_17); RuntimeObject* L_20; L_20 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_17, L_19); V_8 = ((RuntimeObject*)Castclass((RuntimeObject*)L_20, ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_8; if (!L_21) { goto IL_0083; } } { V_7 = (bool)1; RuntimeObject* L_22 = V_8; DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* L_23 = V_4; NullCheck(L_23); String_t* L_24; L_24 = DesignerAttribute_get_DesignerTypeName_m256B923244339F7AEAA0ED171B5590D9326E1DC8_inline(L_23, NULL); NullCheck(L_22); Type_t* L_25; L_25 = InterfaceFuncInvoker1< Type_t*, String_t* >::Invoke(0, ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34_il2cpp_TypeInfo_var, L_22, L_24); V_0 = L_25; } IL_0083: { bool L_26 = V_7; if (L_26) { goto IL_0094; } } { DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* L_27 = V_4; NullCheck(L_27); String_t* L_28; L_28 = DesignerAttribute_get_DesignerTypeName_m256B923244339F7AEAA0ED171B5590D9326E1DC8_inline(L_27, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_29; L_29 = il2cpp_codegen_get_type(L_28, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, TypeDescriptor_CreateDesigner_mE2662A58DB94EB65623011E06282A3A4F326CBEF_RuntimeMethod_var); V_0 = L_29; } IL_0094: { Type_t* L_30 = V_0; 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_00ad; } } IL_009d: { int32_t L_32 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_32, 1)); } IL_00a1: { int32_t L_33 = V_3; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_34 = V_2; NullCheck(L_34); int32_t L_35; L_35 = AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02(L_34, NULL); if ((((int32_t)L_33) < ((int32_t)L_35))) { goto IL_0012; } } IL_00ad: { Type_t* L_36 = V_0; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_37; L_37 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_36, (Type_t*)NULL, NULL); if (!L_37) { goto IL_00c4; } } { Type_t* L_38 = V_0; RuntimeObject* L_39; L_39 = SecurityUtils_SecureCreateInstance_mA233BC3B5B2CB0765C7F0628E6526F04DE273F98(L_38, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, (bool)1, NULL); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_39, IDesigner_tE54ED7190E706A382D979BA422D195AA4B859AF5_il2cpp_TypeInfo_var)); } IL_00c4: { RuntimeObject* L_40 = V_1; return L_40; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* TypeDescriptor_CreateEvent_m1BA27020BD6BF0481E526EA9DC3B571371D1F3BC (Type_t* ___0_componentType, 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*)&ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_componentType; String_t* L_1 = ___1_name; Type_t* L_2 = ___2_type; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_3 = ___3_attributes; ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* L_4 = (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873*)il2cpp_codegen_object_new(ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873_il2cpp_TypeInfo_var); ReflectEventDescriptor__ctor_m402D4547E040BF01C61F91574E2C4258C41B8F16(L_4, L_0, L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* TypeDescriptor_CreateEvent_m4F4DB4D69EBB0EF453ECABC6E4EE778D0870B383 (Type_t* ___0_componentType, EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ___1_oldEventDescriptor, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_componentType; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_1 = ___1_oldEventDescriptor; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2 = ___2_attributes; ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* L_3 = (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873*)il2cpp_codegen_object_new(ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873_il2cpp_TypeInfo_var); ReflectEventDescriptor__ctor_mF11D518B1147C2AFB56CE058071E478AED0C0B8E(L_3, L_0, L_1, L_2, NULL); return L_3; } } 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664_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; } RuntimeObject* V_0 = NULL; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* V_1 = NULL; { Type_t* L_0 = ___1_objectType; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_CreateInstance_mA14C329360CAEEB5AC0573BDE5FD8926621C42FB_RuntimeMethod_var))); } IL_0014: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_3 = ___2_argTypes; if (!L_3) { goto IL_003d; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = ___3_args; if (L_4) { goto IL_0025; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_CreateInstance_mA14C329360CAEEB5AC0573BDE5FD8926621C42FB_RuntimeMethod_var))); } IL_0025: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_6 = ___2_argTypes; NullCheck(L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = ___3_args; NullCheck(L_7); if ((((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))) { goto IL_003d; } } { String_t* L_8; L_8 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral14B46243941FE5D62A97AA84AA56314181BBB846)), 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))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_9, L_8, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_CreateInstance_mA14C329360CAEEB5AC0573BDE5FD8926621C42FB_RuntimeMethod_var))); } IL_003d: { V_0 = NULL; RuntimeObject* L_10 = ___0_provider; if (!L_10) { goto IL_0066; } } { RuntimeObject* L_11 = ___0_provider; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664_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); NullCheck(L_11); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_11, L_13); V_1 = ((TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664*)IsInstClass((RuntimeObject*)L_14, TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664_il2cpp_TypeInfo_var)); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_15 = V_1; if (!L_15) { goto IL_0066; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_16 = V_1; RuntimeObject* L_17 = ___0_provider; Type_t* L_18 = ___1_objectType; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_19 = ___2_argTypes; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = ___3_args; NullCheck(L_16); RuntimeObject* L_21; L_21 = VirtualFuncInvoker4< RuntimeObject*, RuntimeObject*, Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(4, L_16, L_17, L_18, L_19, L_20); V_0 = L_21; } IL_0066: { RuntimeObject* L_22 = V_0; if (L_22) { goto IL_0079; } } { Type_t* L_23 = ___1_objectType; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_24; L_24 = TypeDescriptor_NodeFor_m91F4FD9AF7259500511F36425D31E1AF08D598CC(L_23, NULL); RuntimeObject* L_25 = ___0_provider; Type_t* L_26 = ___1_objectType; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_27 = ___2_argTypes; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = ___3_args; NullCheck(L_24); RuntimeObject* L_29; L_29 = VirtualFuncInvoker4< RuntimeObject*, RuntimeObject*, Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(4, L_24, L_25, L_26, L_27, L_28); V_0 = L_29; } IL_0079: { RuntimeObject* L_30 = V_0; return L_30; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* TypeDescriptor_CreateProperty_mCB4C4D4FD7E1987D64BF235BF2049EEA41D2C69D (Type_t* ___0_componentType, 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*)&ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_componentType; String_t* L_1 = ___1_name; Type_t* L_2 = ___2_type; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_3 = ___3_attributes; ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_4 = (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838*)il2cpp_codegen_object_new(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); ReflectPropertyDescriptor__ctor_m69383E1B38EE9DE9E6A4A929AF7AB6E367F7396C(L_4, L_0, L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* TypeDescriptor_CreateProperty_m7BA66AF1BCAE49A408E32570C4197E8C1B3FBA69 (Type_t* ___0_componentType, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_oldPropertyDescriptor, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_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; } { Type_t* L_0 = ___0_componentType; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1 = ___1_oldPropertyDescriptor; NullCheck(L_1); Type_t* L_2; L_2 = VirtualFuncInvoker0< Type_t* >::Invoke(17, L_1); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_003c; } } { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_4 = ___1_oldPropertyDescriptor; NullCheck(L_4); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_5; L_5 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, L_4); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_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(11, L_5, L_7); NullCheck(((ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E*)CastclassSealed((RuntimeObject*)L_8, ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var))); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_9; L_9 = ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mF15678F125BE31DBA7224C62D53888E613EB04D2_inline(((ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E*)CastclassSealed((RuntimeObject*)L_8, ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var)), NULL); if (!((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838*)IsInstSealed((RuntimeObject*)L_9, ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var))) { goto IL_003c; } } { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_10 = ___1_oldPropertyDescriptor; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_11 = ___2_attributes; ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* L_12 = (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D*)il2cpp_codegen_object_new(ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D_il2cpp_TypeInfo_var); ExtendedPropertyDescriptor__ctor_m0B65DA557C0D57B89DD796E1CE4D2E20098A21FC(L_12, L_10, L_11, NULL); return L_12; } IL_003c: { Type_t* L_13 = ___0_componentType; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_14 = ___1_oldPropertyDescriptor; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_15 = ___2_attributes; ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_16 = (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838*)il2cpp_codegen_object_new(ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var); ReflectPropertyDescriptor__ctor_m2F497FD3A04D72A8299671F0223FD5E7082A1A7D(L_16, L_13, L_14, L_15, NULL); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_mA03511E2618004750039DF187069ED2B05DEDB23 (Type_t* ___0_type, AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ___1_attributes, AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ___2_debugAttributes, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_m114C7B85782A6761E27E4B8885871F8449518BA6 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ___0_attributes, AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ___1_debugAttributes, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_m61AD3D8D8F387074AE46F52A00AF0B2EA705A8BB (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ___0_attributes, Type_t* ___1_type, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_mE84651E4B3279E8181255633CD0783600EB61D7E (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ___0_attributes, RuntimeObject* ___1_instance, bool ___2_noCustomTypeDesc, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_m2E987DF0CDD943C7704E0E000F937F8CFC2AACA3 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ___0_converter, Type_t* ___1_type, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_mDB7024CDB29BCE528747840DBB160D4997A75C9F (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ___0_converter, RuntimeObject* ___1_instance, bool ___2_noCustomTypeDesc, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_m890641224AB92467CF24394CC47B55EAC745E74E (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* ___0_events, Type_t* ___1_type, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_attributes, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_m76189D6468927BDDA990BE101C27B2DFD0F8CE4A (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* ___0_events, RuntimeObject* ___1_instance, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_attributes, bool ___3_noCustomTypeDesc, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_m1D270331528716546229D1CDDED6AA476325B6DC (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ___0_properties, Type_t* ___1_type, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_attributes, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_DebugValidate_mDD0361F6067CBC75F6D8FCBC24B33EF59A69E0DE (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ___0_properties, RuntimeObject* ___1_instance, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_attributes, bool ___3_noCustomTypeDesc, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* TypeDescriptor_FilterMembers_m5235BD3C20ABC0C76CB6A01C768CA88D60204708 (RuntimeObject* ___0_members, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, 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*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; { V_0 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)NULL; RuntimeObject* L_0 = ___0_members; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_0); V_1 = L_1; V_2 = 0; goto IL_007f; } IL_000d: { V_3 = (bool)0; V_4 = 0; goto IL_0035; } IL_0014: { RuntimeObject* L_2 = ___0_members; int32_t L_3 = V_2; NullCheck(L_2); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_2, L_3); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_5 = ___1_attributes; int32_t L_6 = V_4; NullCheck(L_5); int32_t L_7 = L_6; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_8 = (L_5)->GetAt(static_cast(L_7)); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); bool L_9; L_9 = TypeDescriptor_ShouldHideMember_m279039219951D41944ABB4BA978FA037E83E0294(((MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*)CastclassClass((RuntimeObject*)L_4, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var)), L_8, NULL); if (!L_9) { goto IL_002f; } } { V_3 = (bool)1; goto IL_003c; } IL_002f: { int32_t L_10 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_0035: { int32_t L_11 = V_4; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_12 = ___1_attributes; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))) { goto IL_0014; } } IL_003c: { bool L_13 = V_3; if (!L_13) { goto IL_006a; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_14 = V_0; if (L_14) { goto IL_007b; } } { int32_t L_15 = V_1; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_16 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); ArrayList__ctor_m4637812384C075439BB17EEC1C2DF802BD41EBD0(L_16, L_15, NULL); V_0 = L_16; V_5 = 0; goto IL_0063; } IL_004e: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_17 = V_0; RuntimeObject* L_18 = ___0_members; int32_t L_19 = V_5; NullCheck(L_18); RuntimeObject* L_20; L_20 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_18, L_19); NullCheck(L_17); int32_t L_21; L_21 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29, L_17, L_20); int32_t L_22 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_22, 1)); } IL_0063: { int32_t L_23 = V_5; int32_t L_24 = V_2; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_004e; } } { goto IL_007b; } IL_006a: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_25 = V_0; if (!L_25) { goto IL_007b; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_26 = V_0; RuntimeObject* L_27 = ___0_members; int32_t L_28 = V_2; NullCheck(L_27); RuntimeObject* L_29; L_29 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_27, L_28); NullCheck(L_26); int32_t L_30; L_30 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29, L_26, L_29); } IL_007b: { int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_31, 1)); } IL_007f: { int32_t L_32 = V_2; int32_t L_33 = V_1; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_000d; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_34 = V_0; return L_34; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetAssociation_m98BF82311AC505E0F645D8E609FEC246006D8062 (Type_t* ___0_type, RuntimeObject* ___1_primary, 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*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDesignerHost_t794A5B06E3CAF9AEE9C8D29EA7C780A01674430C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDesignerHost_t794A5B06E3CAF9AEE9C8D29EA7C780A01674430C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_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*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = NULL; RuntimeObject* V_10 = NULL; { 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))); 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*)&TypeDescriptor_GetAssociation_m98BF82311AC505E0F645D8E609FEC246006D8062_RuntimeMethod_var))); } IL_0014: { RuntimeObject* L_3 = ___1_primary; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetAssociation_m98BF82311AC505E0F645D8E609FEC246006D8062_RuntimeMethod_var))); } IL_0022: { RuntimeObject* L_5 = ___1_primary; V_0 = L_5; Type_t* L_6 = ___0_type; RuntimeObject* L_7 = ___1_primary; NullCheck(L_6); bool L_8; L_8 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(120, L_6, L_7); if (L_8) { goto IL_0109; } } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_9 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____associationTable; il2cpp_codegen_memory_barrier(); V_1 = L_9; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_10 = V_1; if (!L_10) { goto IL_00ab; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_11 = V_1; RuntimeObject* L_12 = ___1_primary; NullCheck(L_11); RuntimeObject* L_13; L_13 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_11, L_12); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_13, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_2; if (!L_14) { goto IL_00ab; } } { RuntimeObject* L_15 = V_2; V_3 = L_15; V_4 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00a0: { { bool L_16 = V_4; if (!L_16) { goto IL_00aa; } } { RuntimeObject* L_17 = V_3; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_17, NULL); } IL_00aa: { return; } } }); try { { RuntimeObject* L_18 = V_3; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_18, (&V_4), NULL); RuntimeObject* L_19 = V_2; NullCheck(L_19); int32_t L_20; L_20 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_19); V_5 = ((int32_t)il2cpp_codegen_subtract(L_20, 1)); goto IL_0099_1; } IL_0064_1: { RuntimeObject* L_21 = V_2; int32_t L_22 = V_5; NullCheck(L_21); RuntimeObject* L_23; L_23 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_21, L_22); NullCheck(((WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E*)CastclassClass((RuntimeObject*)L_23, WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var))); RuntimeObject* L_24; L_24 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6, ((WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E*)CastclassClass((RuntimeObject*)L_23, WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var))); V_6 = L_24; RuntimeObject* L_25 = V_6; if (L_25) { goto IL_0086_1; } } { RuntimeObject* L_26 = V_2; int32_t L_27 = V_5; NullCheck(L_26); InterfaceActionInvoker1< int32_t >::Invoke(10, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_26, L_27); goto IL_0093_1; } IL_0086_1: { Type_t* L_28 = ___0_type; RuntimeObject* L_29 = V_6; NullCheck(L_28); bool L_30; L_30 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(120, L_28, L_29); if (!L_30) { goto IL_0093_1; } } { RuntimeObject* L_31 = V_6; V_0 = L_31; } IL_0093_1: { int32_t L_32 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract(L_32, 1)); } IL_0099_1: { int32_t L_33 = V_5; if ((((int32_t)L_33) >= ((int32_t)0))) { goto IL_0064_1; } } { goto IL_00ab; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00ab: { RuntimeObject* L_34 = V_0; RuntimeObject* L_35 = ___1_primary; if ((!(((RuntimeObject*)(RuntimeObject*)L_34) == ((RuntimeObject*)(RuntimeObject*)L_35)))) { goto IL_0109; } } { RuntimeObject* L_36 = ___1_primary; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)); RuntimeObject* L_37 = V_7; if (!L_37) { goto IL_0109; } } { RuntimeObject* L_38 = V_7; NullCheck(L_38); RuntimeObject* L_39; L_39 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_38); V_8 = L_39; RuntimeObject* L_40 = V_8; if (!L_40) { goto IL_0109; } } { RuntimeObject* L_41 = V_8; NullCheck(L_41); bool L_42; L_42 = InterfaceFuncInvoker0< bool >::Invoke(2, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_41); if (!L_42) { goto IL_0109; } } { RuntimeObject* L_43 = V_8; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_44 = { reinterpret_cast (IDesignerHost_t794A5B06E3CAF9AEE9C8D29EA7C780A01674430C_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); NullCheck(L_43); RuntimeObject* L_46; L_46 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_43, L_45); V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_46, IDesignerHost_t794A5B06E3CAF9AEE9C8D29EA7C780A01674430C_il2cpp_TypeInfo_var)); RuntimeObject* L_47 = V_9; if (!L_47) { goto IL_0109; } } { RuntimeObject* L_48 = V_9; RuntimeObject* L_49 = V_7; NullCheck(L_48); RuntimeObject* L_50; L_50 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(1, IDesignerHost_t794A5B06E3CAF9AEE9C8D29EA7C780A01674430C_il2cpp_TypeInfo_var, L_48, L_49); V_10 = L_50; RuntimeObject* L_51 = V_10; if (!L_51) { goto IL_0109; } } { Type_t* L_52 = ___0_type; RuntimeObject* L_53 = V_10; NullCheck(L_52); bool L_54; L_54 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(120, L_52, L_53); if (!L_54) { goto IL_0109; } } { RuntimeObject* L_55 = V_10; V_0 = L_55; } IL_0109: { RuntimeObject* L_56 = V_0; return L_56; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* TypeDescriptor_GetAttributes_mEB5BB80A1C07740F8C7C432FDE38C5F37D846755 (Type_t* ___0_componentType, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_componentType; 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_0010; } } { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2 = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)il2cpp_codegen_object_new(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313(L_2, (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL, NULL); return L_2; } IL_0010: { Type_t* L_3 = ___0_componentType; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04(L_3, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, NULL); NullCheck(L_4); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_5; L_5 = InterfaceFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(0, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_4); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* TypeDescriptor_GetAttributes_m1DAD37A0AC65444B9778B29B1946A615580A4B69 (RuntimeObject* ___0_component, 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_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1; L_1 = TypeDescriptor_GetAttributes_m0773B6640B591862BE3EBCCE1250AF9C8921FFCA(L_0, (bool)0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* TypeDescriptor_GetAttributes_m0773B6640B591862BE3EBCCE1250AF9C8921FFCA (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, 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*)&AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_7 = NULL; { RuntimeObject* L_0 = ___0_component; if (L_0) { goto IL_000a; } } { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1 = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)il2cpp_codegen_object_new(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313(L_1, (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL, NULL); return L_1; } IL_000a: { RuntimeObject* L_2 = ___0_component; bool L_3 = ___1_noCustomTypeDesc; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2(L_2, L_3, NULL); NullCheck(L_4); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_5; L_5 = InterfaceFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(0, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_4); V_0 = L_5; RuntimeObject* L_6 = ___0_component; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var))) { goto IL_004c; } } { bool L_7 = ___1_noCustomTypeDesc; if (!L_7) { goto IL_0040; } } { RuntimeObject* L_8 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_9; L_9 = TypeDescriptor_GetExtendedDescriptor_mA48AE86FC60E09ED68303EA9355F1AF19F583D53(L_8, NULL); V_2 = L_9; RuntimeObject* L_10 = V_2; if (!L_10) { goto IL_008b; } } { RuntimeObject* L_11 = V_2; NullCheck(L_11); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_12; L_12 = InterfaceFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(0, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_11); V_3 = L_12; RuntimeObject* L_13 = V_0; RuntimeObject* L_14 = V_3; RuntimeObject* L_15 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_16; L_16 = TypeDescriptor_PipelineMerge_mB567A8C7160A6A73F3884076D2785754E248694E(0, L_13, L_14, L_15, (RuntimeObject*)NULL, NULL); V_0 = L_16; goto IL_008b; } IL_0040: { RuntimeObject* L_17 = V_0; RuntimeObject* L_18 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_19; L_19 = TypeDescriptor_PipelineFilter_mB1F9A7FEE9C5B25B0FEAECDC6B944C8479DE8C97(0, L_17, L_18, (RuntimeObject*)NULL, NULL); V_0 = L_19; goto IL_008b; } IL_004c: { RuntimeObject* L_20 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_21; L_21 = TypeDescriptor_GetCache_m8BFBAC142FE1E2389677C8BC10B1789A3D7619C7(L_20, NULL); V_4 = L_21; RuntimeObject* L_22 = V_0; RuntimeObject* L_23 = V_4; RuntimeObject* L_24; L_24 = TypeDescriptor_PipelineInitialize_mD14A09D1FEC4B6A82C3FCC72614890989DD37A05(0, L_22, L_23, NULL); V_0 = L_24; RuntimeObject* L_25 = ___0_component; RuntimeObject* L_26; L_26 = TypeDescriptor_GetExtendedDescriptor_mA48AE86FC60E09ED68303EA9355F1AF19F583D53(L_25, NULL); V_5 = L_26; RuntimeObject* L_27 = V_5; if (!L_27) { goto IL_0080; } } { RuntimeObject* L_28 = V_5; NullCheck(L_28); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_29; L_29 = InterfaceFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(0, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_28); V_6 = L_29; RuntimeObject* L_30 = V_0; RuntimeObject* L_31 = V_6; RuntimeObject* L_32 = ___0_component; RuntimeObject* L_33 = V_4; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_34; L_34 = TypeDescriptor_PipelineMerge_mB567A8C7160A6A73F3884076D2785754E248694E(0, L_30, L_31, L_32, L_33, NULL); V_0 = L_34; } IL_0080: { RuntimeObject* L_35 = V_0; RuntimeObject* L_36 = ___0_component; RuntimeObject* L_37 = V_4; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_38; L_38 = TypeDescriptor_PipelineFilter_mB1F9A7FEE9C5B25B0FEAECDC6B944C8479DE8C97(0, L_35, L_36, L_37, NULL); V_0 = L_38; } IL_008b: { RuntimeObject* L_39 = V_0; V_1 = ((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)IsInstClass((RuntimeObject*)L_39, AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var)); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_40 = V_1; if (L_40) { goto IL_00b3; } } { RuntimeObject* L_41 = V_0; NullCheck(L_41); int32_t L_42; L_42 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_41); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_43 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)L_42); V_7 = L_43; RuntimeObject* L_44 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_45 = V_7; NullCheck(L_44); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_44, (RuntimeArray*)L_45, 0); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_46 = V_7; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_47 = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)il2cpp_codegen_object_new(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313(L_47, L_46, NULL); V_1 = L_47; } IL_00b3: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_48 = V_1; return L_48; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetCache_m8BFBAC142FE1E2389677C8BC10B1789A3D7619C7 (RuntimeObject* ___0_instance, 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_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_1; L_1 = TypeDescriptor_NodeFor_m619910CD4B66124F88BFB61DF642787D6EBBE316(L_0, NULL); RuntimeObject* L_2 = ___0_instance; NullCheck(L_1); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(5, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetClassName_mBEEE6262D726EB7D75E4D6824221DF5422511579 (RuntimeObject* ___0_component, 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_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); String_t* L_1; L_1 = TypeDescriptor_GetClassName_m1669DBB071A27E5FE62BFEC6691D86B31D290E41(L_0, (bool)0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetClassName_m1669DBB071A27E5FE62BFEC6691D86B31D290E41 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, 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*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_component; bool L_1 = ___1_noCustomTypeDesc; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2(L_0, L_1, NULL); NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(1, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetClassName_mE168058168A798C580329EFE00D14A7C1F2F56A2 (Type_t* ___0_componentType, 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*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_componentType; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04(L_0, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, NULL); NullCheck(L_1); String_t* L_2; L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(1, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetComponentName_m2E66E25A165BCB0F9ADD909EAF77541FF9AF2C04 (RuntimeObject* ___0_component, 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_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); String_t* L_1; L_1 = TypeDescriptor_GetComponentName_m66BEEC77B6B06C7009D839B08D28F6CB27D0D091(L_0, (bool)0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetComponentName_m66BEEC77B6B06C7009D839B08D28F6CB27D0D091 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, 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*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_component; bool L_1 = ___1_noCustomTypeDesc; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2(L_0, L_1, NULL); NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(2, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* TypeDescriptor_GetConverter_mCDC09AC6FF8130EFB56A58AC2F3EFB218C6B6A5F (RuntimeObject* ___0_component, 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_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_1; L_1 = TypeDescriptor_GetConverter_m052A483C48F38F4091A1AC46D9C3B6C3F580EB29(L_0, (bool)0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* TypeDescriptor_GetConverter_m052A483C48F38F4091A1AC46D9C3B6C3F580EB29 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, 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*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_component; bool L_1 = ___1_noCustomTypeDesc; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2(L_0, L_1, NULL); NullCheck(L_2); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_3; L_3 = InterfaceFuncInvoker0< TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* >::Invoke(3, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* TypeDescriptor_GetConverter_m83A515E1D6F25137D637B175EA55BC80637E1C8A (Type_t* ___0_type, 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*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04(L_0, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL); NullCheck(L_1); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_2; L_2 = InterfaceFuncInvoker0< TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* >::Invoke(3, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_ConvertFromInvariantString_mAC30A47DC5128023356FBF3AFDAD9B4136F4BFB8 (Type_t* ___0_type, String_t* ___1_stringValue, 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 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_1; L_1 = TypeDescriptor_GetConverter_m83A515E1D6F25137D637B175EA55BC80637E1C8A(L_0, NULL); String_t* L_2 = ___1_stringValue; NullCheck(L_1); RuntimeObject* L_3; L_3 = TypeConverter_ConvertFromInvariantString_m81DA50DC43E5868C83A5D283FFD227B919C9D0A5(L_1, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* TypeDescriptor_GetDefaultEvent_mECBFE64229300D861264F55D6A24AA085A99EFA8 (Type_t* ___0_componentType, 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*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_componentType; 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_000b; } } { return (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)NULL; } IL_000b: { Type_t* L_2 = ___0_componentType; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04(L_2, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, NULL); NullCheck(L_3); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_4; L_4 = InterfaceFuncInvoker0< EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* >::Invoke(4, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* TypeDescriptor_GetDefaultEvent_mF59548F861B46C56AB8CF4D064665798D95E77C9 (RuntimeObject* ___0_component, 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_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_1; L_1 = TypeDescriptor_GetDefaultEvent_m7B26ECB7865C226D7AB2E4AE5EB85A8B6D8B7F43(L_0, (bool)0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* TypeDescriptor_GetDefaultEvent_m7B26ECB7865C226D7AB2E4AE5EB85A8B6D8B7F43 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, 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*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_component; if (L_0) { goto IL_0005; } } { return (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*)NULL; } IL_0005: { RuntimeObject* L_1 = ___0_component; bool L_2 = ___1_noCustomTypeDesc; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2(L_1, L_2, NULL); NullCheck(L_3); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_4; L_4 = InterfaceFuncInvoker0< EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* >::Invoke(4, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* TypeDescriptor_GetDefaultProperty_m98ECB5694AFBB0EE28CA40135E1E4567FE9FC851 (Type_t* ___0_componentType, 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*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_componentType; 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_000b; } } { return (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)NULL; } IL_000b: { Type_t* L_2 = ___0_componentType; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04(L_2, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, NULL); NullCheck(L_3); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_4; L_4 = InterfaceFuncInvoker0< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* >::Invoke(5, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* TypeDescriptor_GetDefaultProperty_m0993BAE13D6A820DE5BA6B41A442D0A35D811EDA (RuntimeObject* ___0_component, 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_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1; L_1 = TypeDescriptor_GetDefaultProperty_m65BCFA95799F8D1C7063A285E3C8D629FE0B32B2(L_0, (bool)0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* TypeDescriptor_GetDefaultProperty_m65BCFA95799F8D1C7063A285E3C8D629FE0B32B2 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, 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*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_component; if (L_0) { goto IL_0005; } } { return (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)NULL; } IL_0005: { RuntimeObject* L_1 = ___0_component; bool L_2 = ___1_noCustomTypeDesc; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2(L_1, L_2, NULL); NullCheck(L_3); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_4; L_4 = InterfaceFuncInvoker0< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* >::Invoke(5, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04 (Type_t* ___0_type, String_t* ___1_typeName, 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_0010; } } { String_t* L_2 = ___1_typeName; ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04_RuntimeMethod_var))); } IL_0010: { Type_t* L_4 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_5; L_5 = TypeDescriptor_NodeFor_m91F4FD9AF7259500511F36425D31E1AF08D598CC(L_4, NULL); Type_t* L_6 = ___0_type; NullCheck(L_5); RuntimeObject* L_7; L_7 = TypeDescriptionProvider_GetTypeDescriptor_mFE828ABD6B88857D8D0F88B6E64036526EB72D5C(L_5, L_6, NULL); return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, 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*)&IUnimplemented_t76A70039CA7C77A7C3ECE97AA3B38C10607338C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = ___0_component; if (L_0) { goto IL_000e; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___0_component; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_2, IUnimplemented_t76A70039CA7C77A7C3ECE97AA3B38C10607338C5_il2cpp_TypeInfo_var))) { goto IL_003a; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (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_4 = L_3; RuntimeObject* L_5 = ___0_component; NullCheck(L_5); Type_t* L_6; L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_5, NULL); NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(0), (RuntimeObject*)L_7); String_t* L_8; L_8 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB90D239C32DAB2C68B6BA744A5F9F0346FE0FBA)), L_4, NULL); NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_9 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_9, L_8, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2_RuntimeMethod_var))); } IL_003a: { RuntimeObject* L_10 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_11; L_11 = TypeDescriptor_NodeFor_m619910CD4B66124F88BFB61DF642787D6EBBE316(L_10, NULL); RuntimeObject* L_12 = ___0_component; NullCheck(L_11); RuntimeObject* L_13; L_13 = TypeDescriptionProvider_GetTypeDescriptor_m98120E5BD98B7418563145C0AFAC8D3F5806E124(L_11, L_12, NULL); V_0 = L_13; RuntimeObject* L_14 = ___0_component; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var)); bool L_15 = ___1_noCustomTypeDesc; if (L_15) { goto IL_005c; } } { RuntimeObject* L_16 = V_1; if (!L_16) { goto IL_005c; } } { RuntimeObject* L_17 = V_1; RuntimeObject* L_18 = V_0; MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* L_19 = (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439*)il2cpp_codegen_object_new(MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439_il2cpp_TypeInfo_var); MergedTypeDescriptor__ctor_m846C2DB00AE4DB20FAB890B60E95CB56EE9FE629(L_19, L_17, L_18, NULL); V_0 = L_19; } IL_005c: { RuntimeObject* L_20 = V_0; return L_20; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetExtendedDescriptor_mA48AE86FC60E09ED68303EA9355F1AF19F583D53 (RuntimeObject* ___0_component, 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_component; if (L_0) { goto IL_000e; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetExtendedDescriptor_mA48AE86FC60E09ED68303EA9355F1AF19F583D53_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_3; L_3 = TypeDescriptor_NodeFor_m619910CD4B66124F88BFB61DF642787D6EBBE316(L_2, NULL); RuntimeObject* L_4 = ___0_component; NullCheck(L_3); RuntimeObject* L_5; L_5 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_3, L_4); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetEditor_m7C29075330D81A24831B8D7C2616B62CC35CF7A7 (RuntimeObject* ___0_component, Type_t* ___1_editorBaseType, 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_component; Type_t* L_1 = ___1_editorBaseType; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = TypeDescriptor_GetEditor_m9F5AA1718CC366AE32E85B6BE3A891D3D657B0F9(L_0, L_1, (bool)0, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetEditor_m9F5AA1718CC366AE32E85B6BE3A891D3D657B0F9 (RuntimeObject* ___0_component, Type_t* ___1_editorBaseType, bool ___2_noCustomTypeDesc, 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*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_editorBaseType; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29F549847E6C95D5723845123BD2C0D50AB9BD5F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetEditor_m9F5AA1718CC366AE32E85B6BE3A891D3D657B0F9_RuntimeMethod_var))); } IL_0014: { RuntimeObject* L_3 = ___0_component; bool L_4 = ___2_noCustomTypeDesc; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2(L_3, L_4, NULL); Type_t* L_6 = ___1_editorBaseType; NullCheck(L_5); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(6, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_5, L_6); return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetEditor_mE3DF26BBBFB7689F268FF8C4C84A9841941FF198 (Type_t* ___0_type, Type_t* ___1_editorBaseType, 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*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_editorBaseType; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29F549847E6C95D5723845123BD2C0D50AB9BD5F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetEditor_mE3DF26BBBFB7689F268FF8C4C84A9841941FF198_RuntimeMethod_var))); } IL_0014: { Type_t* L_3 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04(L_3, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL); Type_t* L_5 = ___1_editorBaseType; NullCheck(L_4); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(6, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_4, L_5); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* TypeDescriptor_GetEvents_m2DE2676248F8C4A877EC3277598D88C2334337EC (Type_t* ___0_componentType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_componentType; 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_0011; } } { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_2 = (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)il2cpp_codegen_object_new(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_m6FEF5B613838F164D7F9FC939EA915FE7B5CF118(L_2, (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)NULL, (bool)1, NULL); return L_2; } IL_0011: { Type_t* L_3 = ___0_componentType; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04(L_3, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, NULL); NullCheck(L_4); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_5; L_5 = InterfaceFuncInvoker0< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* >::Invoke(7, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_4); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* TypeDescriptor_GetEvents_mA5AAE70C0390EE22F0CCCBC55DE33052BB26090F (Type_t* ___0_componentType, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* V_0 = NULL; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_1 = NULL; { Type_t* L_0 = ___0_componentType; 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_0011; } } { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_2 = (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)il2cpp_codegen_object_new(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_m6FEF5B613838F164D7F9FC939EA915FE7B5CF118(L_2, (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)NULL, (bool)1, NULL); return L_2; } IL_0011: { Type_t* L_3 = ___0_componentType; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04(L_3, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_5 = ___1_attributes; NullCheck(L_4); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_6; L_6 = InterfaceFuncInvoker1< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(8, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_4, L_5); V_0 = L_6; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_7 = ___1_attributes; if (!L_7) { goto IL_0051; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_8 = ___1_attributes; NullCheck(L_8); if (!(((RuntimeArray*)L_8)->max_length)) { goto IL_0051; } } { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_9 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_10 = ___1_attributes; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_11; L_11 = TypeDescriptor_FilterMembers_m5235BD3C20ABC0C76CB6A01C768CA88D60204708(L_9, L_10, NULL); V_1 = L_11; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_12 = V_1; if (!L_12) { goto IL_0051; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_13 = V_1; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_14 = { reinterpret_cast (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_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); RuntimeArray* L_16; L_16 = VirtualFuncInvoker1< RuntimeArray*, Type_t* >::Invoke(49, L_13, L_15); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_17 = (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)il2cpp_codegen_object_new(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_m6FEF5B613838F164D7F9FC939EA915FE7B5CF118(L_17, ((EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)Castclass((RuntimeObject*)L_16, EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var)), (bool)1, NULL); V_0 = L_17; } IL_0051: { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_18 = V_0; return L_18; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* TypeDescriptor_GetEvents_m658D2306CA88DD732B8DF7217DB1165CA113A44A (RuntimeObject* ___0_component, 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_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_1; L_1 = TypeDescriptor_GetEvents_m10BDCC2559627F2FB4D3788A9C2B04C819AF8B9C(L_0, (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL, (bool)0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* TypeDescriptor_GetEvents_mC9589EB37F83E9F66942224BC4D25539F466A0EA (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, 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_component; bool L_1 = ___1_noCustomTypeDesc; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_2; L_2 = TypeDescriptor_GetEvents_m10BDCC2559627F2FB4D3788A9C2B04C819AF8B9C(L_0, (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* TypeDescriptor_GetEvents_m7EF46BABC9E63441D4F5B8B5C2EFEEF13B144FA3 (RuntimeObject* ___0_component, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, 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_component; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___1_attributes; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_2; L_2 = TypeDescriptor_GetEvents_m10BDCC2559627F2FB4D3788A9C2B04C819AF8B9C(L_0, L_1, (bool)0, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* TypeDescriptor_GetEvents_m10BDCC2559627F2FB4D3788A9C2B04C819AF8B9C (RuntimeObject* ___0_component, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, bool ___2_noCustomTypeDesc, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* V_8 = NULL; { RuntimeObject* L_0 = ___0_component; if (L_0) { goto IL_000b; } } { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_1 = (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)il2cpp_codegen_object_new(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_m6FEF5B613838F164D7F9FC939EA915FE7B5CF118(L_1, (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)NULL, (bool)1, NULL); return L_1; } IL_000b: { RuntimeObject* L_2 = ___0_component; bool L_3 = ___2_noCustomTypeDesc; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2(L_2, L_3, NULL); V_0 = L_4; RuntimeObject* L_5 = ___0_component; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_5, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var))) { goto IL_0061; } } { RuntimeObject* L_6 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_7 = ___1_attributes; NullCheck(L_6); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_8; L_8 = InterfaceFuncInvoker1< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(8, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_6, L_7); V_1 = L_8; bool L_9 = ___2_noCustomTypeDesc; if (!L_9) { goto IL_004a; } } { RuntimeObject* L_10 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_11; L_11 = TypeDescriptor_GetExtendedDescriptor_mA48AE86FC60E09ED68303EA9355F1AF19F583D53(L_10, NULL); V_3 = L_11; RuntimeObject* L_12 = V_3; if (!L_12) { goto IL_00b5; } } { RuntimeObject* L_13 = V_3; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_14 = ___1_attributes; NullCheck(L_13); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_15; L_15 = InterfaceFuncInvoker1< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(8, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_13, L_14); V_4 = L_15; RuntimeObject* L_16 = V_1; RuntimeObject* L_17 = V_4; RuntimeObject* L_18 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_19; L_19 = TypeDescriptor_PipelineMerge_mB567A8C7160A6A73F3884076D2785754E248694E(2, L_16, L_17, L_18, (RuntimeObject*)NULL, NULL); V_1 = L_19; goto IL_00b5; } IL_004a: { RuntimeObject* L_20 = V_1; RuntimeObject* L_21 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_22; L_22 = TypeDescriptor_PipelineFilter_mB1F9A7FEE9C5B25B0FEAECDC6B944C8479DE8C97(2, L_20, L_21, (RuntimeObject*)NULL, NULL); V_1 = L_22; RuntimeObject* L_23 = V_1; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_24 = ___1_attributes; RuntimeObject* L_25 = ___0_component; RuntimeObject* L_26; L_26 = TypeDescriptor_PipelineAttributeFilter_m252B73CAC0F4F691778F342891E4E82DB43A14D3(2, L_23, L_24, L_25, (RuntimeObject*)NULL, NULL); V_1 = L_26; goto IL_00b5; } IL_0061: { RuntimeObject* L_27 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_28; L_28 = TypeDescriptor_GetCache_m8BFBAC142FE1E2389677C8BC10B1789A3D7619C7(L_27, NULL); V_5 = L_28; RuntimeObject* L_29 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_30 = ___1_attributes; NullCheck(L_29); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_31; L_31 = InterfaceFuncInvoker1< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(8, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_29, L_30); V_1 = L_31; RuntimeObject* L_32 = V_1; RuntimeObject* L_33 = V_5; RuntimeObject* L_34; L_34 = TypeDescriptor_PipelineInitialize_mD14A09D1FEC4B6A82C3FCC72614890989DD37A05(2, L_32, L_33, NULL); V_1 = L_34; RuntimeObject* L_35 = ___0_component; RuntimeObject* L_36; L_36 = TypeDescriptor_GetExtendedDescriptor_mA48AE86FC60E09ED68303EA9355F1AF19F583D53(L_35, NULL); V_6 = L_36; RuntimeObject* L_37 = V_6; if (!L_37) { goto IL_009e; } } { RuntimeObject* L_38 = V_6; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_39 = ___1_attributes; NullCheck(L_38); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_40; L_40 = InterfaceFuncInvoker1< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(8, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_38, L_39); V_7 = L_40; RuntimeObject* L_41 = V_1; RuntimeObject* L_42 = V_7; RuntimeObject* L_43 = ___0_component; RuntimeObject* L_44 = V_5; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_45; L_45 = TypeDescriptor_PipelineMerge_mB567A8C7160A6A73F3884076D2785754E248694E(2, L_41, L_42, L_43, L_44, NULL); V_1 = L_45; } IL_009e: { RuntimeObject* L_46 = V_1; RuntimeObject* L_47 = ___0_component; RuntimeObject* L_48 = V_5; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_49; L_49 = TypeDescriptor_PipelineFilter_mB1F9A7FEE9C5B25B0FEAECDC6B944C8479DE8C97(2, L_46, L_47, L_48, NULL); V_1 = L_49; RuntimeObject* L_50 = V_1; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_51 = ___1_attributes; RuntimeObject* L_52 = ___0_component; RuntimeObject* L_53 = V_5; RuntimeObject* L_54; L_54 = TypeDescriptor_PipelineAttributeFilter_m252B73CAC0F4F691778F342891E4E82DB43A14D3(2, L_50, L_51, L_52, L_53, NULL); V_1 = L_54; } IL_00b5: { RuntimeObject* L_55 = V_1; V_2 = ((EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)IsInstClass((RuntimeObject*)L_55, EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var)); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_56 = V_2; if (L_56) { goto IL_00de; } } { RuntimeObject* L_57 = V_1; NullCheck(L_57); int32_t L_58; L_58 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_57); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_59 = (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)SZArrayNew(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var, (uint32_t)L_58); V_8 = L_59; RuntimeObject* L_60 = V_1; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_61 = V_8; NullCheck(L_60); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_60, (RuntimeArray*)L_61, 0); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_62 = V_8; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_63 = (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)il2cpp_codegen_object_new(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_m6FEF5B613838F164D7F9FC939EA915FE7B5CF118(L_63, L_62, (bool)1, NULL); V_2 = L_63; } IL_00de: { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_64 = V_2; return L_64; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetExtenderCollisionSuffix_m6FD3A5F63D1EFCC72588C64ADEF52A9B3FC2A3F9 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_member, 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*)&ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00644F71DA7DB182CB08975767498113F2C23991); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; { V_0 = (String_t*)NULL; MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_0 = ___0_member; NullCheck(L_0); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1; L_1 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, L_0); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_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(11, L_1, L_3); V_1 = ((ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E*)IsInstSealed((RuntimeObject*)L_4, ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var)); ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_5 = V_1; if (!L_5) { goto IL_0085; } } { ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_6 = V_1; NullCheck(L_6); RuntimeObject* L_7; L_7 = ExtenderProvidedPropertyAttribute_get_Provider_mF6A5C961D41558DDF43293934D6C5CD80BEF584F_inline(L_6, NULL); V_2 = L_7; RuntimeObject* L_8 = V_2; if (!L_8) { goto IL_0085; } } { V_3 = (String_t*)NULL; RuntimeObject* L_9 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_4; if (!L_10) { goto IL_004e; } } { RuntimeObject* L_11 = V_4; NullCheck(L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_11); if (!L_12) { goto IL_004e; } } { RuntimeObject* L_13 = V_4; NullCheck(L_13); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_13); NullCheck(L_14); String_t* L_15; L_15 = InterfaceFuncInvoker0< String_t* >::Invoke(3, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_14); V_3 = L_15; } IL_004e: { String_t* L_16 = V_3; if (!L_16) { goto IL_0059; } } { String_t* L_17 = V_3; NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_17, NULL); if (L_18) { goto IL_0074; } } IL_0059: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); int32_t L_19; L_19 = Interlocked_Increment_m3C240C32E8D9544EC050B74D4F28EEB58F1F9309((&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____collisionIndex), NULL); V_5 = ((int32_t)il2cpp_codegen_subtract(L_19, 1)); il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20; L_20 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_21; L_21 = Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B((&V_5), L_20, NULL); V_3 = L_21; } IL_0074: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_22; L_22 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_23 = V_3; String_t* L_24; L_24 = String_Format_m3844098E7C18576D263AAF62F69BE5C70BF9A744(L_22, _stringLiteral00644F71DA7DB182CB08975767498113F2C23991, L_23, NULL); V_0 = L_24; } IL_0085: { String_t* L_25 = V_0; return L_25; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetFullComponentName_m9C9B2457FFC5CD4D602A567DFCB711042FBFA2CE (RuntimeObject* ___0_component, 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_component; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_GetFullComponentName_m9C9B2457FFC5CD4D602A567DFCB711042FBFA2CE_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_3; L_3 = TypeDescriptor_GetProvider_m50B2E567187A3F689D94A75F450E8A45DD1851D4(L_2, NULL); RuntimeObject* L_4 = ___0_component; NullCheck(L_3); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, RuntimeObject* >::Invoke(8, L_3, L_4); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptor_GetNodeForBaseType_m92C067343C33C53F2EE1A00DA6184F597F72E476 (Type_t* ___0_searchType, 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_searchType; NullCheck(L_0); bool L_1; L_1 = Type_get_IsInterface_m484A7D9321E72758EABE7F36AE266EB0905957EC(L_0, NULL); if (!L_1) { goto IL_000e; } } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = TypeDescriptor_get_InterfaceType_m5846DF18FDCA094C42B3F2B31BBCFAAE78D37565(NULL); return L_2; } IL_000e: { Type_t* L_3 = ___0_searchType; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = TypeDescriptor_get_InterfaceType_m5846DF18FDCA094C42B3F2B31BBCFAAE78D37565(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_001d; } } { return (Type_t*)NULL; } IL_001d: { Type_t* L_6 = ___0_searchType; NullCheck(L_6); Type_t* L_7; L_7 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_6); return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetProperties_m05185056FC9F602E70FCECB6D94B049B590D9B1D (Type_t* ___0_componentType, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_componentType; 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_0011; } } { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_2 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE(L_2, (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)NULL, (bool)1, NULL); return L_2; } IL_0011: { Type_t* L_3 = ___0_componentType; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04(L_3, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, NULL); NullCheck(L_4); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_5; L_5 = InterfaceFuncInvoker0< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* >::Invoke(9, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_4); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetProperties_m09DBBF8163BFF8DE6ADAF38F602E64C650283A88 (Type_t* ___0_componentType, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_0_0_0_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0); s_Il2CppMethodInitialized = true; } PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* V_0 = NULL; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_1 = NULL; { Type_t* L_0 = ___0_componentType; 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_0011; } } { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_2 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE(L_2, (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)NULL, (bool)1, NULL); return L_2; } IL_0011: { Type_t* L_3 = ___0_componentType; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_mFC58F9B00B0C82B4A58DEAF72A28C15D473C7A04(L_3, _stringLiteralFFF034CB8914370608177D623EBF6B0AFD16C6E0, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_5 = ___1_attributes; NullCheck(L_4); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_6; L_6 = InterfaceFuncInvoker1< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(10, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_4, L_5); V_0 = L_6; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_7 = ___1_attributes; if (!L_7) { goto IL_0051; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_8 = ___1_attributes; NullCheck(L_8); if (!(((RuntimeArray*)L_8)->max_length)) { goto IL_0051; } } { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_9 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_10 = ___1_attributes; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_11; L_11 = TypeDescriptor_FilterMembers_m5235BD3C20ABC0C76CB6A01C768CA88D60204708(L_9, L_10, NULL); V_1 = L_11; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_12 = V_1; if (!L_12) { goto IL_0051; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_13 = V_1; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_14 = { reinterpret_cast (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_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); RuntimeArray* L_16; L_16 = VirtualFuncInvoker1< RuntimeArray*, Type_t* >::Invoke(49, L_13, L_15); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_17 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE(L_17, ((PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)Castclass((RuntimeObject*)L_16, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var)), (bool)1, NULL); V_0 = L_17; } IL_0051: { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_18 = V_0; return L_18; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetProperties_mE9D1ED630E2ACFA237833F164A86537978B704A9 (RuntimeObject* ___0_component, 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_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_1; L_1 = TypeDescriptor_GetProperties_m2AEBC6EA879F0AE58FA43D04AD19A7FE06EEA228(L_0, (bool)0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetProperties_m2AEBC6EA879F0AE58FA43D04AD19A7FE06EEA228 (RuntimeObject* ___0_component, bool ___1_noCustomTypeDesc, 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_component; bool L_1 = ___1_noCustomTypeDesc; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_2; L_2 = TypeDescriptor_GetPropertiesImpl_m766318E5E62092F7168F2624A8016BE7ED6AB0F5(L_0, (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL, L_1, (bool)1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetProperties_m2CAA3739E943D46E1808DF53B1F7373B825A7382 (RuntimeObject* ___0_component, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, 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_component; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___1_attributes; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_2; L_2 = TypeDescriptor_GetProperties_mB05073EBE63BE4D81D9E6F4D36FAFAA46DEE4320(L_0, L_1, (bool)0, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetProperties_mB05073EBE63BE4D81D9E6F4D36FAFAA46DEE4320 (RuntimeObject* ___0_component, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, bool ___2_noCustomTypeDesc, 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_component; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___1_attributes; bool L_2 = ___2_noCustomTypeDesc; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_3; L_3 = TypeDescriptor_GetPropertiesImpl_m766318E5E62092F7168F2624A8016BE7ED6AB0F5(L_0, L_1, L_2, (bool)0, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetPropertiesImpl_m766318E5E62092F7168F2624A8016BE7ED6AB0F5 (RuntimeObject* ___0_component, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, bool ___2_noCustomTypeDesc, bool ___3_noAttributes, 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*)&ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_8 = NULL; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* G_B6_0 = NULL; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* G_B11_0 = NULL; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* G_B16_0 = NULL; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* G_B20_0 = NULL; { RuntimeObject* L_0 = ___0_component; if (L_0) { goto IL_000b; } } { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_1 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE(L_1, (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)NULL, (bool)1, NULL); return L_1; } IL_000b: { RuntimeObject* L_2 = ___0_component; bool L_3 = ___2_noCustomTypeDesc; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_4; L_4 = TypeDescriptor_GetDescriptor_m44879F272885223ACB5845FF1E66EA8FA73522B2(L_2, L_3, NULL); V_0 = L_4; RuntimeObject* L_5 = ___0_component; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_5, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var))) { goto IL_007a; } } { bool L_6 = ___3_noAttributes; if (L_6) { goto IL_0027; } } { RuntimeObject* L_7 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_8 = ___1_attributes; NullCheck(L_7); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_9; L_9 = InterfaceFuncInvoker1< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(10, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_7, L_8); G_B6_0 = L_9; goto IL_002d; } IL_0027: { RuntimeObject* L_10 = V_0; NullCheck(L_10); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_11; L_11 = InterfaceFuncInvoker0< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* >::Invoke(9, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_10); G_B6_0 = L_11; } IL_002d: { V_1 = G_B6_0; bool L_12 = ___2_noCustomTypeDesc; if (!L_12) { goto IL_0063; } } { RuntimeObject* L_13 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_14; L_14 = TypeDescriptor_GetExtendedDescriptor_mA48AE86FC60E09ED68303EA9355F1AF19F583D53(L_13, NULL); V_3 = L_14; RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_00e5; } } { bool L_16 = ___3_noAttributes; if (L_16) { goto IL_004a; } } { RuntimeObject* L_17 = V_3; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_18 = ___1_attributes; NullCheck(L_17); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_19; L_19 = InterfaceFuncInvoker1< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(10, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_17, L_18); G_B11_0 = L_19; goto IL_0050; } IL_004a: { RuntimeObject* L_20 = V_3; NullCheck(L_20); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_21; L_21 = InterfaceFuncInvoker0< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* >::Invoke(9, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_20); G_B11_0 = L_21; } IL_0050: { V_4 = G_B11_0; RuntimeObject* L_22 = V_1; RuntimeObject* L_23 = V_4; RuntimeObject* L_24 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_25; L_25 = TypeDescriptor_PipelineMerge_mB567A8C7160A6A73F3884076D2785754E248694E(1, L_22, L_23, L_24, (RuntimeObject*)NULL, NULL); V_1 = L_25; goto IL_00e5; } IL_0063: { RuntimeObject* L_26 = V_1; RuntimeObject* L_27 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_28; L_28 = TypeDescriptor_PipelineFilter_mB1F9A7FEE9C5B25B0FEAECDC6B944C8479DE8C97(1, L_26, L_27, (RuntimeObject*)NULL, NULL); V_1 = L_28; RuntimeObject* L_29 = V_1; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_30 = ___1_attributes; RuntimeObject* L_31 = ___0_component; RuntimeObject* L_32; L_32 = TypeDescriptor_PipelineAttributeFilter_m252B73CAC0F4F691778F342891E4E82DB43A14D3(1, L_29, L_30, L_31, (RuntimeObject*)NULL, NULL); V_1 = L_32; goto IL_00e5; } IL_007a: { RuntimeObject* L_33 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_34; L_34 = TypeDescriptor_GetCache_m8BFBAC142FE1E2389677C8BC10B1789A3D7619C7(L_33, NULL); V_5 = L_34; bool L_35 = ___3_noAttributes; if (L_35) { goto IL_008e; } } { RuntimeObject* L_36 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_37 = ___1_attributes; NullCheck(L_36); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_38; L_38 = InterfaceFuncInvoker1< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(10, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_36, L_37); G_B16_0 = L_38; goto IL_0094; } IL_008e: { RuntimeObject* L_39 = V_0; NullCheck(L_39); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_40; L_40 = InterfaceFuncInvoker0< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* >::Invoke(9, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_39); G_B16_0 = L_40; } IL_0094: { V_1 = G_B16_0; RuntimeObject* L_41 = V_1; RuntimeObject* L_42 = V_5; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_43; L_43 = TypeDescriptor_PipelineInitialize_mD14A09D1FEC4B6A82C3FCC72614890989DD37A05(1, L_41, L_42, NULL); V_1 = L_43; RuntimeObject* L_44 = ___0_component; RuntimeObject* L_45; L_45 = TypeDescriptor_GetExtendedDescriptor_mA48AE86FC60E09ED68303EA9355F1AF19F583D53(L_44, NULL); V_6 = L_45; RuntimeObject* L_46 = V_6; if (!L_46) { goto IL_00ce; } } { bool L_47 = ___3_noAttributes; if (L_47) { goto IL_00b8; } } { RuntimeObject* L_48 = V_6; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_49 = ___1_attributes; NullCheck(L_48); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_50; L_50 = InterfaceFuncInvoker1< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(10, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_48, L_49); G_B20_0 = L_50; goto IL_00bf; } IL_00b8: { RuntimeObject* L_51 = V_6; NullCheck(L_51); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_52; L_52 = InterfaceFuncInvoker0< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* >::Invoke(9, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_51); G_B20_0 = L_52; } IL_00bf: { V_7 = G_B20_0; RuntimeObject* L_53 = V_1; RuntimeObject* L_54 = V_7; RuntimeObject* L_55 = ___0_component; RuntimeObject* L_56 = V_5; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_57; L_57 = TypeDescriptor_PipelineMerge_mB567A8C7160A6A73F3884076D2785754E248694E(1, L_53, L_54, L_55, L_56, NULL); V_1 = L_57; } IL_00ce: { RuntimeObject* L_58 = V_1; RuntimeObject* L_59 = ___0_component; RuntimeObject* L_60 = V_5; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_61; L_61 = TypeDescriptor_PipelineFilter_mB1F9A7FEE9C5B25B0FEAECDC6B944C8479DE8C97(1, L_58, L_59, L_60, NULL); V_1 = L_61; RuntimeObject* L_62 = V_1; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_63 = ___1_attributes; RuntimeObject* L_64 = ___0_component; RuntimeObject* L_65 = V_5; RuntimeObject* L_66; L_66 = TypeDescriptor_PipelineAttributeFilter_m252B73CAC0F4F691778F342891E4E82DB43A14D3(1, L_62, L_63, L_64, L_65, NULL); V_1 = L_66; } IL_00e5: { RuntimeObject* L_67 = V_1; V_2 = ((PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)IsInstClass((RuntimeObject*)L_67, PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var)); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_68 = V_2; if (L_68) { goto IL_010e; } } { RuntimeObject* L_69 = V_1; NullCheck(L_69); int32_t L_70; L_70 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_69); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_71 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_70); V_8 = L_71; RuntimeObject* L_72 = V_1; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_73 = V_8; NullCheck(L_72); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_72, (RuntimeArray*)L_73, 0); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_74 = V_8; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_75 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE(L_75, L_74, (bool)1, NULL); V_2 = L_75; } IL_010e: { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_76 = V_2; return L_76; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* TypeDescriptor_GetProvider_m953596A139FA31A0475E029345D486F2095A7860 (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; } { 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))); 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*)&TypeDescriptor_GetProvider_m953596A139FA31A0475E029345D486F2095A7860_RuntimeMethod_var))); } IL_0014: { Type_t* L_3 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_4; L_4 = TypeDescriptor_NodeFor_mB0C10E1A80565F82E3B935A425D5B3AB232A06D5(L_3, (bool)1, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* TypeDescriptor_GetProvider_m50B2E567187A3F689D94A75F450E8A45DD1851D4 (RuntimeObject* ___0_instance, 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_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))); 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*)&TypeDescriptor_GetProvider_m50B2E567187A3F689D94A75F450E8A45DD1851D4_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___0_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_3; L_3 = TypeDescriptor_NodeFor_m5090D0254DBE7A991B377038CA9764D73C986441(L_2, (bool)1, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* TypeDescriptor_GetProviderRecursive_m93472737B659EEF48969953D8274A9E9BE26509C (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); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_1; L_1 = TypeDescriptor_NodeFor_mB0C10E1A80565F82E3B935A425D5B3AB232A06D5(L_0, (bool)0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptor_GetReflectionType_m3FC1564747E22975A1C08197692A1D9CA378BD3A (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; } { 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))); 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*)&TypeDescriptor_GetReflectionType_m3FC1564747E22975A1C08197692A1D9CA378BD3A_RuntimeMethod_var))); } IL_0014: { Type_t* L_3 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_4; L_4 = TypeDescriptor_NodeFor_m91F4FD9AF7259500511F36425D31E1AF08D598CC(L_3, NULL); Type_t* L_5 = ___0_type; NullCheck(L_4); Type_t* L_6; L_6 = TypeDescriptionProvider_GetReflectionType_m595CDB1DADC484AB12377301C2D93AD8DE2A61C8(L_4, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptor_GetReflectionType_m2F8D1E48E49E6C8FB4097993573A88F77BC4FAF7 (RuntimeObject* ___0_instance, 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_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))); 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*)&TypeDescriptor_GetReflectionType_m2F8D1E48E49E6C8FB4097993573A88F77BC4FAF7_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___0_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_3; L_3 = TypeDescriptor_NodeFor_m619910CD4B66124F88BFB61DF642787D6EBBE316(L_2, NULL); RuntimeObject* L_4 = ___0_instance; NullCheck(L_3); Type_t* L_5; L_5 = TypeDescriptionProvider_GetReflectionType_m9B8AB1D9057308B5AE56C69EA8D8BE0391EB8956(L_3, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* TypeDescriptor_NodeFor_m91F4FD9AF7259500511F36425D31E1AF08D598CC (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); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_1; L_1 = TypeDescriptor_NodeFor_mB0C10E1A80565F82E3B935A425D5B3AB232A06D5(L_0, (bool)0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* TypeDescriptor_NodeFor_mB0C10E1A80565F82E3B935A425D5B3AB232A06D5 (Type_t* ___0_type, bool ___1_createDelegator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8_il2cpp_TypeInfo_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*)&TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_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; } TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* V_0 = NULL; Type_t* V_1 = NULL; Type_t* V_2 = NULL; WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* V_3 = NULL; bool V_4 = false; { Type_t* L_0 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_CheckDefaultProvider_m0E82AD3EE8FF8EDE6FFF4DD785DA993A6347A976(L_0, NULL); V_0 = (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)NULL; Type_t* L_1 = ___0_type; V_1 = L_1; goto IL_00e0; } IL_000f: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTypeTable; Type_t* L_3 = V_1; NullCheck(L_2); RuntimeObject* L_4; L_4 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_2, L_3); V_0 = ((TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)CastclassSealed((RuntimeObject*)L_4, TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var)); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_5 = V_0; if (L_5) { goto IL_0034; } } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_6 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; Type_t* L_7 = V_1; NullCheck(L_6); RuntimeObject* L_8; L_8 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_6, L_7); V_0 = ((TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)CastclassSealed((RuntimeObject*)L_8, TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var)); } IL_0034: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_9 = V_0; if (L_9) { goto IL_00e0; } } { Type_t* L_10 = V_1; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Type_t* L_11; L_11 = TypeDescriptor_GetNodeForBaseType_m92C067343C33C53F2EE1A00DA6184F597F72E476(L_10, NULL); V_2 = L_11; Type_t* L_12 = V_1; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (RuntimeObject_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_005c; } } { Type_t* L_16 = V_2; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_17; L_17 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_16, (Type_t*)NULL, NULL); if (!L_17) { goto IL_00a5; } } IL_005c: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_18 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; V_3 = L_18; V_4 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_009a: { { bool L_19 = V_4; if (!L_19) { goto IL_00a4; } } { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_20 = V_3; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_20, NULL); } IL_00a4: { return; } } }); try { { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_21 = V_3; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_21, (&V_4), NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_22 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; Type_t* L_23 = V_1; NullCheck(L_22); RuntimeObject* L_24; L_24 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_22, L_23); V_0 = ((TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)CastclassSealed((RuntimeObject*)L_24, TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var)); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_25 = V_0; if (L_25) { goto IL_0098_1; } } { ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_26 = (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)il2cpp_codegen_object_new(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); ReflectTypeDescriptionProvider__ctor_mD2C527AEF85A636D3E4507604E84FAB79A98DB62(L_26, NULL); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_27 = (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)il2cpp_codegen_object_new(TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var); TypeDescriptionNode__ctor_mD6C85C9088064C16A401309FAFDC62252A5D5526(L_27, L_26, NULL); V_0 = L_27; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_28 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; Type_t* L_29 = V_1; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_30 = V_0; NullCheck(L_28); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_28, L_29, L_30); } IL_0098_1: { goto IL_00e0; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a5: { bool L_31 = ___1_createDelegator; if (!L_31) { goto IL_00de; } } { Type_t* L_32 = V_2; DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8* L_33 = (DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8*)il2cpp_codegen_object_new(DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8_il2cpp_TypeInfo_var); DelegatingTypeDescriptionProvider__ctor_mF4BAC468855383A4FA4CBFA329DF02F35805ADC5(L_33, L_32, NULL); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_34 = (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)il2cpp_codegen_object_new(TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var); TypeDescriptionNode__ctor_mD6C85C9088064C16A401309FAFDC62252A5D5526(L_34, L_33, NULL); V_0 = L_34; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_35 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; V_3 = L_35; V_4 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d3: { { bool L_36 = V_4; if (!L_36) { goto IL_00dd; } } { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_37 = V_3; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_37, NULL); } IL_00dd: { return; } } }); try { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_38 = V_3; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_38, (&V_4), NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_39 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTypeTable; Type_t* L_40 = V_1; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_41 = V_0; NullCheck(L_39); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_39, L_40, L_41); goto IL_00e0; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00de: { Type_t* L_42 = V_2; V_1 = L_42; } IL_00e0: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_43 = V_0; if (!L_43) { goto IL_000f; } } { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_44 = V_0; return L_44; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* TypeDescriptor_NodeFor_m619910CD4B66124F88BFB61DF642787D6EBBE316 (RuntimeObject* ___0_instance, 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_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_1; L_1 = TypeDescriptor_NodeFor_m5090D0254DBE7A991B377038CA9764D73C986441(L_0, (bool)0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* TypeDescriptor_NodeFor_m5090D0254DBE7A991B377038CA9764D73C986441 (RuntimeObject* ___0_instance, bool ___1_createDelegator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* V_0 = NULL; Type_t* V_1 = NULL; { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_0 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; RuntimeObject* L_1 = ___0_instance; NullCheck(L_0); RuntimeObject* L_2; L_2 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_0, L_1); V_0 = ((TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)CastclassSealed((RuntimeObject*)L_2, TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var)); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_3 = V_0; if (L_3) { goto IL_0041; } } { RuntimeObject* L_4 = ___0_instance; NullCheck(L_4); Type_t* L_5; L_5 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_4, NULL); V_1 = L_5; Type_t* L_6 = V_1; NullCheck(L_6); bool L_7; L_7 = Type_get_IsCOMObject_mDC5F62B22B0B1CA15EC3FA81BDB87006DA860641(L_6, NULL); if (!L_7) { goto IL_0029; } } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Type_t* L_8; L_8 = TypeDescriptor_get_ComObjectType_m111EC5418CCAB6FF6AC55A27C2A6C5B7E053F4CA(NULL); V_1 = L_8; } IL_0029: { bool L_9 = ___1_createDelegator; if (!L_9) { goto IL_003a; } } { Type_t* L_10 = V_1; DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8* L_11 = (DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8*)il2cpp_codegen_object_new(DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8_il2cpp_TypeInfo_var); DelegatingTypeDescriptionProvider__ctor_mF4BAC468855383A4FA4CBFA329DF02F35805ADC5(L_11, L_10, NULL); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_12 = (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)il2cpp_codegen_object_new(TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var); TypeDescriptionNode__ctor_mD6C85C9088064C16A401309FAFDC62252A5D5526(L_12, L_11, NULL); V_0 = L_12; goto IL_0041; } IL_003a: { Type_t* L_13 = V_1; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_14; L_14 = TypeDescriptor_NodeFor_m91F4FD9AF7259500511F36425D31E1AF08D598CC(L_13, NULL); V_0 = L_14; } IL_0041: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_15 = V_0; return L_15; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_NodeRemove_mD1A062871B6FE912DA01FB3E546C065237996E1A (RuntimeObject* ___0_key, TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___1_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_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; } WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* V_0 = NULL; bool V_1 = false; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* V_2 = NULL; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* V_3 = NULL; Type_t* V_4 = NULL; { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_0 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00cf: { { bool L_1 = V_1; if (!L_1) { goto IL_00d8; } } { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_00d8: { return; } } }); try { { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_4 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; RuntimeObject* L_5 = ___0_key; NullCheck(L_4); RuntimeObject* L_6; L_6 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_4, L_5); V_2 = ((TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)CastclassSealed((RuntimeObject*)L_6, TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var)); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_7 = V_2; V_3 = L_7; goto IL_002c_1; } IL_0025_1: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_8 = V_3; NullCheck(L_8); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_9 = L_8->___Next; V_3 = L_9; } IL_002c_1: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_10 = V_3; if (!L_10) { goto IL_0038_1; } } { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_11 = V_3; NullCheck(L_11); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_12 = L_11->___Provider; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_13 = ___1_provider; if ((!(((RuntimeObject*)(TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664*)L_12) == ((RuntimeObject*)(TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664*)L_13)))) { goto IL_0025_1; } } IL_0038_1: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_14 = V_3; if (!L_14) { goto IL_00cd_1; } } { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_15 = V_3; NullCheck(L_15); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_16 = L_15->___Next; if (!L_16) { goto IL_0086_1; } } { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_17 = V_3; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_18 = V_3; NullCheck(L_18); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_19 = L_18->___Next; NullCheck(L_19); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_20 = L_19->___Provider; NullCheck(L_17); L_17->___Provider = L_20; Il2CppCodeGenWriteBarrier((void**)(&L_17->___Provider), (void*)L_20); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_21 = V_3; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_22 = V_3; NullCheck(L_22); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_23 = L_22->___Next; NullCheck(L_23); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_24 = L_23->___Next; NullCheck(L_21); L_21->___Next = L_24; Il2CppCodeGenWriteBarrier((void**)(&L_21->___Next), (void*)L_24); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_25 = V_3; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_26 = V_2; if ((!(((RuntimeObject*)(TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)L_25) == ((RuntimeObject*)(TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)L_26)))) { goto IL_00c3_1; } } { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_27 = V_3; NullCheck(L_27); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_28 = L_27->___Provider; if (!((DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8*)IsInstSealed((RuntimeObject*)L_28, DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8_il2cpp_TypeInfo_var))) { goto IL_00c3_1; } } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_29 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; RuntimeObject* L_30 = ___0_key; NullCheck(L_29); VirtualActionInvoker1< RuntimeObject* >::Invoke(39, L_29, L_30); goto IL_00c3_1; } IL_0086_1: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_31 = V_3; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_32 = V_2; if ((((RuntimeObject*)(TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)L_31) == ((RuntimeObject*)(TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)L_32))) { goto IL_00b8_1; } } { RuntimeObject* L_33 = ___0_key; V_4 = ((Type_t*)IsInstClass((RuntimeObject*)L_33, Type_t_il2cpp_TypeInfo_var)); Type_t* L_34 = V_4; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_35; L_35 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_34, (Type_t*)NULL, NULL); if (!L_35) { goto IL_00a4_1; } } { RuntimeObject* L_36 = ___0_key; NullCheck(L_36); Type_t* L_37; L_37 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_36, NULL); V_4 = L_37; } IL_00a4_1: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_38 = V_3; Type_t* L_39 = V_4; NullCheck(L_39); Type_t* L_40; L_40 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_39); DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8* L_41 = (DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8*)il2cpp_codegen_object_new(DelegatingTypeDescriptionProvider_tD558985CB6DA5A64F97D00287158CE755F7AFEE8_il2cpp_TypeInfo_var); DelegatingTypeDescriptionProvider__ctor_mF4BAC468855383A4FA4CBFA329DF02F35805ADC5(L_41, L_40, NULL); NullCheck(L_38); L_38->___Provider = L_41; Il2CppCodeGenWriteBarrier((void**)(&L_38->___Provider), (void*)L_41); goto IL_00c3_1; } IL_00b8_1: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_42 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; RuntimeObject* L_43 = ___0_key; NullCheck(L_42); VirtualActionInvoker1< RuntimeObject* >::Invoke(39, L_42, L_43); } IL_00c3_1: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_44 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTypeTable; NullCheck(L_44); VirtualActionInvoker0::Invoke(24, L_44); } IL_00cd_1: { goto IL_00d9; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00d9: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineAttributeFilter_m252B73CAC0F4F691778F342891E4E82DB43A14D3 (int32_t ___0_pipelineType, RuntimeObject* ___1_members, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_filter, RuntimeObject* ___3_instance, RuntimeObject* ___4_cache, 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*)&AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_1 = NULL; AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F* V_2 = NULL; RuntimeObject* V_3 = NULL; AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F* V_4 = NULL; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_5 = NULL; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* V_6 = NULL; { RuntimeObject* L_0 = ___1_members; V_0 = ((ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)IsInstClass((RuntimeObject*)L_0, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var)); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___2_filter; if (!L_1) { goto IL_000e; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2 = ___2_filter; NullCheck(L_2); if ((((RuntimeArray*)L_2)->max_length)) { goto IL_0010; } } IL_000e: { RuntimeObject* L_3 = ___1_members; return L_3; } IL_0010: { RuntimeObject* L_4 = ___4_cache; if (!L_4) { goto IL_004f; } } { RuntimeObject* L_5 = V_0; if (!L_5) { goto IL_001f; } } { RuntimeObject* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(5, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_6); if (!L_7) { goto IL_004f; } } IL_001f: { RuntimeObject* L_8 = ___4_cache; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_9 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineAttributeFilterKeys; int32_t L_10 = ___0_pipelineType; NullCheck(L_9); int32_t L_11 = L_10; Guid_t L_12 = (L_9)->GetAt(static_cast(L_11)); Guid_t L_13 = L_12; RuntimeObject* L_14 = Box(Guid_t_il2cpp_TypeInfo_var, &L_13); NullCheck(L_8); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_8, L_14); V_2 = ((AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F*)IsInstSealed((RuntimeObject*)L_15, AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F_il2cpp_TypeInfo_var)); AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F* L_16 = V_2; if (!L_16) { goto IL_004f; } } { AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F* L_17 = V_2; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_18 = ___2_filter; NullCheck(L_17); bool L_19; L_19 = AttributeFilterCacheItem_IsValid_m817895D05934525F76E41E3B618BFD6B6C13BFE6(L_17, L_18, NULL); if (!L_19) { goto IL_004f; } } { AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F* L_20 = V_2; NullCheck(L_20); RuntimeObject* L_21 = L_20->___FilteredMembers; return L_21; } IL_004f: { RuntimeObject* L_22 = V_0; if (!L_22) { goto IL_005a; } } { RuntimeObject* L_23 = V_0; NullCheck(L_23); bool L_24; L_24 = InterfaceFuncInvoker0< bool >::Invoke(5, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_23); if (!L_24) { goto IL_0061; } } IL_005a: { RuntimeObject* L_25 = ___1_members; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_26 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); ArrayList__ctor_mCE5AABB7EF7F41F9170791E2C5145E49684DCE11(L_26, L_25, NULL); V_0 = L_26; } IL_0061: { RuntimeObject* L_27 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_28 = ___2_filter; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_29; L_29 = TypeDescriptor_FilterMembers_m5235BD3C20ABC0C76CB6A01C768CA88D60204708(L_27, L_28, NULL); V_1 = L_29; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_30 = V_1; if (!L_30) { goto IL_006e; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_31 = V_1; V_0 = L_31; } IL_006e: { RuntimeObject* L_32 = ___4_cache; if (!L_32) { goto IL_00e2; } } { int32_t L_33 = ___0_pipelineType; if ((((int32_t)L_33) == ((int32_t)1))) { goto IL_007c; } } { int32_t L_34 = ___0_pipelineType; if ((((int32_t)L_34) == ((int32_t)2))) { goto IL_009d; } } { goto IL_00be; } IL_007c: { RuntimeObject* L_35 = V_0; NullCheck(L_35); int32_t L_36; L_36 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_35); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_37 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_36); V_5 = L_37; RuntimeObject* L_38 = V_0; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_39 = V_5; NullCheck(L_38); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_38, (RuntimeArray*)L_39, 0); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_40 = V_5; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_41 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE(L_41, L_40, (bool)1, NULL); V_3 = L_41; goto IL_00c0; } IL_009d: { RuntimeObject* L_42 = V_0; NullCheck(L_42); int32_t L_43; L_43 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_42); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_44 = (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)SZArrayNew(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var, (uint32_t)L_43); V_6 = L_44; RuntimeObject* L_45 = V_0; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_46 = V_6; NullCheck(L_45); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_45, (RuntimeArray*)L_46, 0); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_47 = V_6; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_48 = (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)il2cpp_codegen_object_new(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_m6FEF5B613838F164D7F9FC939EA915FE7B5CF118(L_48, L_47, (bool)1, NULL); V_3 = L_48; goto IL_00c0; } IL_00be: { V_3 = (RuntimeObject*)NULL; } IL_00c0: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_49 = ___2_filter; RuntimeObject* L_50 = V_3; AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F* L_51 = (AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F*)il2cpp_codegen_object_new(AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F_il2cpp_TypeInfo_var); AttributeFilterCacheItem__ctor_m5717B8B48C2F77086DA255E7053B31634388BA18(L_51, L_49, L_50, NULL); V_4 = L_51; RuntimeObject* L_52 = ___4_cache; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_53 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineAttributeFilterKeys; int32_t L_54 = ___0_pipelineType; NullCheck(L_53); int32_t L_55 = L_54; Guid_t L_56 = (L_53)->GetAt(static_cast(L_55)); Guid_t L_57 = L_56; RuntimeObject* L_58 = Box(Guid_t_il2cpp_TypeInfo_var, &L_57); AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F* L_59 = V_4; NullCheck(L_52); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_52, L_58, L_59); } IL_00e2: { RuntimeObject* L_60 = V_0; return L_60; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineFilter_mB1F9A7FEE9C5B25B0FEAECDC6B944C8479DE8C97 (int32_t ___0_pipelineType, RuntimeObject* ___1_members, RuntimeObject* ___2_instance, RuntimeObject* ___3_cache, 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*)&AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_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*)&EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_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*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeDescriptorFilterService_tE74C52FB36A71D62CA3617553D830DA6BBBBA788_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeDescriptorFilterService_tE74C52FB36A71D62CA3617553D830DA6BBBBA788_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_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; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* V_3 = NULL; bool V_4 = false; RuntimeObject* V_5 = NULL; FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027* V_6 = NULL; RuntimeObject* V_7 = NULL; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_8 = NULL; RuntimeObject* V_9 = NULL; MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* V_10 = NULL; String_t* V_11 = NULL; String_t* V_12 = NULL; MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* V_13 = NULL; RuntimeObject* V_14 = NULL; RuntimeObject* V_15 = NULL; FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027* V_16 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_17 = NULL; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_18 = NULL; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* V_19 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___2_instance; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)); V_1 = (RuntimeObject*)NULL; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_002f; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_2); V_5 = L_3; RuntimeObject* L_4 = V_5; if (!L_4) { goto IL_002f; } } { RuntimeObject* L_5 = V_5; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (ITypeDescriptorFilterService_tE74C52FB36A71D62CA3617553D830DA6BBBBA788_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); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_5, L_7); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, ITypeDescriptorFilterService_tE74C52FB36A71D62CA3617553D830DA6BBBBA788_il2cpp_TypeInfo_var)); } IL_002f: { RuntimeObject* L_9 = ___1_members; V_2 = ((ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)IsInstClass((RuntimeObject*)L_9, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_1; if (L_10) { goto IL_003b; } } { RuntimeObject* L_11 = ___1_members; return L_11; } IL_003b: { RuntimeObject* L_12 = ___3_cache; if (!L_12) { goto IL_007c; } } { RuntimeObject* L_13 = V_2; if (!L_13) { goto IL_0049; } } { RuntimeObject* L_14 = V_2; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(5, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_14); if (!L_15) { goto IL_007c; } } IL_0049: { RuntimeObject* L_16 = ___3_cache; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_17 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineFilterKeys; int32_t L_18 = ___0_pipelineType; NullCheck(L_17); int32_t L_19 = L_18; Guid_t L_20 = (L_17)->GetAt(static_cast(L_19)); Guid_t L_21 = L_20; RuntimeObject* L_22 = Box(Guid_t_il2cpp_TypeInfo_var, &L_21); NullCheck(L_16); RuntimeObject* L_23; L_23 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_16, L_22); V_6 = ((FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027*)IsInstSealed((RuntimeObject*)L_23, FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027_il2cpp_TypeInfo_var)); FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027* L_24 = V_6; if (!L_24) { goto IL_007c; } } { FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027* L_25 = V_6; RuntimeObject* L_26 = V_1; NullCheck(L_25); bool L_27; L_27 = FilterCacheItem_IsValid_mD1D0960AEFACC6645E5DEC95CA4F173E9260EC72(L_25, L_26, NULL); if (!L_27) { goto IL_007c; } } { FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027* L_28 = V_6; NullCheck(L_28); RuntimeObject* L_29 = L_28->___FilteredMembers; return L_29; } IL_007c: { RuntimeObject* L_30 = ___1_members; NullCheck(L_30); int32_t L_31; L_31 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_30); OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_32 = (OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD*)il2cpp_codegen_object_new(OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD_il2cpp_TypeInfo_var); OrderedDictionary__ctor_m552AA3E019FF5D93545B5DFFB7B4917C72251600(L_32, L_31, NULL); V_3 = L_32; int32_t L_33 = ___0_pipelineType; if (!L_33) { goto IL_0096; } } { int32_t L_34 = ___0_pipelineType; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_34, 1))) > ((uint32_t)1)))) { goto IL_00ec; } } { goto IL_01bd; } IL_0096: { RuntimeObject* L_35 = ___1_members; NullCheck(L_35); RuntimeObject* L_36; L_36 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_35); V_7 = L_36; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00c8: { { RuntimeObject* L_37 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_38 = V_9; if (!L_38) { goto IL_00dc; } } { RuntimeObject* L_39 = V_9; NullCheck(L_39); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_39); } IL_00dc: { return; } } }); try { { goto IL_00bd_1; } IL_00a0_1: { RuntimeObject* L_40 = V_7; NullCheck(L_40); RuntimeObject* L_41; L_41 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_40); V_8 = ((Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)CastclassClass((RuntimeObject*)L_41, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var)); OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_42 = V_3; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_43 = V_8; NullCheck(L_43); RuntimeObject* L_44; L_44 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4, L_43); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_45 = V_8; NullCheck(L_42); OrderedDictionary_set_Item_m9406B6A94651B7DB301BC383518FC9B37277122E(L_42, L_44, L_45, NULL); } IL_00bd_1: { RuntimeObject* L_46 = V_7; NullCheck(L_46); bool L_47; L_47 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_46); if (L_47) { goto IL_00a0_1; } } { goto IL_00dd; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00dd: { RuntimeObject* L_48 = V_1; RuntimeObject* L_49 = V_0; OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_50 = V_3; NullCheck(L_48); bool L_51; L_51 = InterfaceFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(0, ITypeDescriptorFilterService_tE74C52FB36A71D62CA3617553D830DA6BBBBA788_il2cpp_TypeInfo_var, L_48, L_49, L_50); V_4 = L_51; goto IL_01c0; } IL_00ec: { RuntimeObject* L_52 = ___1_members; NullCheck(L_52); RuntimeObject* L_53; L_53 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_52); V_7 = L_53; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_018c: { { RuntimeObject* L_54 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_54, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_55 = V_9; if (!L_55) { goto IL_01a0; } } { RuntimeObject* L_56 = V_9; NullCheck(L_56); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_56); } IL_01a0: { return; } } }); try { { goto IL_017e_1; } IL_00f9_1: { RuntimeObject* L_57 = V_7; NullCheck(L_57); RuntimeObject* L_58; L_58 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_57); V_10 = ((MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*)CastclassClass((RuntimeObject*)L_58, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var)); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_59 = V_10; NullCheck(L_59); String_t* L_60; L_60 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_59); V_11 = L_60; OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_61 = V_3; String_t* L_62 = V_11; NullCheck(L_61); bool L_63; L_63 = OrderedDictionary_Contains_m63AFE431564000B20908A732633780B192F7F95E(L_61, L_62, NULL); if (!L_63) { goto IL_0174_1; } } { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_64 = V_10; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); String_t* L_65; L_65 = TypeDescriptor_GetExtenderCollisionSuffix_m6FD3A5F63D1EFCC72588C64ADEF52A9B3FC2A3F9(L_64, NULL); V_12 = L_65; String_t* L_66 = V_12; if (!L_66) { goto IL_0138_1; } } { OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_67 = V_3; String_t* L_68 = V_11; String_t* L_69 = V_12; String_t* L_70; L_70 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_68, L_69, NULL); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_71 = V_10; NullCheck(L_67); OrderedDictionary_set_Item_m9406B6A94651B7DB301BC383518FC9B37277122E(L_67, L_70, L_71, NULL); } IL_0138_1: { OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_72 = V_3; String_t* L_73 = V_11; NullCheck(L_72); RuntimeObject* L_74; L_74 = OrderedDictionary_get_Item_m5755C415F2E5CAC5A0AE3EFBB5A8D84915B37ED8(L_72, L_73, NULL); V_13 = ((MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*)CastclassClass((RuntimeObject*)L_74, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var)); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_75 = V_13; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); String_t* L_76; L_76 = TypeDescriptor_GetExtenderCollisionSuffix_m6FD3A5F63D1EFCC72588C64ADEF52A9B3FC2A3F9(L_75, NULL); V_12 = L_76; String_t* L_77 = V_12; if (!L_77) { goto IL_017e_1; } } { OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_78 = V_3; String_t* L_79 = V_11; NullCheck(L_78); OrderedDictionary_Remove_mD4DFDFA8710B689C990EEE8EFCC50EC21CE51EA3(L_78, L_79, NULL); OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_80 = V_3; MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_81 = V_13; NullCheck(L_81); String_t* L_82; L_82 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_81); String_t* L_83 = V_12; String_t* L_84; L_84 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_82, L_83, NULL); MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_85 = V_13; NullCheck(L_80); OrderedDictionary_set_Item_m9406B6A94651B7DB301BC383518FC9B37277122E(L_80, L_84, L_85, NULL); goto IL_017e_1; } IL_0174_1: { OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_86 = V_3; String_t* L_87 = V_11; MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_88 = V_10; NullCheck(L_86); OrderedDictionary_set_Item_m9406B6A94651B7DB301BC383518FC9B37277122E(L_86, L_87, L_88, NULL); } IL_017e_1: { RuntimeObject* L_89 = V_7; NullCheck(L_89); bool L_90; L_90 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_89); if (L_90) { goto IL_00f9_1; } } { goto IL_01a1; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_01a1: { int32_t L_91 = ___0_pipelineType; if ((!(((uint32_t)L_91) == ((uint32_t)1)))) { goto IL_01b1; } } { RuntimeObject* L_92 = V_1; RuntimeObject* L_93 = V_0; OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_94 = V_3; NullCheck(L_92); bool L_95; L_95 = InterfaceFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(2, ITypeDescriptorFilterService_tE74C52FB36A71D62CA3617553D830DA6BBBBA788_il2cpp_TypeInfo_var, L_92, L_93, L_94); V_4 = L_95; goto IL_01c0; } IL_01b1: { RuntimeObject* L_96 = V_1; RuntimeObject* L_97 = V_0; OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_98 = V_3; NullCheck(L_96); bool L_99; L_99 = InterfaceFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(1, ITypeDescriptorFilterService_tE74C52FB36A71D62CA3617553D830DA6BBBBA788_il2cpp_TypeInfo_var, L_96, L_97, L_98); V_4 = L_99; goto IL_01c0; } IL_01bd: { V_4 = (bool)0; } IL_01c0: { RuntimeObject* L_100 = V_2; if (!L_100) { goto IL_01cb; } } { RuntimeObject* L_101 = V_2; NullCheck(L_101); bool L_102; L_102 = InterfaceFuncInvoker0< bool >::Invoke(5, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_101); if (!L_102) { goto IL_01d9; } } IL_01cb: { OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_103 = V_3; NullCheck(L_103); RuntimeObject* L_104; L_104 = OrderedDictionary_get_Values_m14CFA04FF0A8DC8B41386192B029EC604AF551BA(L_103, NULL); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_105 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); ArrayList__ctor_mCE5AABB7EF7F41F9170791E2C5145E49684DCE11(L_105, L_104, NULL); V_2 = L_105; goto IL_0220; } IL_01d9: { RuntimeObject* L_106 = V_2; NullCheck(L_106); InterfaceActionInvoker0::Invoke(4, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_106); OrderedDictionary_tEED418B3F59A9CD0CCCDEFE6C6A1A179FBE78BDD* L_107 = V_3; NullCheck(L_107); RuntimeObject* L_108; L_108 = OrderedDictionary_get_Values_m14CFA04FF0A8DC8B41386192B029EC604AF551BA(L_107, NULL); NullCheck(L_108); RuntimeObject* L_109; L_109 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_108); V_7 = L_109; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_020b: { { RuntimeObject* L_110 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_110, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_111 = V_9; if (!L_111) { goto IL_021f; } } { RuntimeObject* L_112 = V_9; NullCheck(L_112); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_112); } IL_021f: { return; } } }); try { { goto IL_0200_1; } IL_01ee_1: { RuntimeObject* L_113 = V_7; NullCheck(L_113); RuntimeObject* L_114; L_114 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_113); V_14 = L_114; RuntimeObject* L_115 = V_2; RuntimeObject* L_116 = V_14; NullCheck(L_115); int32_t L_117; L_117 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_115, L_116); } IL_0200_1: { RuntimeObject* L_118 = V_7; NullCheck(L_118); bool L_119; L_119 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_118); if (L_119) { goto IL_01ee_1; } } { goto IL_0220; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0220: { bool L_120 = V_4; if (!L_120) { goto IL_0368; } } { RuntimeObject* L_121 = ___3_cache; if (!L_121) { goto IL_0368; } } { int32_t L_122 = ___0_pipelineType; switch (L_122) { case 0: { goto IL_0244; } case 1: { goto IL_0293; } case 2: { goto IL_02e0; } } } { goto IL_032d; } IL_0244: { RuntimeObject* L_123 = V_2; NullCheck(L_123); int32_t L_124; L_124 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_123); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_125 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)L_124); V_17 = L_125; } try { RuntimeObject* L_126 = V_2; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_127 = V_17; NullCheck(L_126); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_126, (RuntimeArray*)L_127, 0); goto IL_0285; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_025c; } throw e; } CATCH_025c: { InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_128 = ((InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*));; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_129 = (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_130 = L_129; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_131 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_0_0_0_var))) }; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t* L_132; L_132 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_131, NULL); NullCheck(L_132); String_t* L_133; L_133 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_132); NullCheck(L_130); ArrayElementTypeCheck (L_130, L_133); (L_130)->SetAt(static_cast(0), (RuntimeObject*)L_133); String_t* L_134; L_134 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral041A45680C3889B5BFB7C44F9221D8239BFD4D37)), L_130, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_135 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_135, L_134, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_135, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_PipelineFilter_mB1F9A7FEE9C5B25B0FEAECDC6B944C8479DE8C97_RuntimeMethod_var))); } IL_0285: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_136 = V_17; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_137 = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)il2cpp_codegen_object_new(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313(L_137, L_136, NULL); V_15 = L_137; goto IL_0330; } IL_0293: { RuntimeObject* L_138 = V_2; NullCheck(L_138); int32_t L_139; L_139 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_138); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_140 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_139); V_18 = L_140; } try { RuntimeObject* L_141 = V_2; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_142 = V_18; NullCheck(L_141); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_141, (RuntimeArray*)L_142, 0); goto IL_02d4; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_02ab; } throw e; } CATCH_02ab: { InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_143 = ((InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*));; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_144 = (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_145 = L_144; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_146 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_0_0_0_var))) }; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t* L_147; L_147 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_146, NULL); NullCheck(L_147); String_t* L_148; L_148 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_147); NullCheck(L_145); ArrayElementTypeCheck (L_145, L_148); (L_145)->SetAt(static_cast(0), (RuntimeObject*)L_148); String_t* L_149; L_149 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral041A45680C3889B5BFB7C44F9221D8239BFD4D37)), L_145, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_150 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_150, L_149, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_150, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_PipelineFilter_mB1F9A7FEE9C5B25B0FEAECDC6B944C8479DE8C97_RuntimeMethod_var))); } IL_02d4: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_151 = V_18; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_152 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE(L_152, L_151, (bool)1, NULL); V_15 = L_152; goto IL_0330; } IL_02e0: { RuntimeObject* L_153 = V_2; NullCheck(L_153); int32_t L_154; L_154 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_153); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_155 = (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)SZArrayNew(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var, (uint32_t)L_154); V_19 = L_155; } try { RuntimeObject* L_156 = V_2; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_157 = V_19; NullCheck(L_156); InterfaceActionInvoker2< RuntimeArray*, int32_t >::Invoke(0, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_156, (RuntimeArray*)L_157, 0); goto IL_0321; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_02f8; } throw e; } CATCH_02f8: { InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_158 = ((InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*));; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_159 = (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_160 = L_159; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_161 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A_0_0_0_var))) }; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t* L_162; L_162 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_161, NULL); NullCheck(L_162); String_t* L_163; L_163 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_162); NullCheck(L_160); ArrayElementTypeCheck (L_160, L_163); (L_160)->SetAt(static_cast(0), (RuntimeObject*)L_163); String_t* L_164; L_164 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral041A45680C3889B5BFB7C44F9221D8239BFD4D37)), L_160, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_165 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_165, L_164, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_165, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_PipelineFilter_mB1F9A7FEE9C5B25B0FEAECDC6B944C8479DE8C97_RuntimeMethod_var))); } IL_0321: { EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_166 = V_19; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_167 = (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)il2cpp_codegen_object_new(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_m6FEF5B613838F164D7F9FC939EA915FE7B5CF118(L_167, L_166, (bool)1, NULL); V_15 = L_167; goto IL_0330; } IL_032d: { V_15 = (RuntimeObject*)NULL; } IL_0330: { RuntimeObject* L_168 = V_1; RuntimeObject* L_169 = V_15; FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027* L_170 = (FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027*)il2cpp_codegen_object_new(FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027_il2cpp_TypeInfo_var); FilterCacheItem__ctor_mE9F7CD307B3F6228F55EFE04B8D84B4B57A51893(L_170, L_168, L_169, NULL); V_16 = L_170; RuntimeObject* L_171 = ___3_cache; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_172 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineFilterKeys; int32_t L_173 = ___0_pipelineType; NullCheck(L_172); int32_t L_174 = L_173; Guid_t L_175 = (L_172)->GetAt(static_cast(L_174)); Guid_t L_176 = L_175; RuntimeObject* L_177 = Box(Guid_t_il2cpp_TypeInfo_var, &L_176); FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027* L_178 = V_16; NullCheck(L_171); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_171, L_177, L_178); RuntimeObject* L_179 = ___3_cache; GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_180 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineAttributeFilterKeys; int32_t L_181 = ___0_pipelineType; NullCheck(L_180); int32_t L_182 = L_181; Guid_t L_183 = (L_180)->GetAt(static_cast(L_182)); Guid_t L_184 = L_183; RuntimeObject* L_185 = Box(Guid_t_il2cpp_TypeInfo_var, &L_184); NullCheck(L_179); InterfaceActionInvoker1< RuntimeObject* >::Invoke(10, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_179, L_185); } IL_0368: { RuntimeObject* L_186 = V_2; return L_186; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineInitialize_mD14A09D1FEC4B6A82C3FCC72614890989DD37A05 (int32_t ___0_pipelineType, RuntimeObject* ___1_members, RuntimeObject* ___2_cache, 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*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_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; } bool V_0 = false; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; { RuntimeObject* L_0 = ___2_cache; if (!L_0) { goto IL_00c3; } } { V_0 = (bool)1; RuntimeObject* L_1 = ___2_cache; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_2 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineInitializeKeys; int32_t L_3 = ___0_pipelineType; NullCheck(L_2); int32_t L_4 = L_3; Guid_t L_5 = (L_2)->GetAt(static_cast(L_4)); Guid_t L_6 = L_5; RuntimeObject* L_7 = Box(Guid_t_il2cpp_TypeInfo_var, &L_6); NullCheck(L_1); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_1, L_7); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_0067; } } { RuntimeObject* L_10 = V_1; NullCheck(L_10); int32_t L_11; L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_10); RuntimeObject* L_12 = ___1_members; NullCheck(L_12); int32_t L_13; L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_12); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_0067; } } { RuntimeObject* L_14 = V_1; NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_14); V_2 = L_15; RuntimeObject* L_16 = ___1_members; NullCheck(L_16); RuntimeObject* L_17; L_17 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_16); V_3 = L_17; goto IL_0057; } IL_0045: { RuntimeObject* L_18 = V_2; NullCheck(L_18); RuntimeObject* L_19; L_19 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18); RuntimeObject* L_20 = V_3; NullCheck(L_20); RuntimeObject* L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_20); if ((((RuntimeObject*)(RuntimeObject*)L_19) == ((RuntimeObject*)(RuntimeObject*)L_21))) { goto IL_0057; } } { V_0 = (bool)0; goto IL_0067; } IL_0057: { RuntimeObject* L_22 = V_2; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_22); if (!L_23) { goto IL_0067; } } { RuntimeObject* L_24 = V_3; NullCheck(L_24); bool L_25; L_25 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_0045; } } IL_0067: { bool L_26 = V_0; if (L_26) { goto IL_00c3; } } { RuntimeObject* L_27 = ___2_cache; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_28 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineMergeKeys; int32_t L_29 = ___0_pipelineType; NullCheck(L_28); int32_t L_30 = L_29; Guid_t L_31 = (L_28)->GetAt(static_cast(L_30)); Guid_t L_32 = L_31; RuntimeObject* L_33 = Box(Guid_t_il2cpp_TypeInfo_var, &L_32); NullCheck(L_27); InterfaceActionInvoker1< RuntimeObject* >::Invoke(10, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_27, L_33); RuntimeObject* L_34 = ___2_cache; GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_35 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineFilterKeys; int32_t L_36 = ___0_pipelineType; NullCheck(L_35); int32_t L_37 = L_36; Guid_t L_38 = (L_35)->GetAt(static_cast(L_37)); Guid_t L_39 = L_38; RuntimeObject* L_40 = Box(Guid_t_il2cpp_TypeInfo_var, &L_39); NullCheck(L_34); InterfaceActionInvoker1< RuntimeObject* >::Invoke(10, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_34, L_40); RuntimeObject* L_41 = ___2_cache; GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_42 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineAttributeFilterKeys; int32_t L_43 = ___0_pipelineType; NullCheck(L_42); int32_t L_44 = L_43; Guid_t L_45 = (L_42)->GetAt(static_cast(L_44)); Guid_t L_46 = L_45; RuntimeObject* L_47 = Box(Guid_t_il2cpp_TypeInfo_var, &L_46); NullCheck(L_41); InterfaceActionInvoker1< RuntimeObject* >::Invoke(10, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_41, L_47); RuntimeObject* L_48 = ___2_cache; GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_49 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineInitializeKeys; int32_t L_50 = ___0_pipelineType; NullCheck(L_49); int32_t L_51 = L_50; Guid_t L_52 = (L_49)->GetAt(static_cast(L_51)); Guid_t L_53 = L_52; RuntimeObject* L_54 = Box(Guid_t_il2cpp_TypeInfo_var, &L_53); RuntimeObject* L_55 = ___1_members; NullCheck(L_48); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_48, L_54, L_55); } IL_00c3: { RuntimeObject* L_56 = ___1_members; return L_56; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_PipelineMerge_mB567A8C7160A6A73F3884076D2785754E248694E (int32_t ___0_pipelineType, RuntimeObject* ___1_primary, RuntimeObject* ___2_secondary, RuntimeObject* ___3_instance, RuntimeObject* ___4_cache, 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*)&AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_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*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; bool V_4 = false; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = NULL; RuntimeObject* V_10 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_11 = NULL; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_12 = NULL; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* V_13 = NULL; { RuntimeObject* L_0 = ___2_secondary; if (!L_0) { goto IL_000b; } } { RuntimeObject* L_1 = ___2_secondary; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_1); if (L_2) { goto IL_000d; } } IL_000b: { RuntimeObject* L_3 = ___1_primary; return L_3; } IL_000d: { RuntimeObject* L_4 = ___4_cache; if (!L_4) { goto IL_00bb; } } { RuntimeObject* L_5 = ___4_cache; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_6 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineMergeKeys; int32_t L_7 = ___0_pipelineType; NullCheck(L_6); int32_t L_8 = L_7; Guid_t L_9 = (L_6)->GetAt(static_cast(L_8)); Guid_t L_10 = L_9; RuntimeObject* L_11 = Box(Guid_t_il2cpp_TypeInfo_var, &L_10); NullCheck(L_5); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_5, L_11); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_1; if (!L_13) { goto IL_00bb; } } { RuntimeObject* L_14 = V_1; NullCheck(L_14); int32_t L_15; L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_14); RuntimeObject* L_16 = ___1_primary; NullCheck(L_16); int32_t L_17; L_17 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_16); RuntimeObject* L_18 = ___2_secondary; NullCheck(L_18); int32_t L_19; L_19 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_18); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)il2cpp_codegen_add(L_17, L_19)))))) { goto IL_00bb; } } { RuntimeObject* L_20 = V_1; NullCheck(L_20); RuntimeObject* L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_20); V_2 = L_21; RuntimeObject* L_22 = ___1_primary; NullCheck(L_22); RuntimeObject* L_23; L_23 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_22); V_3 = L_23; V_4 = (bool)1; goto IL_0072; } IL_005f: { RuntimeObject* L_24 = V_3; NullCheck(L_24); RuntimeObject* L_25; L_25 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_24); RuntimeObject* L_26 = V_2; NullCheck(L_26); RuntimeObject* L_27; L_27 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_26); if ((((RuntimeObject*)(RuntimeObject*)L_25) == ((RuntimeObject*)(RuntimeObject*)L_27))) { goto IL_0072; } } { V_4 = (bool)0; goto IL_0082; } IL_0072: { RuntimeObject* L_28 = V_3; NullCheck(L_28); bool L_29; L_29 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_28); if (!L_29) { goto IL_0082; } } { RuntimeObject* L_30 = V_2; NullCheck(L_30); bool L_31; L_31 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_005f; } } IL_0082: { bool L_32 = V_4; if (!L_32) { goto IL_00b5; } } { RuntimeObject* L_33 = ___2_secondary; NullCheck(L_33); RuntimeObject* L_34; L_34 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_33); V_5 = L_34; goto IL_00a4; } IL_0090: { RuntimeObject* L_35 = V_5; NullCheck(L_35); RuntimeObject* L_36; L_36 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_35); RuntimeObject* L_37 = V_2; NullCheck(L_37); RuntimeObject* L_38; L_38 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_37); if ((((RuntimeObject*)(RuntimeObject*)L_36) == ((RuntimeObject*)(RuntimeObject*)L_38))) { goto IL_00a4; } } { V_4 = (bool)0; goto IL_00b5; } IL_00a4: { RuntimeObject* L_39 = V_5; NullCheck(L_39); bool L_40; L_40 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_39); if (!L_40) { goto IL_00b5; } } { RuntimeObject* L_41 = V_2; NullCheck(L_41); bool L_42; L_42 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_41); if (L_42) { goto IL_0090; } } IL_00b5: { bool L_43 = V_4; if (!L_43) { goto IL_00bb; } } { RuntimeObject* L_44 = V_1; return L_44; } IL_00bb: { RuntimeObject* L_45 = ___1_primary; NullCheck(L_45); int32_t L_46; L_46 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_45); RuntimeObject* L_47 = ___2_secondary; NullCheck(L_47); int32_t L_48; L_48 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_47); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_49 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); ArrayList__ctor_m4637812384C075439BB17EEC1C2DF802BD41EBD0(L_49, ((int32_t)il2cpp_codegen_add(L_46, L_48)), NULL); V_0 = L_49; RuntimeObject* L_50 = ___1_primary; NullCheck(L_50); RuntimeObject* L_51; L_51 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_50); V_6 = L_51; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00f5: { { RuntimeObject* L_52 = V_6; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_52, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_53 = V_8; if (!L_53) { goto IL_0109; } } { RuntimeObject* L_54 = V_8; NullCheck(L_54); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_54); } IL_0109: { return; } } }); try { { goto IL_00ea_1; } IL_00d8_1: { RuntimeObject* L_55 = V_6; NullCheck(L_55); RuntimeObject* L_56; L_56 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_55); V_7 = L_56; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_57 = V_0; RuntimeObject* L_58 = V_7; NullCheck(L_57); int32_t L_59; L_59 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29, L_57, L_58); } IL_00ea_1: { RuntimeObject* L_60 = V_6; NullCheck(L_60); bool L_61; L_61 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_60); if (L_61) { goto IL_00d8_1; } } { goto IL_010a; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_010a: { RuntimeObject* L_62 = ___2_secondary; NullCheck(L_62); RuntimeObject* L_63; L_63 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_62); V_6 = L_63; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0131: { { RuntimeObject* L_64 = V_6; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_64, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_65 = V_8; if (!L_65) { goto IL_0145; } } { RuntimeObject* L_66 = V_8; NullCheck(L_66); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_66); } IL_0145: { return; } } }); try { { goto IL_0126_1; } IL_0114_1: { RuntimeObject* L_67 = V_6; NullCheck(L_67); RuntimeObject* L_68; L_68 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_67); V_9 = L_68; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_69 = V_0; RuntimeObject* L_70 = V_9; NullCheck(L_69); int32_t L_71; L_71 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29, L_69, L_70); } IL_0126_1: { RuntimeObject* L_72 = V_6; NullCheck(L_72); bool L_73; L_73 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_72); if (L_73) { goto IL_0114_1; } } { goto IL_0146; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0146: { RuntimeObject* L_74 = ___4_cache; if (!L_74) { goto IL_0210; } } { int32_t L_75 = ___0_pipelineType; switch (L_75) { case 0: { goto IL_0161; } case 1: { goto IL_0182; } case 2: { goto IL_01a4; } } } { goto IL_01c6; } IL_0161: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_76 = V_0; NullCheck(L_76); int32_t L_77; L_77 = VirtualFuncInvoker0< int32_t >::Invoke(22, L_76); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_78 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)L_77); V_11 = L_78; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_79 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_80 = V_11; NullCheck(L_79); VirtualActionInvoker2< RuntimeArray*, int32_t >::Invoke(35, L_79, (RuntimeArray*)L_80, 0); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_81 = V_11; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_82 = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)il2cpp_codegen_object_new(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313(L_82, L_81, NULL); V_10 = L_82; goto IL_01c9; } IL_0182: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_83 = V_0; NullCheck(L_83); int32_t L_84; L_84 = VirtualFuncInvoker0< int32_t >::Invoke(22, L_83); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_85 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_84); V_12 = L_85; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_86 = V_0; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_87 = V_12; NullCheck(L_86); VirtualActionInvoker2< RuntimeArray*, int32_t >::Invoke(35, L_86, (RuntimeArray*)L_87, 0); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_88 = V_12; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_89 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE(L_89, L_88, (bool)1, NULL); V_10 = L_89; goto IL_01c9; } IL_01a4: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_90 = V_0; NullCheck(L_90); int32_t L_91; L_91 = VirtualFuncInvoker0< int32_t >::Invoke(22, L_90); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_92 = (EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80*)SZArrayNew(EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80_il2cpp_TypeInfo_var, (uint32_t)L_91); V_13 = L_92; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_93 = V_0; EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_94 = V_13; NullCheck(L_93); VirtualActionInvoker2< RuntimeArray*, int32_t >::Invoke(35, L_93, (RuntimeArray*)L_94, 0); EventDescriptorU5BU5D_t36B45BFB0000115B81C8C3AC07D472C02AE45B80* L_95 = V_13; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_96 = (EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*)il2cpp_codegen_object_new(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_m6FEF5B613838F164D7F9FC939EA915FE7B5CF118(L_96, L_95, (bool)1, NULL); V_10 = L_96; goto IL_01c9; } IL_01c6: { V_10 = (RuntimeObject*)NULL; } IL_01c9: { RuntimeObject* L_97 = ___4_cache; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_98 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineMergeKeys; int32_t L_99 = ___0_pipelineType; NullCheck(L_98); int32_t L_100 = L_99; Guid_t L_101 = (L_98)->GetAt(static_cast(L_100)); Guid_t L_102 = L_101; RuntimeObject* L_103 = Box(Guid_t_il2cpp_TypeInfo_var, &L_102); RuntimeObject* L_104 = V_10; NullCheck(L_97); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_97, L_103, L_104); RuntimeObject* L_105 = ___4_cache; GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_106 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineFilterKeys; int32_t L_107 = ___0_pipelineType; NullCheck(L_106); int32_t L_108 = L_107; Guid_t L_109 = (L_106)->GetAt(static_cast(L_108)); Guid_t L_110 = L_109; RuntimeObject* L_111 = Box(Guid_t_il2cpp_TypeInfo_var, &L_110); NullCheck(L_105); InterfaceActionInvoker1< RuntimeObject* >::Invoke(10, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_105, L_111); RuntimeObject* L_112 = ___4_cache; GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_113 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineAttributeFilterKeys; int32_t L_114 = ___0_pipelineType; NullCheck(L_113); int32_t L_115 = L_114; Guid_t L_116 = (L_113)->GetAt(static_cast(L_115)); Guid_t L_117 = L_116; RuntimeObject* L_118 = Box(Guid_t_il2cpp_TypeInfo_var, &L_117); NullCheck(L_112); InterfaceActionInvoker1< RuntimeObject* >::Invoke(10, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_112, L_118); } IL_0210: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_119 = V_0; return L_119; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RaiseRefresh_m21EB4A75D4244C3E018263423794E855D0C4C83B (RuntimeObject* ___0_component, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_0; L_0 = VolatileRead((&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->___Refreshed)); V_0 = L_0; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_1 = V_0; if (!L_1) { goto IL_001a; } } { RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_2 = V_0; RuntimeObject* L_3 = ___0_component; RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* L_4 = (RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86*)il2cpp_codegen_object_new(RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86_il2cpp_TypeInfo_var); RefreshEventArgs__ctor_mFAC0CB3BCAA676FAB7673055215168BB623D4D3A(L_4, L_3, NULL); NullCheck(L_2); RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_inline(L_2, L_4, NULL); } IL_001a: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RaiseRefresh_m50C3CF925179FE06A018877668E77E5797A53DA4 (Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_0; L_0 = VolatileRead((&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->___Refreshed)); V_0 = L_0; RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_1 = V_0; if (!L_1) { goto IL_001a; } } { RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_2 = V_0; Type_t* L_3 = ___0_type; RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* L_4 = (RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86*)il2cpp_codegen_object_new(RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86_il2cpp_TypeInfo_var); RefreshEventArgs__ctor_mA88DB8D3EBE2EDC16126E5DA09495F31F6E43CC9(L_4, L_3, NULL); NullCheck(L_2); RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_inline(L_2, L_4, NULL); } IL_001a: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_m3AB88F5DF34F7D1BBEB0B00584E55864166C8D9F (RuntimeObject* ___0_component, 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_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_Refresh_mF174C59FE64D22C7422D48057CC5B742AEE0860A(L_0, (bool)1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_mF174C59FE64D22C7422D48057CC5B742AEE0860A (RuntimeObject* ___0_component, bool ___1_refreshReflectionProvider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_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; } bool V_0 = false; RuntimeObject* V_1 = NULL; Type_t* V_2 = NULL; WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* V_3 = NULL; bool V_4 = false; RuntimeObject* V_5 = NULL; DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB V_6; memset((&V_6), 0, sizeof(V_6)); Type_t* V_7 = NULL; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* V_8 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_9 = NULL; RuntimeObject* V_10 = NULL; int32_t V_11 = 0; { RuntimeObject* L_0 = ___0_component; if (L_0) { goto IL_0004; } } { return; } IL_0004: { V_0 = (bool)0; bool L_1 = ___1_refreshReflectionProvider; if (!L_1) { goto IL_00f9; } } { RuntimeObject* L_2 = ___0_component; NullCheck(L_2); Type_t* L_3; L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL); V_2 = L_3; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_4 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; V_3 = L_4; V_4 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00ee: { { bool L_5 = V_4; if (!L_5) { goto IL_00f8; } } { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_6 = V_3; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_6, NULL); } IL_00f8: { return; } } }); try { { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_7 = V_3; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_7, (&V_4), NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_8 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; NullCheck(L_8); RuntimeObject* L_9; L_9 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31, L_8); V_5 = L_9; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00d9_1: { { RuntimeObject* L_10 = V_5; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_10; if (!L_11) { goto IL_00ed_1; } } { RuntimeObject* L_12 = V_10; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_12); } IL_00ed_1: { return; } } }); try { { goto IL_00cb_2; } IL_0035_2: { RuntimeObject* L_13 = V_5; NullCheck(L_13); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_13); V_6 = ((*(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)((DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)UnBox(L_14, DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var)))); RuntimeObject* L_15; L_15 = DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline((&V_6), NULL); V_7 = ((Type_t*)IsInstClass((RuntimeObject*)L_15, Type_t_il2cpp_TypeInfo_var)); Type_t* L_16 = V_7; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_17; L_17 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_16, (Type_t*)NULL, NULL); if (!L_17) { goto IL_0065_2; } } { Type_t* L_18 = V_2; Type_t* L_19 = V_7; NullCheck(L_18); bool L_20; L_20 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_18, L_19); if (L_20) { goto IL_0078_2; } } IL_0065_2: { Type_t* L_21 = V_7; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_22 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_23; L_23 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_22, NULL); bool L_24; L_24 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_21, L_23, NULL); if (!L_24) { goto IL_00cb_2; } } IL_0078_2: { RuntimeObject* L_25; L_25 = DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline((&V_6), NULL); V_8 = ((TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)CastclassSealed((RuntimeObject*)L_25, TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var)); goto IL_0093_2; } IL_0088_2: { V_0 = (bool)1; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_26 = V_8; NullCheck(L_26); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_27 = L_26->___Next; V_8 = L_27; } IL_0093_2: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_28 = V_8; if (!L_28) { goto IL_00a5_2; } } { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_29 = V_8; NullCheck(L_29); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_30 = L_29->___Provider; if (!((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_30, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))) { goto IL_0088_2; } } IL_00a5_2: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_31 = V_8; if (!L_31) { goto IL_00cb_2; } } { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_32 = V_8; NullCheck(L_32); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_33 = L_32->___Provider; V_9 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)CastclassSealed((RuntimeObject*)L_33, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_34 = V_9; Type_t* L_35 = V_2; NullCheck(L_34); bool L_36; L_36 = ReflectTypeDescriptionProvider_IsPopulated_m84F86F476D4C3552D9319BE958418D78CE50C1A8(L_34, L_35, NULL); if (!L_36) { goto IL_00cb_2; } } { V_0 = (bool)1; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_37 = V_9; Type_t* L_38 = V_2; NullCheck(L_37); ReflectTypeDescriptionProvider_Refresh_m2E5B6CEEA9ED33154509B1DE82E5BF4E5814CAF0(L_37, L_38, NULL); } IL_00cb_2: { RuntimeObject* L_39 = V_5; NullCheck(L_39); bool L_40; L_40 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_39); if (L_40) { goto IL_0035_2; } } { goto IL_00f9; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00f9: { RuntimeObject* L_41 = ___0_component; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_42; L_42 = TypeDescriptor_GetCache_m8BFBAC142FE1E2389677C8BC10B1789A3D7619C7(L_41, NULL); V_1 = L_42; bool L_43 = V_0; if (L_43) { goto IL_0106; } } { RuntimeObject* L_44 = V_1; if (!L_44) { goto IL_0175; } } IL_0106: { RuntimeObject* L_45 = V_1; if (!L_45) { goto IL_0164; } } { V_11 = 0; goto IL_0159; } IL_010e: { RuntimeObject* L_46 = V_1; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_47 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineFilterKeys; int32_t L_48 = V_11; NullCheck(L_47); int32_t L_49 = L_48; Guid_t L_50 = (L_47)->GetAt(static_cast(L_49)); Guid_t L_51 = L_50; RuntimeObject* L_52 = Box(Guid_t_il2cpp_TypeInfo_var, &L_51); NullCheck(L_46); InterfaceActionInvoker1< RuntimeObject* >::Invoke(10, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_46, L_52); RuntimeObject* L_53 = V_1; GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_54 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineMergeKeys; int32_t L_55 = V_11; NullCheck(L_54); int32_t L_56 = L_55; Guid_t L_57 = (L_54)->GetAt(static_cast(L_56)); Guid_t L_58 = L_57; RuntimeObject* L_59 = Box(Guid_t_il2cpp_TypeInfo_var, &L_58); NullCheck(L_53); InterfaceActionInvoker1< RuntimeObject* >::Invoke(10, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_53, L_59); RuntimeObject* L_60 = V_1; GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_61 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineAttributeFilterKeys; int32_t L_62 = V_11; NullCheck(L_61); int32_t L_63 = L_62; Guid_t L_64 = (L_61)->GetAt(static_cast(L_63)); Guid_t L_65 = L_64; RuntimeObject* L_66 = Box(Guid_t_il2cpp_TypeInfo_var, &L_65); NullCheck(L_60); InterfaceActionInvoker1< RuntimeObject* >::Invoke(10, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_60, L_66); int32_t L_67 = V_11; V_11 = ((int32_t)il2cpp_codegen_add(L_67, 1)); } IL_0159: { int32_t L_68 = V_11; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_69 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineFilterKeys; NullCheck(L_69); if ((((int32_t)L_68) < ((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length))))) { goto IL_010e; } } IL_0164: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); int32_t L_70; L_70 = Interlocked_Increment_m3C240C32E8D9544EC050B74D4F28EEB58F1F9309((&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____metadataVersion), NULL); RuntimeObject* L_71 = ___0_component; TypeDescriptor_RaiseRefresh_m21EB4A75D4244C3E018263423794E855D0C4C83B(L_71, NULL); } IL_0175: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_m2B231BD8F5AD6701890D26FE7B9A36C97F11BB5B (Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_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; } bool V_0 = false; WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB V_4; memset((&V_4), 0, sizeof(V_4)); Type_t* V_5 = NULL; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* V_6 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_7 = NULL; RuntimeObject* V_8 = NULL; { 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_000a; } } { return; } IL_000a: { V_0 = (bool)0; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_2 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; V_1 = L_2; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00e2: { { bool L_3 = V_2; if (!L_3) { goto IL_00eb; } } { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_4 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL); } IL_00eb: { return; } } }); try { { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_5 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_6 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; NullCheck(L_6); RuntimeObject* L_7; L_7 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31, L_6); V_3 = L_7; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00ce_1: { { RuntimeObject* L_8 = V_3; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_8; if (!L_9) { goto IL_00e1_1; } } { RuntimeObject* L_10 = V_8; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_10); } IL_00e1_1: { return; } } }); try { { goto IL_00c1_2; } IL_002c_2: { RuntimeObject* L_11 = V_3; NullCheck(L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11); V_4 = ((*(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)((DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)UnBox(L_12, DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var)))); RuntimeObject* L_13; L_13 = DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline((&V_4), NULL); V_5 = ((Type_t*)IsInstClass((RuntimeObject*)L_13, Type_t_il2cpp_TypeInfo_var)); Type_t* L_14 = V_5; 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_005b_2; } } { Type_t* L_16 = ___0_type; Type_t* L_17 = V_5; NullCheck(L_16); bool L_18; L_18 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_16, L_17); if (L_18) { goto IL_006e_2; } } IL_005b_2: { Type_t* L_19 = V_5; 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_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_19, L_21, NULL); if (!L_22) { goto IL_00c1_2; } } IL_006e_2: { RuntimeObject* L_23; L_23 = DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline((&V_4), NULL); V_6 = ((TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)CastclassSealed((RuntimeObject*)L_23, TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var)); goto IL_0089_2; } IL_007e_2: { V_0 = (bool)1; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_24 = V_6; NullCheck(L_24); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_25 = L_24->___Next; V_6 = L_25; } IL_0089_2: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_26 = V_6; if (!L_26) { goto IL_009b_2; } } { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_27 = V_6; NullCheck(L_27); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_28 = L_27->___Provider; if (!((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_28, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))) { goto IL_007e_2; } } IL_009b_2: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_29 = V_6; if (!L_29) { goto IL_00c1_2; } } { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_30 = V_6; NullCheck(L_30); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_31 = L_30->___Provider; V_7 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)CastclassSealed((RuntimeObject*)L_31, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_32 = V_7; Type_t* L_33 = ___0_type; NullCheck(L_32); bool L_34; L_34 = ReflectTypeDescriptionProvider_IsPopulated_m84F86F476D4C3552D9319BE958418D78CE50C1A8(L_32, L_33, NULL); if (!L_34) { goto IL_00c1_2; } } { V_0 = (bool)1; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_35 = V_7; Type_t* L_36 = ___0_type; NullCheck(L_35); ReflectTypeDescriptionProvider_Refresh_m2E5B6CEEA9ED33154509B1DE82E5BF4E5814CAF0(L_35, L_36, NULL); } IL_00c1_2: { RuntimeObject* L_37 = V_3; NullCheck(L_37); bool L_38; L_38 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_37); if (L_38) { goto IL_002c_2; } } { goto IL_00ec; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00ec: { bool L_39 = V_0; if (!L_39) { goto IL_0100; } } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); int32_t L_40; L_40 = Interlocked_Increment_m3C240C32E8D9544EC050B74D4F28EEB58F1F9309((&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____metadataVersion), NULL); Type_t* L_41 = ___0_type; TypeDescriptor_RaiseRefresh_m50C3CF925179FE06A018877668E77E5797A53DA4(L_41, NULL); } IL_0100: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_m73904FE9C065C09D01FCE6816224E8750415952B (Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* ___0_module, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_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*)&Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_il2cpp_TypeInfo_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*)&TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_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; } Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_0 = NULL; WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB V_4; memset((&V_4), 0, sizeof(V_4)); Type_t* V_5 = NULL; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* V_6 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_7 = NULL; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_8 = NULL; int32_t V_9 = 0; Type_t* V_10 = NULL; RuntimeObject* V_11 = NULL; RuntimeObject* V_12 = NULL; { Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* L_0 = ___0_module; il2cpp_codegen_runtime_class_init_inline(Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_il2cpp_TypeInfo_var); bool L_1; L_1 = Module_op_Equality_m583E1B14EB42642C25529E575F844338D4A657DA(L_0, (Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0*)NULL, NULL); if (!L_1) { goto IL_000a; } } { return; } IL_000a: { V_0 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)NULL; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_2 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; V_1 = L_2; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0127: { { bool L_3 = V_2; if (!L_3) { goto IL_0130; } } { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_4 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_4, NULL); } IL_0130: { return; } } }); try { { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_5 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_5, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_6 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable; NullCheck(L_6); RuntimeObject* L_7; L_7 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31, L_6); V_3 = L_7; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0113_1: { { RuntimeObject* L_8 = V_3; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_11; if (!L_9) { goto IL_0126_1; } } { RuntimeObject* L_10 = V_11; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_10); } IL_0126_1: { return; } } }); try { { goto IL_0106_2; } IL_002c_2: { RuntimeObject* L_11 = V_3; NullCheck(L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11); V_4 = ((*(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)((DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)UnBox(L_12, DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var)))); RuntimeObject* L_13; L_13 = DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline((&V_4), NULL); V_5 = ((Type_t*)IsInstClass((RuntimeObject*)L_13, Type_t_il2cpp_TypeInfo_var)); Type_t* L_14 = V_5; 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_0060_2; } } { Type_t* L_16 = V_5; NullCheck(L_16); Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* L_17; L_17 = VirtualFuncInvoker0< Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* >::Invoke(28, L_16); Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* L_18 = ___0_module; NullCheck(L_17); bool L_19; L_19 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_17, L_18); if (L_19) { goto IL_0076_2; } } IL_0060_2: { Type_t* L_20 = V_5; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast (RuntimeObject_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); bool L_23; L_23 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_20, L_22, NULL); if (!L_23) { goto IL_0106_2; } } IL_0076_2: { RuntimeObject* L_24; L_24 = DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline((&V_4), NULL); V_6 = ((TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8*)CastclassSealed((RuntimeObject*)L_24, TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8_il2cpp_TypeInfo_var)); goto IL_00a2_2; } IL_0086_2: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_25 = V_0; if (L_25) { goto IL_008f_2; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_26 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_26, NULL); V_0 = L_26; } IL_008f_2: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_27 = V_0; Type_t* L_28 = V_5; Type_t* L_29 = V_5; NullCheck(L_27); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_27, L_28, L_29); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_30 = V_6; NullCheck(L_30); TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_31 = L_30->___Next; V_6 = L_31; } IL_00a2_2: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_32 = V_6; if (!L_32) { goto IL_00b4_2; } } { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_33 = V_6; NullCheck(L_33); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_34 = L_33->___Provider; if (!((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_34, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var))) { goto IL_0086_2; } } IL_00b4_2: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_35 = V_6; if (!L_35) { goto IL_0106_2; } } { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_36 = V_6; NullCheck(L_36); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_37 = L_36->___Provider; V_7 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)CastclassSealed((RuntimeObject*)L_37, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_38 = V_7; Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* L_39 = ___0_module; NullCheck(L_38); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_40; L_40 = ReflectTypeDescriptionProvider_GetPopulatedTypes_m642B954B72F1768F632D2DE62C4E22574AE0D603(L_38, L_39, NULL); V_8 = L_40; V_9 = 0; goto IL_00fe_2; } IL_00d5_2: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_41 = V_8; int32_t L_42 = V_9; NullCheck(L_41); int32_t L_43 = L_42; Type_t* L_44 = (L_41)->GetAt(static_cast(L_43)); V_10 = L_44; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_45 = V_7; Type_t* L_46 = V_10; NullCheck(L_45); ReflectTypeDescriptionProvider_Refresh_m2E5B6CEEA9ED33154509B1DE82E5BF4E5814CAF0(L_45, L_46, NULL); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_47 = V_0; if (L_47) { goto IL_00ee_2; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_48 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_48, NULL); V_0 = L_48; } IL_00ee_2: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_49 = V_0; Type_t* L_50 = V_10; Type_t* L_51 = V_10; NullCheck(L_49); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_49, L_50, L_51); int32_t L_52 = V_9; V_9 = ((int32_t)il2cpp_codegen_add(L_52, 1)); } IL_00fe_2: { int32_t L_53 = V_9; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_54 = V_8; NullCheck(L_54); if ((((int32_t)L_53) < ((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length))))) { goto IL_00d5_2; } } IL_0106_2: { RuntimeObject* L_55 = V_3; NullCheck(L_55); bool L_56; L_56 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_55); if (L_56) { goto IL_002c_2; } } { goto IL_0131; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0131: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_57 = V_0; if (!L_57) { goto IL_017b; } } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* L_58 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->___Refreshed; if (!L_58) { goto IL_017b; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_59 = V_0; NullCheck(L_59); RuntimeObject* L_60; L_60 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37, L_59); NullCheck(L_60); RuntimeObject* L_61; L_61 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_60); V_12 = L_61; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0166: { { RuntimeObject* L_62 = V_12; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_62, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_63 = V_11; if (!L_63) { goto IL_017a; } } { RuntimeObject* L_64 = V_11; NullCheck(L_64); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_64); } IL_017a: { return; } } }); try { { goto IL_015b_1; } IL_014a_1: { RuntimeObject* L_65 = V_12; NullCheck(L_65); RuntimeObject* L_66; L_66 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_65); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_RaiseRefresh_m50C3CF925179FE06A018877668E77E5797A53DA4(((Type_t*)CastclassClass((RuntimeObject*)L_66, Type_t_il2cpp_TypeInfo_var)), NULL); } IL_015b_1: { RuntimeObject* L_67 = V_12; NullCheck(L_67); bool L_68; L_68 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_67); if (L_68) { goto IL_014a_1; } } { goto IL_017b; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_017b: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Refresh_m4BED516A2A379AFCC5FE73632C239F9BAD0817A1 (Assembly_t* ___0_assembly, 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; } ModuleU5BU5D_t7E2A615EDA0BE9DB02BE6763CF017E7319EF87FE* V_0 = NULL; int32_t V_1 = 0; { Assembly_t* L_0 = ___0_assembly; bool L_1; L_1 = Assembly_op_Equality_m1E2666F9D0537F02AB32F14B4458C98C4851CEAB(L_0, (Assembly_t*)NULL, NULL); if (!L_1) { goto IL_000a; } } { return; } IL_000a: { Assembly_t* L_2 = ___0_assembly; NullCheck(L_2); ModuleU5BU5D_t7E2A615EDA0BE9DB02BE6763CF017E7319EF87FE* L_3; L_3 = Assembly_GetModules_mE976275B5B92AC3CD553692DEEC9817B878C469B(L_2, NULL); V_0 = L_3; V_1 = 0; goto IL_0021; } IL_0015: { ModuleU5BU5D_t7E2A615EDA0BE9DB02BE6763CF017E7319EF87FE* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* L_7 = (L_4)->GetAt(static_cast(L_6)); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_Refresh_m73904FE9C065C09D01FCE6816224E8750415952B(L_7, NULL); int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_0021: { int32_t L_9 = V_1; ModuleU5BU5D_t7E2A615EDA0BE9DB02BE6763CF017E7319EF87FE* L_10 = V_0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))) { goto IL_0015; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveAssociation_m92F2CB74F7F6675BF528EB7977F891F7288AB95E (RuntimeObject* ___0_primary, RuntimeObject* ___1_secondary, 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*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; { RuntimeObject* L_0 = ___0_primary; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveAssociation_m92F2CB74F7F6675BF528EB7977F891F7288AB95E_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___1_secondary; if (L_2) { goto IL_001c; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD1ECD956B7E4E74651008E98FEBFB3E2411DECE4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveAssociation_m92F2CB74F7F6675BF528EB7977F891F7288AB95E_RuntimeMethod_var))); } IL_001c: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_4 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____associationTable; il2cpp_codegen_memory_barrier(); V_0 = L_4; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = V_0; if (!L_5) { goto IL_008b; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = V_0; RuntimeObject* L_7 = ___0_primary; NullCheck(L_6); RuntimeObject* L_8; L_8 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_6, L_7); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_8, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_008b; } } { RuntimeObject* L_10 = V_1; V_2 = L_10; V_3 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0081: { { bool L_11 = V_3; if (!L_11) { goto IL_008a; } } { RuntimeObject* L_12 = V_2; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_12, NULL); } IL_008a: { return; } } }); try { { RuntimeObject* L_13 = V_2; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_13, (&V_3), NULL); RuntimeObject* L_14 = V_1; NullCheck(L_14); int32_t L_15; L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(1, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_14); V_4 = ((int32_t)il2cpp_codegen_subtract(L_15, 1)); goto IL_007a_1; } IL_004f_1: { RuntimeObject* L_16 = V_1; int32_t L_17 = V_4; NullCheck(L_16); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_16, L_17); NullCheck(((WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E*)CastclassClass((RuntimeObject*)L_18, WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var))); RuntimeObject* L_19; L_19 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6, ((WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E*)CastclassClass((RuntimeObject*)L_18, WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E_il2cpp_TypeInfo_var))); V_5 = L_19; RuntimeObject* L_20 = V_5; if (!L_20) { goto IL_006c_1; } } { RuntimeObject* L_21 = V_5; RuntimeObject* L_22 = ___1_secondary; if ((!(((RuntimeObject*)(RuntimeObject*)L_21) == ((RuntimeObject*)(RuntimeObject*)L_22)))) { goto IL_0074_1; } } IL_006c_1: { RuntimeObject* L_23 = V_1; int32_t L_24 = V_4; NullCheck(L_23); InterfaceActionInvoker1< int32_t >::Invoke(10, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_23, L_24); } IL_0074_1: { int32_t L_25 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract(L_25, 1)); } IL_007a_1: { int32_t L_26 = V_4; if ((((int32_t)L_26) >= ((int32_t)0))) { goto IL_004f_1; } } { goto IL_008b; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_008b: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveAssociations_m22E99F72D6907B4B9BCB2854E8AB166371CE4E85 (RuntimeObject* ___0_primary, 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; } Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_0 = NULL; { RuntimeObject* L_0 = ___0_primary; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral123C43710F305AB10E82F1B225DACB726753B5B8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveAssociations_m22E99F72D6907B4B9BCB2854E8AB166371CE4E85_RuntimeMethod_var))); } IL_000e: { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_2 = ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____associationTable; il2cpp_codegen_memory_barrier(); V_0 = L_2; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = V_0; if (!L_3) { goto IL_0020; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_4 = V_0; RuntimeObject* L_5 = ___0_primary; NullCheck(L_4); VirtualActionInvoker1< RuntimeObject* >::Invoke(39, L_4, L_5); } IL_0020: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveProvider_m5D17F7FC1618D9F7E6130500BD6C44255F4028B7 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, Type_t* ___1_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; } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = ___0_provider; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProvider_m5D17F7FC1618D9F7E6130500BD6C44255F4028B7_RuntimeMethod_var))); } IL_000e: { Type_t* L_2 = ___1_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_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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProvider_m5D17F7FC1618D9F7E6130500BD6C44255F4028B7_RuntimeMethod_var))); } IL_0022: { Type_t* L_5 = ___1_type; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_6 = ___0_provider; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_NodeRemove_mD1A062871B6FE912DA01FB3E546C065237996E1A(L_5, L_6, NULL); Type_t* L_7 = ___1_type; TypeDescriptor_RaiseRefresh_m50C3CF925179FE06A018877668E77E5797A53DA4(L_7, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveProvider_m2157266EF96D2C0F357CC42184BCB1DAE4A6C7DA (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, 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); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = ___0_provider; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProvider_m2157266EF96D2C0F357CC42184BCB1DAE4A6C7DA_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___1_instance; if (L_2) { goto IL_001c; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProvider_m2157266EF96D2C0F357CC42184BCB1DAE4A6C7DA_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___1_instance; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_5 = ___0_provider; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_NodeRemove_mD1A062871B6FE912DA01FB3E546C065237996E1A(L_4, L_5, NULL); RuntimeObject* L_6 = ___1_instance; TypeDescriptor_RaiseRefresh_m21EB4A75D4244C3E018263423794E855D0C4C83B(L_6, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveProviderTransparent_m8E08FD1474D16E44B17458E3748108F85E16E797 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, Type_t* ___1_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; } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = ___0_provider; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProviderTransparent_m8E08FD1474D16E44B17458E3748108F85E16E797_RuntimeMethod_var))); } IL_000e: { Type_t* L_2 = ___1_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_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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProviderTransparent_m8E08FD1474D16E44B17458E3748108F85E16E797_RuntimeMethod_var))); } IL_0022: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_5 = ___0_provider; Type_t* L_6 = ___1_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_RemoveProvider_m5D17F7FC1618D9F7E6130500BD6C44255F4028B7(L_5, L_6, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_RemoveProviderTransparent_m7E0E22CA5586FC283DAE5B72C73DE1791A63D124 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, 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); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = ___0_provider; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E9918A305DD44C6C5253BF7305AB7758C686BB5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProviderTransparent_m7E0E22CA5586FC283DAE5B72C73DE1791A63D124_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___1_instance; if (L_2) { goto IL_001c; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_RemoveProviderTransparent_m7E0E22CA5586FC283DAE5B72C73DE1791A63D124_RuntimeMethod_var))); } IL_001c: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_4 = ___0_provider; RuntimeObject* L_5 = ___1_instance; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_RemoveProvider_m2157266EF96D2C0F357CC42184BCB1DAE4A6C7DA(L_4, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeDescriptor_ShouldHideMember_m279039219951D41944ABB4BA978FA037E83E0294 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_member, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* ___1_attribute, const RuntimeMethod* method) { Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_0 = NULL; { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_0 = ___0_member; if (!L_0) { goto IL_0006; } } { Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_1 = ___1_attribute; if (L_1) { goto IL_0008; } } IL_0006: { return (bool)1; } IL_0008: { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_2 = ___0_member; NullCheck(L_2); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_3; L_3 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, L_2); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_4 = ___1_attribute; NullCheck(L_4); Type_t* L_5; L_5 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_4, NULL); NullCheck(L_3); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_6; L_6 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(11, L_3, L_5); V_0 = L_6; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_7 = V_0; if (L_7) { goto IL_0027; } } { Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_8 = ___1_attribute; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(6, L_8); return (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0); } IL_0027: { Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_10 = ___1_attribute; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_11 = V_0; NullCheck(L_10); bool L_12; L_12 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(5, L_10, L_11); return (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_SortDescriptorArray_m70B18DF7092B00F1830DA1C6CD382BB6268015ED (RuntimeObject* ___0_infos, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_infos; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralED7C00197E09BCADC7C4C12F9AFE2C99693799A7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptor_SortDescriptorArray_m70B18DF7092B00F1830DA1C6CD382BB6268015ED_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___0_infos; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3; L_3 = ArrayList_Adapter_mC0D976D7238E15899597A330071EB442B1DFE3DF(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704_il2cpp_TypeInfo_var); MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704* L_4 = ((MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704_StaticFields*)il2cpp_codegen_static_fields_for(MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704_il2cpp_TypeInfo_var))->___Instance; NullCheck(L_3); VirtualActionInvoker1< RuntimeObject* >::Invoke(46, L_3, L_4); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_Trace_mE47A8C9D640534C86C8BACC82FDE7D286050E587 (String_t* ___0_message, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor__cctor_m35ABCE421B5DDD0B73DF44CDCA5493D6EBDE3AB5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B7F2D4D512645479E144736945EB7801D72E576); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB685B58C78BBD2C174C699B34902FEDB4D764650); s_Il2CppMethodInitialized = true; } { WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3* L_0 = (WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3*)il2cpp_codegen_object_new(WeakHashtable_t56A27CA9C3EEBBCD3B87B4DFE255DB3830C535C3_il2cpp_TypeInfo_var); WeakHashtable__ctor_mBFFE17D4547F681A27EBE60D277625C9F9D0510F(L_0, NULL); ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable = L_0; Il2CppCodeGenWriteBarrier((void**)(&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTable), (void*)L_0); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_1, NULL); ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTypeTable = L_1; Il2CppCodeGenWriteBarrier((void**)(&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____providerTypeTable), (void*)L_1); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_2, NULL); il2cpp_codegen_memory_barrier(); ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____defaultProviders = L_2; Il2CppCodeGenWriteBarrier((void**)(&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____defaultProviders), (void*)L_2); BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1* L_3 = (BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1*)il2cpp_codegen_object_new(BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1_il2cpp_TypeInfo_var); BooleanSwitch__ctor_mA9232C7B57B18DBDDFD4F14DA26483509C0FFD53(L_3, _stringLiteralB685B58C78BBD2C174C699B34902FEDB4D764650, _stringLiteral8B7F2D4D512645479E144736945EB7801D72E576, NULL); ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->___TraceDescriptor = L_3; Il2CppCodeGenWriteBarrier((void**)(&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->___TraceDescriptor), (void*)L_3); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_4 = (GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42*)(GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42*)SZArrayNew(GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42_il2cpp_TypeInfo_var, (uint32_t)3); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_5 = L_4; Guid_t L_6; L_6 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(0), (Guid_t)L_6); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_7 = L_5; Guid_t L_8; L_8 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(1), (Guid_t)L_8); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_9 = L_7; Guid_t L_10; L_10 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); NullCheck(L_9); (L_9)->SetAt(static_cast(2), (Guid_t)L_10); ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineInitializeKeys = L_9; Il2CppCodeGenWriteBarrier((void**)(&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineInitializeKeys), (void*)L_9); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_11 = (GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42*)(GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42*)SZArrayNew(GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42_il2cpp_TypeInfo_var, (uint32_t)3); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_12 = L_11; Guid_t L_13; L_13 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); NullCheck(L_12); (L_12)->SetAt(static_cast(0), (Guid_t)L_13); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_14 = L_12; Guid_t L_15; L_15 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); NullCheck(L_14); (L_14)->SetAt(static_cast(1), (Guid_t)L_15); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_16 = L_14; Guid_t L_17; L_17 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); NullCheck(L_16); (L_16)->SetAt(static_cast(2), (Guid_t)L_17); ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineMergeKeys = L_16; Il2CppCodeGenWriteBarrier((void**)(&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineMergeKeys), (void*)L_16); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_18 = (GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42*)(GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42*)SZArrayNew(GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42_il2cpp_TypeInfo_var, (uint32_t)3); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_19 = L_18; Guid_t L_20; L_20 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); NullCheck(L_19); (L_19)->SetAt(static_cast(0), (Guid_t)L_20); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_21 = L_19; Guid_t L_22; L_22 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); NullCheck(L_21); (L_21)->SetAt(static_cast(1), (Guid_t)L_22); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_23 = L_21; Guid_t L_24; L_24 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); NullCheck(L_23); (L_23)->SetAt(static_cast(2), (Guid_t)L_24); ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineFilterKeys = L_23; Il2CppCodeGenWriteBarrier((void**)(&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineFilterKeys), (void*)L_23); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_25 = (GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42*)(GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42*)SZArrayNew(GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42_il2cpp_TypeInfo_var, (uint32_t)3); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_26 = L_25; Guid_t L_27; L_27 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); NullCheck(L_26); (L_26)->SetAt(static_cast(0), (Guid_t)L_27); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_28 = L_26; Guid_t L_29; L_29 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); NullCheck(L_28); (L_28)->SetAt(static_cast(1), (Guid_t)L_29); GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42* L_30 = L_28; Guid_t L_31; L_31 = Guid_NewGuid_m1F4894E8DC089811D6252148AD5858E58D43A7BD(NULL); NullCheck(L_30); (L_30)->SetAt(static_cast(2), (Guid_t)L_31); ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineAttributeFilterKeys = L_30; Il2CppCodeGenWriteBarrier((void**)(&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____pipelineAttributeFilterKeys), (void*)L_30); RuntimeObject* L_32 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_32, NULL); ((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____internalSyncObject = L_32; Il2CppCodeGenWriteBarrier((void**)(&((TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var))->____internalSyncObject), (void*)L_32); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeProvider__ctor_m453875A59B234418EF3AE4016105AEB4AFC48FCB (AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A* __this, TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_existingProvider, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attrs, const RuntimeMethod* method) { { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = ___0_existingProvider; TypeDescriptionProvider__ctor_m32AD747FB39A93150C9E092A5324735A0EE3218C(__this, L_0, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___1_attrs; __this->____attrs = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____attrs), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeProvider_GetTypeDescriptor_m641A51E0343016EBB0A429CAD49ECC6A34DD11D3 (AttributeProvider_t902A14959B7BDE195C73B5DE6732E1B28A942C4A* __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*)&AttributeTypeDescriptor_t893655210233DC2AA62BE029FD15FA303E1C6866_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_0 = __this->____attrs; Type_t* L_1 = ___0_objectType; RuntimeObject* L_2 = ___1_instance; RuntimeObject* L_3; L_3 = TypeDescriptionProvider_GetTypeDescriptor_m399A40592DC141E36131643D323CC9481EA5AD8E(__this, L_1, L_2, NULL); AttributeTypeDescriptor_t893655210233DC2AA62BE029FD15FA303E1C6866* L_4 = (AttributeTypeDescriptor_t893655210233DC2AA62BE029FD15FA303E1C6866*)il2cpp_codegen_object_new(AttributeTypeDescriptor_t893655210233DC2AA62BE029FD15FA303E1C6866_il2cpp_TypeInfo_var); AttributeTypeDescriptor__ctor_m9B988681AD799746055FF6F019B5427960C1B972(L_4, L_0, 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeTypeDescriptor__ctor_m9B988681AD799746055FF6F019B5427960C1B972 (AttributeTypeDescriptor_t893655210233DC2AA62BE029FD15FA303E1C6866* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_attrs, RuntimeObject* ___1_parent, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___1_parent; CustomTypeDescriptor__ctor_m8DACFF660A350264A8149D738FEFBC43E45DEBE0(__this, L_0, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___0_attrs; __this->____attributeArray = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____attributeArray), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* AttributeTypeDescriptor_GetAttributes_mA90F716B7958890C4CFF55802F2DF1AF5F92921E (AttributeTypeDescriptor_t893655210233DC2AA62BE029FD15FA303E1C6866* __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*)&AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_0 = NULL; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* V_1 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_2 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; bool V_6 = false; int32_t V_7 = 0; { V_0 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0; L_0 = CustomTypeDescriptor_GetAttributes_m3EF387AB8F57EFCED1B03248DCC60BDB5A6FFC1B(__this, NULL); V_1 = L_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = __this->____attributeArray; V_2 = L_1; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2 = V_1; NullCheck(L_2); int32_t L_3; L_3 = AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02(L_2, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_4 = V_2; NullCheck(L_4); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_5 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_3, ((int32_t)(((RuntimeArray*)L_4)->max_length))))); V_3 = L_5; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_6 = V_1; NullCheck(L_6); int32_t L_7; L_7 = AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02(L_6, NULL); V_4 = L_7; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_8 = V_1; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_9 = V_3; NullCheck(L_8); AttributeCollection_CopyTo_m29A1B7F330A44A3ABD7402CF9863089B917AA7F6(L_8, (RuntimeArray*)L_9, 0, NULL); V_5 = 0; goto IL_008a; } IL_0035: { V_6 = (bool)0; V_7 = 0; goto IL_0069; } IL_003d: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_10 = V_3; int32_t L_11 = V_7; NullCheck(L_10); int32_t L_12 = L_11; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_13); RuntimeObject* L_14; L_14 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4, L_13); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_15 = V_2; int32_t L_16 = V_5; NullCheck(L_15); int32_t L_17 = L_16; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_18); RuntimeObject* L_19; L_19 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(4, L_18); NullCheck(L_14); bool L_20; L_20 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_14, L_19); if (!L_20) { goto IL_0063; } } { V_6 = (bool)1; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_21 = V_3; int32_t L_22 = V_7; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_23 = V_2; int32_t L_24 = V_5; NullCheck(L_23); int32_t L_25 = L_24; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_26); (L_21)->SetAt(static_cast(L_22), (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)L_26); goto IL_0073; } IL_0063: { int32_t L_27 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_27, 1)); } IL_0069: { int32_t L_28 = V_7; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_29 = V_1; NullCheck(L_29); int32_t L_30; L_30 = AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02(L_29, NULL); if ((((int32_t)L_28) < ((int32_t)L_30))) { goto IL_003d; } } IL_0073: { bool L_31 = V_6; if (L_31) { goto IL_0084; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_32 = V_3; int32_t L_33 = V_4; int32_t L_34 = L_33; V_4 = ((int32_t)il2cpp_codegen_add(L_34, 1)); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_35 = V_2; int32_t L_36 = V_5; NullCheck(L_35); int32_t L_37 = L_36; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_38 = (L_35)->GetAt(static_cast(L_37)); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_38); (L_32)->SetAt(static_cast(L_34), (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)L_38); } IL_0084: { int32_t L_39 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_39, 1)); } IL_008a: { int32_t L_40 = V_5; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_41 = V_2; NullCheck(L_41); if ((((int32_t)L_40) < ((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length))))) { goto IL_0035; } } { int32_t L_42 = V_4; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_43 = V_3; NullCheck(L_43); if ((((int32_t)L_42) >= ((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length))))) { goto IL_00ad; } } { int32_t L_44 = V_4; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_45 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)L_44); V_0 = L_45; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_46 = V_3; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_47 = V_0; int32_t L_48 = V_4; Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_46, 0, (RuntimeArray*)L_47, 0, L_48, NULL); goto IL_00af; } IL_00ad: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_49 = V_3; V_0 = L_49; } IL_00af: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_50 = V_0; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_51 = (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*)il2cpp_codegen_object_new(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); AttributeCollection__ctor_m6987DEDDE616B905793F96BC20866FDEC937B313(L_51, L_50, NULL); return L_51; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComNativeDescriptionProvider__ctor_m5765CD95DB10D9B6A50D6041D07AC030E0FC1C23 (ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* __this, RuntimeObject* ___0_handler, const RuntimeMethod* method) { { TypeDescriptionProvider__ctor_m575B3B96D9C9A3B7C0D34A14D9E5FAA63EEE004C(__this, NULL); RuntimeObject* L_0 = ___0_handler; __this->____handler = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____handler), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ComNativeDescriptionProvider_get_Handler_m8B161DB914AA42A49A288702D1E1554163E0E0D5 (ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____handler; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComNativeDescriptionProvider_set_Handler_m8EB2878894B9E4C5976E9DC59F9A25280FA70533 (ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->____handler = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____handler), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ComNativeDescriptionProvider_GetTypeDescriptor_mA27AEE5BD15BE70BC994801A33B080FE88EC9C4A (ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* __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*)&ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_objectType; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ComNativeDescriptionProvider_GetTypeDescriptor_mA27AEE5BD15BE70BC994801A33B080FE88EC9C4A_RuntimeMethod_var))); } IL_0014: { RuntimeObject* L_3 = ___1_instance; if (L_3) { goto IL_0019; } } { return (RuntimeObject*)NULL; } IL_0019: { Type_t* L_4 = ___0_objectType; RuntimeObject* L_5 = ___1_instance; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(120, L_4, L_5); if (L_6) { goto IL_002d; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ComNativeDescriptionProvider_GetTypeDescriptor_mA27AEE5BD15BE70BC994801A33B080FE88EC9C4A_RuntimeMethod_var))); } IL_002d: { RuntimeObject* L_8 = __this->____handler; RuntimeObject* L_9 = ___1_instance; ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* L_10 = (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413*)il2cpp_codegen_object_new(ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413_il2cpp_TypeInfo_var); ComNativeTypeDescriptor__ctor_m9726480BCB768A7F2F4B834D08196870383964B0(L_10, L_8, L_9, NULL); return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComNativeTypeDescriptor__ctor_m9726480BCB768A7F2F4B834D08196870383964B0 (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, RuntimeObject* ___0_handler, RuntimeObject* ___1_instance, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); RuntimeObject* L_0 = ___0_handler; __this->____handler = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____handler), (void*)L_0); RuntimeObject* L_1 = ___1_instance; __this->____instance = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____instance), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_m22CD6159E3A7C6AC0AA3D1B843D373CE0C7F4688 (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____handler; RuntimeObject* L_1 = __this->____instance; NullCheck(L_0); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2; L_2 = InterfaceFuncInvoker1< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA*, RuntimeObject* >::Invoke(0, IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_mF7A123068D031079FCBA5AEA61472E87B48ACDE6 (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____handler; RuntimeObject* L_1 = __this->____instance; NullCheck(L_0); String_t* L_2; L_2 = InterfaceFuncInvoker1< String_t*, RuntimeObject* >::Invoke(1, IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_mA6DE82E9B44FB118A3C88086807827A5B364D0DD (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_m9AC11A8896315EEB5869D6A1B69808D1C89E1A79 (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____handler; RuntimeObject* L_1 = __this->____instance; NullCheck(L_0); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_2; L_2 = InterfaceFuncInvoker1< TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*, RuntimeObject* >::Invoke(2, IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_mB7F6132723A2D20E3D0C4557B3F545AE41CF1E07 (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____handler; RuntimeObject* L_1 = __this->____instance; NullCheck(L_0); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_2; L_2 = InterfaceFuncInvoker1< EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A*, RuntimeObject* >::Invoke(3, IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_m8B7A6776611E25E81CBEA51AFB8FEC3A4C730075 (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____handler; RuntimeObject* L_1 = __this->____instance; NullCheck(L_0); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2; L_2 = InterfaceFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, RuntimeObject* >::Invoke(4, IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m71F6117F39E9F68CA89B966A192CA8FD7F48FD72 (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, Type_t* ___0_editorBaseType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____handler; RuntimeObject* L_1 = __this->____instance; Type_t* L_2 = ___0_editorBaseType; NullCheck(L_0); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, Type_t* >::Invoke(5, IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mAE5BAD901410330E2C5593C8D004AE2125588389 (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____handler; RuntimeObject* L_1 = __this->____instance; NullCheck(L_0); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_2; L_2 = InterfaceFuncInvoker1< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*, RuntimeObject* >::Invoke(7, IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m6ECFC52683DCA09BB3E7FCACB72369C0814A4D90 (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____handler; RuntimeObject* L_1 = __this->____instance; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2 = ___0_attributes; NullCheck(L_0); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_3; L_3 = InterfaceFuncInvoker2< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*, RuntimeObject*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(8, IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mCDF40D0684212C6700BD4A6DAF057E0853B03FCC (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____handler; RuntimeObject* L_1 = __this->____instance; NullCheck(L_0); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_2; L_2 = InterfaceFuncInvoker2< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, RuntimeObject*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(9, IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var, L_0, L_1, (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mC69DA98A270412CE6762630E4EDCAE551473A365 (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____handler; RuntimeObject* L_1 = __this->____instance; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2 = ___0_attributes; NullCheck(L_0); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_3; L_3 = InterfaceFuncInvoker2< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, RuntimeObject*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(9, IComNativeDescriptorHandler_tDEEC069BFA406E68EABC521C5CCEA17DE671B7EF_il2cpp_TypeInfo_var, L_0, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mD2D0F86A4788A933C163B24A27B24A2391520F32 (ComNativeTypeDescriptor_tF917AEB9A850966E9E78010F64CF083AA7F52413* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_pd, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____instance; 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeFilterCacheItem__ctor_m5717B8B48C2F77086DA255E7053B31634388BA18 (AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_filter, RuntimeObject* ___1_filteredMembers, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_0 = ___0_filter; __this->____filter = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____filter), (void*)L_0); RuntimeObject* L_1 = ___1_filteredMembers; __this->___FilteredMembers = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___FilteredMembers), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeFilterCacheItem_IsValid_m817895D05934525F76E41E3B618BFD6B6C13BFE6 (AttributeFilterCacheItem_t2E4C5C117F2B24E5316AD8AEC482ACE7AC435C3F* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_filter, const RuntimeMethod* method) { int32_t V_0 = 0; { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_0 = __this->____filter; NullCheck(L_0); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___0_filter; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) { goto IL_000f; } } { return (bool)0; } IL_000f: { V_0 = 0; goto IL_0026; } IL_0013: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2 = __this->____filter; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_5 = (L_2)->GetAt(static_cast(L_4)); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_6 = ___0_filter; int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_9 = (L_6)->GetAt(static_cast(L_8)); if ((((RuntimeObject*)(Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)L_5) == ((RuntimeObject*)(Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)L_9))) { goto IL_0022; } } { return (bool)0; } IL_0022: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_0026: { int32_t L_11 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_12 = ___0_filter; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))) { goto IL_0013; } } { 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterCacheItem__ctor_mE9F7CD307B3F6228F55EFE04B8D84B4B57A51893 (FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027* __this, RuntimeObject* ___0_filterService, RuntimeObject* ___1_filteredMembers, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); RuntimeObject* L_0 = ___0_filterService; __this->____filterService = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____filterService), (void*)L_0); RuntimeObject* L_1 = ___1_filteredMembers; __this->___FilteredMembers = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___FilteredMembers), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterCacheItem_IsValid_mD1D0960AEFACC6645E5DEC95CA4F173E9260EC72 (FilterCacheItem_t5FE6248B05409F13F8493DEF3F8326B9941C3027* __this, RuntimeObject* ___0_filterService, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____filterService; RuntimeObject* L_1 = ___0_filterService; if ((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)L_1))) { goto IL_000b; } } { return (bool)0; } IL_000b: { 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberDescriptorComparer_Compare_m33438352E9BA8C1BF6B594E524DC1BF8BC5EFFE1 (MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704* __this, RuntimeObject* ___0_left, RuntimeObject* ___1_right, 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*)&MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_left; NullCheck(((MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*)CastclassClass((RuntimeObject*)L_0, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var))); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(10, ((MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*)CastclassClass((RuntimeObject*)L_0, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var))); RuntimeObject* L_2 = ___1_right; NullCheck(((MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*)CastclassClass((RuntimeObject*)L_2, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var))); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(10, ((MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*)CastclassClass((RuntimeObject*)L_2, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7_il2cpp_TypeInfo_var))); il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_4; L_4 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); int32_t L_5; L_5 = String_Compare_mBD9ED6B35314B34F51A9985E350D33F6F56F85A9(L_1, L_3, (bool)0, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptorComparer__ctor_mDCB73C6EC35AE31BE43CBF4C88053920603B4431 (MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptorComparer__cctor_m15B79AB7086207249441E7C7595DC21B4C8736A6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704* L_0 = (MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704*)il2cpp_codegen_object_new(MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704_il2cpp_TypeInfo_var); MemberDescriptorComparer__ctor_mDCB73C6EC35AE31BE43CBF4C88053920603B4431(L_0, NULL); ((MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704_StaticFields*)il2cpp_codegen_static_fields_for(MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704_il2cpp_TypeInfo_var))->___Instance = L_0; Il2CppCodeGenWriteBarrier((void**)(&((MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704_StaticFields*)il2cpp_codegen_static_fields_for(MemberDescriptorComparer_t680FF6E0EBCDA8F242A1EFDA4A7AEE751D349704_il2cpp_TypeInfo_var))->___Instance), (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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergedTypeDescriptor__ctor_m846C2DB00AE4DB20FAB890B60E95CB56EE9FE629 (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __this, RuntimeObject* ___0_primary, RuntimeObject* ___1_secondary, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); RuntimeObject* L_0 = ___0_primary; __this->____primary = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____primary), (void*)L_0); RuntimeObject* L_1 = ___1_secondary; __this->____secondary = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____secondary), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mF8DA84AB54E4B4429E27667D557634E4872BA672 (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __this, 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; } AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* V_0 = NULL; { RuntimeObject* L_0 = __this->____primary; NullCheck(L_0); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1; L_1 = InterfaceFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(0, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_0); V_0 = L_1; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2 = V_0; if (L_2) { goto IL_001b; } } { RuntimeObject* L_3 = __this->____secondary; NullCheck(L_3); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_4; L_4 = InterfaceFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(0, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_3); V_0 = L_4; } IL_001b: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_5 = V_0; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m7BE5447CE4E733489A0CEC4C4974D9AF7662FD7A (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __this, 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; } String_t* V_0 = NULL; { RuntimeObject* L_0 = __this->____primary; NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(1, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_0); V_0 = L_1; String_t* L_2 = V_0; if (L_2) { goto IL_001b; } } { RuntimeObject* L_3 = __this->____secondary; NullCheck(L_3); String_t* L_4; L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(1, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_3); V_0 = L_4; } IL_001b: { String_t* L_5 = V_0; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m255823FEF47FF365178CA8C563BCE6C0438F713F (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __this, 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; } String_t* V_0 = NULL; { RuntimeObject* L_0 = __this->____primary; NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(2, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_0); V_0 = L_1; String_t* L_2 = V_0; if (L_2) { goto IL_001b; } } { RuntimeObject* L_3 = __this->____secondary; NullCheck(L_3); String_t* L_4; L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(2, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_3); V_0 = L_4; } IL_001b: { String_t* L_5 = V_0; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_m0EEB21D1590AAECD9DB3404802C175099B200F63 (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __this, 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; } TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* V_0 = NULL; { RuntimeObject* L_0 = __this->____primary; NullCheck(L_0); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_1; L_1 = InterfaceFuncInvoker0< TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* >::Invoke(3, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_0); V_0 = L_1; TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_2 = V_0; if (L_2) { goto IL_001b; } } { RuntimeObject* L_3 = __this->____secondary; NullCheck(L_3); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_4; L_4 = InterfaceFuncInvoker0< TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* >::Invoke(3, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_3); V_0 = L_4; } IL_001b: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_5 = V_0; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_mEFBA1A768B74F7F1F64E11386A57E0A4A0AF6E14 (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __this, 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; } EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* V_0 = NULL; { RuntimeObject* L_0 = __this->____primary; NullCheck(L_0); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_1; L_1 = InterfaceFuncInvoker0< EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* >::Invoke(4, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_0); V_0 = L_1; EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_2 = V_0; if (L_2) { goto IL_001b; } } { RuntimeObject* L_3 = __this->____secondary; NullCheck(L_3); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_4; L_4 = InterfaceFuncInvoker0< EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* >::Invoke(4, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_3); V_0 = L_4; } IL_001b: { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_5 = V_0; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_m47F006E4E7B8B24EEF65833CC3D89C27CC45C2CB (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __this, 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; } PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_0 = NULL; { RuntimeObject* L_0 = __this->____primary; NullCheck(L_0); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1; L_1 = InterfaceFuncInvoker0< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* >::Invoke(5, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_0); V_0 = L_1; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2 = V_0; if (L_2) { goto IL_001b; } } { RuntimeObject* L_3 = __this->____secondary; NullCheck(L_3); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_4; L_4 = InterfaceFuncInvoker0< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* >::Invoke(5, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_3); V_0 = L_4; } IL_001b: { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_5 = V_0; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_mD65ED22869EC410F7BDD1529F43E8AF73A86915A (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __this, Type_t* ___0_editorBaseType, 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*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { Type_t* L_0 = ___0_editorBaseType; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29F549847E6C95D5723845123BD2C0D50AB9BD5F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_mD65ED22869EC410F7BDD1529F43E8AF73A86915A_RuntimeMethod_var))); } IL_0014: { RuntimeObject* L_3 = __this->____primary; Type_t* L_4 = ___0_editorBaseType; NullCheck(L_3); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(6, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_3, L_4); V_0 = L_5; RuntimeObject* L_6 = V_0; if (L_6) { goto IL_0031; } } { RuntimeObject* L_7 = __this->____secondary; Type_t* L_8 = ___0_editorBaseType; NullCheck(L_7); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(6, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_7, L_8); V_0 = L_9; } IL_0031: { RuntimeObject* L_10 = V_0; return L_10; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m600F01676C46E5399E137DD59963EA63D6AD0E3D (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __this, 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; } EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* V_0 = NULL; { RuntimeObject* L_0 = __this->____primary; NullCheck(L_0); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_1; L_1 = InterfaceFuncInvoker0< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* >::Invoke(7, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_0); V_0 = L_1; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_2 = V_0; if (L_2) { goto IL_001b; } } { RuntimeObject* L_3 = __this->____secondary; NullCheck(L_3); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_4; L_4 = InterfaceFuncInvoker0< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* >::Invoke(7, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_3); V_0 = L_4; } IL_001b: { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_5 = V_0; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_mD905B002090092F77A0A9356484F495ECFD957A5 (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __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); s_Il2CppMethodInitialized = true; } EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* V_0 = NULL; { RuntimeObject* L_0 = __this->____primary; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___0_attributes; NullCheck(L_0); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_2; L_2 = InterfaceFuncInvoker1< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(8, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_0, L_1); V_0 = L_2; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_3 = V_0; if (L_3) { goto IL_001d; } } { RuntimeObject* L_4 = __this->____secondary; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_5 = ___0_attributes; NullCheck(L_4); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_6; L_6 = InterfaceFuncInvoker1< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(8, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_4, L_5); V_0 = L_6; } IL_001d: { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_7 = V_0; return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mFAC74FC4F899ABAEFB88A6E934617FA7DB335276 (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __this, 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; } PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* V_0 = NULL; { RuntimeObject* L_0 = __this->____primary; NullCheck(L_0); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_1; L_1 = InterfaceFuncInvoker0< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* >::Invoke(9, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_0); V_0 = L_1; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_2 = V_0; if (L_2) { goto IL_001b; } } { RuntimeObject* L_3 = __this->____secondary; NullCheck(L_3); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_4; L_4 = InterfaceFuncInvoker0< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* >::Invoke(9, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_3); V_0 = L_4; } IL_001b: { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_5 = V_0; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m4446843FC89DBCAF04EB39EABEAE8FCD38C892A2 (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __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); s_Il2CppMethodInitialized = true; } PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* V_0 = NULL; { RuntimeObject* L_0 = __this->____primary; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___0_attributes; NullCheck(L_0); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_2; L_2 = InterfaceFuncInvoker1< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(10, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_0, L_1); V_0 = L_2; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_3 = V_0; if (L_3) { goto IL_001d; } } { RuntimeObject* L_4 = __this->____secondary; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_5 = ___0_attributes; NullCheck(L_4); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_6; L_6 = InterfaceFuncInvoker1< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(10, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_4, L_5); V_0 = L_6; } IL_001d: { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_7 = V_0; return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_mA23D6FA9115683ED9883F9C78160A6BEFB501630 (MergedTypeDescriptor_t8A1A6982CB74715459CB3A129ED4F51BCC553439* __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* V_0 = NULL; { RuntimeObject* L_0 = __this->____primary; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1 = ___0_pd; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* >::Invoke(11, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_0, L_1); V_0 = L_2; RuntimeObject* L_3 = V_0; if (L_3) { goto IL_001d; } } { RuntimeObject* L_4 = __this->____secondary; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_5 = ___0_pd; NullCheck(L_4); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject*, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* >::Invoke(11, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_4, L_5); V_0 = L_6; } IL_001d: { RuntimeObject* 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 IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionNode__ctor_mD6C85C9088064C16A401309FAFDC62252A5D5526 (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* __this, TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_provider, const RuntimeMethod* method) { { TypeDescriptionProvider__ctor_m575B3B96D9C9A3B7C0D34A14D9E5FAA63EEE004C(__this, NULL); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = ___0_provider; __this->___Provider = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___Provider), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionNode_CreateInstance_mC81B5A856B146F5384A45889D6A479916F9CA993 (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* __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; } { Type_t* L_0 = ___1_objectType; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionNode_CreateInstance_mC81B5A856B146F5384A45889D6A479916F9CA993_RuntimeMethod_var))); } IL_0014: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_3 = ___2_argTypes; if (!L_3) { goto IL_003f; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = ___3_args; if (L_4) { goto IL_0026; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionNode_CreateInstance_mC81B5A856B146F5384A45889D6A479916F9CA993_RuntimeMethod_var))); } IL_0026: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_6 = ___2_argTypes; NullCheck(L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = ___3_args; NullCheck(L_7); if ((((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))) { goto IL_003f; } } { String_t* L_8; L_8 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral14B46243941FE5D62A97AA84AA56314181BBB846)), 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))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_9, L_8, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionNode_CreateInstance_mC81B5A856B146F5384A45889D6A479916F9CA993_RuntimeMethod_var))); } IL_003f: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_10 = __this->___Provider; RuntimeObject* L_11 = ___0_provider; Type_t* L_12 = ___1_objectType; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_13 = ___2_argTypes; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = ___3_args; NullCheck(L_10); RuntimeObject* L_15; L_15 = VirtualFuncInvoker4< RuntimeObject*, RuntimeObject*, Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(4, L_10, L_11, L_12, L_13, L_14); return L_15; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionNode_GetCache_m2612D24980BD19B8BF3F192C0255451AC3C6C363 (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* __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))); 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*)&TypeDescriptionNode_GetCache_m2612D24980BD19B8BF3F192C0255451AC3C6C363_RuntimeMethod_var))); } IL_000e: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = __this->___Provider; RuntimeObject* L_3 = ___0_instance; NullCheck(L_2); RuntimeObject* L_4; L_4 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(5, L_2, L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionNode_GetExtendedTypeDescriptor_m9093310A740B288F02AE27622E90C0F1FE10560F (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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))); 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*)&TypeDescriptionNode_GetExtendedTypeDescriptor_m9093310A740B288F02AE27622E90C0F1FE10560F_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___0_instance; DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5 L_3; memset((&L_3), 0, sizeof(L_3)); DefaultExtendedTypeDescriptor__ctor_m23A3BC29A6EF7571E339B9EBA5059F6490177C3C((&L_3), __this, L_2, NULL); DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5 L_4 = L_3; RuntimeObject* L_5 = Box(DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_il2cpp_TypeInfo_var, &L_4); return (RuntimeObject*)L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* TypeDescriptionNode_GetExtenderProviders_mB12479775ABC70CBF0147B401601B3B6458907F1 (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* __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))); 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*)&TypeDescriptionNode_GetExtenderProviders_mB12479775ABC70CBF0147B401601B3B6458907F1_RuntimeMethod_var))); } IL_000e: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = __this->___Provider; RuntimeObject* L_3 = ___0_instance; NullCheck(L_2); IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_4; L_4 = VirtualFuncInvoker1< IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2*, RuntimeObject* >::Invoke(7, L_2, L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptionNode_GetFullComponentName_mC97987AD53093AD7ECFE1B3FA90BBF2AEE5F38B2 (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* __this, RuntimeObject* ___0_component, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_component; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionNode_GetFullComponentName_mC97987AD53093AD7ECFE1B3FA90BBF2AEE5F38B2_RuntimeMethod_var))); } IL_000e: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = __this->___Provider; RuntimeObject* L_3 = ___0_component; NullCheck(L_2); String_t* L_4; L_4 = VirtualFuncInvoker1< String_t*, RuntimeObject* >::Invoke(8, L_2, L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptionNode_GetReflectionType_m54393E311DD22AEF766FC73C95C7059CCD09FBF5 (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* __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*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_objectType; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionNode_GetReflectionType_m54393E311DD22AEF766FC73C95C7059CCD09FBF5_RuntimeMethod_var))); } IL_0014: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_3 = __this->___Provider; Type_t* L_4 = ___0_objectType; RuntimeObject* L_5 = ___1_instance; NullCheck(L_3); Type_t* L_6; L_6 = VirtualFuncInvoker2< Type_t*, Type_t*, RuntimeObject* >::Invoke(9, L_3, L_4, L_5); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptionNode_GetRuntimeType_mE9089EECC8D3E242D599FCA011E173E1D6C4CA3B (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* __this, Type_t* ___0_objectType, 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 = ___0_objectType; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionNode_GetRuntimeType_mE9089EECC8D3E242D599FCA011E173E1D6C4CA3B_RuntimeMethod_var))); } IL_0014: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_3 = __this->___Provider; Type_t* L_4 = ___0_objectType; NullCheck(L_3); Type_t* L_5; L_5 = VirtualFuncInvoker1< Type_t*, Type_t* >::Invoke(10, L_3, L_4); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionNode_GetTypeDescriptor_mE86956B84E55A15AE4FDD7CAE44BC53515752E7A (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* __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*)&DefaultTypeDescriptor_tE4BFD69B5DCCF4D947034C2740F803F797E1879F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_objectType; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionNode_GetTypeDescriptor_mE86956B84E55A15AE4FDD7CAE44BC53515752E7A_RuntimeMethod_var))); } IL_0014: { RuntimeObject* L_3 = ___1_instance; if (!L_3) { goto IL_002b; } } { Type_t* L_4 = ___0_objectType; RuntimeObject* L_5 = ___1_instance; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(120, L_4, L_5); if (L_6) { goto IL_002b; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionNode_GetTypeDescriptor_mE86956B84E55A15AE4FDD7CAE44BC53515752E7A_RuntimeMethod_var))); } IL_002b: { Type_t* L_8 = ___0_objectType; RuntimeObject* L_9 = ___1_instance; DefaultTypeDescriptor_tE4BFD69B5DCCF4D947034C2740F803F797E1879F L_10; memset((&L_10), 0, sizeof(L_10)); DefaultTypeDescriptor__ctor_m8181176F10EBEA8A1DE3703C9C355ABB114A78D6((&L_10), __this, L_8, L_9, NULL); DefaultTypeDescriptor_tE4BFD69B5DCCF4D947034C2740F803F797E1879F L_11 = L_10; RuntimeObject* L_12 = Box(DefaultTypeDescriptor_tE4BFD69B5DCCF4D947034C2740F803F797E1879F_il2cpp_TypeInfo_var, &L_11); return (RuntimeObject*)L_12; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeDescriptionNode_IsSupportedType_mD13F2CDCA4427E729EBA82C201D0EAA971662A4B (TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* __this, Type_t* ___0_type, 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 = ___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))); 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*)&TypeDescriptionNode_IsSupportedType_mD13F2CDCA4427E729EBA82C201D0EAA971662A4B_RuntimeMethod_var))); } IL_0014: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_3 = __this->___Provider; Type_t* L_4 = ___0_type; NullCheck(L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(12, L_3, L_4); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshal_pinvoke(const DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5& unmarshaled, DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshaled_pinvoke& marshaled) { Exception_t* ____nodeException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_node' of type 'DefaultExtendedTypeDescriptor': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____nodeException, NULL); } IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshal_pinvoke_back(const DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshaled_pinvoke& marshaled, DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5& unmarshaled) { Exception_t* ____nodeException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_node' of type 'DefaultExtendedTypeDescriptor': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____nodeException, NULL); } IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshal_pinvoke_cleanup(DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshal_com(const DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5& unmarshaled, DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshaled_com& marshaled) { Exception_t* ____nodeException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_node' of type 'DefaultExtendedTypeDescriptor': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____nodeException, NULL); } IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshal_com_back(const DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshaled_com& marshaled, DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5& unmarshaled) { Exception_t* ____nodeException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_node' of type 'DefaultExtendedTypeDescriptor': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____nodeException, NULL); } IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshal_com_cleanup(DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultExtendedTypeDescriptor__ctor_m23A3BC29A6EF7571E339B9EBA5059F6490177C3C (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* ___0_node, RuntimeObject* ___1_instance, const RuntimeMethod* method) { { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_0 = ___0_node; __this->____node = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____node), (void*)L_0); RuntimeObject* L_1 = ___1_instance; __this->____instance = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____instance), (void*)L_1); return; } } IL2CPP_EXTERN_C void DefaultExtendedTypeDescriptor__ctor_m23A3BC29A6EF7571E339B9EBA5059F6490177C3C_AdjustorThunk (RuntimeObject* __this, TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* ___0_node, RuntimeObject* ___1_instance, const RuntimeMethod* method) { DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); DefaultExtendedTypeDescriptor__ctor_m23A3BC29A6EF7571E339B9EBA5059F6490177C3C(_thisAdjusted, ___0_node, ___1_instance, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mAA6940201936EFB68F812B3F577D2F5A1DCD9C87 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* V_0 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_1 = NULL; RuntimeObject* V_2 = NULL; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* V_3 = NULL; { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_0 = __this->____node; NullCheck(L_0); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = L_0->___Provider; V_0 = L_1; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = V_0; V_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_3 = V_1; if (!L_3) { goto IL_0023; } } { ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_4 = V_1; RuntimeObject* L_5 = __this->____instance; NullCheck(L_4); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_6; L_6 = ReflectTypeDescriptionProvider_GetExtendedAttributes_m2C8411D8AF61F164E3728DD6976EA7D6C025A375_inline(L_4, L_5, NULL); return L_6; } IL_0023: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_7 = V_0; RuntimeObject* L_8 = __this->____instance; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_7, L_8); V_2 = L_9; RuntimeObject* L_10 = V_2; if (L_10) { goto IL_0069; } } { 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)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_13 = __this->____node; NullCheck(L_13); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_14 = L_13->___Provider; NullCheck(L_14); Type_t* L_15; L_15 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_14, NULL); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_12; NullCheck(L_17); ArrayElementTypeCheck (L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); (L_17)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); String_t* L_18; L_18 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_17, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, L_18, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mAA6940201936EFB68F812B3F577D2F5A1DCD9C87_RuntimeMethod_var))); } IL_0069: { RuntimeObject* L_20 = V_2; NullCheck(L_20); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_21; L_21 = InterfaceFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(0, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_20); V_3 = L_21; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_22 = V_3; if (L_22) { goto IL_00a9; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = (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_24 = L_23; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_25 = __this->____node; NullCheck(L_25); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_26 = L_25->___Provider; NullCheck(L_26); Type_t* L_27; L_27 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_26, NULL); NullCheck(L_27); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_27); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAt(static_cast(0), (RuntimeObject*)L_28); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_29 = L_24; NullCheck(L_29); ArrayElementTypeCheck (L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8B372C3CEF6D6E79332762C8F7BAF0AC2AD536B))); (L_29)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8B372C3CEF6D6E79332762C8F7BAF0AC2AD536B))); String_t* L_30; L_30 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_29, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_31 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_31, L_30, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mAA6940201936EFB68F812B3F577D2F5A1DCD9C87_RuntimeMethod_var))); } IL_00a9: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_32 = V_3; return L_32; } } IL2CPP_EXTERN_C AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mAA6940201936EFB68F812B3F577D2F5A1DCD9C87_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* _returnValue; _returnValue = DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes_mAA6940201936EFB68F812B3F577D2F5A1DCD9C87(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m1FCDCEDE8DEBC80674EB67710668E2B332BF4972 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* V_0 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_0 = __this->____node; NullCheck(L_0); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = L_0->___Provider; V_0 = L_1; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = V_0; V_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_3 = V_1; if (!L_3) { goto IL_0023; } } { ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_4 = V_1; RuntimeObject* L_5 = __this->____instance; NullCheck(L_4); String_t* L_6; L_6 = ReflectTypeDescriptionProvider_GetExtendedClassName_m7DC52FC01754E2B24574392B2B040CBADCCA1B33(L_4, L_5, NULL); return L_6; } IL_0023: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_7 = V_0; RuntimeObject* L_8 = __this->____instance; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_7, L_8); V_2 = L_9; RuntimeObject* L_10 = V_2; if (L_10) { goto IL_0069; } } { 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)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_13 = __this->____node; NullCheck(L_13); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_14 = L_13->___Provider; NullCheck(L_14); Type_t* L_15; L_15 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_14, NULL); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_12; NullCheck(L_17); ArrayElementTypeCheck (L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); (L_17)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); String_t* L_18; L_18 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_17, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, L_18, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m1FCDCEDE8DEBC80674EB67710668E2B332BF4972_RuntimeMethod_var))); } IL_0069: { RuntimeObject* L_20 = V_2; NullCheck(L_20); String_t* L_21; L_21 = InterfaceFuncInvoker0< String_t* >::Invoke(1, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_20); V_3 = L_21; String_t* L_22 = V_3; if (L_22) { goto IL_0084; } } { RuntimeObject* L_23 = __this->____instance; NullCheck(L_23); Type_t* L_24; L_24 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_23, NULL); NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_24); V_3 = L_25; } IL_0084: { String_t* L_26 = V_3; return L_26; } } IL2CPP_EXTERN_C String_t* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m1FCDCEDE8DEBC80674EB67710668E2B332BF4972_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName_m1FCDCEDE8DEBC80674EB67710668E2B332BF4972(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m8E5B48BFB10FD589382A5422789F7F0116732008 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* V_0 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_1 = NULL; RuntimeObject* V_2 = NULL; { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_0 = __this->____node; NullCheck(L_0); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = L_0->___Provider; V_0 = L_1; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = V_0; V_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_3 = V_1; if (!L_3) { goto IL_0023; } } { ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_4 = V_1; RuntimeObject* L_5 = __this->____instance; NullCheck(L_4); String_t* L_6; L_6 = ReflectTypeDescriptionProvider_GetExtendedComponentName_mA9AA756A7DE3F41F2C1A8059A5D9B2C6DD7CD53C(L_4, L_5, NULL); return L_6; } IL_0023: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_7 = V_0; RuntimeObject* L_8 = __this->____instance; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_7, L_8); V_2 = L_9; RuntimeObject* L_10 = V_2; if (L_10) { goto IL_0069; } } { 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)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_13 = __this->____node; NullCheck(L_13); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_14 = L_13->___Provider; NullCheck(L_14); Type_t* L_15; L_15 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_14, NULL); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_12; NullCheck(L_17); ArrayElementTypeCheck (L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); (L_17)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); String_t* L_18; L_18 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_17, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, L_18, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m8E5B48BFB10FD589382A5422789F7F0116732008_RuntimeMethod_var))); } IL_0069: { RuntimeObject* L_20 = V_2; NullCheck(L_20); String_t* L_21; L_21 = InterfaceFuncInvoker0< String_t* >::Invoke(2, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_20); return L_21; } } IL2CPP_EXTERN_C String_t* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m8E5B48BFB10FD589382A5422789F7F0116732008_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName_m8E5B48BFB10FD589382A5422789F7F0116732008(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_m935614847EC810B66003F822E59EF73BD6EF9D1F (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* V_0 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_1 = NULL; RuntimeObject* V_2 = NULL; TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* V_3 = NULL; { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_0 = __this->____node; NullCheck(L_0); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = L_0->___Provider; V_0 = L_1; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = V_0; V_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_3 = V_1; if (!L_3) { goto IL_0023; } } { ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_4 = V_1; RuntimeObject* L_5 = __this->____instance; NullCheck(L_4); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_6; L_6 = ReflectTypeDescriptionProvider_GetExtendedConverter_m7227126A73E4DC11779EC3DEEA2EA6D9DC9D424C(L_4, L_5, NULL); return L_6; } IL_0023: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_7 = V_0; RuntimeObject* L_8 = __this->____instance; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_7, L_8); V_2 = L_9; RuntimeObject* L_10 = V_2; if (L_10) { goto IL_0069; } } { 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)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_13 = __this->____node; NullCheck(L_13); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_14 = L_13->___Provider; NullCheck(L_14); Type_t* L_15; L_15 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_14, NULL); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_12; NullCheck(L_17); ArrayElementTypeCheck (L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); (L_17)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); String_t* L_18; L_18 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_17, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, L_18, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_m935614847EC810B66003F822E59EF73BD6EF9D1F_RuntimeMethod_var))); } IL_0069: { RuntimeObject* L_20 = V_2; NullCheck(L_20); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_21; L_21 = InterfaceFuncInvoker0< TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* >::Invoke(3, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_20); V_3 = L_21; TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_22 = V_3; if (L_22) { goto IL_00a9; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = (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_24 = L_23; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_25 = __this->____node; NullCheck(L_25); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_26 = L_25->___Provider; NullCheck(L_26); Type_t* L_27; L_27 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_26, NULL); NullCheck(L_27); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_27); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAt(static_cast(0), (RuntimeObject*)L_28); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_29 = L_24; NullCheck(L_29); ArrayElementTypeCheck (L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1923895473B26C62EFACF6D52D9E1A9D790EF7E7))); (L_29)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1923895473B26C62EFACF6D52D9E1A9D790EF7E7))); String_t* L_30; L_30 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_29, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_31 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_31, L_30, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_m935614847EC810B66003F822E59EF73BD6EF9D1F_RuntimeMethod_var))); } IL_00a9: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_32 = V_3; return L_32; } } IL2CPP_EXTERN_C TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_m935614847EC810B66003F822E59EF73BD6EF9D1F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* _returnValue; _returnValue = DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter_m935614847EC810B66003F822E59EF73BD6EF9D1F(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m7AB1B6A42BF1BAAEC570FC87B99A259CB2EC640D (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* V_0 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_1 = NULL; RuntimeObject* V_2 = NULL; { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_0 = __this->____node; NullCheck(L_0); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = L_0->___Provider; V_0 = L_1; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = V_0; V_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_3 = V_1; if (!L_3) { goto IL_0023; } } { ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_4 = V_1; RuntimeObject* L_5 = __this->____instance; NullCheck(L_4); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_6; L_6 = ReflectTypeDescriptionProvider_GetExtendedDefaultEvent_m7D5A5C06426E1ED8C3708D130D199AE8E48B3D9A(L_4, L_5, NULL); return L_6; } IL_0023: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_7 = V_0; RuntimeObject* L_8 = __this->____instance; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_7, L_8); V_2 = L_9; RuntimeObject* L_10 = V_2; if (L_10) { goto IL_0069; } } { 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)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_13 = __this->____node; NullCheck(L_13); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_14 = L_13->___Provider; NullCheck(L_14); Type_t* L_15; L_15 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_14, NULL); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_12; NullCheck(L_17); ArrayElementTypeCheck (L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); (L_17)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); String_t* L_18; L_18 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_17, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, L_18, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m7AB1B6A42BF1BAAEC570FC87B99A259CB2EC640D_RuntimeMethod_var))); } IL_0069: { RuntimeObject* L_20 = V_2; NullCheck(L_20); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_21; L_21 = InterfaceFuncInvoker0< EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* >::Invoke(4, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_20); return L_21; } } IL2CPP_EXTERN_C EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m7AB1B6A42BF1BAAEC570FC87B99A259CB2EC640D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* _returnValue; _returnValue = DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent_m7AB1B6A42BF1BAAEC570FC87B99A259CB2EC640D(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_m9C0C5113CB4C05EBD2F33ACEEDC3B4B35BB5E412 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* V_0 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_1 = NULL; RuntimeObject* V_2 = NULL; { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_0 = __this->____node; NullCheck(L_0); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = L_0->___Provider; V_0 = L_1; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = V_0; V_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_3 = V_1; if (!L_3) { goto IL_0023; } } { ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_4 = V_1; RuntimeObject* L_5 = __this->____instance; NullCheck(L_4); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_6; L_6 = ReflectTypeDescriptionProvider_GetExtendedDefaultProperty_mC55CC907DD37C329B3B36C8B411D667F9C148525(L_4, L_5, NULL); return L_6; } IL_0023: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_7 = V_0; RuntimeObject* L_8 = __this->____instance; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_7, L_8); V_2 = L_9; RuntimeObject* L_10 = V_2; if (L_10) { goto IL_0069; } } { 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)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_13 = __this->____node; NullCheck(L_13); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_14 = L_13->___Provider; NullCheck(L_14); Type_t* L_15; L_15 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_14, NULL); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_12; NullCheck(L_17); ArrayElementTypeCheck (L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); (L_17)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); String_t* L_18; L_18 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_17, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, L_18, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_m9C0C5113CB4C05EBD2F33ACEEDC3B4B35BB5E412_RuntimeMethod_var))); } IL_0069: { RuntimeObject* L_20 = V_2; NullCheck(L_20); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_21; L_21 = InterfaceFuncInvoker0< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* >::Invoke(5, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_20); return L_21; } } IL2CPP_EXTERN_C PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_m9C0C5113CB4C05EBD2F33ACEEDC3B4B35BB5E412_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* _returnValue; _returnValue = DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty_m9C0C5113CB4C05EBD2F33ACEEDC3B4B35BB5E412(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m9B3500D36A747DDF103DD970AD435FCEAAD9C4E9 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __this, Type_t* ___0_editorBaseType, 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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* V_0 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_1 = NULL; RuntimeObject* V_2 = NULL; { Type_t* L_0 = ___0_editorBaseType; 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))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29F549847E6C95D5723845123BD2C0D50AB9BD5F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m9B3500D36A747DDF103DD970AD435FCEAAD9C4E9_RuntimeMethod_var))); } IL_0014: { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_3 = __this->____node; NullCheck(L_3); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_4 = L_3->___Provider; V_0 = L_4; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_5 = V_0; V_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_5, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_6 = V_1; if (!L_6) { goto IL_0038; } } { ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_7 = V_1; RuntimeObject* L_8 = __this->____instance; Type_t* L_9 = ___0_editorBaseType; NullCheck(L_7); RuntimeObject* L_10; L_10 = ReflectTypeDescriptionProvider_GetExtendedEditor_m38A9F980C5A8AD2CA5794E351E074FDDE2DFF71B(L_7, L_8, L_9, NULL); return L_10; } IL_0038: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_11 = V_0; RuntimeObject* L_12 = __this->____instance; NullCheck(L_11); RuntimeObject* L_13; L_13 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_11, L_12); V_2 = L_13; RuntimeObject* L_14 = V_2; if (L_14) { goto IL_007e; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = (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_16 = L_15; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_17 = __this->____node; NullCheck(L_17); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_18 = L_17->___Provider; 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, L_19); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_20); (L_16)->SetAt(static_cast(0), (RuntimeObject*)L_20); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = L_16; NullCheck(L_21); ArrayElementTypeCheck (L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); (L_21)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); String_t* L_22; L_22 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_21, 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))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_23, L_22, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m9B3500D36A747DDF103DD970AD435FCEAAD9C4E9_RuntimeMethod_var))); } IL_007e: { RuntimeObject* L_24 = V_2; Type_t* L_25 = ___0_editorBaseType; NullCheck(L_24); RuntimeObject* L_26; L_26 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(6, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_24, L_25); return L_26; } } IL2CPP_EXTERN_C RuntimeObject* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m9B3500D36A747DDF103DD970AD435FCEAAD9C4E9_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_editorBaseType, const RuntimeMethod* method) { DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor_m9B3500D36A747DDF103DD970AD435FCEAAD9C4E9(_thisAdjusted, ___0_editorBaseType, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m011120B818C050B110B01FF336DDE0EBF199C383 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* V_0 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_1 = NULL; RuntimeObject* V_2 = NULL; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* V_3 = NULL; { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_0 = __this->____node; NullCheck(L_0); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = L_0->___Provider; V_0 = L_1; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = V_0; V_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_3 = V_1; if (!L_3) { goto IL_0023; } } { ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_4 = V_1; RuntimeObject* L_5 = __this->____instance; NullCheck(L_4); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_6; L_6 = ReflectTypeDescriptionProvider_GetExtendedEvents_m05C06E5A9638F2836EF548128469E28C8E54E9B4_inline(L_4, L_5, NULL); return L_6; } IL_0023: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_7 = V_0; RuntimeObject* L_8 = __this->____instance; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_7, L_8); V_2 = L_9; RuntimeObject* L_10 = V_2; if (L_10) { goto IL_0069; } } { 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)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_13 = __this->____node; NullCheck(L_13); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_14 = L_13->___Provider; NullCheck(L_14); Type_t* L_15; L_15 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_14, NULL); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_12; NullCheck(L_17); ArrayElementTypeCheck (L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); (L_17)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); String_t* L_18; L_18 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_17, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, L_18, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m011120B818C050B110B01FF336DDE0EBF199C383_RuntimeMethod_var))); } IL_0069: { RuntimeObject* L_20 = V_2; NullCheck(L_20); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_21; L_21 = InterfaceFuncInvoker0< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* >::Invoke(7, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_20); V_3 = L_21; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_22 = V_3; if (L_22) { goto IL_00a9; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = (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_24 = L_23; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_25 = __this->____node; NullCheck(L_25); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_26 = L_25->___Provider; NullCheck(L_26); Type_t* L_27; L_27 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_26, NULL); NullCheck(L_27); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_27); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAt(static_cast(0), (RuntimeObject*)L_28); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_29 = L_24; NullCheck(L_29); ArrayElementTypeCheck (L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E5E59C2C8BBB4CDE643D309FE35F202FBB0855C))); (L_29)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E5E59C2C8BBB4CDE643D309FE35F202FBB0855C))); String_t* L_30; L_30 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_29, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_31 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_31, L_30, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m011120B818C050B110B01FF336DDE0EBF199C383_RuntimeMethod_var))); } IL_00a9: { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_32 = V_3; return L_32; } } IL2CPP_EXTERN_C EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m011120B818C050B110B01FF336DDE0EBF199C383_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* _returnValue; _returnValue = DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m011120B818C050B110B01FF336DDE0EBF199C383(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m64EC0160B0C3041EDE84CD8A433AC8423D42B0AA (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* V_0 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_1 = NULL; RuntimeObject* V_2 = NULL; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* V_3 = NULL; { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_0 = __this->____node; NullCheck(L_0); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = L_0->___Provider; V_0 = L_1; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = V_0; V_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_3 = V_1; if (!L_3) { goto IL_0023; } } { ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_4 = V_1; RuntimeObject* L_5 = __this->____instance; NullCheck(L_4); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_6; L_6 = ReflectTypeDescriptionProvider_GetExtendedEvents_m05C06E5A9638F2836EF548128469E28C8E54E9B4_inline(L_4, L_5, NULL); return L_6; } IL_0023: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_7 = V_0; RuntimeObject* L_8 = __this->____instance; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_7, L_8); V_2 = L_9; RuntimeObject* L_10 = V_2; if (L_10) { goto IL_0069; } } { 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)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_13 = __this->____node; NullCheck(L_13); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_14 = L_13->___Provider; NullCheck(L_14); Type_t* L_15; L_15 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_14, NULL); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_12; NullCheck(L_17); ArrayElementTypeCheck (L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); (L_17)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); String_t* L_18; L_18 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_17, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, L_18, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m64EC0160B0C3041EDE84CD8A433AC8423D42B0AA_RuntimeMethod_var))); } IL_0069: { RuntimeObject* L_20 = V_2; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_21 = ___0_attributes; NullCheck(L_20); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_22; L_22 = InterfaceFuncInvoker1< EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(8, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_20, L_21); V_3 = L_22; EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_23 = V_3; if (L_23) { goto IL_00aa; } } { 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; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_26 = __this->____node; NullCheck(L_26); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_27 = L_26->___Provider; NullCheck(L_27); Type_t* L_28; L_28 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_27, NULL); NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_28); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_29); (L_25)->SetAt(static_cast(0), (RuntimeObject*)L_29); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_30 = L_25; NullCheck(L_30); ArrayElementTypeCheck (L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E5E59C2C8BBB4CDE643D309FE35F202FBB0855C))); (L_30)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E5E59C2C8BBB4CDE643D309FE35F202FBB0855C))); String_t* L_31; L_31 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_30, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_32 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_32, L_31, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m64EC0160B0C3041EDE84CD8A433AC8423D42B0AA_RuntimeMethod_var))); } IL_00aa: { EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_33 = V_3; return L_33; } } IL2CPP_EXTERN_C EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m64EC0160B0C3041EDE84CD8A433AC8423D42B0AA_AdjustorThunk (RuntimeObject* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_attributes, const RuntimeMethod* method) { DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* _returnValue; _returnValue = DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_m64EC0160B0C3041EDE84CD8A433AC8423D42B0AA(_thisAdjusted, ___0_attributes, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE235D557DDF0CDE8E3E549E61DC4E62BCC098610 (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* V_0 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_1 = NULL; RuntimeObject* V_2 = NULL; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* V_3 = NULL; { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_0 = __this->____node; NullCheck(L_0); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = L_0->___Provider; V_0 = L_1; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = V_0; V_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_3 = V_1; if (!L_3) { goto IL_0023; } } { ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_4 = V_1; RuntimeObject* L_5 = __this->____instance; NullCheck(L_4); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_6; L_6 = ReflectTypeDescriptionProvider_GetExtendedProperties_mB9B017BF225B1897BF8AFE62DCBE71C669CB78EE(L_4, L_5, NULL); return L_6; } IL_0023: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_7 = V_0; RuntimeObject* L_8 = __this->____instance; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_7, L_8); V_2 = L_9; RuntimeObject* L_10 = V_2; if (L_10) { goto IL_0069; } } { 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)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_13 = __this->____node; NullCheck(L_13); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_14 = L_13->___Provider; NullCheck(L_14); Type_t* L_15; L_15 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_14, NULL); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_12; NullCheck(L_17); ArrayElementTypeCheck (L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); (L_17)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); String_t* L_18; L_18 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_17, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, L_18, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE235D557DDF0CDE8E3E549E61DC4E62BCC098610_RuntimeMethod_var))); } IL_0069: { RuntimeObject* L_20 = V_2; NullCheck(L_20); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_21; L_21 = InterfaceFuncInvoker0< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* >::Invoke(9, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_20); V_3 = L_21; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_22 = V_3; if (L_22) { goto IL_00a9; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = (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_24 = L_23; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_25 = __this->____node; NullCheck(L_25); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_26 = L_25->___Provider; NullCheck(L_26); Type_t* L_27; L_27 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_26, NULL); NullCheck(L_27); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_27); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAt(static_cast(0), (RuntimeObject*)L_28); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_29 = L_24; NullCheck(L_29); ArrayElementTypeCheck (L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6DB80E8D334F52A733A8A81F970DA9AE209FDEFD))); (L_29)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6DB80E8D334F52A733A8A81F970DA9AE209FDEFD))); String_t* L_30; L_30 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_29, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_31 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_31, L_30, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE235D557DDF0CDE8E3E549E61DC4E62BCC098610_RuntimeMethod_var))); } IL_00a9: { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_32 = V_3; return L_32; } } IL2CPP_EXTERN_C PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE235D557DDF0CDE8E3E549E61DC4E62BCC098610_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* _returnValue; _returnValue = DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_mE235D557DDF0CDE8E3E549E61DC4E62BCC098610(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m1B574C4774F03E7B2B98B213E30B7FFB55EC523E (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __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*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* V_0 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_1 = NULL; RuntimeObject* V_2 = NULL; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* V_3 = NULL; { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_0 = __this->____node; NullCheck(L_0); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = L_0->___Provider; V_0 = L_1; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = V_0; V_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_3 = V_1; if (!L_3) { goto IL_0023; } } { ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_4 = V_1; RuntimeObject* L_5 = __this->____instance; NullCheck(L_4); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_6; L_6 = ReflectTypeDescriptionProvider_GetExtendedProperties_mB9B017BF225B1897BF8AFE62DCBE71C669CB78EE(L_4, L_5, NULL); return L_6; } IL_0023: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_7 = V_0; RuntimeObject* L_8 = __this->____instance; NullCheck(L_7); RuntimeObject* L_9; L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_7, L_8); V_2 = L_9; RuntimeObject* L_10 = V_2; if (L_10) { goto IL_0069; } } { 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)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_13 = __this->____node; NullCheck(L_13); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_14 = L_13->___Provider; NullCheck(L_14); Type_t* L_15; L_15 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_14, NULL); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_16); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_12; NullCheck(L_17); ArrayElementTypeCheck (L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); (L_17)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); String_t* L_18; L_18 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_17, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, L_18, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m1B574C4774F03E7B2B98B213E30B7FFB55EC523E_RuntimeMethod_var))); } IL_0069: { RuntimeObject* L_20 = V_2; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_21 = ___0_attributes; NullCheck(L_20); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_22; L_22 = InterfaceFuncInvoker1< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(10, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_20, L_21); V_3 = L_22; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_23 = V_3; if (L_23) { goto IL_00aa; } } { 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; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_26 = __this->____node; NullCheck(L_26); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_27 = L_26->___Provider; NullCheck(L_27); Type_t* L_28; L_28 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_27, NULL); NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_28); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_29); (L_25)->SetAt(static_cast(0), (RuntimeObject*)L_29); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_30 = L_25; NullCheck(L_30); ArrayElementTypeCheck (L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6DB80E8D334F52A733A8A81F970DA9AE209FDEFD))); (L_30)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6DB80E8D334F52A733A8A81F970DA9AE209FDEFD))); String_t* L_31; L_31 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_30, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_32 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_32, L_31, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m1B574C4774F03E7B2B98B213E30B7FFB55EC523E_RuntimeMethod_var))); } IL_00aa: { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_33 = V_3; return L_33; } } IL2CPP_EXTERN_C PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m1B574C4774F03E7B2B98B213E30B7FFB55EC523E_AdjustorThunk (RuntimeObject* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_attributes, const RuntimeMethod* method) { DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* _returnValue; _returnValue = DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_m1B574C4774F03E7B2B98B213E30B7FFB55EC523E(_thisAdjusted, ___0_attributes, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_m8CB5B98DC4403E04BA30255B73AE08F1FF80C85D (DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* __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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* V_0 = NULL; ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; { TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_0 = __this->____node; NullCheck(L_0); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = L_0->___Provider; V_0 = L_1; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_2 = V_0; V_1 = ((ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A*)IsInstSealed((RuntimeObject*)L_2, ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var)); ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_3 = V_1; if (!L_3) { goto IL_0024; } } { ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* L_4 = V_1; RuntimeObject* L_5 = __this->____instance; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_6 = ___0_pd; NullCheck(L_4); RuntimeObject* L_7; L_7 = ReflectTypeDescriptionProvider_GetExtendedPropertyOwner_m4C05EC5B9F5635AB526959E6E5771F7A3DF79859(L_4, L_5, L_6, NULL); return L_7; } IL_0024: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_8 = V_0; RuntimeObject* L_9 = __this->____instance; NullCheck(L_8); RuntimeObject* L_10; L_10 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_8, L_9); V_2 = L_10; RuntimeObject* L_11 = V_2; if (L_11) { goto IL_006a; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = (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_13 = L_12; TypeDescriptionNode_t512E9BEFF3C9B7DB42E5813B64BA313E02A7C0D8* L_14 = __this->____node; NullCheck(L_14); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_15 = L_14->___Provider; NullCheck(L_15); Type_t* L_16; L_16 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_15, NULL); NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_16); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_17); (L_13)->SetAt(static_cast(0), (RuntimeObject*)L_17); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = L_13; NullCheck(L_18); ArrayElementTypeCheck (L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); (L_18)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD53EDB091696AB96F2493A40EF2FFC0DED122647))); String_t* L_19; L_19 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E1954CC1D1301F9218E014A4F6AC2F15FD854CA)), L_18, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_20 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_20, L_19, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_m8CB5B98DC4403E04BA30255B73AE08F1FF80C85D_RuntimeMethod_var))); } IL_006a: { RuntimeObject* L_21 = V_2; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_22 = ___0_pd; NullCheck(L_21); RuntimeObject* L_23; L_23 = InterfaceFuncInvoker1< RuntimeObject*, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* >::Invoke(11, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_21, L_22); V_3 = L_23; RuntimeObject* L_24 = V_3; if (L_24) { goto IL_007c; } } { RuntimeObject* L_25 = __this->____instance; V_3 = L_25; } IL_007c: { RuntimeObject* L_26 = V_3; return L_26; } } IL2CPP_EXTERN_C RuntimeObject* DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_m8CB5B98DC4403E04BA30255B73AE08F1FF80C85D_AdjustorThunk (RuntimeObject* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_pd, const RuntimeMethod* method) { DefaultExtendedTypeDescriptor_tA141AABC2CE8A296CFEBCD528145934014AB06B5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject* _returnValue; _returnValue = DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner_m8CB5B98DC4403E04BA30255B73AE08F1FF80C85D(_thisAdjusted, ___0_pd, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline (Exception_t* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->____HResult = L_0; return; } } 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; return L_0; } } 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; 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; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* AmbientValueAttribute_get_Value_m10D9A8762B327F191CF3DB749A8184068EAEF3C6_inline (AmbientValueAttribute_tFA76C0AE3D6F07062239F943C9928387E24A6A98* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CValueU3Ek__BackingField; 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; 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; 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; 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; 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; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____key; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_ReceiverTypeName_mF6644451192D22A1C6E21A65A32DBCFA7E2BA8A3_inline (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CReceiverTypeNameU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_PropertyName_mFAC4603BB6C516195D2A449FCD3E451B6509763C_inline (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CPropertyNameU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* ReflectPropertyDescriptor_ExtenderGetReceiverType_m580D2C2F9D1F241A4DE8EDAF7D53035286A62021_inline (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___receiverType; 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; 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; 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; 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; 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; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* AsyncCompletedEventArgs_get_UserState_m8AB684ED4325EF13BA61B55FF3C0E0BD5BB84F11_inline (AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___userState; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ComNativeDescriptionProvider_get_Handler_m8B161DB914AA42A49A288702D1E1554163E0E0D5_inline (ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____handler; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ComNativeDescriptionProvider_set_Handler_m8EB2878894B9E4C5976E9DC59F9A25280FA70533_inline (ComNativeDescriptionProvider_t80BCBE4F39C01C4477E4153D84E58D47B0590FD8* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->____handler = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____handler), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeDescriptionProviderAttribute_get_TypeName_m7E06882E9348A8D4987BB62EA1493B2BD23147E6_inline (TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CTypeNameU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerBaseTypeName_m563234B0182AF168B6948E960DC6BDF306EB6833_inline (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___designerBaseTypeName; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerTypeName_m256B923244339F7AEAA0ED171B5590D9326E1DC8_inline (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___designerTypeName; return L_0; } } 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; 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; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_inline (RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_e, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ReflectTypeDescriptionProvider_GetExtendedAttributes_m2C8411D8AF61F164E3728DD6976EA7D6C025A375_inline (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, 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; } { il2cpp_codegen_runtime_class_init_inline(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0 = ((AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_il2cpp_TypeInfo_var))->___Empty; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* ReflectTypeDescriptionProvider_GetExtendedEvents_m05C06E5A9638F2836EF548128469E28C8E54E9B4_inline (ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A* __this, RuntimeObject* ___0_instance, 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; } { il2cpp_codegen_runtime_class_init_inline(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var); EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96* L_0 = ((EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_StaticFields*)il2cpp_codegen_static_fields_for(EventDescriptorCollection_t5B373F7B3BB09FDD9287D4403AF4EC9283966E96_il2cpp_TypeInfo_var))->___Empty; return L_0; } }