#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); } }; struct GenericVirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; 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); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858; struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3; struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28; struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588; struct IEnumerable_1_tF5487DDC9BFE72D77C0A279762BD5851F02B4F03; struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9; struct IEnumerable_1_t924C4F54D7A3F9D71539FEB3A6B3E751B739272A; struct List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715; struct List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2; struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; struct List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6; struct List_1_t99645769CE679BC507C0D8F0C572B4E324C834D9; struct List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473; struct AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F; struct AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct CalendarIdU5BU5D_t559EDBF1B819A695624BE9004EAA4FFA38B65CDA; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912; struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8; struct IComponentU5BU5D_t2C5D2AE3E6AC86F2F5260CB2BC5A2388057A1AB1; struct IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2; struct ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D; struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; struct ListSortDescriptionU5BU5D_t18ED8C8725ADC7D766FD9E9A95AAF8FB43D8329F; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321; struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; struct AttributeEntryU5BU5D_tF39C046D81AC79FBD2B0C1FBC7513DA6B66BA64F; struct TokenHashValueU5BU5D_t3F8794937D04BA380989A813F33418CED58E80B9; struct bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587; struct CharDescriptorU5BU5D_tC5C64C84CF11E587191174404F4888CB987FB668; struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A; struct ArraySubsetEnumerator_tA6A7C4AA9E81141E6A9BB552EEA9CED4A6D708F2; struct Assembly_t; struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C; struct AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9; struct AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D; struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA; struct AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA; struct BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706; struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; struct BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1; struct BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76; struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B; struct CancelEventArgs_tAD564CEFFA4EF53B4EB4A619443F8E2FE74116A6; struct CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB; struct CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB; struct CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0; struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57; struct Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083; struct ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007; struct ComponentConverter_tFE75D55373FA41F9E4EC733FEDC24C8166A3D7CE; struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB; struct Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE; struct ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F; struct CultureAwareComparer_t5822A6535A6EB4C448D1B7736067D1188BAEE8CD; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; struct CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6; struct DataErrorsChangedEventArgs_tAB8A052A5C71D2D4C9C4F16A3BD262FD42F5A5EB; struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A; struct DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460; struct Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC; struct Delegate_t; struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; struct DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355; struct DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83; struct DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8; struct DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84; struct DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4; struct EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C; struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2; struct EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D; struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377; struct EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A; struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82; struct EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8; struct EventInfo_t; struct Exception_t; struct ExpandableObjectConverter_t2D9FF3B389851F14034FBA07A57944EB27C18F63; struct ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D; struct ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E; struct FieldInfo_t; struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8; struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B; struct GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15; struct HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF; struct HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9; struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D; struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5; struct ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E; struct IComparer_tE7497C3BE3F68A5A2DCEBF0DAD7D13D738FE7BAD; struct IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E; struct IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA; struct IContainer_t717EF6801E89E9463045041A0C482723AC06DA86; struct ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8; struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; struct IDictionaryEnumerator_tE129D608FCDB7207E0F0ECE33473CC950A83AD16; struct IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278; struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5; struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; struct IEqualityComparer_tEF8F1EC76B9C8E76695BE848D41E6B147928D1C1; struct IExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7; struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609; struct IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D; struct INestedSite_t2C9BB46577D656D15E570A3574629D2918FFBFC7; struct IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526; struct IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6; struct ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93; struct ITypeDescriptorContext_t514D0B45A781ED18AB6A0DC6673A95B8359443F4; struct ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34; struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82; struct InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083; struct InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED; struct InstanceCreationEditor_t16412CEB3554D7AFAAC099FF3EE69516D3CC8D0B; struct InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5; struct Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB; struct Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED; struct Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23; struct InvalidAsynchronousStateException_t6A1AF885679E146AA72328CA7C290B13BA6E9EAD; struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; struct LicFileLicenseProvider_tA411CF51DEF262DE6332CA7C85F5DDC3AE567204; struct License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD; struct LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1; struct LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A; struct LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C; struct LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5; struct LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01; struct ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517; struct ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442; struct ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616; struct ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC; struct ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0; struct LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D; struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE; struct MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA; struct MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787; struct MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7; struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; struct MemberInfo_t; struct MethodBase_t; struct MethodInfo_t; struct MultilineStringConverter_tB59A848DFCF6F22743E3E22F317D2B0341138CD3; struct NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC; struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A; struct NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769; struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472; struct OrdinalCaseSensitiveComparer_t581CA7CB51DCF00B6012A697A4B4B3067144521A; struct OrdinalIgnoreCaseComparer_t8BAE11990A4C855D3BCBBFB42F4EF8D45088FBB0; struct PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C; struct PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321; struct PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA; struct PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02; struct PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD; struct PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381; struct PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE; struct PropertyInfo_t; struct ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510; struct RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A; struct ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2; struct ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873; struct ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838; struct RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86; struct RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC; struct RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11; struct RuntimeLicenseContext_t0D9F7CD69B2A307B7009C7E27121C02DB35A383C; struct SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84; struct SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E; struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2; struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37; struct SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B; struct SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1; struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE; struct StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B; struct String_t; struct StringBuilder_t; struct StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06; struct StringConverter_t1AE794D42AE414C00F2443B76F3EA694C310FF1E; struct StrongNameKeyPair_t0657447B6CFAA8FE880A228AA578EC20BC6AF8F2; struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295; struct TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2; struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572; struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4; struct TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F; struct ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B; struct TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4; struct Type_t; struct TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C; struct TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3; struct TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664; struct TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E; struct TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA; struct TypeListConverter_tA29370F64DD98D45F042838A0F0490615EAAD1EC; struct UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544; struct UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E; struct UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE; struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; struct WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA; struct Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4; struct ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA; struct ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD; struct AddEventAdapter_tE0DE36700D110F4D267B26686541ABCF9588A6DD; struct LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6; struct CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB; struct Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1; struct PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811; struct ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0; struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05; struct StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3; struct EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* 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* CaseConversion_t93F34F9AE034F06D837C944D614E4CE1FF633456_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharType_t0683DE8A4981BCEC2E593A482112F376FEFACC65_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Delegate_t_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* DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComponentU5BU5D_t2C5D2AE3E6AC86F2F5260CB2BC5A2388057A1AB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* 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* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* INestedSite_t2C9BB46577D656D15E570A3574629D2918FFBFC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITypeDescriptorContext_t514D0B45A781ED18AB6A0DC6673A95B8359443F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC_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* PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873_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* RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeLicenseContext_t0D9F7CD69B2A307B7009C7E27121C02DB35A383C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ToolboxItemFilterType_t3CB9C72188431159F7ACE7598DA6F63C85CDC6B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0646CD297CCBFE38038529366B7F53422421DA4C; IL2CPP_EXTERN_C String_t* _stringLiteral0970CF2FD3560786B3DFD69BC3EE83E1A9521103; IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40; IL2CPP_EXTERN_C String_t* _stringLiteral11FD2EF9BA651049A2864C7E2D89C93F249C0898; IL2CPP_EXTERN_C String_t* _stringLiteral138938A63672EEB2629F899313126D92DFB6DE16; IL2CPP_EXTERN_C String_t* _stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2; IL2CPP_EXTERN_C String_t* _stringLiteral1517117F1C97F9858A0CAB40CD0F7B384BE59539; IL2CPP_EXTERN_C String_t* _stringLiteral1700148033FC8D85943DDEBDA6992D3AEB612403; IL2CPP_EXTERN_C String_t* _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9; IL2CPP_EXTERN_C String_t* _stringLiteral1B9893826FB5D33BC11AA982B0F748313E2E8AE6; IL2CPP_EXTERN_C String_t* _stringLiteral20682669B023ECE328769A4DE26211F74F992A1C; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral245C581F22FACB13167A7469B960289230699AE1; IL2CPP_EXTERN_C String_t* _stringLiteral2902B5C63D20C1606E907DA9F61375852E78DE0A; IL2CPP_EXTERN_C String_t* _stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7; IL2CPP_EXTERN_C String_t* _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE; IL2CPP_EXTERN_C String_t* _stringLiteral2EB2A97C2ED3A1E1D613F74C8B7F7B07A1BFC6EE; IL2CPP_EXTERN_C String_t* _stringLiteral2ED8CAF6321ED9631D3CB63C8A7096F3AB335255; IL2CPP_EXTERN_C String_t* _stringLiteral2F85BE44F7DC01CA0EC942D07BDDFEA8EF186252; IL2CPP_EXTERN_C String_t* _stringLiteral356F18017512A760F46C8C6E41C462F76716509F; IL2CPP_EXTERN_C String_t* _stringLiteral37B07F5EDF87ACC1F2BD4653FA600C1D9B73139B; IL2CPP_EXTERN_C String_t* _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869; IL2CPP_EXTERN_C String_t* _stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral49366C5F142E2254CE6A216AA46DB08AB180DD26; IL2CPP_EXTERN_C String_t* _stringLiteral4B209F1FB7E8C8DFF67FF46D62326A5F5180F4AC; IL2CPP_EXTERN_C String_t* _stringLiteral4D153D1B8107BF5E8622D18DE35D1E57D568ED30; IL2CPP_EXTERN_C String_t* _stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5; IL2CPP_EXTERN_C String_t* _stringLiteral570A8C820BD3B01A870C767E1B234057A3ABC60F; IL2CPP_EXTERN_C String_t* _stringLiteral5AE3E2392ABAEEE58F65D916BE33310C6700316C; IL2CPP_EXTERN_C String_t* _stringLiteral5CC2FEA880A089FA5B6DB02498B4783DC9BDA299; IL2CPP_EXTERN_C String_t* _stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB; IL2CPP_EXTERN_C String_t* _stringLiteral65E084F7545FD50AF32088F092FCD69863CC0482; IL2CPP_EXTERN_C String_t* _stringLiteral684A14C4CF87A4E1369E91731863BD2B50CBEC35; IL2CPP_EXTERN_C String_t* _stringLiteral6A486C97576BB7D2E9AAB2EBD0D3E739DB2FC535; IL2CPP_EXTERN_C String_t* _stringLiteral70C609AEDBCD3D7E77CDCB9B30D4A70F4DD145D0; IL2CPP_EXTERN_C String_t* _stringLiteral7131F911FD45436156733287EA93A3628FF2E11C; IL2CPP_EXTERN_C String_t* _stringLiteral71C0C5D6DEFFF553F1A16F55E32CB5DD206B4779; IL2CPP_EXTERN_C String_t* _stringLiteral72957738B00DD483A0E92D5F104AAE6C56A2B652; IL2CPP_EXTERN_C String_t* _stringLiteral754EF6B9499335AFEA7631E06D83DA3C0E7A06F9; IL2CPP_EXTERN_C String_t* _stringLiteral7CAA837D43A6D5218506C4B8A9CA2E51F7EF693D; IL2CPP_EXTERN_C String_t* _stringLiteral7E726DA69119456565965AD4A7E41D2FD45369DC; IL2CPP_EXTERN_C String_t* _stringLiteral7EDBBD688A51BC51974DE73C92E8E8E44A70B70B; IL2CPP_EXTERN_C String_t* _stringLiteral7EE1D8C7EF4342732FEAC9B1815342A087EB469C; IL2CPP_EXTERN_C String_t* _stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D; IL2CPP_EXTERN_C String_t* _stringLiteral8768920A3D9376883BADAF7F1D5DB2C55471C612; IL2CPP_EXTERN_C String_t* _stringLiteral87DD49519EF57D785689671BB43333C580C75EE0; IL2CPP_EXTERN_C String_t* _stringLiteral8BDAEFC099BD1D0B714E8C424CC8A8C88A463B6E; IL2CPP_EXTERN_C String_t* _stringLiteral8CDA7C69956AC5A33C80AA1964D740023C8C99F9; IL2CPP_EXTERN_C String_t* _stringLiteral8F87426D22AEE44544168F0CDC2ECCEE865ABCA6; IL2CPP_EXTERN_C String_t* _stringLiteral96B82B1111F719249D6B1FFE1997AC237C3C1BB5; IL2CPP_EXTERN_C String_t* _stringLiteral9D254E50F4DE5BE7CA9E72BD2F890B87F910B88B; IL2CPP_EXTERN_C String_t* _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E; IL2CPP_EXTERN_C String_t* _stringLiteralA02A52ED7204CC9A8929B6D885EE489135C987B9; IL2CPP_EXTERN_C String_t* _stringLiteralA3B1A234DAEC9756BFB527FA949CDAD5E7BF48EA; IL2CPP_EXTERN_C String_t* _stringLiteralA7F7BBA3AABC787815F5A83054BA163D213D1763; IL2CPP_EXTERN_C String_t* _stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D; IL2CPP_EXTERN_C String_t* _stringLiteralAE47EE882C030D6F8B3095321B2682496980AD09; IL2CPP_EXTERN_C String_t* _stringLiteralB4D8750C59CE123025990AD22F8E27C3459AF91F; IL2CPP_EXTERN_C String_t* _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07; IL2CPP_EXTERN_C String_t* _stringLiteralB7DAD03E2407C168787EE99B9A8DA48A7A2B7E59; IL2CPP_EXTERN_C String_t* _stringLiteralB95AE689196A880270CB6E190350995409443B4C; IL2CPP_EXTERN_C String_t* _stringLiteralBCE2798D58FE39F6C63D72D379391EC7F1BE7834; IL2CPP_EXTERN_C String_t* _stringLiteralBD7AA40D7F79963E492840CC4D90A895B7BCA7C6; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC1915FCF7B20CAD4349E6E7FE115FAB7EE126DDD; IL2CPP_EXTERN_C String_t* _stringLiteralC1E3C16C9C1A5D04CF77B335EB6F14AD0DCC7645; IL2CPP_EXTERN_C String_t* _stringLiteralC627B84D388D2C76B8D3F47B9219AAF7240C11CE; IL2CPP_EXTERN_C String_t* _stringLiteralC7AEB4DBED56DD7667D53D9D797A7112C1253094; IL2CPP_EXTERN_C String_t* _stringLiteralC89994489E374EE60488665751DAAD6F3B411190; IL2CPP_EXTERN_C String_t* _stringLiteralCC76700A6BCE0A51E781CE61B2684D8DAAAA5C0D; IL2CPP_EXTERN_C String_t* _stringLiteralCE60C7407BB0FC2EC3924B9755760504EB386E16; IL2CPP_EXTERN_C String_t* _stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728; IL2CPP_EXTERN_C String_t* _stringLiteralDD86881DBA7E6B755DFE2849A5B0579CC3D828CD; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE18D7DA511A8C34741C4C2D396F2CAB7C9800854; IL2CPP_EXTERN_C String_t* _stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralF917CF0F9128CE5E77D7F247C71FFDDF4B752AF0; IL2CPP_EXTERN_C String_t* _stringLiteralFB122B8CB35BF93949E7890FE572C6C46564EDE4; IL2CPP_EXTERN_C String_t* _stringLiteralFB7BF4A254AD60EE812B91ECBC97ED1A438EEB7F; IL2CPP_EXTERN_C String_t* _stringLiteralFBD3D59EFBBCFA78E154D486B61FEFE1185A23E5; IL2CPP_EXTERN_C const RuntimeMethod* ArraySubsetEnumerator_get_Current_mD765EE84A67782F89CB3111D5E221D4D0D24E152_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArraySubsetEnumerator_get_Current_mE137EF1ADECA45633866E8723C50E4A07FFA478B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m72DEACF99225BD725370F7BE0A4B54748F439A37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisIExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_m74B8927A97695BEC4548B876AB870F865634C690_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m08AB09A013273404D6FA7E3C4536C838811AE787_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m0FB834D32DD8F3C5AD506C3537D20D0C486CD828_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncCompletedEventArgs_RaiseExceptionIfNecessary_m2C5BAB57402F5C9B4C041E280D1C0CEF6E349BFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionConverter_ConvertTo_m79E20F624C9391C76B8081E74BF16EB4C04535E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Container_ValidateName_mC36703C64508ECC681390D25E74B4A7FB7794391_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DateTimeOffsetConverter_ConvertFrom_m09E9F2F495D4659A661E1178D7AD966E08DFD496_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnumConverter_ConvertFrom_mD1D0496C621971B0610C92ABC562B26BEA40EC61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnumConverter_ConvertTo_m95581FDC64EFF404D3646BA0BB09A316C58126D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0BBB5C43FAD430D8BFC79F80F87BDCB4372B5E6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m922454D6E03F83BAA71894256A16EA51EA54A231_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m43A991FE9AC743F5FAADA90174729B52CE01D21A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GuidConverter_ConvertTo_m38ED352A2576914129DD6357D82EDBA16E1B617A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InstallerTypeAttribute_get_InstallerType_mBD3A188A5D7134D4FF930A825B8D0161B9AE8F5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LicenseManager_CreateWithContext_m6A66431B6C5D722DE6C6B20EA129E71B963EFE61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LicenseManager_LockContext_m2DF1B2F1212CDF856E598B9BEAEB934C9DE9D423_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LicenseManager_UnlockContext_mE8D51C31C52954C07EE89F21E2704AC98550EC2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LicenseManager_Validate_m46BDF795E075CBA61AEB567CAD1FFAB3FC7CCFEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LicenseManager_Validate_m8405F1B9E97C91825945848B046525F8F611C0E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LicenseManager_set_CurrentContext_m8563A88E8FF8E24F5E5E1EDA6AEB4FEE9F169AB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LicenseProviderAttribute_get_LicenseProvider_mEA15E718E73E8FA58B101EEA1945EFE2DC8E88FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListSortDescriptionCollection_System_Collections_IList_Add_m025E0E532A5DAAF0C945D112A3AB3FE7E0350C16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListSortDescriptionCollection_System_Collections_IList_Clear_m3AD35EA5A8F37B886108CD1FD3DDF6346DA879D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListSortDescriptionCollection_System_Collections_IList_Insert_m3CE6DC0B633ADCEE17FD213FAE0900741A0DF00F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListSortDescriptionCollection_System_Collections_IList_RemoveAt_mABE5E6458CAE87ADC388084F1C87DB6F256E436A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListSortDescriptionCollection_System_Collections_IList_Remove_m5041020D24036D834CF876C6DFFE904A4DEE7B43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListSortDescriptionCollection_System_Collections_IList_set_Item_mF9A115B584AD1F6FFBE60237E1B0796F71737666_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListSortDescriptionCollection_set_Item_mFBE3785E6FA1036B29C3309B687AF0D8DD99CAAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m112A4894DEF9FACD20BB7E36816A43E1CD82E4F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_CopyTo_mC5F8BDD2989305702D022A2CD7ECA22BDB84D2F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m409A29220460DFF1C5B894E2A67C4D054F8A2009_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m4F793B000A11FB437B10559BE7E07F0C8F4DBC85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m54B005449EF7D5FCB8215042E0CEF25D62FE469D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m552A8E5BAA5F709BC753F4B73BBC48E5FBBA50CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m81B83C7ED3B9D3193339CB2CCAC3A1C083FDA78F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE469B94E6CE60E9DB94985628B0242B069F9083B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7A61592E5FE84D3A67A379166626C78396A7E506_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m9B03F7E2866639F2AD829CDCA57D02FF6DB6DE0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_Add_m10749D1F0AE735EE9904989918E645A859F4CF85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_InsertAt_mA61025D9B33142718C4AD4FF3B187CC25AF94326_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_Replace_m174944A84E9A9B69EE13A0E3D50A78EA9CA11404_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_Replace_mC6A0F3EC49AB4C63C67D339356756E39DE0B54A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_Set_m6470D3C1230D60B130E17B17C04EE220A29C073E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider__ctor_m62C713CC63FE978EC68B8B0066FF76F4D7BC7A0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_get_Item_m9A15B68C9FEA0B63CEDEA5AE43FCC4291736CACB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_set_PasswordChar_m018421E3C6AA5C77E03F5A5A0DEFF13AB46BC063_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_set_PromptChar_m79933FBB5A6EBF1A2663B6BCCAE4DCA7BD7B1467_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MultilineStringConverter_ConvertTo_m7DF6AD4BAC1039C445C35B6381DDF36896A5320F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NestedContainer_CreateSite_mDAD53D4B71C86F493C1688FEAD9DCE708AEA7E2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NestedContainer_OnOwnerDisposed_m51654736F1158270D91055FC600B6BB01F587E0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NestedContainer__ctor_m33F0F34DE28D0DBB2B52AD6A2C8515182105F59E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NullableConverter_ConvertTo_m2BE21A53A253F758159F11B28CB285D8BDA2AB7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NullableConverter__ctor_mF66E15A3EF01632182544613C80F64FC418411AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_Clear_mB8C7EDDBC34045AB39A85F7CA8C2A48FE5E84154_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_Insert_m5294EDBAD3EED9E88B72F8C337F65EE5AB2960EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_RemoveAt_m0A24CA5AB989131D0F6691B289DD9092790E9E07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_Remove_m93B40D4D8FD13CA21ACAF39012043595BB6ED03B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_System_Collections_IDictionary_Add_m408464897F2A4002666796184236356079B9476E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_mF70D7EA54C026CF6DF6082671C7BB5FA4FA8C4A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_System_Collections_IList_set_Item_m1C9BF875A752FEAC57320E429DF95D0A11BDD5B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_get_Item_m5BD52F4CCBEF1D1D9B33887BB373181AD11A4C25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptor_AddValueChanged_m048CFC848AB484EF43F142F9DDC63477B68F8E4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptor_RemoveValueChanged_m1E67BF14B8E2F1B4F0142E04DDDE69FF9BE5D7ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReferenceConverter_ConvertTo_m0867AB70A857CCF46063AC01D0AB958C0EBB5409_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectEventDescriptor_AddEventHandler_m95D7C629AEA4E0D0EB0859D1FAB7CE9D15103908_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectEventDescriptor_FillMethods_m6DFA0AA2B8A4D38910E0A8B44B04F2680DACF276_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectEventDescriptor_RemoveEventHandler_mB5984763F285630D6C9C8A572460B33FA3C73961_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectEventDescriptor__ctor_m04E8153158BBF942FB21817105894166742FD7F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectEventDescriptor__ctor_m402D4547E040BF01C61F91574E2C4258C41B8F16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpanConverter_ConvertFrom_mF00171D4039FEA734A0FC5ACDB81BB0395A3AFF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TimeSpanConverter_ConvertTo_m30C65F425D5F7D46475EC262213EB57255929A6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProviderAttribute__ctor_m4826164C182E4A25C37E134BC55F5FFD933C90DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProviderAttribute__ctor_m9368516A6C837282D73449E1EC58C4095CBBB238_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_CreateInstance_m8BAB68D86147339881BA5B91D84B8B97851E15FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_GetExtenderProviders_mA780E3A44D11E0B9647DCC60D3FFA0A9D7DC4E9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_GetReflectionType_m9B8AB1D9057308B5AE56C69EA8D8BE0391EB8956_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_GetRuntimeType_mFFF48B3D92390EE845A17604DD47E66A5E5A8D7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_GetTypeDescriptor_m98120E5BD98B7418563145C0AFAC8D3F5806E124_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeDescriptionProvider_IsSupportedType_m34B385E652F2BB6A539BA3650323E2F7D677A069_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypeListConverter_ConvertTo_m38EEAD0CAAC8668B087370AD93290E9EAC41F5EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Delegate_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Guid_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IDesigner_tE54ED7190E706A382D979BA422D195AA4B859AF5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* INestedContainer_tDC7DA4362D26828875FCA832543F852F47EA7417_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* MulticastDelegate_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ToolboxItemFilterType_t3CB9C72188431159F7ACE7598DA6F63C85CDC6B7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Type_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F; struct AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912; struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8; struct IComponentU5BU5D_t2C5D2AE3E6AC86F2F5260CB2BC5A2388057A1AB1; struct IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2; struct ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D; struct ListSortDescriptionU5BU5D_t18ED8C8725ADC7D766FD9E9A95AAF8FB43D8329F; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321; 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 EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE : public RuntimeObject { }; struct List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715 : public RuntimeObject { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2 : public RuntimeObject { EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73 : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6 : public RuntimeObject { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473 : public RuntimeObject { CharDescriptorU5BU5D_tC5C64C84CF11E587191174404F4888CB987FB668* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A : public RuntimeObject { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct ArraySubsetEnumerator_tA6A7C4AA9E81141E6A9BB552EEA9CED4A6D708F2 : public RuntimeObject { RuntimeArray* ___array; int32_t ___total; int32_t ___current; }; 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 CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E : public RuntimeObject { }; struct Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE : public RuntimeObject { ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* ___sites; int32_t ___siteCount; ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* ___components; ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F* ___filter; bool ___checkedFilter; RuntimeObject* ___syncObj; }; struct ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F : 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 EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8 : public RuntimeObject { ListEntry_t79912EDFEB6393AED2E64F343D55531E643F4EAD* ____head; Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* ____parent; }; 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 InstanceCreationEditor_t16412CEB3554D7AFAAC099FF3EE69516D3CC8D0B : public RuntimeObject { }; struct InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5 : public RuntimeObject { RuntimeObject* ___U3CArgumentsU3Ek__BackingField; bool ___U3CIsCompleteU3Ek__BackingField; MemberInfo_t* ___U3CMemberInfoU3Ek__BackingField; }; struct InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29 : public RuntimeObject { CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___m_compareInfo; }; struct License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD : public RuntimeObject { }; struct LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1 : public RuntimeObject { }; struct LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C : public RuntimeObject { }; struct LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5 : public RuntimeObject { }; struct ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0 : public RuntimeObject { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____sorts; }; struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject { RuntimeObject* ____identity; }; struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { Il2CppIUnknown* ____identity; }; struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { Il2CppIUnknown* ____identity; }; struct MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA : public RuntimeObject { RuntimeObject* ____site; EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* ____events; }; 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 NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472 : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___numberGroupSizes; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___currencyGroupSizes; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___percentGroupSizes; String_t* ___positiveSign; String_t* ___negativeSign; String_t* ___numberDecimalSeparator; String_t* ___numberGroupSeparator; String_t* ___currencyGroupSeparator; String_t* ___currencyDecimalSeparator; String_t* ___currencySymbol; String_t* ___ansiCurrencySymbol; String_t* ___nanSymbol; String_t* ___positiveInfinitySymbol; String_t* ___negativeInfinitySymbol; String_t* ___percentDecimalSeparator; String_t* ___percentGroupSeparator; String_t* ___percentSymbol; String_t* ___perMilleSymbol; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___nativeDigits; int32_t ___m_dataItem; int32_t ___numberDecimalDigits; int32_t ___currencyDecimalDigits; int32_t ___currencyPositivePattern; int32_t ___currencyNegativePattern; int32_t ___numberNegativePattern; int32_t ___percentPositivePattern; int32_t ___percentNegativePattern; int32_t ___percentDecimalDigits; int32_t ___digitSubstitution; bool ___isReadOnly; bool ___m_useUserOverride; bool ___m_isInvariant; bool ___validForParseAsNumber; bool ___validForParseAsCurrency; }; 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 StringBuilder_t : public RuntimeObject { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars; StringBuilder_t* ___m_ChunkPrevious; int32_t ___m_ChunkLength; int32_t ___m_ChunkOffset; int32_t ___m_MaxCapacity; }; struct StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06 : public RuntimeObject { }; struct Switch_t9C3FB6E0121B928798EA7C18AAB5DFC8F3A09412 : public RuntimeObject { String_t* ___description; String_t* ___displayName; String_t* ___switchValueString; String_t* ___defaultValue; }; struct SyntaxCheck_tEAA791AFBAF5A6D607DC817D5F2690743A3FC89C : public RuntimeObject { }; struct TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C : public RuntimeObject { }; struct TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664 : public RuntimeObject { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ____parent; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* ____emptyDescriptor; }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; struct Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4 : public RuntimeObject { RuntimeObject* ___component; Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* ___container; String_t* ___name; }; struct ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA : public RuntimeObject { RuntimeArray* ____array; int32_t ____total; int32_t ____current; }; struct Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1 : public RuntimeObject { String_t* ____name; RuntimeObject* ___U3CComponentU3Ek__BackingField; RuntimeObject* ___U3CContainerU3Ek__BackingField; }; struct PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811 : public RuntimeObject { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ____owner; int32_t ____index; }; struct ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0 : public RuntimeObject { ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* ____converter; }; struct StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3 : public RuntimeObject { RuntimeObject* ___values; RuntimeArray* ___valueArray; }; struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list; int32_t ____index; int32_t ____version; RuntimeObject* ____current; }; struct Enumerator_t3F6CC60FCC4A7863617A959E3791E4DD690551D0 { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* ____list; int32_t ____index; int32_t ____version; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* ____current; }; struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 { bool ___hasValue; bool ___value; }; struct AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { Exception_t* ___error; bool ___cancelled; RuntimeObject* ___userState; }; struct BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; 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 Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { uint8_t ___m_value; }; struct CancelEventArgs_tAD564CEFFA4EF53B4EB4A619443F8E2FE74116A6 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { bool ___U3CCancelU3Ek__BackingField; }; struct CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { bool ___localized; String_t* ___categoryValue; }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { Il2CppChar ___m_value; }; struct CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; struct Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { RuntimeObject* ___site; EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* ___events; }; struct ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007 : public ReadOnlyCollectionBase_tDFADA53EA832E96746EED154A156F609C844D7BD { }; struct DataErrorsChangedEventArgs_tAB8A052A5C71D2D4C9C4F16A3BD262FD42F5A5EB : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { String_t* ____propertyName; }; struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D { uint64_t ____dateData; }; struct DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; 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 Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { double ___m_value; }; 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 EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* ___values; Type_t* ___type; }; struct EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A : public MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7 { }; struct EventInfo_t : public MemberInfo_t { AddEventAdapter_tE0DE36700D110F4D267B26686541ABCF9588A6DD* ___cached_add_event; }; struct ExpandableObjectConverter_t2D9FF3B389851F14034FBA07A57944EB27C18F63 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; struct ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___U3CExtenderPropertyU3Ek__BackingField; RuntimeObject* ___U3CProviderU3Ek__BackingField; Type_t* ___U3CReceiverTypeU3Ek__BackingField; }; struct FieldInfo_t : public MemberInfo_t { }; 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 GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; struct HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { bool ___U3CHandledU3Ek__BackingField; }; struct InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ____typeName; }; struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { int16_t ___m_value; }; struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { int32_t ___m_value; }; struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { int64_t ___m_value; }; struct IntPtr_t { void* ___m_value; }; struct LicFileLicenseProvider_tA411CF51DEF262DE6332CA7C85F5DDC3AE567204 : public LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5 { }; struct LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { Type_t* ____licenseProviderType; String_t* ____licenseProviderName; }; struct ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { bool ____isDefault; bool ___U3CListBindableU3Ek__BackingField; }; struct LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { bool ___U3CIsLocalizableU3Ek__BackingField; }; struct LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ___U3CDataSourceU3Ek__BackingField; String_t* ___U3CDisplayMemberU3Ek__BackingField; String_t* ___U3CValueMemberU3Ek__BackingField; String_t* ___U3CLookupMemberU3Ek__BackingField; }; struct MethodBase_t : public MemberInfo_t { }; struct MultilineStringConverter_tB59A848DFCF6F22743E3E22F317D2B0341138CD3 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; struct NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC : public Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE { RuntimeObject* ___U3COwnerU3Ek__BackingField; }; struct NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { Type_t* ___U3CNullableTypeU3Ek__BackingField; Type_t* ___U3CUnderlyingTypeU3Ek__BackingField; TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* ___U3CUnderlyingTypeConverterU3Ek__BackingField; }; struct OrdinalComparer_tBB06915E213A5D4C8C617ED5478E8BF30C2B2170 : public StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06 { bool ____ignoreCase; }; struct PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { bool ___U3CPasswordU3Ek__BackingField; }; struct PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { String_t* ____propertyName; }; struct PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02 : 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 ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ___U3CPropertyNameU3Ek__BackingField; String_t* ___U3CReceiverTypeNameU3Ek__BackingField; }; struct ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { bool ___U3CIsReadOnlyU3Ek__BackingField; }; struct RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { bool ___U3CRecommendedAsConfigurableU3Ek__BackingField; }; struct ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2 : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { Type_t* ____type; }; struct RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { RuntimeObject* ___U3CComponentChangedU3Ek__BackingField; Type_t* ___U3CTypeChangedU3Ek__BackingField; }; struct RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { bool ___U3CRunInstallerU3Ek__BackingField; }; struct RuntimeLicenseContext_t0D9F7CD69B2A307B7009C7E27121C02DB35A383C : public LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1 { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___savedLicenseKeys; }; struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5 { int8_t ___m_value; }; struct SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { bool ___U3CBindableU3Ek__BackingField; }; struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { float ___m_value; }; struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask; SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore; }; struct StringConverter_t1AE794D42AE414C00F2443B76F3EA694C310FF1E : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { }; struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A { int64_t ____ticks; }; struct TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { }; 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 TypeListConverter_tA29370F64DD98D45F042838A0F0490615EAAD1EC : public TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ____types; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* ____values; }; struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { uint16_t ___m_value; }; struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { uint32_t ___m_value; }; struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF { uint64_t ___m_value; }; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; struct LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6 : public License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD { LicFileLicenseProvider_tA411CF51DEF262DE6332CA7C85F5DDC3AE567204* ____owner; String_t* ___U3CLicenseKeyU3Ek__BackingField; }; struct EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1 : public CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6 { }; struct AssemblyContentType_tE0A2224D247DD97616065CB0ECB16912B756D745 { int32_t ___value__; }; struct AssemblyHashAlgorithm_t6202395EA0C9A01D6342348A9535DF4CA47010D1 { int32_t ___value__; }; struct AssemblyNameFlags_t48EB44AFB7A3310746DD78ACC3DC5AE6D3D91122 { int32_t ___value__; }; struct AssemblyVersionCompatibility_t1E27EE4AB4137C64EE164A25A184E844AC722159 { int32_t ___value__; }; struct BindableSupport_t06479A6B65E7EE9E6CA8AD9C624466621F64B204 { int32_t ___value__; }; struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C { int32_t ___value__; }; struct ComponentConverter_tFE75D55373FA41F9E4EC733FEDC24C8166A3D7CE : public ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2 { }; struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB : public MethodBase_t { }; struct CultureTypes_t9C53D5D76961875C9CE5A4B095716DAABFBB1382 { int32_t ___value__; }; struct DateTimeFormatFlags_tB7CDDA8D7A3A0B2B9F64DB7704671F07FCE88FDC { int32_t ___value__; }; struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ____dateTime; int16_t ____offsetMinutes; }; 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 DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84 : public CancelEventArgs_tAD564CEFFA4EF53B4EB4A619443F8E2FE74116A6 { RuntimeObject* ___result; RuntimeObject* ___argument; }; 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 FileAccess_t3992FF4CCC61971B804DD291F06F696C3CF33C30 { int32_t ___value__; }; struct FileMode_t111B48D5347628AEFCBF9A0EC2833827A302ECBA { int32_t ___value__; }; struct FileShare_t0A0E9739F5AB44D6B8026C9D2A2F1CEEE442733A { int32_t ___value__; }; struct InheritanceLevel_t469163F3C3349A8A2F9CBDACCEDC919F56CC06DF { int32_t ___value__; }; struct Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; struct Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; struct Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23 : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; struct LicenseUsageMode_t0340F00CEADA141FBF549F027095722E68E47242 { int32_t ___value__; }; struct ListChangedType_t50F7E1359B1B64CCB72B35EA42266BF90E79107A { int32_t ___value__; }; struct ListSortDirection_t47106344C4119D73CD1460F6654BB7570AD26CF9 { int32_t ___value__; }; struct MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787 : public RuntimeObject { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119 ____flagState; StringBuilder_t* ____testString; int32_t ____requiredCharCount; int32_t ____requiredEditChars; int32_t ____optionalEditChars; Il2CppChar ____passwordChar; Il2CppChar ____promptChar; List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* ____stringDescriptor; int32_t ___U3CAssignedEditPositionCountU3Ek__BackingField; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___U3CCultureU3Ek__BackingField; String_t* ___U3CMaskU3Ek__BackingField; }; struct MaskedTextResultHint_t2D0D0ABAB991DD7B6A11516737212498C0A30A12 { int32_t ___value__; }; struct MethodInfo_t : public MethodBase_t { }; struct NumberStyles_t567C6CBC2A2B5B5A2C43B2855D158949984A810C { int32_t ___value__; }; struct OrdinalIgnoreCaseComparer_t8BAE11990A4C855D3BCBBFB42F4EF8D45088FBB0 : public OrdinalComparer_tBB06915E213A5D4C8C617ED5478E8BF30C2B2170 { }; struct ProcessorArchitecture_t549C86643DDABC4E0C6DC968F0C74A707ADCAD9B { 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 RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { intptr_t ___value; }; struct SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84 : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; struct SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1 : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; struct StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B : public TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ____stream; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ____encoding; Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* ____decoder; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____byteBuffer; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____charBuffer; int32_t ____charPos; int32_t ____charLen; int32_t ____byteLen; int32_t ____bytePos; int32_t ____maxCharsPerBuffer; bool ____detectEncoding; bool ____checkPreamble; bool ____isBlocked; bool ____closable; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ____asyncReadTask; }; struct StreamingContextStates_t5EE358E619B251608A9327618C7BFE8638FC33C1 { int32_t ___value__; }; struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D { int32_t ___value__; }; struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4 : public RuntimeObject { String_t* ___m_listSeparator; bool ___m_isReadOnly; String_t* ___m_cultureName; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData; String_t* ___m_textInfoName; Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___m_IsAsciiCasingSameAsInvariant; String_t* ___customCultureName; int32_t ___m_nDataItem; bool ___m_useUserOverride; int32_t ___m_win32LangID; }; struct ToolboxItemFilterType_t3CB9C72188431159F7ACE7598DA6F63C85CDC6B7 { int32_t ___value__; }; struct UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544 : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; struct UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; struct UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE : public BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706 { }; struct CaseConversion_t93F34F9AE034F06D837C944D614E4CE1FF633456 { int32_t ___value__; }; struct CharType_t0683DE8A4981BCEC2E593A482112F376FEFACC65 { int32_t ___value__; }; struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A : public Exception_t { }; struct AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2 : public RuntimeObject { String_t* ___name; String_t* ___codebase; int32_t ___major; int32_t ___minor; int32_t ___build; int32_t ___revision; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___cultureinfo; int32_t ___flags; int32_t ___hashalg; StrongNameKeyPair_t0657447B6CFAA8FE880A228AA578EC20BC6AF8F2* ___keypair; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___publicKey; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___keyToken; int32_t ___versioncompat; Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version; int32_t ___processor_architecture; int32_t ___contentType; }; struct AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2_marshaled_pinvoke { char* ___name; char* ___codebase; int32_t ___major; int32_t ___minor; int32_t ___build; int32_t ___revision; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___cultureinfo; int32_t ___flags; int32_t ___hashalg; StrongNameKeyPair_t0657447B6CFAA8FE880A228AA578EC20BC6AF8F2* ___keypair; Il2CppSafeArray* ___publicKey; Il2CppSafeArray* ___keyToken; int32_t ___versioncompat; Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version; int32_t ___processor_architecture; int32_t ___contentType; }; struct AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2_marshaled_com { Il2CppChar* ___name; Il2CppChar* ___codebase; int32_t ___major; int32_t ___minor; int32_t ___build; int32_t ___revision; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___cultureinfo; int32_t ___flags; int32_t ___hashalg; StrongNameKeyPair_t0657447B6CFAA8FE880A228AA578EC20BC6AF8F2* ___keypair; Il2CppSafeArray* ___publicKey; Il2CppSafeArray* ___keyToken; int32_t ___versioncompat; Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version; int32_t ___processor_architecture; int32_t ___contentType; }; struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A : public RuntimeObject { CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ____cultureData; String_t* ____name; String_t* ____langName; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ____compareInfo; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ____cultureInfo; String_t* ___amDesignator; String_t* ___pmDesignator; String_t* ___dateSeparator; String_t* ___generalShortTimePattern; String_t* ___generalLongTimePattern; String_t* ___timeSeparator; String_t* ___monthDayPattern; String_t* ___dateTimeOffsetPattern; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar; int32_t ___firstDayOfWeek; int32_t ___calendarWeekRule; String_t* ___fullDateTimePattern; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___abbreviatedDayNames; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_superShortDayNames; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___dayNames; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___abbreviatedMonthNames; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___monthNames; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___genitiveMonthNames; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_genitiveAbbreviatedMonthNames; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___leapYearMonthNames; String_t* ___longDatePattern; String_t* ___shortDatePattern; String_t* ___yearMonthPattern; String_t* ___longTimePattern; String_t* ___shortTimePattern; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allYearMonthPatterns; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allShortDatePatterns; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allLongDatePatterns; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allShortTimePatterns; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allLongTimePatterns; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_eraNames; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_abbrevEraNames; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_abbrevEnglishEraNames; CalendarIdU5BU5D_t559EDBF1B819A695624BE9004EAA4FFA38B65CDA* ___optionalCalendars; bool ____isReadOnly; int32_t ___formatFlags; String_t* ____fullTimeSpanPositivePattern; String_t* ____fullTimeSpanNegativePattern; TokenHashValueU5BU5D_t3F8794937D04BA380989A813F33418CED58E80B9* ____dtfiTokenHash; }; struct DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { int32_t ___U3CVisibilityU3Ek__BackingField; }; struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf; String_t* ___name; SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E* ___safeHandle; bool ___isExposed; int64_t ___append_startpos; int32_t ___access; bool ___owner; bool ___async; bool ___canseek; bool ___anonymous; bool ___buf_dirty; int32_t ___buf_size; int32_t ___buf_length; int32_t ___buf_offset; int64_t ___buf_start; }; struct InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { int32_t ___U3CInheritanceLevelU3Ek__BackingField; }; struct ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { int32_t ___U3CListChangedTypeU3Ek__BackingField; int32_t ___U3CNewIndexU3Ek__BackingField; int32_t ___U3COldIndexU3Ek__BackingField; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___U3CPropertyDescriptorU3Ek__BackingField; }; struct ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC : public RuntimeObject { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___U3CPropertyDescriptorU3Ek__BackingField; int32_t ___U3CSortDirectionU3Ek__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 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 ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { String_t* ____typeId; String_t* ___U3CFilterStringU3Ek__BackingField; int32_t ___U3CFilterTypeU3Ek__BackingField; }; struct Type_t : public MemberInfo_t { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl; }; struct CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB : public RuntimeObject { int32_t ___MaskPosition; int32_t ___CaseConversion; int32_t ___CharType; bool ___IsAssigned; }; struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { String_t* ____paramName; }; struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t { }; struct AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D : public MulticastDelegate_t { }; struct DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4 : public MulticastDelegate_t { }; struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82 : public MulticastDelegate_t { }; struct ExternalException_t419875A3CD3C551692EDBBC99E4927E69F2E1F4C : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9 : public MulticastDelegate_t { }; struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { Type_t* ___type; RuntimeObject* ___instance; }; struct ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616 : public MulticastDelegate_t { }; struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA : public MulticastDelegate_t { }; struct PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD : public MulticastDelegate_t { }; struct RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC : public MulticastDelegate_t { }; struct TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2 : public ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A { }; struct WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { String_t* ___U3CHelpUrlU3Ek__BackingField; String_t* ___U3CHelpTopicU3Ek__BackingField; }; struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; struct CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB : public ExternalException_t419875A3CD3C551692EDBBC99E4927E69F2E1F4C { }; struct InvalidAsynchronousStateException_t6A1AF885679E146AA72328CA7C290B13BA6E9EAD : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Value; }; struct List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715_StaticFields { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___s_emptyArray; }; struct List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2_StaticFields { EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* ___s_emptyArray; }; struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_StaticFields { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_emptyArray; }; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray; }; struct List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6_StaticFields { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___s_emptyArray; }; struct List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473_StaticFields { CharDescriptorU5BU5D_tC5C64C84CF11E587191174404F4888CB987FB668* ___s_emptyArray; }; struct AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA_StaticFields { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* ___Empty; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___s_defaultAttributes; RuntimeObject* ___s_internalSyncObject; }; struct CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_StaticFields { BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1* ___commonDesignerServices; TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* ___eventLog; }; 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 Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_StaticFields { ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858* ___s_serializationInfoTable; }; struct InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_StaticFields { InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29* ___Default; }; struct LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields { RuntimeObject* ___s_selfLock; LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* ___s_context; RuntimeObject* ___s_contextLockHolder; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___s_providers; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___s_providerInstances; RuntimeObject* ___s_internalSyncObject; }; struct MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_StaticFields { RuntimeObject* ___s_eventDisposed; }; struct Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0_StaticFields { TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA* ___FilterTypeName; TypeFilter_tD8F0A4CFBE6E8F8FA8D673113A73026EDA4640BA* ___FilterTypeNameIgnoreCase; }; struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo; }; struct PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_StaticFields { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ___Empty; }; struct String_t_StaticFields { String_t* ___Empty; }; struct StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_StaticFields { CultureAwareComparer_t5822A6535A6EB4C448D1B7736067D1188BAEE8CD* ___s_invariantCulture; CultureAwareComparer_t5822A6535A6EB4C448D1B7736067D1188BAEE8CD* ___s_invariantCultureIgnoreCase; OrdinalCaseSensitiveComparer_t581CA7CB51DCF00B6012A697A4B4B3067144521A* ___s_ordinal; OrdinalIgnoreCaseComparer_t8BAE11990A4C855D3BCBBFB42F4EF8D45088FBB0* ___s_ordinalIgnoreCase; }; struct TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_StaticFields { bool ___useCompatibleTypeConversion; }; 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 Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_StaticFields { RuntimeObject* ___EventDisposed; }; struct DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_StaticFields { DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* ___Default; }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray; }; struct Guid_t_StaticFields { Guid_t ___Empty; }; struct IntPtr_t_StaticFields { intptr_t ___Zero; }; struct LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_StaticFields { LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* ___Default; }; struct ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields { ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* ___Yes; ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* ___No; ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* ___Default; }; struct LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC_StaticFields { LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC* ___Yes; LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC* ___No; LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC* ___Default; }; struct LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D_StaticFields { LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* ___Default; }; struct PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_StaticFields { PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* ___Yes; PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* ___No; PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* ___Default; }; struct ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields { ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* ___Yes; ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* ___No; ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* ___Default; }; struct RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields { RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* ___No; RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* ___Yes; RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* ___Default; }; struct ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_StaticFields { String_t* ___s_none; }; struct RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_StaticFields { RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* ___Yes; RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* ___No; RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* ___Default; }; struct RuntimeLicenseContext_t0D9F7CD69B2A307B7009C7E27121C02DB35A383C_StaticFields { TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* ___s_runtimeLicenseContextSwitch; }; struct SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_StaticFields { SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* ___Yes; SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* ___No; }; struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null; }; struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_StaticFields { TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___Null; }; struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue; }; struct TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_StaticFields { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* ___Default; }; struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_StaticFields { String_t* ___ConstructorName; String_t* ___TypeConstructorName; }; struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields { DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MinValue; DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MaxValue; DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___UnixEpoch; }; struct Exception_t_StaticFields { RuntimeObject* ___s_EDILock; }; struct MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields { int32_t ___s_ASCII_ONLY; int32_t ___s_ALLOW_PROMPT_AS_INPUT; int32_t ___s_INCLUDE_PROMPT; int32_t ___s_INCLUDE_LITERALS; int32_t ___s_RESET_ON_PROMPT; int32_t ___s_RESET_ON_LITERALS; int32_t ___s_SKIP_SPACE; Type_t* ___s_maskTextProviderType; }; 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 StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B_StaticFields { StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* ___Null; }; struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4_StaticFields { TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___s_Invariant; }; struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_StaticFields { DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_invariantInfo; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___s_monthSpaces; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_jajpDTFI; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_zhtwDTFI; }; struct DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_StaticFields { DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* ___Content; DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* ___Hidden; DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* ___Visible; DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* ___Default; }; struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_StaticFields { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf_recycle; RuntimeObject* ___buf_recycle_lock; }; struct InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083_StaticFields { InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083* ___Inherited; InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083* ___InheritedReadOnly; InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083* ___NotInherited; InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083* ___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 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 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 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 ListSortDescriptionU5BU5D_t18ED8C8725ADC7D766FD9E9A95AAF8FB43D8329F : public RuntimeArray { ALIGN_FIELD (8) ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* m_Items[1]; inline ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC** 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, ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F : public RuntimeArray { ALIGN_FIELD (8) CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* m_Items[1]; inline CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; 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 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 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 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 ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645 : 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 IComponentU5BU5D_t2C5D2AE3E6AC86F2F5260CB2BC5A2388057A1AB1 : 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 EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912 : public RuntimeArray { ALIGN_FIELD (8) Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* m_Items[1]; inline Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray { ALIGN_FIELD (8) Il2CppChar m_Items[1]; inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D : public RuntimeArray { ALIGN_FIELD (8) int64_t m_Items[1]; inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8 : public RuntimeArray { ALIGN_FIELD (8) FieldInfo_t* m_Items[1]; inline FieldInfo_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, FieldInfo_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline FieldInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray { ALIGN_FIELD (8) int32_t m_Items[1]; inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_CopyTo_m1210D480F3EF1C250A53086148C1204B7A99B931_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m4C0C698B1D627E6B3C3BE6DDA512E8E276DC6F73_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, RuntimeObject* ___1_value, int32_t ___2_startIndex, int32_t ___3_count, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m378B392086AAB6F400944FA9839516326B3F7BB8_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __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 void TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetProperties_m2CAA3739E943D46E1808DF53B1F7373B825A7382 (RuntimeObject* ___0_component, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, 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) ; inline void List_1__ctor_m552A8E5BAA5F709BC753F4B73BBC48E5FBBA50CD (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) { (( void (*) (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___0_collection, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* ExtenderProvidedPropertyAttribute_Create_m6B13562E797686C10C958E76EB337992B30FD93E (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_extenderProperty, Type_t* ___1_receiverType, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; inline void List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_inline (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* __this, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715*, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } inline int32_t List_1_get_Count_m7A61592E5FE84D3A67A379166626C78396A7E506_inline (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } inline void List_1_CopyTo_mC5F8BDD2989305702D022A2CD7ECA22BDB84D2F0 (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method) { (( void (*) (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*, int32_t, const RuntimeMethod*))List_1_CopyTo_m1210D480F3EF1C250A53086148C1204B7A99B931_gshared)(__this, ___0_array, ___1_arrayIndex, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mF15678F125BE31DBA7224C62D53888E613EB04D2_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, 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 bool ReflectPropertyDescriptor_ExtenderCanResetValue_m3197C8076F186922104616204C5F4204D42B34AE (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, RuntimeObject* ___1_component, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectPropertyDescriptor_ExtenderGetType_m052B3E3709857A2B1857C56CF766231E1D0BC3F2 (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemberDescriptor_get_DisplayName_m4C8355BB66BB5B74377C9886ADBF448945A9957C (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MemberDescriptor_GetSite_m358C87152269B37CFC369CAB93487B6A06BFB8C3 (RuntimeObject* ___0_component, 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* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, 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 void ReflectPropertyDescriptor_ExtenderResetValue_mF974F9148A249E3789DE45268BB40BE97968755C (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, RuntimeObject* ___1_component, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___2_notifyDesc, 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 bool ReflectPropertyDescriptor_ExtenderShouldSerializeValue_mC7D2BC53B13E46B6284AC509587A39E739B131BD (ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* __this, RuntimeObject* ___0_provider, RuntimeObject* ___1_component, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute__ctor_m7EFA94EBB5D4FA695071D543D4A63C4E733DFE35 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_ExtenderProperty_m5279B5B90E5F59477E2532ACDBB79AC91C05A872_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_ReceiverType_m5F6D231C461377D0A3B458165D32F3DF5C05A103_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, Type_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_Provider_m46510700A5C4993F2C8B9F1867407758D50764FE_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, 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 int32_t Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, 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 bool TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830 (Guid_t* __this, String_t* ___0_g, const RuntimeMethod* method) ; 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) ; 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 ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554 (Type_t* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___0_types, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4 (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_left, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57 (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* __this, MemberInfo_t* ___0_member, RuntimeObject* ___1_arguments, const RuntimeMethod* method) ; 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) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandledEventArgs__ctor_m2B653F786D0B395B9302A06826ACF3D534DC2C82 (HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* __this, bool ___0_defaultHandledValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3 (EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HandledEventArgs_set_Handled_m27F28A88DFE7C3F8623C9A79EA699B37E0108ECA_inline (HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m805368CD9A01EDC14D8DE148128B4D808E99C7CA (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_m78DA88EC72F896F3698019DF6CDAAFFCC1B42C91 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m586D9FFDE912794F068DF7B1FC00A68A984FBCB9 (int16_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F (BaseNumberConverter_t303017F656B17940A0669EF225DAE3FBE644F706* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mD1B3AFBDA26E52D0382434804364FEF8BA241FB4 (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m410BA2190FCC7986F94B65C6A3E9AED0932BE521 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8 (int32_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m0AC3A4D8D9EFB97B0D7329E0FC4B05499A864451 (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_m3B1B54542F45772CEDBA7B371C287742A5FF7430 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_mBCE0DC50D6F802651A6AE75682FF67775CB19B3B (int64_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidAsynchronousStateException__ctor_mE92B7D380AC2A9767BECE4E7DFB2D9EB64ECDCF3 (InvalidAsynchronousStateException_t6A1AF885679E146AA72328CA7C290B13BA6E9EAD* __this, String_t* ___0_message, 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 void ArgumentException__ctor_mFDDC94E3C94B43E2DFBDA15DD749315C5B246512 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_mB4FA5CCA0CDB08730E9ED40FA935BA38C032D83A (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0 (String_t* __this, String_t* ___0_value, 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 void LicFileLicense__ctor_m4E3B7931927B30B2F614A19731F75BE5563B31A7 (LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6* __this, LicFileLicenseProvider_tA411CF51DEF262DE6332CA7C85F5DDC3AE567204* ___0_owner, String_t* ___1_key, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_m428BADBE493A3927B51A13DEF658929B430516F6 (String_t* ___0_path, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m95E329ABBE3EAD6750FE1989BBA6884457136D4A (String_t* ___0_path, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mA39506EF7A1F33FCA0199B880BE1D82217E33EEC (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, String_t* ___0_path, int32_t ___1_mode, int32_t ___2_access, int32_t ___3_share, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_mAFA827D6D825FEC2C29C73B65C2DD1AB9076DEC7 (StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseProvider__ctor_mE87A3E4BB7492FD3D26C98143BAA256BB0CCCB49 (LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void License__ctor_m2340145F734FF80C40E98E53698BDED75A08B0EF (License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, 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 void RuntimeLicenseContext__ctor_m84E13BCF1F7C511B1347B2790D64AEEA9385643E (RuntimeLicenseContext_t0D9F7CD69B2A307B7009C7E27121C02DB35A383C* __this, 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 void Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ; inline ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LicenseManager_CreateWithContext_m6A66431B6C5D722DE6C6B20EA129E71B963EFE61 (Type_t* ___0_type, LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* ___1_creationContext, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* LicenseManager_get_CurrentContext_m74C19430B10840F71FE591AEFD790FE39A4EA64C (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseManager_UnlockContext_mE8D51C31C52954C07EE89F21E2704AC98550EC2E (RuntimeObject* ___0_contextUser, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseManager_set_CurrentContext_m8563A88E8FF8E24F5E5E1EDA6AEB4FEE9F169AB1 (LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseManager_LockContext_m2DF1B2F1212CDF856E598B9BEAEB934C9DE9D423 (RuntimeObject* ___0_contextUser, 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_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 bool LicenseManager_ValidateInternal_m4148DE82C8D573B5A22B40E758364888638CC6C2 (Type_t* ___0_type, RuntimeObject* ___1_instance, bool ___2_allowExceptions, License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** ___3_license, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LicenseManager_ValidateInternalRecursive_m85160089640F5261BDFFB215FDA3B963055DCDA1 (LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* ___0_context, Type_t* ___1_type, RuntimeObject* ___2_instance, bool ___3_allowExceptions, License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** ___4_license, String_t** ___5_licenseKey, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* LicenseManager_GetCachedProvider_m5EA58FC6DE3CED43670D341A8D711FB26AE0035D (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LicenseManager_GetCachedNoLicenseProvider_m1B6A53995761426603769B85CA1435C21ACD20E8 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* Attribute_GetCustomAttribute_mBF35997518AA6969E0E9A29D7E8C5FE6FCF36AC1 (MemberInfo_t* ___0_element, Type_t* ___1_attributeType, bool ___2_inherit, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LicenseProviderAttribute_get_LicenseProvider_mEA15E718E73E8FA58B101EEA1945EFE2DC8E88FF (LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* LicenseManager_GetCachedProviderInstance_mD61F621A257958FE1046F80015CFD2630FC73D91 (Type_t* ___0_providerType, 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 void LicenseManager_CacheProvider_m3E2CE739FDE8C8868551712B2476116012CE8F09 (Type_t* ___0_type, LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* ___1_provider, 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 void LicenseException__ctor_mF9A4CEEE588A037C9CCEC67ACFB7A6BF213BF478 (LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseException__ctor_m92EF92C1EC02D8C3788886D898214F15C13F882C (LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseProviderAttribute__ctor_m6C3B9B91F99CE9BB3F1B55B5EE977CB02948101E (LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* __this, String_t* ___0_typeName, 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 void LicenseProviderAttribute__ctor_m188AE088BE53D25FD3493FF0D087CFE7B82D9A47 (LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ListBindableAttribute_get_ListBindable_m04B1C3A2A83ABC5769A6B72D42AC75D22FE47F01_inline (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBindableAttribute__ctor_m274BEDC495677C154FF08C1A4BF2F33DCDBCF882 (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, bool ___0_listBindable, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_m51CD8C20F924174FDAE0CED36B57E8A53AFBBDA5 (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, int32_t ___0_listChangedType, int32_t ___1_newIndex, int32_t ___2_oldIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_mB48C0E1EBC7ECB9C9A1CEFBF1787D1C542FBDCAD (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, int32_t ___0_listChangedType, int32_t ___1_newIndex, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ListSortDescription_set_PropertyDescriptor_m2DEBB2BF5F2654711E80737B6237888BD692F7C2_inline (ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ListSortDescription_set_SortDirection_m4277CBBA7668BA5F20139B755577B17555938799_inline (ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* __this, int32_t ___0_value, 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 ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* ListSortDescriptionCollection_get_Item_mC37981320356EB696F065F4AAAF04824BF3D9250 (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LookupBindingPropertiesAttribute_get_DataSource_mD0EA13696282DFDF113DBB6BE1EDA42078389769_inline (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LookupBindingPropertiesAttribute_get_DisplayMember_m80713E75ED8606DD38F58FAFB203E5B5AF662B1C_inline (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LookupBindingPropertiesAttribute_get_ValueMember_mFAA5BBF9CE8D1B204BAEFA321909BDA236E4D5F6_inline (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LookupBindingPropertiesAttribute_get_LookupMember_m3A324DC3221E137C16F6381A85782414B03882C3_inline (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LookupBindingPropertiesAttribute__ctor_mB4C3BB8BF2FFF51D271766C54904C3913EEAC6BB (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2 (RuntimeObject* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* MarshalByValueComponent_get_Events_m2F2D00D069D70120317223B24439F959C6CC2AB0 (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList_AddHandler_mB1FF265C32A4D6DD6F2129B0418308C705C855F0 (EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* __this, RuntimeObject* ___0_key, Delegate_t* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList_RemoveHandler_m4268AB4FEBEAB018DE6B9F03E7273B71135CF3E2 (EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* __this, RuntimeObject* ___0_key, Delegate_t* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList__ctor_mF2EF7592E66ADAF6B06FD85C80EF98C9CD015456 (EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* EventHandlerList_get_Item_m9AD24EA65E3832B81146EC24604BABE4FC3CFCC7 (EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_inline (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___0_sender, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_m62C713CC63FE978EC68B8B0066FF76F4D7BC7A0E (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_mask, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, bool ___2_allowPromptAsInput, Il2CppChar ___3_promptChar, Il2CppChar ___4_passwordChar, bool ___5_restrictToAscii, 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 String_t* SR_Format_m591865DD0E3D694EA2523F62165EAE9E05D2D79C (String_t* ___0_resourceFormat, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsPrintableChar_m157A17B6517A061FB3F98DAF31A6DE6195BBD5A5 (Il2CppChar ___0_c, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* CultureInfo_GetCultures_m70BC8F78E30943F1267A8393EACCE48A1C736BAC (int32_t ___0_types, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CultureInfo_get_IsReadOnly_m53947CBF80905492B4AC82C8A148088E2DB8F8EF_inline (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_ReadOnly_mFF7FA8AF44096388D6C1CC46EC4AAF6A649D5952 (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___0_ci, 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 MaskedTextProvider_Initialize_m1AC53149CA03C140E5A0DF92F5588562B84B9CB1 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ; inline void List_1__ctor_m54B005449EF7D5FCB8215042E0CEF25D62FE469D (List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* __this, const RuntimeMethod* method) { (( void (*) (List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_get_Mask_m599BD073AAEAF9596FD5B04D0213C52A79D995A3_inline (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_TimeSeparator_m708070A0307E7FB6D0FB9C5FF3E371EBF8800791 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_DateSeparator_mBD2B8F51FE1491BC6695B10CB1973754BBF54CDD (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencySymbol_m69E8700B6E102ADA1351AD4C6BBC7779D9F13F43_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharDescriptor__ctor_m87C97CFABEE28E2EE39C3AA5B29048B8CFC76255 (CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* __this, int32_t ___0_maskPos, int32_t ___1_charType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsEditPosition_m0F63B6F87A7250ECE34FA9E63EB6C3A6F1E2F820 (CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* ___0_charDescriptor, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C (Il2CppChar* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ; inline void List_1_Add_m112A4894DEF9FACD20BB7E36816A43E1CD82E4F4_inline (List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* __this, CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473*, CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Capacity_m11BD24481D70C842320ADF7C959CC674D18AF574 (StringBuilder_t* __this, int32_t ___0_value, 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 int32_t MaskedTextProvider_get_EditPositionCount_mBD6D2131079B6365428FF3BDB56EF73DFE824BE2 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_AssignedEditPositionCount_m9ED53E540B5C88F393225936E30A67EEEBC074F3_inline (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_AllowPromptAsInput_mE1500E9AF6E467C749DD62D5A785AADE766EBC7D (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_PromptChar_mDF13ACB9F41F795A89E24681B6C821775C871D4A_inline (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_PasswordChar_mCBE18695BC0289A9D86CAED5077CC133F88577AD_inline (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_AsciiOnly_mDB03EF5E1DCD6F6B85214C13547029D2F80F56DD (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_ResetOnPrompt_m179267564E2CC3962523E01B59E8219B2E9AB8B3 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_ResetOnSpace_m7B4942BD98BB6EE7F3E54DB998CB8AA4F56EC55E (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_SkipLiterals_mC0AF5438647F519857E2D8EAC9E97C47F6E208EC (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_value, const RuntimeMethod* method) ; inline CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30 (List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* (*) (List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D (StringBuilder_t* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_mBF312FD9F1CA8296EAAF7DC6A26FFD7FC224BD0C (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_ResetOnPrompt_m10A5D99558743AB8F41A1F705DBC91FCBB70B304 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_ResetOnSpace_mC0D0491174C1C4C35CB7AF3CCDA414654A218498 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_SkipLiterals_m860DD9A97BBE5D8D1DC68EFDC5604AC0428B5C82 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_IncludeLiterals_mB0C9A445617F100A4A6B6DE98C8CB86FE7C4B3DB (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_IncludeLiterals_m0B2AB5C6D15067C552718B4504170E56B901584F (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_IncludePrompt_mEBBBEAB2DA1ED0B171042D473ADF947662CAC319 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_IncludePrompt_mBEE0F3A1E596D962802C527A0A82CB40FB983DD7 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_value, const RuntimeMethod* method) ; inline void List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8 (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) { (( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_gshared)(__this, method); } inline Enumerator_t3F6CC60FCC4A7863617A959E3791E4DD690551D0 List_1_GetEnumerator_m409A29220460DFF1C5B894E2A67C4D054F8A2009 (List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* __this, const RuntimeMethod* method) { return (( Enumerator_t3F6CC60FCC4A7863617A959E3791E4DD690551D0 (*) (List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } inline void Enumerator_Dispose_m0BBB5C43FAD430D8BFC79F80F87BDCB4372B5E6E (Enumerator_t3F6CC60FCC4A7863617A959E3791E4DD690551D0* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t3F6CC60FCC4A7863617A959E3791E4DD690551D0*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } inline CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* Enumerator_get_Current_m43A991FE9AC743F5FAADA90174729B52CE01D21A_inline (Enumerator_t3F6CC60FCC4A7863617A959E3791E4DD690551D0* __this, const RuntimeMethod* method) { return (( CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* (*) (Enumerator_t3F6CC60FCC4A7863617A959E3791E4DD690551D0*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } inline void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline)(__this, ___0_item, method); } inline bool Enumerator_MoveNext_m922454D6E03F83BAA71894256A16EA51EA54A231 (Enumerator_t3F6CC60FCC4A7863617A959E3791E4DD690551D0* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t3F6CC60FCC4A7863617A959E3791E4DD690551D0*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_IsPassword_m5E08BF3E70E4C71FAFD9F3EE7F18A5A12AEEAD57 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_DefaultPasswordChar_m81E39C7DED31C30203CCFBB5C44981C557A49204 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindAssignedEditPositionFrom_m63241C0768B39A3CDD749322E64F373CEFDABE54 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_position, bool ___1_direction, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsValidPasswordChar_m8F0A554320C929AB5E41E935C8E146342C46E836 (Il2CppChar ___0_c, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsEditPosition_m360CE83070BD08921A406348158486121BADD600 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_position, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Chars_m20B53B0EEAB2A0BB0EC84A130FF12EA86ADD99AE (StringBuilder_t* __this, int32_t ___0_index, Il2CppChar ___1_value, 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 void IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425 (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, String_t* ___0_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Add_m7B5EB155515BCD247592B739449B9B543D10CAF0 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t* ___1_testPosition, int32_t* ___2_resultHint, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_LastAssignedPosition_m56D66DFD7307BD1773FECDB3FE83CA63E698EB99 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_position, bool ___1_direction, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestSetChar_mC3462DC6028BCBB0AA05737CB3998AD1259E13B0 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, int32_t* ___2_resultHint, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Add_m10749D1F0AE735EE9904989918E645A859F4CF85 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t* ___1_testPosition, int32_t* ___2_resultHint, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestSetString_mFAE924178F9F69A08F142B2D7431BECF5865A6B9 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_position, int32_t* ___2_testPosition, int32_t* ___3_resultHint, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_Clear_m583A91BBEC3D14F1F33CBAA340D715187E9E0E31 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t* ___0_resultHint, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_ResetChar_mDD7A606D556F2420A25A4BFA5D66D2F75080C3FD (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_testPosition, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindAssignedEditPositionInRange_mB5B16DD65D43CBD7A22455CEE8109F1E0B46DF16 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, bool ___2_direction, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindEditPositionInRange_m4B6432F17F91A87C0CF78C03FF83A1C20CDC7996 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, bool ___2_direction, uint8_t ___3_assignedStatus, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindEditPositionInRange_m182CA784C7B864483DEF6A5A7FF5EEF7ACD738C5 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, bool ___2_direction, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindPositionInRange_m3CC8E02D60C07B9E82C33330F2B64D1D5239F5B0 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, bool ___2_direction, int32_t ___3_charTypeFlags, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindNonEditPositionInRange_m3DBC0B10CACBA40AE99FA43846423FBD66CBBB55 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, bool ___2_direction, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAt_mF4E21C7B9A4BD3CDD2CB95A94BAC3A81955B9F94 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_position, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAt_mA61025D9B33142718C4AD4FF3B187CC25AF94326 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_position, int32_t* ___2_testPosition, int32_t* ___3_resultHint, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAtInt_m93B09DC6F293CC5DAF7A9A645CAA816EEF6526EA (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_position, int32_t* ___2_testPosition, int32_t* ___3_resultHint, bool ___4_testOnly, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestString_m3202491F7CEFDAF592E7C79158D612141046254E (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_position, int32_t* ___2_testPosition, int32_t* ___3_resultHint, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestChar_m5CC324BDFA944E2AF33E888FA025D1F11E6E1748 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, int32_t* ___2_resultHint, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_SetChar_mD94F455453500EB4EE1D210C2015FD8C57BA9385 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_SetString_mBDF2469EBA592A403BAADE37A616B8755D67C080 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_testPosition, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_m4363120285B51739DEE559E5C81E89580DDC78C0 (Il2CppChar ___0_c, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2 (Il2CppChar ___0_c, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m14049A362108679FD23E424FD9C5C42057359B72 (Il2CppChar ___0_c, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsPunctuation_m619E42D942E22C9BA1DDB8E704BECA546C376473 (Il2CppChar ___0_c, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsSymbol_m8F3AA49AAF4615B3BFD614A083CD6530CD35DF2F (Il2CppChar ___0_c, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Remove_m6DA6479A670090C47536902E28A71C8C99795C9F (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t* ___0_testPosition, int32_t* ___1_resultHint, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAt_mD191C69F18827E0D44F103F0F08FD0BC74C7E449 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAt_m49F62DED6CF52DEB1CEB4C00D0104845E844466E (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, int32_t* ___2_testPosition, int32_t* ___3_resultHint, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAtInt_m585AA9A56E66DA3DDAF0382EC02037203808F129 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, int32_t* ___2_testPosition, int32_t* ___3_resultHint, bool ___4_testOnly, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_ResetString_m6232B061F9C7F5BBB758C8E76E07802360834BA7 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_m39B8A230ABE10E3AA9DB05E83309E9D57DE7D7EF (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, int32_t* ___2_testPosition, int32_t* ___3_resultHint, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestEscapeChar_m33EFD2D7CD3BED01B7997FB0D8E6EA965EC4CF42 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_m174944A84E9A9B69EE13A0E3D50A78EA9CA11404 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_startPosition, int32_t ___2_endPosition, int32_t* ___3_testPosition, int32_t* ___4_resultHint, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_mC6A0F3EC49AB4C63C67D339356756E39DE0B54A5 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_position, int32_t* ___2_testPosition, int32_t* ___3_resultHint, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MaskedTextProvider_set_AssignedEditPositionCount_mC6F5D53C6E96FBA39863104EC6025E74CB5585DB_inline (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Set_m6470D3C1230D60B130E17B17C04EE220A29C073E (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t* ___1_testPosition, int32_t* ___2_resultHint, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_SetChar_m27EF5545B837E58C663B895B8567A42380CFCBE7 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* ___2_charDescriptor, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestEscapeChar_m0A0DF0468B4EE7634728C254F99EB374E0547C25 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* ___2_charDex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsUpper_mF150C44B70F522A14B2A8DF71DE0ADE52F9A3392 (Il2CppChar ___0_c, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsLiteralPosition_m466E0303F6E2D00C73E5AF35ED3A3A329CD78030 (CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* ___0_charDescriptor, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAsciiLetter_m2EF1CEAF646044FCC93E1899203D5CCC2EF5C666 (Il2CppChar ___0_c, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAscii_mA4E8E2CC4BFF8F857373C14D386660E6CF618385 (Il2CppChar ___0_c, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAlphanumeric_mA61D5B4AB1963F35904E9E553FB4D38879AEB445 (Il2CppChar ___0_c, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAciiAlphanumeric_m08D3619839C5F1BEFDC2AA3EC7601CE2718BD154 (Il2CppChar ___0_c, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5 (StringBuilder_t* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_m5F8671F9776DDD2BD7F94AE164A332891615CAAE (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_ignorePasswordChar, bool ___1_includePrompt, bool ___2_includeLiterals, int32_t ___3_startPosition, int32_t ___4_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m8A0AC56824DF98812AFBCD745AC6C911873CA8C0 (StringBuilder_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_InvalidIndex_m1F1A5473A902D21DF189D6DCC7B56B006ACD7D16 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_VerifyString_m2D391ED48BB9C561ED3BFF316319B73A9A1C0AEA (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t* ___1_testPosition, int32_t* ___2_resultHint, 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 String_t* String_Format_m447B585713E5EB3EBF5D9D0710706D01E8A56D75 (RuntimeObject* ___0_provider, String_t* ___1_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_mFE594A7A2AD8B053FDE312C75EBDBBE3008719FA (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* NestedContainer_get_Owner_m7EEE81CD299313D82E856638016BF4BA94C66E8E_inline (NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler__ctor_m95444CE8D5A6F1AFC9793866C3FE884E732DCEB2 (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Site__ctor_m08FE68D8487E8F818365839AF857F016DE474D7D (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* __this, RuntimeObject* ___0_component, NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC* ___1_container, String_t* ___2_name, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Dispose_m7579B30207F0D7E2058516AD23A6B202C17B1A84 (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, bool ___0_disposing, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Container_GetService_m28534D16BB364CFD5B26D7EB806E604EB51475EC (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, Type_t* ___0_service, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Dispose_m2BF4169F5D5AB5838C428FF665795DF7422A73D4 (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Container_m2D275CD2784C103BD6A37A4CE27570F459CFA5A1_inline (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m44BF8BF44DC9B67D6CF265A1A2703A6D743F5C56 (RuntimeObject* ___0_provider, String_t* ___1_format, RuntimeObject* ___2_arg0, RuntimeObject* ___3_arg1, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Component_mF3EB214916339906BDC3332BD5F7EAC272A148E1_inline (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Nullable_GetUnderlyingType_mA8FA7F61D3B8E56EB4E40378020FD2854838BDF8 (Type_t* ___0_nullableType, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* TypeDescriptor_GetConverter_m83A515E1D6F25137D637B175EA55BC80637E1C8A (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* NullableConverter_get_NullableType_m3BC58499FE25377295EE62DFF1930716FB478188_inline (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeConverter_CreateInstance_mCF1FB466625510C41AF4C31DBF0D6B0D17AD8F34 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_propertyValues, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetCreateInstanceSupported_m6F211317A2C58B002A523A637B40EC6E878D031B (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) ; 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) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetPropertiesSupported_mDE66D29A3EED2AC764A8B4F3C91917E2F9732763 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, 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 RuntimeObject* StandardValuesCollection_GetEnumerator_m0484C08651E32F669A0624D29E44C6CDEB550F6C (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardValuesCollection__ctor_m9049046DA81FD7B6FE279E063A43DC9B1D3B26B0 (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* __this, RuntimeObject* ___0_values, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* TypeConverter_GetStandardValues_m9F77FD4C8216D3F06928B418993659F3A0FEF5B6 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesExclusive_mCA336C7CE58B28DF0B46D5B52E3D0D177718FF42 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesSupported_m5DFA377B1091BB08E64654FBEE8613EEDE731718 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_IsValid_m991D78815B29EDE7EF8B1CD0114A5E6B84F7328C (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordPropertyTextAttribute__ctor_mD554B2BF68AD3FD8B7E85D44D396407FEDF28A69 (PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* __this, bool ___0_password, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PasswordPropertyTextAttribute_get_Password_mD3A1D12A941EA2C8DDCD09D5021547CE3DB8E767_inline (PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* __this, 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 MemberDescriptor__ctor_m88226156FCAB812BE655E3FCEEBE3BF33589A64A (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_descr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m884FBA4DDB9AE25AEC59DC4A534FD7C448421018 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_oldMemberDescriptor, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_newAttributes, 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* PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, String_t* ___0_typeName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptor_CreateInstance_m8ED711ABFEA356C6C8075A09310883D4197F6DF3 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DesignerSerializationVisibilityAttribute_get_Visibility_mACD772642393B55DC72E03BB90D67C6C829C4D5E_inline (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* __this, 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 RuntimeObject* TypeDescriptor_CreateInstance_mA14C329360CAEEB5AC0573BDE5FD8926621C42FB (RuntimeObject* ___0_provider, Type_t* ___1_objectType, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___2_argTypes, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_FillAttributes_mD79B898348F5E1F6C98F62F0D4CE719C5547C56C (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, RuntimeObject* ___0_attributeList, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* TypeDescriptor_GetProperties_m09DBBF8163BFF8DE6ADAF38F602E64C650283A88 (Type_t* ___0_componentType, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorBaseTypeName_m1CF77F3AA9AB5AE9CD3585FE86B24E1DD21B1EB4_inline (EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* __this, 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 int32_t AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02 (AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetEditor_mE3DF26BBBFB7689F268FF8C4C84A9841941FF198 (Type_t* ___0_type, Type_t* ___1_editorBaseType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900 (RuntimeArray* ___0_sourceArray, RuntimeArray* ___1_destinationArray, int32_t ___2_length, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MemberDescriptor_GetInvocationTarget_m208F43D1A94BB3EE2C668AB1E4CC64B8D2DC8BF8 (MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, 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 Delegate_t* Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3 (Delegate_t* ___0_source, Delegate_t* ___1_value, const RuntimeMethod* method) ; inline PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* Array_Empty_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m08AB09A013273404D6FA7E3C4536C838811AE787_inline (const RuntimeMethod* method) { return (( PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m3D1AC0D2B3187A895AE8B64AC891251860D8C361 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___0_properties, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042 (RuntimeArray* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_EnsureSize_mA9CC05191669F9F3899F5A7D42B8DF24C51CC6A2 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_sizeNeeded, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_IndexOf_mD936E02B8B1AACBF21EB129B5D7F3C8CBC07BE15 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, 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_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_InternalSort_m976B7A3E0A38A56F3E6C282199722DFC37EE92C9 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_names, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06* StringComparer_get_OrdinalIgnoreCase_m071AA1B1747345CCA058A3879EBDEBBA2EA4B169_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m1F7298B21166D6C35BD6C6EC9F71BAC05981B164 (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, RuntimeObject* ___0_equalityComparer, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B (String_t* ___0_a, String_t* ___1_b, int32_t ___2_comparisonType, const RuntimeMethod* method) ; inline int32_t Array_IndexOf_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m0FB834D32DD8F3C5AD506C3537D20D0C486CD828 (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___0_array, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_value, int32_t ___2_startIndex, int32_t ___3_count, const RuntimeMethod* method) { return (( int32_t (*) (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, int32_t, int32_t, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m4C0C698B1D627E6B3C3BE6DDA512E8E276DC6F73_gshared)(___0_array, ___1_value, ___2_startIndex, ___3_count, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_RemoveAt_m0A24CA5AB989131D0F6691B289DD9092790E9E07 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m3452043C947348EB364E043013AB2DB4165B72D7 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___0_properties, int32_t ___1_propCount, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_namedSort, RuntimeObject* ___3_comparer, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_InternalSort_m715EF0848576185E9957756222B20A93320A3108 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_sorter, const RuntimeMethod* method) ; inline void List_1__ctor_m81B83C7ED3B9D3193339CB2CCAC3A1C083FDA78F (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) { (( void (*) (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___0_collection, method); } inline PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737 (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* (*) (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method); } inline void List_1_set_Item_m9B03F7E2866639F2AD829CDCA57D02FF6DB6DE0E (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* __this, int32_t ___0_index, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_value, const RuntimeMethod* method) { (( void (*) (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6*, int32_t, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, const RuntimeMethod*))List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared)(__this, ___0_index, ___1_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_SortDescriptorArray_m70B18DF7092B00F1830DA1C6CD382BB6268015ED (RuntimeObject* ___0_infos, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_mCAA68804E8A393AE2E86ACBBE3F70BC4A5CA21CB (RuntimeArray* ___0_array, RuntimeObject* ___1_comparer, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_mDB7E2AF23F2BDC715D429C71CA3B8D0151F0DC1E (RuntimeArray* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Clear_mB8C7EDDBC34045AB39A85F7CA8C2A48FE5E84154 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorEnumerator__ctor_mEF40577980844F48F837016FC78D6D6C4B656C40 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ___0_owner, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_Contains_m61BE63B4CBEBE522952340A5E1AD4EC81561A534 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Insert_m5294EDBAD3EED9E88B72F8C337F65EE5AB2960EA (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Remove_m93B40D4D8FD13CA21ACAF39012043595BB6ED03B (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, 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 DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB PropertyDescriptorEnumerator_get_Entry_m83A1F1F4EC45FCDAB6444FDAE98158CAEA6E17C0 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_m2768353E53A75C4860E34B37DAF1342120C5D1EA (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_PropertyName_mFAC4603BB6C516195D2A449FCD3E451B6509763C_inline (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_ReceiverTypeName_mF6644451192D22A1C6E21A65A32DBCFA7E2BA8A3_inline (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m1F43641CEBF3BF49F0CAC07E95FB96FC8465CB74_inline (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecommendedAsConfigurableAttribute__ctor_m0C3F6260D064EF4DB718D93E083A2CE16E2F8CA6 (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, bool ___0_recommendedAsConfigurable, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m3354EFE6393BED8DD6E18F69BEA131AAADCC622D (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Marshal_IsComObject_m088D4D548725859A6721B3109FF9388BFF2F1413 (RuntimeObject* ___0_o, const RuntimeMethod* method) ; inline void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } inline void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } inline ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { return (( ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceComparer__ctor_m04738E27A5FAF668D16A3829AFAF8C01995BEB3B (ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0* __this, ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* ___0_converter, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_mE8B389D13D4164C9E66801A729CF714EDEB512E6 (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, RuntimeObject* ___3_comparer, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToString_m124B43934E0022CA836E7258ABAF8F9FA8911093 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_value, 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 EventDescriptor__ctor_m9A676DE4E2A389168FAED1DBE6C1D0F3C4FBDCFE (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* __this, String_t* ___0_name, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attrs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09 (String_t* ___0_resourceFormat, RuntimeObject* ___1_p1, const RuntimeMethod* method) ; inline AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* Array_Empty_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m72DEACF99225BD725370F7BE0A4B54748F439A37_inline (const RuntimeMethod* method) { return (( AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptor__ctor_mDF83FC2C6B262C556D0319ACA14C310013467694 (EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* __this, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_descr, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attrs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillMethods_m6DFA0AA2B8A4D38910E0A8B44B04F2680DACF276 (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __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 bool EventInfo_op_Inequality_m4B5352D516359B10994084CAE273A1EF64E50B40 (EventInfo_t* ___0_left, EventInfo_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillEventInfoAttribute_m25675359CA6AC38FAF1AC2E6641FCF41065B859F (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, EventInfo_t* ___0_realEventInfo, RuntimeObject* ___1_attributes, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillSingleMethodAttribute_m66EDE77931FB9C20BC214560F1C30ECC8F7E5A6F (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, MethodInfo_t* ___0_realMethodInfo, RuntimeObject* ___1_attributes, 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_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 bool MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, 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 EventInfo_t* Type_GetEvent_mB4D71EF747D967D102846CB4FADA5DA0291E6A83 (Type_t* __this, String_t* ___0_name, 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* Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D (Type_t* __this, String_t* ___0_name, int32_t ___1_bindingAttr, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RunInstallerAttribute_get_RunInstaller_mBB96D7E7823FF0AD4EF138FBD899CE622A75E100_inline (RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunInstallerAttribute__ctor_m2AE906F9B07DA73F602D39A3C3EA5321F6ABF1DD (RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* __this, bool ___0_runInstaller, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m9839052ABBAA38764C070DAA373568D8B2274193 (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_mAC7251E4586FF9DAE8C7766B4C0935E44CF4D52D (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m183C4DB410DD03A804F3DA87DB223A249A68E139 (int8_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SettingsBindableAttribute_get_Bindable_m448BA41F157DF20B461625E635BAA0DD861668F3_inline (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3 (bool* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBindableAttribute__ctor_mC0F9613A258449016DF2A53220343DB20A388A91 (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, bool ___0_bindable, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m8416CDFFC7641BD79BE63F39D5FAEE28986FC636 (String_t* ___0_value, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m0E74607D17E172B4F1306E62BD12CE2905FA5638 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE (float* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Path_IsPathRooted_m0AAA41017FBDDFD52AFC56508EFB5A4195E89C43 (String_t* ___0_path, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_Parse_m04E95505BF0B208AAC0EC9C433CDFC6B6F4C3FE5 (String_t* ___0_input, RuntimeObject* ___1_formatProvider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02 (String_t* ___0_resourceFormat, RuntimeObject* ___1_p1, RuntimeObject* ___2_p2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4 (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___0_message, Exception_t* ___1_innerException, 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 void ToolboxItemFilterAttribute__ctor_m2A9FBFFCD7DCCB5C2F08078ABF77643E2B9C4668 (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, String_t* ___0_filterString, int32_t ___1_filterType, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ToolboxItemFilterAttribute_get_FilterString_m04671485525A6FE9D3108E5832671F3D30AC8DE1_inline (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ToolboxItemFilterAttribute_get_FilterType_mE933AFDA1192CDE9F52B08C494B517CC0A6FD0A8_inline (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_Equals_m96B1058BA6312E23F31A5FBF594E96EB692EAF4E (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_GetName_m05FE85181853F756BA6BB2C033DD3590E6114D29 (Type_t* ___0_enumType, RuntimeObject* ___1_value, 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 TypeConverterAttribute__ctor_mEEE3CA7C17555BA93BB76201BA2BCF879E617DA9 (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_mDBC65647828F8A3D3E63807B5AEA4A4ECDE397E6 (Type_t* ___0_type, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyCustomTypeDescriptor__ctor_m6AF4F3BAA9BA0E6137B0D2237E0F9A222CD47B89 (EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* __this, const RuntimeMethod* method) ; inline IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* Array_Empty_TisIExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_m74B8927A97695BEC4548B876AB870F865634C690_inline (const RuntimeMethod* method) { return (( IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(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 Type_t* Type_GetType_mE298F45594F2C39E570608F265E45688745410EA (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 void CustomTypeDescriptor__ctor_m188C6E2B7CA6781250922E66FAAF8CD660D3B7A8 (CustomTypeDescriptor_t5CDBFB688BAAAD0628A3769D2A70EAA1305E68B6* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m18145D9E77EB02AEEB2FE216F8BBFB39137B321E (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t UInt16_Parse_mB0C8DBDC44E6624A4EE2F50B28DA2E3BC842F075 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mBD648884B6569D3E7D779669EEFCB1ED5EE4A521 (uint16_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m598A3620A5DD54352E97FB44F8B4D33130ACEEBE (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_mDA54DE4F6E05DE5E452FAB70248AC62C6F97EE96 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m464396B0FE2115F3CEA38AEECDDB0FACC3AADADE (uint32_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mEEA8FE8FDBF0EC357E14C4A87107A07F15113CD8 (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_mCA16202D9040B305FE0C7AE61B7E869A2817A75A (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m779041C8FDD58BF8617838B00CD041788DB2F1A3 (uint64_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_m40678F8F0EDD317E3687F9DB82AC33734AA5E968 (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __this, String_t* ___0_message, String_t* ___1_helpUrl, String_t* ___2_helpTopic, 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_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, String_t* ___0_message, 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 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 Exception_GetObjectData_mD69929DB0BB2512240908B9EEE21778CB7B72DA9 (Exception_t* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WarningException_get_HelpUrl_m4E3F4F609A8B87C036F5D5A1F2EF36D1A6D36BCD_inline (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __this, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WarningException_get_HelpTopic_m1CBEEBEC3C8EBAD3B3AFCE23F49F2B4650D0AF56_inline (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CancelEventArgs_set_Cancel_mA919728C72348CDC2EA46E635699B88C94810F41_inline (CancelEventArgs_tAD564CEFFA4EF53B4EB4A619443F8E2FE74116A6* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* AsyncCompletedEventArgs_get_Error_mAA8ADE845C2025D52372FB9512FFDF2F53099E9D_inline (AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* __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 TargetInvocationException__ctor_mEE5FEDD311B4396452D5AFF140B2D79907447F94 (TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* __this, String_t* ___0_message, Exception_t* ___1_inner, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AsyncCompletedEventArgs_get_Cancelled_m4E6D97151694376A1E2BEFC7C393C9FED0DC8057_inline (AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8 (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* __this, String_t* ___0_category, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryAttribute__ctor_m0F8E2B1F50BA8EEFD3C69C57896071F9E893B615 (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CategoryAttribute_get_Category_m2CBF9A5E77191E414E879293395732962EC8A1BB (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m171C269D828658C44041FA68B6DE8CA290ED517F (String_t* ___0_s, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_Default_m7DC93908254DFC8D77931357EB4F7B05B2B783E7 (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 TraceSwitch__ctor_m775278D7946F29D7A7939D2048CA72DBCB0A5ABF (TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* __this, String_t* ___0_displayName, String_t* ___1_description, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* Component_get_Events_mF9B0F379B2F1AA6B5DD1F3CA449519CD74DA0992 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList__ctor_m39301E4A2762FA0B6F9C4D283DE190D40E213D23 (EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* __this, Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* ___0_parent, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_mCBAD191F9BB35587528256781970FDFEFCDBE538 (MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceConverter__ctor_mECD358A5C07B37EFD8659FDEF4C067A16E51171E (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Site__ctor_m645E67461E3228BAE1508F2F6EB210142795BE04 (Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4* __this, RuntimeObject* ___0_component, Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* ___1_container, String_t* ___2_name, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentCollection__ctor_mC347AF6B1AF076AFD6EF0F2F0D0142929B1DA3B9 (ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* __this, IComponentU5BU5D_t2C5D2AE3E6AC86F2F5260CB2BC5A2388057A1AB1* ___0_components, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Remove_m1D564F9DF36202CF21F330FE3D7F51B101C84931 (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, RuntimeObject* ___0_component, bool ___1_preserveSite, 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 int32_t InheritanceAttribute_get_InheritanceLevel_m2FE68D98B89F93571872CAB4B7199992BDC2E28A_inline (InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083* __this, 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 int32_t Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52 (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 DateTimeOffset_Parse_m8424EADCF014945BF1C47215B851C735B26BC341 (String_t* ___0_input, RuntimeObject* ___1_formatProvider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffset_op_Equality_m1823BFC1B9CBFFB9867D1B2C00CA2DAF0B8D03BA (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___0_left, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeOffset_get_TimeOfDay_m69147AD62D671A2C719A2A3C17B3AEC6592AFCAC (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalSeconds_mED686E7CECE6A76A7DC38518698B9199DB8CDEA8 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m4B5BB65E069D2146E808A1CE5F424ACA2F4D2281 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, String_t* ___0_format, RuntimeObject* ___1_formatProvider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_mB9E1813AAC8B185A5B374B150F5080AF1CB119C6 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, RuntimeObject* ___0_formatProvider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortTimePattern_m1ECB24D998656104918CCFD092207FA9FA4300A6 (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeOffset_get_Ticks_m7CE3081B8071C2D3F0AC768766AD3933E50637A8 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Year_m54401DEF20BE909A0755A3114FB7EE9C8D036F4B (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Month_m5A687714A6D2A568D9451C86A8A31063069A058A (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Day_mF72B2C44207A9374AAB4A39FBFA6DCA90E3458A6 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Hour_mAA51486FDE29FD49729296A98088DF2F0F371504 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Minute_mD701BE3B0BB92F5A108703DF2013D7F1E4BEE566 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Second_m466C219209B1092B7A6AE1F56D01FD37BBC917C4 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_get_Millisecond_m0AD718E4BA49BBF8A2FE960AB07F8448A692015F (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_mFC5C17C8BFF52540CC7A73E36DFC9617281325D1 (String_t* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___0_culture, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventArgs__ctor_m4EDAD870F47970C9DE226A8471C72834CC8ACFB2 (CancelEventArgs_tAD564CEFFA4EF53B4EB4A619443F8E2FE74116A6* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m101D35FEC86371D2BB4E3480F6F896880093B2E9 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_separator, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_Parse_m0316ABE916ED60AA2257A464A33A33D544EDEE12 (Type_t* ___0_enumType, String_t* ___1_value, bool ___2_ignoreCase, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m6CA00ABB70FAD8242C62ED9913F7D7C3B811FC31 (RuntimeObject* ___0_value, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_m83185EF7C28B56935B2C8073AC8FF02BF5A03355 (Type_t* ___0_enumType, int64_t ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Enum_GetUnderlyingType_mEDDDC2C9F74ECC841E65E401C3703D59C37CBB05 (Type_t* ___0_enumType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_IsDefined_m1C9A0C4F54B0538351585FF563A01091A6FE2F28 (Type_t* ___0_enumType, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_Format_mD3003265952FEAACFE90887811F9C8855B799ACD (Type_t* ___0_enumType, RuntimeObject* ___1_value, String_t* ___2_format, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToInvariantString_mF902AFB0FE32B8E7014DE226455D3FC79030FF92 (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t* Type_GetField_m0BF55B1A27A1B6AB6D3477E7F9E1CF2A3451E1E0 (Type_t* __this, String_t* ___0_name, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_m95789A98E646494987E66A9E4188DCA86185066B (FieldInfo_t* ___0_left, FieldInfo_t* ___1_right, const RuntimeMethod* method) ; inline void List_1__ctor_mE469B94E6CE60E9DB94985628B0242B069F9083B (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* __this, const RuntimeMethod* method) { (( void (*) (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray* Enum_GetValues_m803B9D68C367FAABC5AFB6B5B52775C8A573CEF9 (Type_t* ___0_enumType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57 (RuntimeArray* __this, const RuntimeMethod* method) ; inline void List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_inline (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* __this, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2*, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } inline EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* List_1_ToArray_m4F793B000A11FB437B10559BE7E07F0C8F4DBC85 (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* __this, const RuntimeMethod* method) { return (( EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* (*) (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_mD898E0819FA640BC4E98924613B5DBD41146D1FF (Type_t* ___0_enumType, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptor_GetReflectionType_m3FC1564747E22975A1C08197692A1D9CA378BD3A (Type_t* ___0_type, 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 bool BrowsableAttribute_get_Browsable_m23594845C49373D8D6AB753D89DB39D8285250F0_inline (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_Parse_m2846B01D5DEA00E4674AED09DE0B2E59ECEED61F (Type_t* ___0_enumType, String_t* ___1_value, const RuntimeMethod* method) ; inline void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared)(__this, ___0_item, method); } inline void List_1_AddWithResize_m378B392086AAB6F400944FA9839516326B3F7BB8 (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))List_1_AddWithResize_m378B392086AAB6F400944FA9839516326B3F7BB8_gshared)(__this, ___0_item, 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 void ArraySubsetEnumerator__ctor_m76C2057A80D4E3DCEA8B97DD0EF9456AE5D6EA92 (ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA* __this, RuntimeArray* ___0_array, int32_t ___1_count, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); RuntimeArray* L_0 = ___0_array; __this->____array = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____array), (void*)L_0); int32_t L_1 = ___1_count; __this->____total = L_1; __this->____current = (-1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArraySubsetEnumerator_MoveNext_m8AD8B4514C227FAFDF85FE66EE18F51EF8E00497 (ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____current; int32_t L_1 = __this->____total; if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, 1))))) { goto IL_0020; } } { int32_t L_2 = __this->____current; __this->____current = ((int32_t)il2cpp_codegen_add(L_2, 1)); return (bool)1; } IL_0020: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArraySubsetEnumerator_Reset_m49967EC2F723F5F2EABD5E780E51B0AE912FCD77 (ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA* __this, const RuntimeMethod* method) { { __this->____current = (-1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ArraySubsetEnumerator_get_Current_mE137EF1ADECA45633866E8723C50E4A07FFA478B (ArraySubsetEnumerator_t7E2FD843DFC56595250BBB327B0E72E89DDF0DBA* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____current; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000f; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArraySubsetEnumerator_get_Current_mE137EF1ADECA45633866E8723C50E4A07FFA478B_RuntimeMethod_var))); } IL_000f: { RuntimeArray* L_2 = __this->____array; int32_t L_3 = __this->____current; NullCheck(L_2); RuntimeObject* L_4; L_4 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_2, L_3, NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpandableObjectConverter__ctor_mB2F0F20591EA133C5A0BCC4C871CDDD6974730DC (ExpandableObjectConverter_t2D9FF3B389851F14034FBA07A57944EB27C18F63* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ExpandableObjectConverter_GetProperties_mEC68BC7075FA4F4927E9FDF2D30731ACB3F94BD9 (ExpandableObjectConverter_t2D9FF3B389851F14034FBA07A57944EB27C18F63* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_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 = ___1_value; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___2_attributes; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_2; L_2 = TypeDescriptor_GetProperties_m2CAA3739E943D46E1808DF53B1F7373B825A7382(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExpandableObjectConverter_GetPropertiesSupported_m0B6685D98D1F19A151E3EBF0FF02B44CA62595A0 (ExpandableObjectConverter_t2D9FF3B389851F14034FBA07A57944EB27C18F63* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedPropertyDescriptor__ctor_mA218D4B493529AC65120AD6A4673E7950F653393 (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* ___0_extenderInfo, Type_t* ___1_receiverType, RuntimeObject* ___2_provider, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___3_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_CopyTo_mC5F8BDD2989305702D022A2CD7ECA22BDB84D2F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m552A8E5BAA5F709BC753F4B73BBC48E5FBBA50CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m7A61592E5FE84D3A67A379166626C78396A7E506_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* V_0 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_1 = NULL; { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = ___0_extenderInfo; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___3_attributes; PropertyDescriptor__ctor_mD53A2E689E8CF24D28653C6EF266FC4E51C30699(__this, L_0, L_1, NULL); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2; L_2 = VirtualFuncInvoker0< AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(4, __this); List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* L_3 = (List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715*)il2cpp_codegen_object_new(List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715_il2cpp_TypeInfo_var); List_1__ctor_m552A8E5BAA5F709BC753F4B73BBC48E5FBBA50CD(L_3, (RuntimeObject*)L_2, List_1__ctor_m552A8E5BAA5F709BC753F4B73BBC48E5FBBA50CD_RuntimeMethod_var); V_0 = L_3; List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* L_4 = V_0; ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_5 = ___0_extenderInfo; Type_t* L_6 = ___1_receiverType; RuntimeObject* L_7 = ___2_provider; ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_8; L_8 = ExtenderProvidedPropertyAttribute_Create_m6B13562E797686C10C958E76EB337992B30FD93E(L_5, L_6, L_7, NULL); NullCheck(L_4); List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_inline(L_4, L_8, List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_RuntimeMethod_var); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_9 = ___0_extenderInfo; NullCheck(L_9); bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(20, L_9); if (!L_10) { goto IL_0036; } } { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* L_11 = V_0; il2cpp_codegen_runtime_class_init_inline(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* L_12 = ((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))->___Yes; NullCheck(L_11); List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_inline(L_11, L_12, List_1_Add_mB0CF48862666913FBBF40D44568593A6D82F7EA2_RuntimeMethod_var); } IL_0036: { List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = List_1_get_Count_m7A61592E5FE84D3A67A379166626C78396A7E506_inline(L_13, List_1_get_Count_m7A61592E5FE84D3A67A379166626C78396A7E506_RuntimeMethod_var); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_15 = (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)SZArrayNew(AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1_il2cpp_TypeInfo_var, (uint32_t)L_14); V_1 = L_15; List_1_t4A27DCC9A4080D8DA642DEA4EFFEBA72D6471715* L_16 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_17 = V_1; NullCheck(L_16); List_1_CopyTo_mC5F8BDD2989305702D022A2CD7ECA22BDB84D2F0(L_16, L_17, 0, List_1_CopyTo_mC5F8BDD2989305702D022A2CD7ECA22BDB84D2F0_RuntimeMethod_var); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_18 = V_1; VirtualActionInvoker1< AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(5, __this, L_18); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_19 = ___0_extenderInfo; __this->____extenderInfo = L_19; Il2CppCodeGenWriteBarrier((void**)(&__this->____extenderInfo), (void*)L_19); RuntimeObject* L_20 = ___2_provider; __this->____provider = L_20; Il2CppCodeGenWriteBarrier((void**)(&__this->____provider), (void*)L_20); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedPropertyDescriptor__ctor_m0B65DA557C0D57B89DD796E1CE4D2E20098A21FC (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_extender, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; } ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* V_0 = NULL; ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* V_1 = NULL; { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = ___0_extender; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___1_attributes; PropertyDescriptor__ctor_mD53A2E689E8CF24D28653C6EF266FC4E51C30699(__this, L_0, L_1, NULL); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2 = ___0_extender; NullCheck(L_2); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_3; L_3 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, L_2); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); NullCheck(L_3); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_6; L_6 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(11, L_3, L_5); V_0 = ((ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E*)IsInstSealed((RuntimeObject*)L_6, ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var)); ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_7 = V_0; NullCheck(L_7); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_8; L_8 = ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mF15678F125BE31DBA7224C62D53888E613EB04D2_inline(L_7, NULL); V_1 = ((ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838*)IsInstSealed((RuntimeObject*)L_8, ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838_il2cpp_TypeInfo_var)); ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_9 = V_1; __this->____extenderInfo = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->____extenderInfo), (void*)L_9); ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_10 = V_0; NullCheck(L_10); RuntimeObject* L_11; L_11 = ExtenderProvidedPropertyAttribute_get_Provider_mF6A5C961D41558DDF43293934D6C5CD80BEF584F_inline(L_10, NULL); __this->____provider = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->____provider), (void*)L_11); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtendedPropertyDescriptor_CanResetValue_mEC759FCCF10A3DEEEF46144B3FF477D44E7E27D0 (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, RuntimeObject* ___0_comp, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = __this->____extenderInfo; RuntimeObject* L_1 = __this->____provider; RuntimeObject* L_2 = ___0_comp; NullCheck(L_0); bool L_3; L_3 = ReflectPropertyDescriptor_ExtenderCanResetValue_m3197C8076F186922104616204C5F4204D42B34AE(L_0, L_1, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ExtendedPropertyDescriptor_get_ComponentType_m75EB38D89D3C2269307D59773144096FB666EC98 (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = __this->____extenderInfo; NullCheck(L_0); Type_t* L_1; L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(17, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtendedPropertyDescriptor_get_IsReadOnly_m7FD274E39F5FC628BDCF2FF590299DD4B0C9F0C9 (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); NullCheck(L_0); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_3; L_3 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(11, L_0, L_2); il2cpp_codegen_runtime_class_init_inline(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var); ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628* L_4 = ((ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_tA5B01005DBE6B0C96EFA7065054780F5F558C628_il2cpp_TypeInfo_var))->___Yes; NullCheck(L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_3, L_4); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ExtendedPropertyDescriptor_get_PropertyType_m594211DCF0DB059C4A4B59A2E7149DB1C118EB36 (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = __this->____extenderInfo; RuntimeObject* L_1 = __this->____provider; NullCheck(L_0); Type_t* L_2; L_2 = ReflectPropertyDescriptor_ExtenderGetType_m052B3E3709857A2B1857C56CF766231E1D0BC3F2(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExtendedPropertyDescriptor_get_DisplayName_m13EC2E26CE1497FA32FE523C117E3B210D61146D (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70C609AEDBCD3D7E77CDCB9B30D4A70F4DD145D0); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* G_B4_0 = NULL; RuntimeObject* G_B3_0 = NULL; String_t* G_B5_0 = NULL; { String_t* L_0; L_0 = MemberDescriptor_get_DisplayName_m4C8355BB66BB5B74377C9886ADBF448945A9957C(__this, NULL); V_0 = L_0; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1; L_1 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_3; L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL); NullCheck(L_1); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_4; L_4 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(11, L_1, L_3); V_1 = ((DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8*)IsInstClass((RuntimeObject*)L_4, DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8_il2cpp_TypeInfo_var)); DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_5 = V_1; if (!L_5) { goto IL_002d; } } { DisplayNameAttribute_tECBA9AC4CCBE61186E2B3C397C93AAFA5A2631E8* L_6 = V_1; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(6, L_6); if (!L_7) { goto IL_005e; } } IL_002d: { RuntimeObject* L_8 = __this->____provider; RuntimeObject* L_9; L_9 = MemberDescriptor_GetSite_m358C87152269B37CFC369CAB93487B6A06BFB8C3(L_8, NULL); RuntimeObject* L_10 = L_9; if (L_10) { G_B4_0 = L_10; goto IL_003f; } G_B3_0 = L_10; } { G_B5_0 = ((String_t*)(NULL)); goto IL_0044; } IL_003f: { NullCheck(G_B4_0); String_t* L_11; L_11 = InterfaceFuncInvoker0< String_t* >::Invoke(3, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, G_B4_0); G_B5_0 = L_11; } IL_0044: { V_2 = G_B5_0; String_t* L_12 = V_2; if (!L_12) { goto IL_005e; } } { String_t* L_13 = V_2; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_005e; } } { String_t* L_15 = V_0; String_t* L_16 = V_2; String_t* L_17; L_17 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral70C609AEDBCD3D7E77CDCB9B30D4A70F4DD145D0, L_15, L_16, NULL); V_0 = L_17; } IL_005e: { String_t* L_18 = V_0; return L_18; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExtendedPropertyDescriptor_GetValue_mD73C4F17EC20714A7623B059A49E0666C78B95B3 (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, RuntimeObject* ___0_comp, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = __this->____extenderInfo; RuntimeObject* L_1 = __this->____provider; RuntimeObject* L_2 = ___0_comp; NullCheck(L_0); RuntimeObject* L_3; L_3 = ReflectPropertyDescriptor_ExtenderGetValue_m1EE66EB2F4FA5A0AFE3F89C53238C344FE1E13CF(L_0, L_1, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedPropertyDescriptor_ResetValue_mF5FED90EB45883CC5CC2C9C96F4AA5F39CB61717 (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, RuntimeObject* ___0_comp, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = __this->____extenderInfo; RuntimeObject* L_1 = __this->____provider; RuntimeObject* L_2 = ___0_comp; NullCheck(L_0); ReflectPropertyDescriptor_ExtenderResetValue_mF974F9148A249E3789DE45268BB40BE97968755C(L_0, L_1, L_2, __this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedPropertyDescriptor_SetValue_mAAB6C6D09959547DEC0DB8F686C51C7C821C588D (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, RuntimeObject* ___0_component, RuntimeObject* ___1_value, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = __this->____extenderInfo; RuntimeObject* L_1 = __this->____provider; RuntimeObject* L_2 = ___0_component; RuntimeObject* L_3 = ___1_value; NullCheck(L_0); ReflectPropertyDescriptor_ExtenderSetValue_mFC8590E7DFEF16F37E8A4C664D146E369FD8FDB6(L_0, L_1, L_2, L_3, __this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtendedPropertyDescriptor_ShouldSerializeValue_m358BF8E4C7C2571780C1120E0650511EABBB248C (ExtendedPropertyDescriptor_tF71753C09DEBC29F3B8638B019366D01BCF5D53D* __this, RuntimeObject* ___0_comp, const RuntimeMethod* method) { { ReflectPropertyDescriptor_tB7A4A79AE1B8FFA8191D1A1C34D859D1A4083838* L_0 = __this->____extenderInfo; RuntimeObject* L_1 = __this->____provider; RuntimeObject* L_2 = ___0_comp; NullCheck(L_0); bool L_3; L_3 = ReflectPropertyDescriptor_ExtenderShouldSerializeValue_mC7D2BC53B13E46B6284AC509587A39E739B131BD(L_0, L_1, L_2, NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* ExtenderProvidedPropertyAttribute_Create_m6B13562E797686C10C958E76EB337992B30FD93E (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_extenderProperty, Type_t* ___1_receiverType, RuntimeObject* ___2_provider, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_0 = (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E*)il2cpp_codegen_object_new(ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var); ExtenderProvidedPropertyAttribute__ctor_m7EFA94EBB5D4FA695071D543D4A63C4E733DFE35(L_0, NULL); ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_1 = L_0; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2 = ___0_extenderProperty; NullCheck(L_1); ExtenderProvidedPropertyAttribute_set_ExtenderProperty_m5279B5B90E5F59477E2532ACDBB79AC91C05A872_inline(L_1, L_2, NULL); ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_3 = L_1; Type_t* L_4 = ___1_receiverType; NullCheck(L_3); ExtenderProvidedPropertyAttribute_set_ReceiverType_m5F6D231C461377D0A3B458165D32F3DF5C05A103_inline(L_3, L_4, NULL); ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_5 = L_3; RuntimeObject* L_6 = ___2_provider; NullCheck(L_5); ExtenderProvidedPropertyAttribute_set_Provider_m46510700A5C4993F2C8B9F1867407758D50764FE_inline(L_5, L_6, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute__ctor_m7EFA94EBB5D4FA695071D543D4A63C4E733DFE35 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mF15678F125BE31DBA7224C62D53888E613EB04D2 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = __this->___U3CExtenderPropertyU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_ExtenderProperty_m5279B5B90E5F59477E2532ACDBB79AC91C05A872 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = ___0_value; __this->___U3CExtenderPropertyU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CExtenderPropertyU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExtenderProvidedPropertyAttribute_get_Provider_mF6A5C961D41558DDF43293934D6C5CD80BEF584F (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CProviderU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_Provider_m46510700A5C4993F2C8B9F1867407758D50764FE (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CProviderU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CProviderU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ExtenderProvidedPropertyAttribute_get_ReceiverType_m4CB132243DEED5094F04136886DA141250A7C14C (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CReceiverTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_ReceiverType_m5F6D231C461377D0A3B458165D32F3DF5C05A103 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CReceiverTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CReceiverTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtenderProvidedPropertyAttribute_Equals_mDA66BEB819A4AFF885A38374526B7D3B1ADDFA16 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E*)IsInstSealed((RuntimeObject*)L_1, ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E_il2cpp_TypeInfo_var)); ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_2 = V_0; if (!L_2) { goto IL_0048; } } { ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_3 = V_0; NullCheck(L_3); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_4; L_4 = ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mF15678F125BE31DBA7224C62D53888E613EB04D2_inline(L_3, NULL); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_5; L_5 = ExtenderProvidedPropertyAttribute_get_ExtenderProperty_mF15678F125BE31DBA7224C62D53888E613EB04D2_inline(__this, NULL); NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_4, L_5); if (!L_6) { goto IL_0048; } } { ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_7 = V_0; NullCheck(L_7); RuntimeObject* L_8; L_8 = ExtenderProvidedPropertyAttribute_get_Provider_mF6A5C961D41558DDF43293934D6C5CD80BEF584F_inline(L_7, NULL); RuntimeObject* L_9; L_9 = ExtenderProvidedPropertyAttribute_get_Provider_mF6A5C961D41558DDF43293934D6C5CD80BEF584F_inline(__this, NULL); NullCheck(L_8); bool L_10; L_10 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_8, L_9); if (!L_10) { goto IL_0048; } } { ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* L_11 = V_0; NullCheck(L_11); Type_t* L_12; L_12 = ExtenderProvidedPropertyAttribute_get_ReceiverType_m4CB132243DEED5094F04136886DA141250A7C14C_inline(L_11, NULL); Type_t* L_13; L_13 = ExtenderProvidedPropertyAttribute_get_ReceiverType_m4CB132243DEED5094F04136886DA141250A7C14C_inline(__this, NULL); NullCheck(L_12); bool L_14; L_14 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(129, L_12, L_13); return L_14; } IL_0048: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExtenderProvidedPropertyAttribute_GetHashCode_m579B8A21F324C09F5ED19D798FBF6E36E4DD8A4C (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExtenderProvidedPropertyAttribute_IsDefaultAttribute_mE1B69947247310E8E58979ED2688DD20474D3619 (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0; L_0 = ExtenderProvidedPropertyAttribute_get_ReceiverType_m4CB132243DEED5094F04136886DA141250A7C14C_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GuidConverter_CanConvertFrom_mF5DF2E23AC89DD359AD37289FFB9297B3CC4252A (GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_001b; } } { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } IL_001b: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GuidConverter_CanConvertTo_m294C627995F9C1E4EB7A653D3D238C89BE8FEA10 (GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_destinationType; bool L_6; L_6 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_4, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GuidConverter_ConvertFrom_mA461B6840F75401A58D42EDE50D248F606B88EEE (GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject* L_0 = ___2_value; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (!L_1) { goto IL_001d; } } { String_t* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_2, NULL); V_0 = L_3; String_t* L_4 = V_0; Guid_t L_5; memset((&L_5), 0, sizeof(L_5)); Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_5), L_4, NULL); Guid_t L_6 = L_5; RuntimeObject* L_7 = Box(Guid_t_il2cpp_TypeInfo_var, &L_6); return L_7; } IL_001d: { RuntimeObject* L_8 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9 = ___1_culture; RuntimeObject* L_10 = ___2_value; RuntimeObject* L_11; L_11 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_8, L_9, L_10, NULL); return L_11; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GuidConverter_ConvertTo_m38ED352A2576914129DD6357D82EDBA16E1B617A (GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_0 = NULL; { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GuidConverter_ConvertTo_m38ED352A2576914129DD6357D82EDBA16E1B617A_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_0072; } } { RuntimeObject* L_7 = ___2_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_7, Guid_t_il2cpp_TypeInfo_var))) { goto IL_0072; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast (Guid_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_9; L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_10 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_11 = L_10; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t* L_13; L_13 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_12, NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (Type_t*)L_13); NullCheck(L_9); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_14; L_14 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_9, L_11, NULL); V_0 = L_14; ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_15 = V_0; il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); bool L_16; L_16 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_15, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL); if (!L_16) { goto IL_0072; } } { ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_17 = V_0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_18; RuntimeObject* L_20 = ___2_value; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_20); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(0), (RuntimeObject*)L_21); InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_22 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_22, L_17, (RuntimeObject*)L_19, NULL); return L_22; } IL_0072: { RuntimeObject* L_23 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_24 = ___1_culture; RuntimeObject* L_25 = ___2_value; Type_t* L_26 = ___3_destinationType; RuntimeObject* L_27; L_27 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_23, L_24, L_25, L_26, NULL); return L_27; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidConverter__ctor_m7C6D906DE54725A185B33DF8B419BDC8259E7429 (GuidConverter_tADA5133A644BB5D8AC165B7B1FEBCBD4B237AF15* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandledEventArgs__ctor_m4CF1AC8F9ED0E6A4DA87242ADCB56804BC96496F (HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* __this, const RuntimeMethod* method) { { HandledEventArgs__ctor_m2B653F786D0B395B9302A06826ACF3D534DC2C82(__this, (bool)0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandledEventArgs__ctor_m2B653F786D0B395B9302A06826ACF3D534DC2C82 (HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* __this, bool ___0_defaultHandledValue, 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); bool L_0 = ___0_defaultHandledValue; HandledEventArgs_set_Handled_m27F28A88DFE7C3F8623C9A79EA699B37E0108ECA_inline(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HandledEventArgs_get_Handled_m5A62C876351E1F3CEAF379C99F4C2BF7E38AEB1A (HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CHandledU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandledEventArgs_set_Handled_m27F28A88DFE7C3F8623C9A79EA699B37E0108ECA (HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CHandledU3Ek__BackingField = L_0; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_Multicast(HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9* __this, RuntimeObject* ___0_sender, HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* ___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++) { HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_sender, ___1_e, reinterpret_cast(currentDelegate->___method)); } } void HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_OpenInst(HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9* __this, RuntimeObject* ___0_sender, HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); typedef void (*FunctionPointerType) (RuntimeObject*, HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_OpenStatic(HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9* __this, RuntimeObject* ___0_sender, HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_OpenVirtual(HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9* __this, RuntimeObject* ___0_sender, HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); VirtualActionInvoker1< HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_e); } void HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_OpenInterface(HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9* __this, RuntimeObject* ___0_sender, HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); InterfaceActionInvoker1< HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_e); } void HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_OpenGenericVirtual(HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9* __this, RuntimeObject* ___0_sender, HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericVirtualActionInvoker1< HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* >::Invoke(method, ___0_sender, ___1_e); } void HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_OpenGenericInterface(HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9* __this, RuntimeObject* ___0_sender, HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericInterfaceActionInvoker1< HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* >::Invoke(method, ___0_sender, ___1_e); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandledEventHandler__ctor_m0340268F69DEA23533B49C563D0BCB9E9911D7F4 (HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9* __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)&HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_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)&HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_OpenInterface; else __this->___invoke_impl = (intptr_t)&HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_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)&HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandledEventHandler_Invoke_m5AB0AB148808A70C4107DB8E5416190C818E30DE (HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9* __this, RuntimeObject* ___0_sender, HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF*, 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* HandledEventHandler_BeginInvoke_m534547CD0B782F45F91BFA62F19B9AEB62F82307 (HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9* __this, RuntimeObject* ___0_sender, HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* ___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 HandledEventHandler_EndInvoke_mBE8EB1CB68F2369111C3624AC60B199CC01B4103 (HandledEventHandler_t32C9A9FBD559FA45B54F627EBACDBB600D2E91C9* __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 InstallerTypeAttribute__ctor_mD108128A4256F3023D0C6435EDFA0D3D44D47B47 (InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED* __this, Type_t* ___0_installerType, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); Type_t* L_0 = ___0_installerType; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(25, L_0); __this->____typeName = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____typeName), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstallerTypeAttribute__ctor_mCFEC5546B17511001BE65480A93A11820F9F6214 (InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED* __this, String_t* ___0_typeName, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_typeName; __this->____typeName = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____typeName), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* InstallerTypeAttribute_get_InstallerType_mBD3A188A5D7134D4FF930A825B8D0161B9AE8F5B (InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstallerTypeAttribute_get_InstallerType_mBD3A188A5D7134D4FF930A825B8D0161B9AE8F5B_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; } { String_t* L_0 = __this->____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, InstallerTypeAttribute_get_InstallerType_mBD3A188A5D7134D4FF930A825B8D0161B9AE8F5B_RuntimeMethod_var); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InstallerTypeAttribute_Equals_m74D1E160E25C1884B8BF5BCBF2274484D70A7C00 (InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED*)IsInstClass((RuntimeObject*)L_1, InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED_il2cpp_TypeInfo_var)); InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED* L_2 = V_0; if (!L_2) { goto IL_0022; } } { InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED* L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->____typeName; String_t* L_5 = __this->____typeName; bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, L_5, NULL); return L_6; } IL_0022: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstallerTypeAttribute_GetHashCode_mDC13DC3D625F1AF7C35399DED71DD62E2F205625 (InstallerTypeAttribute_tEC0B4CE3A28232C2E5A1ECE5FD613A61D9072FED* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InstanceCreationEditor_get_Text_m85AF72EA8AA2AAA41DB4C0197BF24A65A63B683E (InstanceCreationEditor_t16412CEB3554D7AFAAC099FF3EE69516D3CC8D0B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB7BF4A254AD60EE812B91ECBC97ED1A438EEB7F); s_Il2CppMethodInitialized = true; } { return _stringLiteralFB7BF4A254AD60EE812B91ECBC97ED1A438EEB7F; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCreationEditor__ctor_m13ED4C777D1E50D670745F3C4903052BC3D02AAB (InstanceCreationEditor_t16412CEB3554D7AFAAC099FF3EE69516D3CC8D0B* __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 Type_t* Int16Converter_get_TargetType_mB268E3FEA2B5BDEBBC628D21A07686856FC451C8 (Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int16Converter_FromString_mACA7B00848D2EC76B985408DE0D92D84F462D14C (Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int16_t L_2; L_2 = Convert_ToInt16_m805368CD9A01EDC14D8DE148128B4D808E99C7CA(L_0, L_1, NULL); int16_t L_3 = L_2; RuntimeObject* L_4 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int16Converter_FromString_m57535287425AA32CBB51833859D5224F030EC2F3 (Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; int16_t L_2; L_2 = Int16_Parse_m78DA88EC72F896F3698019DF6CDAAFFCC1B42C91(L_0, 7, L_1, NULL); int16_t L_3 = L_2; RuntimeObject* L_4 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16Converter_ToString_mB9DD75EE872A4040BFFC794C4400FBC857A75CCF (Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_0, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = Int16_ToString_m586D9FFDE912794F068DF7B1FC00A68A984FBCB9((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Int16Converter__ctor_m3803A7772B21F49200FC142C193A40DC286C9DFF (Int16Converter_t6513884DE2649E1FA03AC947F80FCE6BE61792BB* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Int32Converter_get_TargetType_m837B83368B96CE1CDFCF450F7DA3629ECC86DC1A (Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int32Converter_FromString_m3917F97D4401800516F6F44363CD154F9645AC72 (Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Convert_ToInt32_mD1B3AFBDA26E52D0382434804364FEF8BA241FB4(L_0, L_1, NULL); int32_t L_3 = L_2; RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int32Converter_FromString_m54931A645C6C1B4DB770894D5A23F24A03E9B340 (Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; int32_t L_2; L_2 = Int32_Parse_m410BA2190FCC7986F94B65C6A3E9AED0932BE521(L_0, 7, L_1, NULL); int32_t L_3 = L_2; RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32Converter_ToString_m8B5D811FCF0FBFADCAE25E354FD27FE6256AA36D (Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_0, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Int32Converter__ctor_m88220DA12F6ED6FE4D1232B73C20DECE9EFC63FF (Int32Converter_t461564B848A4566C9E72FED147B4FC64BD4BE6ED* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Int64Converter_get_TargetType_m8279327D6F373BEE6E4BF0439215D6F5DF6B0097 (Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int64Converter_FromString_m4F1E8450F4A60B29297D4AA3D8FE196B09D98102 (Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int64_t L_2; L_2 = Convert_ToInt64_m0AC3A4D8D9EFB97B0D7329E0FC4B05499A864451(L_0, L_1, NULL); int64_t L_3 = L_2; RuntimeObject* L_4 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Int64Converter_FromString_m324A7ABADC1B991B6AAB4B600C0A676B289BDF72 (Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; int64_t L_2; L_2 = Int64_Parse_m3B1B54542F45772CEDBA7B371C287742A5FF7430(L_0, 7, L_1, NULL); int64_t L_3 = L_2; RuntimeObject* L_4 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64Converter_ToString_mC4F1CE4731349A078460E190F587DB3276B54B3E (Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_0, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = Int64_ToString_mBCE0DC50D6F802651A6AE75682FF67775CB19B3B((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Int64Converter__ctor_m3C124DB065F27F6BEAB7ABAF4B3D13E6A9F3E94C (Int64Converter_tF9458770A9BF6718A4866AFEAABCACD022754E23* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidAsynchronousStateException__ctor_mAC1FCB2D6FA04F8EBE5AA0A2BD825E2BD0812664 (InvalidAsynchronousStateException_t6A1AF885679E146AA72328CA7C290B13BA6E9EAD* __this, const RuntimeMethod* method) { { InvalidAsynchronousStateException__ctor_mE92B7D380AC2A9767BECE4E7DFB2D9EB64ECDCF3(__this, (String_t*)NULL, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidAsynchronousStateException__ctor_mE92B7D380AC2A9767BECE4E7DFB2D9EB64ECDCF3 (InvalidAsynchronousStateException_t6A1AF885679E146AA72328CA7C290B13BA6E9EAD* __this, String_t* ___0_message, const RuntimeMethod* method) { { String_t* L_0 = ___0_message; ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidAsynchronousStateException__ctor_m9992F5F1AC956EB0C9AAAAC46DCCCB8B90E8BA80 (InvalidAsynchronousStateException_t6A1AF885679E146AA72328CA7C290B13BA6E9EAD* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) { { String_t* L_0 = ___0_message; Exception_t* L_1 = ___1_innerException; ArgumentException__ctor_mFDDC94E3C94B43E2DFBDA15DD749315C5B246512(__this, L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidAsynchronousStateException__ctor_mB0C930512CAE122EA645958475235EE98CC47AF0 (InvalidAsynchronousStateException_t6A1AF885679E146AA72328CA7C290B13BA6E9EAD* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) { { SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info; StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context; ArgumentException__ctor_mB4FA5CCA0CDB08730E9ED40FA935BA38C032D83A(__this, L_0, L_1, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LicFileLicenseProvider_IsKeyValid_m7CA3ACA84FCF313EC9CFCC68269581A812DF5CF0 (LicFileLicenseProvider_tA411CF51DEF262DE6332CA7C85F5DDC3AE567204* __this, String_t* ___0_key, Type_t* ___1_type, const RuntimeMethod* method) { { String_t* L_0 = ___0_key; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___0_key; Type_t* L_2 = ___1_type; String_t* L_3; L_3 = VirtualFuncInvoker1< String_t*, Type_t* >::Invoke(6, __this, L_2); NullCheck(L_1); bool L_4; L_4 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_1, L_3, NULL); return L_4; } IL_0011: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LicFileLicenseProvider_GetKey_m4698F3F30288004DB591B977674BC50BC101CD34 (LicFileLicenseProvider_tA411CF51DEF262DE6332CA7C85F5DDC3AE567204* __this, Type_t* ___0_type, 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*)&_stringLiteralF917CF0F9128CE5E77D7F247C71FFDDF4B752AF0); 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); Type_t* L_1 = ___0_type; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_1); String_t* L_3; L_3 = String_Format_m3844098E7C18576D263AAF62F69BE5C70BF9A744(L_0, _stringLiteralF917CF0F9128CE5E77D7F247C71FFDDF4B752AF0, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* LicFileLicenseProvider_GetLicense_m41DBBF17191F4C67E0A7A43B09813D3EA79407E3 (LicFileLicenseProvider_tA411CF51DEF262DE6332CA7C85F5DDC3AE567204* __this, LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* ___0_context, Type_t* ___1_type, RuntimeObject* ___2_instance, bool ___3_allowExceptions, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_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*)&LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1915FCF7B20CAD4349E6E7FE115FAB7EE126DDD); s_Il2CppMethodInitialized = true; } LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; RuntimeObject* V_4 = NULL; String_t* V_5 = NULL; { V_0 = (LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6*)NULL; LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_0 = ___0_context; if (!L_0) { goto IL_00de; } } { LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_1 = ___0_context; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_1); if (L_2) { goto IL_002e; } } { LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_3 = ___0_context; Type_t* L_4 = ___1_type; NullCheck(L_3); String_t* L_5; L_5 = VirtualFuncInvoker2< String_t*, Type_t*, Assembly_t* >::Invoke(6, L_3, L_4, (Assembly_t*)NULL); V_1 = L_5; String_t* L_6 = V_1; if (!L_6) { goto IL_002e; } } { String_t* L_7 = V_1; Type_t* L_8 = ___1_type; bool L_9; L_9 = VirtualFuncInvoker2< bool, String_t*, Type_t* >::Invoke(5, __this, L_7, L_8); if (!L_9) { goto IL_002e; } } { String_t* L_10 = V_1; LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6* L_11 = (LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6*)il2cpp_codegen_object_new(LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6_il2cpp_TypeInfo_var); LicFileLicense__ctor_m4E3B7931927B30B2F614A19731F75BE5563B31A7(L_11, __this, L_10, NULL); V_0 = L_11; } IL_002e: { LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6* L_12 = V_0; if (L_12) { goto IL_00de; } } { V_2 = (String_t*)NULL; LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_13 = ___0_context; if (!L_13) { goto IL_0067; } } { LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_14 = ___0_context; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_15 = { reinterpret_cast (ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34_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); NullCheck(L_14); RuntimeObject* L_17; L_17 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(7, L_14, L_16); V_4 = ((RuntimeObject*)Castclass((RuntimeObject*)L_17, ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_4; if (!L_18) { goto IL_0067; } } { RuntimeObject* L_19 = V_4; Type_t* L_20 = ___1_type; NullCheck(L_20); Assembly_t* L_21; L_21 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27, L_20); NullCheck(L_21); AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* L_22; L_22 = VirtualFuncInvoker0< AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* >::Invoke(23, L_21); NullCheck(L_19); String_t* L_23; L_23 = InterfaceFuncInvoker1< String_t*, AssemblyName_t555F1570F523D87D970C6E7F27B1B44C83EADDD2* >::Invoke(1, ITypeResolutionService_tE9E41417F30144A949A978CBC49F5520DB6E8C34_il2cpp_TypeInfo_var, L_19, L_22); V_2 = L_23; } IL_0067: { String_t* L_24 = V_2; if (L_24) { goto IL_0076; } } { Type_t* L_25 = ___1_type; NullCheck(L_25); Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* L_26; L_26 = VirtualFuncInvoker0< Module_tABB9217F7F2BA3E0F4277D03C2B234A7313BB8D0* >::Invoke(28, L_25); NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(9, L_26); V_2 = L_27; } IL_0076: { String_t* L_28 = V_2; il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); String_t* L_29; L_29 = Path_GetDirectoryName_m428BADBE493A3927B51A13DEF658929B430516F6(L_28, NULL); Type_t* L_30 = ___1_type; NullCheck(L_30); String_t* L_31; L_31 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_30); String_t* L_32; L_32 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_29, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40, L_31, _stringLiteralC1915FCF7B20CAD4349E6E7FE115FAB7EE126DDD, NULL); V_3 = L_32; String_t* L_33 = V_3; bool L_34; L_34 = File_Exists_m95E329ABBE3EAD6750FE1989BBA6884457136D4A(L_33, NULL); if (!L_34) { goto IL_00ce; } } { String_t* L_35 = V_3; FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_36 = (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8*)il2cpp_codegen_object_new(FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var); FileStream__ctor_mA39506EF7A1F33FCA0199B880BE1D82217E33EEC(L_36, L_35, 3, 1, 1, NULL); StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* L_37 = (StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B*)il2cpp_codegen_object_new(StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B_il2cpp_TypeInfo_var); StreamReader__ctor_mAFA827D6D825FEC2C29C73B65C2DD1AB9076DEC7(L_37, L_36, NULL); StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* L_38 = L_37; NullCheck(L_38); String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(13, L_38); V_5 = L_39; NullCheck(L_38); VirtualActionInvoker0::Invoke(7, L_38); String_t* L_40 = V_5; Type_t* L_41 = ___1_type; bool L_42; L_42 = VirtualFuncInvoker2< bool, String_t*, Type_t* >::Invoke(5, __this, L_40, L_41); if (!L_42) { goto IL_00ce; } } { Type_t* L_43 = ___1_type; String_t* L_44; L_44 = VirtualFuncInvoker1< String_t*, Type_t* >::Invoke(6, __this, L_43); LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6* L_45 = (LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6*)il2cpp_codegen_object_new(LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6_il2cpp_TypeInfo_var); LicFileLicense__ctor_m4E3B7931927B30B2F614A19731F75BE5563B31A7(L_45, __this, L_44, NULL); V_0 = L_45; } IL_00ce: { LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6* L_46 = V_0; if (!L_46) { goto IL_00de; } } { LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_47 = ___0_context; Type_t* L_48 = ___1_type; LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6* L_49 = V_0; NullCheck(L_49); String_t* L_50; L_50 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_49); NullCheck(L_47); VirtualActionInvoker2< Type_t*, String_t* >::Invoke(8, L_47, L_48, L_50); } IL_00de: { LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6* L_51 = V_0; return L_51; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicFileLicenseProvider__ctor_mC7D0437D5166BFA57F85F066D6B050318A7B704E (LicFileLicenseProvider_tA411CF51DEF262DE6332CA7C85F5DDC3AE567204* __this, const RuntimeMethod* method) { { LicenseProvider__ctor_mE87A3E4BB7492FD3D26C98143BAA256BB0CCCB49(__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 LicFileLicense__ctor_m4E3B7931927B30B2F614A19731F75BE5563B31A7 (LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6* __this, LicFileLicenseProvider_tA411CF51DEF262DE6332CA7C85F5DDC3AE567204* ___0_owner, String_t* ___1_key, const RuntimeMethod* method) { { License__ctor_m2340145F734FF80C40E98E53698BDED75A08B0EF(__this, NULL); LicFileLicenseProvider_tA411CF51DEF262DE6332CA7C85F5DDC3AE567204* L_0 = ___0_owner; __this->____owner = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____owner), (void*)L_0); String_t* L_1 = ___1_key; __this->___U3CLicenseKeyU3Ek__BackingField = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CLicenseKeyU3Ek__BackingField), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LicFileLicense_get_LicenseKey_m9507653EDF3E0542B6205BFE6F2F2F1F5F8A6E29 (LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CLicenseKeyU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicFileLicense_Dispose_mCB8C59736F64762C55CCA2BF703F2D79F00DD692 (LicFileLicense_t22ADF7C55DDFC8B0C9F90BE1EC8D374DB41D6EC6* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__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 License__ctor_m2340145F734FF80C40E98E53698BDED75A08B0EF (License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* __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 int32_t LicenseContext_get_UsageMode_m30672A6DFFD8878AB6FDA8570F2C7FC0C9BB481D (LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* __this, const RuntimeMethod* method) { { return (int32_t)(0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LicenseContext_GetSavedLicenseKey_m75C8CD0A843150C2B8B95D53320D3E110241B843 (LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* __this, Type_t* ___0_type, Assembly_t* ___1_resourceAssembly, const RuntimeMethod* method) { { return (String_t*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LicenseContext_GetService_mEE0AF31F6D771BE8A20BC1D2EEC7303781634C68 (LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* __this, Type_t* ___0_type, const RuntimeMethod* method) { { return NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseContext_SetSavedLicenseKey_mF9F945FED64955C870FEC6B9A6CF9141DB8FA31A (LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* __this, Type_t* ___0_type, String_t* ___1_key, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseContext__ctor_mD0A723B61016C220836B95F2DDA7C8E264E82FF4 (LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* __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 LicenseManager__ctor_mE4C50635BD499E8850D0AD3C40D5E69772ACF704 (LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* LicenseManager_get_CurrentContext_m74C19430B10840F71FE591AEFD790FE39A4EA64C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeLicenseContext_t0D9F7CD69B2A307B7009C7E27121C02DB35A383C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_0 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_context; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_003a; } } { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_internalSyncObject; V_0 = L_1; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0030: { { bool L_2 = V_1; if (!L_2) { goto IL_0039; } } { RuntimeObject* L_3 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL); } IL_0039: { return; } } }); try { { RuntimeObject* L_4 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_5 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_context; il2cpp_codegen_memory_barrier(); if (L_5) { goto IL_002e_1; } } { RuntimeLicenseContext_t0D9F7CD69B2A307B7009C7E27121C02DB35A383C* L_6 = (RuntimeLicenseContext_t0D9F7CD69B2A307B7009C7E27121C02DB35A383C*)il2cpp_codegen_object_new(RuntimeLicenseContext_t0D9F7CD69B2A307B7009C7E27121C02DB35A383C_il2cpp_TypeInfo_var); RuntimeLicenseContext__ctor_m84E13BCF1F7C511B1347B2790D64AEEA9385643E(L_6, NULL); il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_context = L_6; Il2CppCodeGenWriteBarrier((void**)(&((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_context), (void*)L_6); } IL_002e_1: { goto IL_003a; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003a: { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_7 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_context; il2cpp_codegen_memory_barrier(); return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseManager_set_CurrentContext_m8563A88E8FF8E24F5E5E1EDA6AEB4FEE9F169AB1 (LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_internalSyncObject; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002c: { { bool L_1 = V_1; if (!L_1) { goto IL_0035; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0035: { return; } } }); try { { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_contextLockHolder; if (!L_4) { goto IL_0022_1; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_5 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4D153D1B8107BF5E8622D18DE35D1E57D568ED30)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LicenseManager_set_CurrentContext_m8563A88E8FF8E24F5E5E1EDA6AEB4FEE9F169AB1_RuntimeMethod_var))); } IL_0022_1: { LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_6 = ___0_value; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_context = L_6; Il2CppCodeGenWriteBarrier((void**)(&((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_context), (void*)L_6); goto IL_0036; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0036: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LicenseManager_get_UsageMode_mB5FA638753CAE771E193CC3F86062A4A08F60799 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_0 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_context; il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_0016; } } { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_1 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_context; il2cpp_codegen_memory_barrier(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_1); return L_2; } IL_0016: { return (int32_t)(0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseManager_CacheProvider_m3E2CE739FDE8C8868551712B2476116012CE8F09 (Type_t* ___0_type, LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* ___1_provider, 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*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_providers; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0015; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_providers = L_1; Il2CppCodeGenWriteBarrier((void**)(&((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_providers), (void*)L_1); } IL_0015: { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_providers; il2cpp_codegen_memory_barrier(); Type_t* L_3 = ___0_type; LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* L_4 = ___1_provider; NullCheck(L_2); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_2, L_3, L_4); LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* L_5 = ___1_provider; if (!L_5) { goto IL_004e; } } { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_providerInstances; il2cpp_codegen_memory_barrier(); if (L_6) { goto IL_003b; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_7, NULL); il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_providerInstances = L_7; Il2CppCodeGenWriteBarrier((void**)(&((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_providerInstances), (void*)L_7); } IL_003b: { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_8 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_providerInstances; il2cpp_codegen_memory_barrier(); LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* L_9 = ___1_provider; NullCheck(L_9); Type_t* L_10; L_10 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_9, NULL); LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* L_11 = ___1_provider; NullCheck(L_8); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_8, L_10, L_11); } IL_004e: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LicenseManager_CreateWithContext_m90534064DCC2282DD5B5FCCC8144692BC2026067 (Type_t* ___0_type, LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* ___1_creationContext, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_1 = ___1_creationContext; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2; L_2 = Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline(Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = LicenseManager_CreateWithContext_m6A66431B6C5D722DE6C6B20EA129E71B963EFE61(L_0, L_1, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LicenseManager_CreateWithContext_m6A66431B6C5D722DE6C6B20EA129E71B963EFE61 (Type_t* ___0_type, LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* ___1_creationContext, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { V_0 = NULL; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_internalSyncObject; V_1 = L_0; V_2 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0049: { { bool L_1 = V_2; if (!L_1) { goto IL_0052; } } { RuntimeObject* L_2 = V_1; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0052: { return; } } }); try { { RuntimeObject* L_3 = V_1; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL); il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_4; L_4 = LicenseManager_get_CurrentContext_m74C19430B10840F71FE591AEFD790FE39A4EA64C(NULL); V_3 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0038_1: { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); RuntimeObject* L_5 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_selfLock; LicenseManager_UnlockContext_mE8D51C31C52954C07EE89F21E2704AC98550EC2E(L_5, NULL); LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_6 = V_3; LicenseManager_set_CurrentContext_m8563A88E8FF8E24F5E5E1EDA6AEB4FEE9F169AB1(L_6, NULL); return; } }); try { { LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_7 = ___1_creationContext; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); LicenseManager_set_CurrentContext_m8563A88E8FF8E24F5E5E1EDA6AEB4FEE9F169AB1(L_7, NULL); RuntimeObject* L_8 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_selfLock; LicenseManager_LockContext_m2DF1B2F1212CDF856E598B9BEAEB934C9DE9D423(L_8, NULL); } try { Type_t* L_9 = ___0_type; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = ___2_args; RuntimeObject* L_11; L_11 = SecurityUtils_SecureCreateInstance_mB208AB1046AAACA85AD10C83C46AA9BDE75B3310(L_9, L_10, NULL); V_0 = L_11; goto IL_0053; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0032_2; } throw e; } CATCH_0032_2: { TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* L_12 = ((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*));; NullCheck(L_12); Exception_t* L_13; L_13 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_12, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LicenseManager_CreateWithContext_m6A66431B6C5D722DE6C6B20EA129E71B963EFE61_RuntimeMethod_var))); } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0053: { RuntimeObject* L_14 = V_0; return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LicenseManager_GetCachedNoLicenseProvider_m1B6A53995761426603769B85CA1435C21ACD20E8 (Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_providers; il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_providers; il2cpp_codegen_memory_barrier(); Type_t* L_2 = ___0_type; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(27, L_1, L_2); return L_3; } IL_0017: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* LicenseManager_GetCachedProvider_m5EA58FC6DE3CED43670D341A8D711FB26AE0035D (Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* G_B2_0 = NULL; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* G_B1_0 = NULL; RuntimeObject* G_B3_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_providers; il2cpp_codegen_memory_barrier(); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = L_0; if (L_1) { G_B2_0 = L_1; goto IL_000e; } G_B1_0 = L_1; } { G_B3_0 = NULL; goto IL_0014; } IL_000e: { Type_t* L_2 = ___0_type; NullCheck(G_B2_0); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, G_B2_0, L_2); G_B3_0 = L_3; } IL_0014: { return ((LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5*)CastclassClass((RuntimeObject*)G_B3_0, LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* LicenseManager_GetCachedProviderInstance_mD61F621A257958FE1046F80015CFD2630FC73D91 (Type_t* ___0_providerType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* G_B2_0 = NULL; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* G_B1_0 = NULL; RuntimeObject* G_B3_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_providerInstances; il2cpp_codegen_memory_barrier(); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = L_0; if (L_1) { G_B2_0 = L_1; goto IL_000e; } G_B1_0 = L_1; } { G_B3_0 = NULL; goto IL_0014; } IL_000e: { Type_t* L_2 = ___0_providerType; NullCheck(G_B2_0); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, G_B2_0, L_2); G_B3_0 = L_3; } IL_0014: { return ((LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5*)CastclassClass((RuntimeObject*)G_B3_0, LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LicenseManager_IsLicensed_m428995367A9D8D17959A763E766C0987D793DC10 (Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* V_0 = NULL; bool G_B2_0 = false; bool G_B1_0 = false; { Type_t* L_0 = ___0_type; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); bool L_1; L_1 = LicenseManager_ValidateInternal_m4148DE82C8D573B5A22B40E758364888638CC6C2(L_0, NULL, (bool)0, (&V_0), NULL); License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_2 = V_0; if (!L_2) { G_B2_0 = L_1; goto IL_0015; } G_B1_0 = L_1; } { License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_3 = V_0; NullCheck(L_3); VirtualActionInvoker0::Invoke(6, L_3); V_0 = (License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD*)NULL; G_B2_0 = G_B1_0; } IL_0015: { return G_B2_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LicenseManager_IsValid_m863A7D9C67DA8F7AC0C6E7268843078B355C79DF (Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* V_0 = NULL; bool G_B2_0 = false; bool G_B1_0 = false; { Type_t* L_0 = ___0_type; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); bool L_1; L_1 = LicenseManager_ValidateInternal_m4148DE82C8D573B5A22B40E758364888638CC6C2(L_0, NULL, (bool)0, (&V_0), NULL); License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_2 = V_0; if (!L_2) { G_B2_0 = L_1; goto IL_0015; } G_B1_0 = L_1; } { License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_3 = V_0; NullCheck(L_3); VirtualActionInvoker0::Invoke(6, L_3); V_0 = (License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD*)NULL; G_B2_0 = G_B1_0; } IL_0015: { return G_B2_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LicenseManager_IsValid_m74C509C78BD9277C0FDD69761F4712436DCFAC88 (Type_t* ___0_type, RuntimeObject* ___1_instance, License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** ___2_license, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; RuntimeObject* L_1 = ___1_instance; License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** L_2 = ___2_license; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); bool L_3; L_3 = LicenseManager_ValidateInternal_m4148DE82C8D573B5A22B40E758364888638CC6C2(L_0, L_1, (bool)0, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseManager_LockContext_m2DF1B2F1212CDF856E598B9BEAEB934C9DE9D423 (RuntimeObject* ___0_contextUser, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_internalSyncObject; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002a: { { bool L_1 = V_1; if (!L_1) { goto IL_0033; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0033: { return; } } }); try { { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_contextLockHolder; if (!L_4) { goto IL_0022_1; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_5 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral754EF6B9499335AFEA7631E06D83DA3C0E7A06F9)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LicenseManager_LockContext_m2DF1B2F1212CDF856E598B9BEAEB934C9DE9D423_RuntimeMethod_var))); } IL_0022_1: { RuntimeObject* L_6 = ___0_contextUser; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_contextLockHolder = L_6; Il2CppCodeGenWriteBarrier((void**)(&((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_contextLockHolder), (void*)L_6); goto IL_0034; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0034: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseManager_UnlockContext_mE8D51C31C52954C07EE89F21E2704AC98550EC2E (RuntimeObject* ___0_contextUser, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_internalSyncObject; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002b: { { bool L_1 = V_1; if (!L_1) { goto IL_0034; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0034: { return; } } }); try { { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); RuntimeObject* L_4 = ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_contextLockHolder; RuntimeObject* L_5 = ___0_contextUser; if ((((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(RuntimeObject*)L_5))) { goto IL_0023_1; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBCE2798D58FE39F6C63D72D379391EC7F1BE7834)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LicenseManager_UnlockContext_mE8D51C31C52954C07EE89F21E2704AC98550EC2E_RuntimeMethod_var))); } IL_0023_1: { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_contextLockHolder = NULL; Il2CppCodeGenWriteBarrier((void**)(&((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_contextLockHolder), (void*)NULL); goto IL_0035; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0035: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LicenseManager_ValidateInternal_m4148DE82C8D573B5A22B40E758364888638CC6C2 (Type_t* ___0_type, RuntimeObject* ___1_instance, bool ___2_allowExceptions, License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** ___3_license, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_0; L_0 = LicenseManager_get_CurrentContext_m74C19430B10840F71FE591AEFD790FE39A4EA64C(NULL); Type_t* L_1 = ___0_type; RuntimeObject* L_2 = ___1_instance; bool L_3 = ___2_allowExceptions; License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** L_4 = ___3_license; bool L_5; L_5 = LicenseManager_ValidateInternalRecursive_m85160089640F5261BDFFB215FDA3B963055DCDA1(L_0, L_1, L_2, L_3, L_4, (&V_0), NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LicenseManager_ValidateInternalRecursive_m85160089640F5261BDFFB215FDA3B963055DCDA1 (LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* ___0_context, Type_t* ___1_type, RuntimeObject* ___2_instance, bool ___3_allowExceptions, License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** ___4_license, String_t** ___5_licenseKey, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5_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); s_Il2CppMethodInitialized = true; } LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* V_0 = NULL; bool V_1 = false; LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* V_2 = NULL; Type_t* V_3 = NULL; Type_t* V_4 = NULL; String_t* V_5 = NULL; LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* G_B5_0 = NULL; LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* G_B4_0 = NULL; { Type_t* L_0 = ___1_type; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* L_1; L_1 = LicenseManager_GetCachedProvider_m5EA58FC6DE3CED43670D341A8D711FB26AE0035D(L_0, NULL); V_0 = L_1; LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* L_2 = V_0; if (L_2) { goto IL_0050; } } { Type_t* L_3 = ___1_type; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); bool L_4; L_4 = LicenseManager_GetCachedNoLicenseProvider_m1B6A53995761426603769B85CA1435C21ACD20E8(L_3, NULL); if (L_4) { goto IL_0050; } } { Type_t* L_5 = ___1_type; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_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); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_8; L_8 = Attribute_GetCustomAttribute_mBF35997518AA6969E0E9A29D7E8C5FE6FCF36AC1(L_5, L_7, (bool)0, NULL); V_2 = ((LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01*)CastclassSealed((RuntimeObject*)L_8, LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_il2cpp_TypeInfo_var)); LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* L_9 = V_2; if (!L_9) { goto IL_0049; } } { LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* L_10 = V_2; NullCheck(L_10); Type_t* L_11; L_11 = LicenseProviderAttribute_get_LicenseProvider_mEA15E718E73E8FA58B101EEA1945EFE2DC8E88FF(L_10, NULL); V_3 = L_11; Type_t* L_12 = V_3; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* L_13; L_13 = LicenseManager_GetCachedProviderInstance_mD61F621A257958FE1046F80015CFD2630FC73D91(L_12, NULL); LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* L_14 = L_13; if (L_14) { G_B5_0 = L_14; goto IL_0048; } G_B4_0 = L_14; } { Type_t* L_15 = V_3; RuntimeObject* L_16; L_16 = SecurityUtils_SecureCreateInstance_m142B1E30127CDAB6E20C7C0DA1C4F27F546A44B1(L_15, NULL); G_B5_0 = ((LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5*)CastclassClass((RuntimeObject*)L_16, LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5_il2cpp_TypeInfo_var)); } IL_0048: { V_0 = G_B5_0; } IL_0049: { Type_t* L_17 = ___1_type; LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* L_18 = V_0; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); LicenseManager_CacheProvider_m3E2CE739FDE8C8868551712B2476116012CE8F09(L_17, L_18, NULL); } IL_0050: { License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** L_19 = ___4_license; *((RuntimeObject**)L_19) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_19, (void*)(RuntimeObject*)NULL); V_1 = (bool)1; String_t** L_20 = ___5_licenseKey; *((RuntimeObject**)L_20) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_20, (void*)(RuntimeObject*)NULL); LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* L_21 = V_0; if (!L_21) { goto IL_007e; } } { License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** L_22 = ___4_license; LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* L_23 = V_0; LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_24 = ___0_context; Type_t* L_25 = ___1_type; RuntimeObject* L_26 = ___2_instance; bool L_27 = ___3_allowExceptions; NullCheck(L_23); License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_28; L_28 = VirtualFuncInvoker4< License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD*, LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1*, Type_t*, RuntimeObject*, bool >::Invoke(4, L_23, L_24, L_25, L_26, L_27); *((RuntimeObject**)L_22) = (RuntimeObject*)L_28; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_22, (void*)(RuntimeObject*)L_28); License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** L_29 = ___4_license; License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_30 = *((License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD**)L_29); if (L_30) { goto IL_0073; } } { V_1 = (bool)0; goto IL_007e; } IL_0073: { String_t** L_31 = ___5_licenseKey; License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** L_32 = ___4_license; License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_33 = *((License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD**)L_32); NullCheck(L_33); String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_33); *((RuntimeObject**)L_31) = (RuntimeObject*)L_34; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_31, (void*)(RuntimeObject*)L_34); } IL_007e: { bool L_35 = V_1; if (!L_35) { goto IL_00da; } } { RuntimeObject* L_36 = ___2_instance; if (L_36) { goto IL_00da; } } { Type_t* L_37 = ___1_type; NullCheck(L_37); Type_t* L_38; L_38 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_37); V_4 = L_38; Type_t* L_39 = V_4; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_40 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_41; L_41 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_40, NULL); bool L_42; L_42 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_39, L_41, NULL); if (!L_42) { goto IL_00da; } } { Type_t* L_43 = V_4; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_44; L_44 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_43, (Type_t*)NULL, NULL); if (!L_44) { goto IL_00da; } } { License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** L_45 = ___4_license; License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_46 = *((License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD**)L_45); if (!L_46) { goto IL_00ba; } } { License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** L_47 = ___4_license; License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_48 = *((License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD**)L_47); NullCheck(L_48); VirtualActionInvoker0::Invoke(6, L_48); License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** L_49 = ___4_license; *((RuntimeObject**)L_49) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_49, (void*)(RuntimeObject*)NULL); } IL_00ba: { LicenseContext_t0F17AF9215C4B143A5A88216684CC066F09FFAF1* L_50 = ___0_context; Type_t* L_51 = V_4; bool L_52 = ___3_allowExceptions; License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** L_53 = ___4_license; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); bool L_54; L_54 = LicenseManager_ValidateInternalRecursive_m85160089640F5261BDFFB215FDA3B963055DCDA1(L_50, L_51, NULL, L_52, L_53, (&V_5), NULL); V_1 = L_54; License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** L_55 = ___4_license; License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_56 = *((License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD**)L_55); if (!L_56) { goto IL_00da; } } { License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** L_57 = ___4_license; License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_58 = *((License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD**)L_57); NullCheck(L_58); VirtualActionInvoker0::Invoke(6, L_58); License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD** L_59 = ___4_license; *((RuntimeObject**)L_59) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_59, (void*)(RuntimeObject*)NULL); } IL_00da: { bool L_60 = V_1; return L_60; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseManager_Validate_m8405F1B9E97C91825945848B046525F8F611C0E9 (Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* V_0 = NULL; { Type_t* L_0 = ___0_type; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); bool L_1; L_1 = LicenseManager_ValidateInternal_m4148DE82C8D573B5A22B40E758364888638CC6C2(L_0, NULL, (bool)1, (&V_0), NULL); if (L_1) { goto IL_0013; } } { Type_t* L_2 = ___0_type; LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A* L_3 = (LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A_il2cpp_TypeInfo_var))); LicenseException__ctor_mF9A4CEEE588A037C9CCEC67ACFB7A6BF213BF478(L_3, L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LicenseManager_Validate_m8405F1B9E97C91825945848B046525F8F611C0E9_RuntimeMethod_var))); } IL_0013: { License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_4 = V_0; if (!L_4) { goto IL_001e; } } { License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_5 = V_0; NullCheck(L_5); VirtualActionInvoker0::Invoke(6, L_5); V_0 = (License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD*)NULL; } IL_001e: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* LicenseManager_Validate_m46BDF795E075CBA61AEB567CAD1FFAB3FC7CCFEE (Type_t* ___0_type, RuntimeObject* ___1_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* V_0 = NULL; { Type_t* L_0 = ___0_type; RuntimeObject* L_1 = ___1_instance; il2cpp_codegen_runtime_class_init_inline(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var); bool L_2; L_2 = LicenseManager_ValidateInternal_m4148DE82C8D573B5A22B40E758364888638CC6C2(L_0, L_1, (bool)1, (&V_0), NULL); if (L_2) { goto IL_0014; } } { Type_t* L_3 = ___0_type; RuntimeObject* L_4 = ___1_instance; LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A* L_5 = (LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LicenseException_t825A73F3413B95ED4C66F65EEE5DEEC685B4999A_il2cpp_TypeInfo_var))); LicenseException__ctor_m92EF92C1EC02D8C3788886D898214F15C13F882C(L_5, L_3, L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LicenseManager_Validate_m46BDF795E075CBA61AEB567CAD1FFAB3FC7CCFEE_RuntimeMethod_var))); } IL_0014: { License_t9D6D8ECE06461D94BDE70E6985A3B4F5EB87A0BD* L_6 = V_0; return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseManager__cctor_m1D0BED3E719B68440CF527B03A33A09318993AB3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_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); ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_selfLock = L_0; Il2CppCodeGenWriteBarrier((void**)(&((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_selfLock), (void*)L_0); RuntimeObject* L_1 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_1, NULL); ((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_internalSyncObject = L_1; Il2CppCodeGenWriteBarrier((void**)(&((LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_StaticFields*)il2cpp_codegen_static_fields_for(LicenseManager_t89099141AEC65E9ADAE5AA8404ED2B4273E0CA7C_il2cpp_TypeInfo_var))->___s_internalSyncObject), (void*)L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseProvider__ctor_mE87A3E4BB7492FD3D26C98143BAA256BB0CCCB49 (LicenseProvider_t305B1B8CA1B964688C3F0C84B2676DC48EC620D5* __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 LicenseProviderAttribute__ctor_m188AE088BE53D25FD3493FF0D087CFE7B82D9A47 (LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* __this, const RuntimeMethod* method) { { LicenseProviderAttribute__ctor_m6C3B9B91F99CE9BB3F1B55B5EE977CB02948101E(__this, (String_t*)NULL, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseProviderAttribute__ctor_m6C3B9B91F99CE9BB3F1B55B5EE977CB02948101E (LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* __this, String_t* ___0_typeName, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_typeName; __this->____licenseProviderName = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____licenseProviderName), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseProviderAttribute__ctor_m9178EFB16FBD12D07B8E6A2FD4BC531D69C6D4E8 (LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); Type_t* L_0 = ___0_type; __this->____licenseProviderType = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____licenseProviderType), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LicenseProviderAttribute_get_LicenseProvider_mEA15E718E73E8FA58B101EEA1945EFE2DC8E88FF (LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseProviderAttribute_get_LicenseProvider_mEA15E718E73E8FA58B101EEA1945EFE2DC8E88FF_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* L_0 = __this->____licenseProviderType; 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_0027; } } { String_t* L_2 = __this->____licenseProviderName; if (!L_2) { goto IL_0027; } } { String_t* L_3 = __this->____licenseProviderName; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = il2cpp_codegen_get_type(L_3, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, LicenseProviderAttribute_get_LicenseProvider_mEA15E718E73E8FA58B101EEA1945EFE2DC8E88FF_RuntimeMethod_var); __this->____licenseProviderType = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->____licenseProviderType), (void*)L_4); } IL_0027: { Type_t* L_5 = __this->____licenseProviderType; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LicenseProviderAttribute_get_TypeId_m3467A9C6E8A96B0AC388796752F27BFFFAF5C3EB (LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* __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; } String_t* V_0 = NULL; { String_t* L_0 = __this->____licenseProviderName; V_0 = L_0; String_t* L_1 = V_0; if (L_1) { goto IL_0024; } } { Type_t* L_2 = __this->____licenseProviderType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_2, (Type_t*)NULL, NULL); if (!L_3) { goto IL_0024; } } { Type_t* L_4 = __this->____licenseProviderType; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_4); V_0 = L_5; } IL_0024: { Type_t* L_6; L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_6); String_t* L_8 = V_0; String_t* L_9; L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_7, L_8, NULL); return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LicenseProviderAttribute_Equals_m3D0AE60273E7CAECC8CD2AF1FF8B6847124B2954 (LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t* V_0 = NULL; { RuntimeObject* L_0 = ___0_value; if (!((LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01*)IsInstSealed((RuntimeObject*)L_0, LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_il2cpp_TypeInfo_var))) { goto IL_0040; } } { RuntimeObject* L_1 = ___0_value; if (!L_1) { goto IL_0040; } } { RuntimeObject* L_2 = ___0_value; NullCheck(((LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01*)CastclassSealed((RuntimeObject*)L_2, LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_il2cpp_TypeInfo_var))); Type_t* L_3; L_3 = LicenseProviderAttribute_get_LicenseProvider_mEA15E718E73E8FA58B101EEA1945EFE2DC8E88FF(((LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01*)CastclassSealed((RuntimeObject*)L_2, LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_il2cpp_TypeInfo_var)), NULL); V_0 = L_3; Type_t* L_4 = V_0; Type_t* L_5; L_5 = LicenseProviderAttribute_get_LicenseProvider_mEA15E718E73E8FA58B101EEA1945EFE2DC8E88FF(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_4, L_5, NULL); if (!L_6) { goto IL_0027; } } { return (bool)1; } IL_0027: { Type_t* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_8; L_8 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_7, (Type_t*)NULL, NULL); if (!L_8) { goto IL_0040; } } { Type_t* L_9 = V_0; Type_t* L_10; L_10 = LicenseProviderAttribute_get_LicenseProvider_mEA15E718E73E8FA58B101EEA1945EFE2DC8E88FF(__this, NULL); NullCheck(L_9); bool L_11; L_11 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(129, L_9, L_10); if (!L_11) { goto IL_0040; } } { return (bool)1; } IL_0040: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LicenseProviderAttribute_GetHashCode_m12950FC74297DE912586E436978DC5323DFA7771 (LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseProviderAttribute__cctor_mF0CE71CDF1730D160E5059BAA9CD5BB203D7045C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01* L_0 = (LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01*)il2cpp_codegen_object_new(LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_il2cpp_TypeInfo_var); LicenseProviderAttribute__ctor_m188AE088BE53D25FD3493FF0D087CFE7B82D9A47(L_0, NULL); ((LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_StaticFields*)il2cpp_codegen_static_fields_for(LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_il2cpp_TypeInfo_var))->___Default = L_0; Il2CppCodeGenWriteBarrier((void**)(&((LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_StaticFields*)il2cpp_codegen_static_fields_for(LicenseProviderAttribute_tE2515CAC81F81B5BB275343823C0756FE3ECFE01_il2cpp_TypeInfo_var))->___Default), (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 #ifdef __clang__ #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 ListBindableAttribute__ctor_m274BEDC495677C154FF08C1A4BF2F33DCDBCF882 (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, bool ___0_listBindable, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_listBindable; __this->___U3CListBindableU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBindableAttribute__ctor_m6C686D8DA9E268A8CB1969F5C2256F135F238098 (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, int32_t ___0_flags, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); int32_t L_0 = ___0_flags; __this->___U3CListBindableU3Ek__BackingField = (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); int32_t L_1 = ___0_flags; __this->____isDefault = (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListBindableAttribute_get_ListBindable_m04B1C3A2A83ABC5769A6B72D42AC75D22FE47F01 (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CListBindableU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListBindableAttribute_Equals_mBE8E493FF6CF4C043642BE903817B708E9782F49 (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517*)IsInstSealed((RuntimeObject*)L_1, ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var)); ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* L_2 = V_0; if (!L_2) { goto IL_001f; } } { ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = ListBindableAttribute_get_ListBindable_m04B1C3A2A83ABC5769A6B72D42AC75D22FE47F01_inline(L_3, NULL); bool L_5; L_5 = ListBindableAttribute_get_ListBindable_m04B1C3A2A83ABC5769A6B72D42AC75D22FE47F01_inline(__this, NULL); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListBindableAttribute_GetHashCode_mC5A6D5AED7BAD405A23D2C1FA8C949E0BC42BE47 (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListBindableAttribute_IsDefaultAttribute_m521E9C39232589E799BE9F816C389EC69DDD4181 (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var); ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* L_0 = ((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___Default; bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, __this, L_0); if (L_1) { goto IL_0014; } } { bool L_2 = __this->____isDefault; return L_2; } IL_0014: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListBindableAttribute__cctor_m6BD42F9FF8B65431CE4B5A69DA808971D73C9B9C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* L_0 = (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517*)il2cpp_codegen_object_new(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var); ListBindableAttribute__ctor_m274BEDC495677C154FF08C1A4BF2F33DCDBCF882(L_0, (bool)1, NULL); ((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___Yes = L_0; Il2CppCodeGenWriteBarrier((void**)(&((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___Yes), (void*)L_0); ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* L_1 = (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517*)il2cpp_codegen_object_new(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var); ListBindableAttribute__ctor_m274BEDC495677C154FF08C1A4BF2F33DCDBCF882(L_1, (bool)0, NULL); ((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___No = L_1; Il2CppCodeGenWriteBarrier((void**)(&((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___No), (void*)L_1); ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* L_2 = ((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___Yes; ((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___Default = L_2; Il2CppCodeGenWriteBarrier((void**)(&((ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_StaticFields*)il2cpp_codegen_static_fields_for(ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517_il2cpp_TypeInfo_var))->___Default), (void*)L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_mB48C0E1EBC7ECB9C9A1CEFBF1787D1C542FBDCAD (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, int32_t ___0_listChangedType, int32_t ___1_newIndex, const RuntimeMethod* method) { { int32_t L_0 = ___0_listChangedType; int32_t L_1 = ___1_newIndex; ListChangedEventArgs__ctor_m51CD8C20F924174FDAE0CED36B57E8A53AFBBDA5(__this, L_0, L_1, (-1), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_mDDD788CA53FC321053AF57EA31AFC5F71C1AB83A (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, int32_t ___0_listChangedType, int32_t ___1_newIndex, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___2_propDesc, const RuntimeMethod* method) { { int32_t L_0 = ___0_listChangedType; int32_t L_1 = ___1_newIndex; ListChangedEventArgs__ctor_mB48C0E1EBC7ECB9C9A1CEFBF1787D1C542FBDCAD(__this, L_0, L_1, NULL); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2 = ___2_propDesc; __this->___U3CPropertyDescriptorU3Ek__BackingField = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertyDescriptorU3Ek__BackingField), (void*)L_2); int32_t L_3 = ___1_newIndex; __this->___U3COldIndexU3Ek__BackingField = L_3; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_m31B5AA3820BCDE3044F649BF7F08680500AC8D48 (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, int32_t ___0_listChangedType, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_propDesc, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_listChangedType; __this->___U3CListChangedTypeU3Ek__BackingField = L_0; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1 = ___1_propDesc; __this->___U3CPropertyDescriptorU3Ek__BackingField = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertyDescriptorU3Ek__BackingField), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventArgs__ctor_m51CD8C20F924174FDAE0CED36B57E8A53AFBBDA5 (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, int32_t ___0_listChangedType, int32_t ___1_newIndex, int32_t ___2_oldIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); int32_t L_0 = ___0_listChangedType; __this->___U3CListChangedTypeU3Ek__BackingField = L_0; int32_t L_1 = ___1_newIndex; __this->___U3CNewIndexU3Ek__BackingField = L_1; int32_t L_2 = ___2_oldIndex; __this->___U3COldIndexU3Ek__BackingField = L_2; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListChangedEventArgs_get_ListChangedType_m2CC7DCB7C2DE84C78A9194BC7B376D53B10581A4 (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CListChangedTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListChangedEventArgs_get_NewIndex_m015DB5DEEFA5154BB4C39977584D5FCDB8FBBC98 (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CNewIndexU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListChangedEventArgs_get_OldIndex_m1FBD245795E09E5BCD0889DC405F1D5260389244 (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3COldIndexU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ListChangedEventArgs_get_PropertyDescriptor_mFA377F3BBF75D57F09DA529DF5713495148DB7FA (ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* __this, const RuntimeMethod* method) { { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = __this->___U3CPropertyDescriptorU3Ek__BackingField; return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_Multicast(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_sender, ___1_e, reinterpret_cast(currentDelegate->___method)); } } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenInst(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); typedef void (*FunctionPointerType) (RuntimeObject*, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenStatic(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenVirtual(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); VirtualActionInvoker1< ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_e); } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenInterface(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); InterfaceActionInvoker1< ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_e); } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenGenericVirtual(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericVirtualActionInvoker1< ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* >::Invoke(method, ___0_sender, ___1_e); } void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenGenericInterface(ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericInterfaceActionInvoker1< ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* >::Invoke(method, ___0_sender, ___1_e); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventHandler__ctor_mB05D66C71319CF8F8D4BA970C1BC0247662540AA (ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (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)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_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)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenInterface; else __this->___invoke_impl = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListChangedEventHandler_Invoke_mA0F0B8AB273C63F017018390414C334FD602934E (ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_sender, ___1_e, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListChangedEventHandler_BeginInvoke_m44224AEB69971A8EF6A75086142A5E03C3AF40AF (ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __this, RuntimeObject* ___0_sender, ListChangedEventArgs_tAAB4841B3E3BD67D39FBE075E920B653B5F35442* ___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 ListChangedEventHandler_EndInvoke_mE8255E2A786BDF77D18204577290C73109BD421F (ListChangedEventHandler_tDBF36F3E2C6B7538106878E1D5A7553C5EA77616* __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 #ifdef __clang__ #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 ListSortDescription__ctor_mF5C548BE8438E3A783E258E7D3E80DE36411EB7F (ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_property, int32_t ___1_direction, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = ___0_property; ListSortDescription_set_PropertyDescriptor_m2DEBB2BF5F2654711E80737B6237888BD692F7C2_inline(__this, L_0, NULL); int32_t L_1 = ___1_direction; ListSortDescription_set_SortDirection_m4277CBBA7668BA5F20139B755577B17555938799_inline(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ListSortDescription_get_PropertyDescriptor_m4EA384E94F81AE126F795DBFBE3761C832542CD2 (ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* __this, const RuntimeMethod* method) { { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = __this->___U3CPropertyDescriptorU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListSortDescription_set_PropertyDescriptor_m2DEBB2BF5F2654711E80737B6237888BD692F7C2 (ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = ___0_value; __this->___U3CPropertyDescriptorU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertyDescriptorU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListSortDescription_get_SortDirection_mE094B7D24146E1573F1DF28EDA7FDDFFDB493FCE (ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CSortDirectionU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListSortDescription_set_SortDirection_m4277CBBA7668BA5F20139B755577B17555938799 (ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CSortDirectionU3Ek__BackingField = 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 ListSortDescriptionCollection__ctor_mCBDB7D7F9F9EAC9625F933F5218864DF38163F9F (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_0, NULL); __this->____sorts = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____sorts), (void*)L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListSortDescriptionCollection__ctor_mCB9AC6237779C6E7D52D881CDA1F638686104C23 (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, ListSortDescriptionU5BU5D_t18ED8C8725ADC7D766FD9E9A95AAF8FB43D8329F* ___0_sorts, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_0, NULL); __this->____sorts = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____sorts), (void*)L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); ListSortDescriptionU5BU5D_t18ED8C8725ADC7D766FD9E9A95AAF8FB43D8329F* L_1 = ___0_sorts; if (!L_1) { goto IL_0031; } } { V_0 = 0; goto IL_002b; } IL_0018: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = __this->____sorts; ListSortDescriptionU5BU5D_t18ED8C8725ADC7D766FD9E9A95AAF8FB43D8329F* L_3 = ___0_sorts; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_2); int32_t L_7; L_7 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29, L_2, L_6); int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_002b: { int32_t L_9 = V_0; ListSortDescriptionU5BU5D_t18ED8C8725ADC7D766FD9E9A95AAF8FB43D8329F* L_10 = ___0_sorts; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))) { goto IL_0018; } } IL_0031: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* ListSortDescriptionCollection_get_Item_mC37981320356EB696F065F4AAAF04824BF3D9250 (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____sorts; int32_t L_1 = ___0_index; NullCheck(L_0); RuntimeObject* L_2; L_2 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27, L_0, L_1); return ((ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC*)CastclassClass((RuntimeObject*)L_2, ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListSortDescriptionCollection_set_Item_mFBE3785E6FA1036B29C3309B687AF0D8DD99CAAA (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, int32_t ___0_index, ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* ___1_value, const RuntimeMethod* method) { { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B9893826FB5D33BC11AA982B0F748313E2E8AE6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListSortDescriptionCollection_set_Item_mFBE3785E6FA1036B29C3309B687AF0D8DD99CAAA_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListSortDescriptionCollection_System_Collections_IList_get_IsFixedSize_mE35AEDC5033845414662DDD826C6C4887D8324F1 (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, const RuntimeMethod* method) { { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListSortDescriptionCollection_System_Collections_IList_get_IsReadOnly_m7DA7A089525169C65F2765F7418A18302884CCFF (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, const RuntimeMethod* method) { { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListSortDescriptionCollection_System_Collections_IList_get_Item_m06C00CC52FCA4CDE34AAA13C28A79FED41856399 (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* L_1; L_1 = ListSortDescriptionCollection_get_Item_mC37981320356EB696F065F4AAAF04824BF3D9250(__this, L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListSortDescriptionCollection_System_Collections_IList_set_Item_mF9A115B584AD1F6FFBE60237E1B0796F71737666 (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) { { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B9893826FB5D33BC11AA982B0F748313E2E8AE6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListSortDescriptionCollection_System_Collections_IList_set_Item_mF9A115B584AD1F6FFBE60237E1B0796F71737666_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListSortDescriptionCollection_System_Collections_IList_Add_m025E0E532A5DAAF0C945D112A3AB3FE7E0350C16 (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B9893826FB5D33BC11AA982B0F748313E2E8AE6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListSortDescriptionCollection_System_Collections_IList_Add_m025E0E532A5DAAF0C945D112A3AB3FE7E0350C16_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListSortDescriptionCollection_System_Collections_IList_Clear_m3AD35EA5A8F37B886108CD1FD3DDF6346DA879D5 (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, const RuntimeMethod* method) { { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B9893826FB5D33BC11AA982B0F748313E2E8AE6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListSortDescriptionCollection_System_Collections_IList_Clear_m3AD35EA5A8F37B886108CD1FD3DDF6346DA879D5_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListSortDescriptionCollection_Contains_m12069843BA606AD6ED8B12C36AA645708C78C41C (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, RuntimeObject* ___0_value, 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; } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____sorts; RuntimeObject* L_1 = ___0_value; NullCheck(L_0); bool L_2; L_2 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(3, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListSortDescriptionCollection_IndexOf_mD4F51F6C82BCFB68E362E02396C28B408E57758E (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, RuntimeObject* ___0_value, 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; } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____sorts; RuntimeObject* L_1 = ___0_value; NullCheck(L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(7, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListSortDescriptionCollection_System_Collections_IList_Insert_m3CE6DC0B633ADCEE17FD213FAE0900741A0DF00F (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) { { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B9893826FB5D33BC11AA982B0F748313E2E8AE6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListSortDescriptionCollection_System_Collections_IList_Insert_m3CE6DC0B633ADCEE17FD213FAE0900741A0DF00F_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListSortDescriptionCollection_System_Collections_IList_Remove_m5041020D24036D834CF876C6DFFE904A4DEE7B43 (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B9893826FB5D33BC11AA982B0F748313E2E8AE6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListSortDescriptionCollection_System_Collections_IList_Remove_m5041020D24036D834CF876C6DFFE904A4DEE7B43_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListSortDescriptionCollection_System_Collections_IList_RemoveAt_mABE5E6458CAE87ADC388084F1C87DB6F256E436A (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, int32_t ___0_index, const RuntimeMethod* method) { { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B9893826FB5D33BC11AA982B0F748313E2E8AE6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListSortDescriptionCollection_System_Collections_IList_RemoveAt_mABE5E6458CAE87ADC388084F1C87DB6F256E436A_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListSortDescriptionCollection_get_Count_m42394EEC109DA7CF76DBFBCE074AC59603CF7FC8 (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, const RuntimeMethod* method) { { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____sorts; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListSortDescriptionCollection_System_Collections_ICollection_get_IsSynchronized_m3E2E6B1F02E090554239C4226FB0C73D9381738C (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, const RuntimeMethod* method) { { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListSortDescriptionCollection_System_Collections_ICollection_get_SyncRoot_m1CAA32389E5B38A339821DF44E469E960147496E (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, const RuntimeMethod* method) { { return __this; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListSortDescriptionCollection_CopyTo_m7E7278E0C9B3F259EDE559FC42E4008FED561D50 (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, RuntimeArray* ___0_array, int32_t ___1_index, const RuntimeMethod* method) { { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____sorts; RuntimeArray* L_1 = ___0_array; int32_t L_2 = ___1_index; NullCheck(L_0); VirtualActionInvoker2< RuntimeArray*, int32_t >::Invoke(35, L_0, L_1, L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListSortDescriptionCollection_System_Collections_IEnumerable_GetEnumerator_m3842736E3877D5153EEFD4752D990D6404933179 (ListSortDescriptionCollection_tC06B35D9F4D61B0C8F3015CA54EF69A153B34BD0* __this, const RuntimeMethod* method) { { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____sorts; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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 LookupBindingPropertiesAttribute__ctor_mB4C3BB8BF2FFF51D271766C54904C3913EEAC6BB (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); __this->___U3CDataSourceU3Ek__BackingField = (String_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDataSourceU3Ek__BackingField), (void*)(String_t*)NULL); __this->___U3CDisplayMemberU3Ek__BackingField = (String_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDisplayMemberU3Ek__BackingField), (void*)(String_t*)NULL); __this->___U3CValueMemberU3Ek__BackingField = (String_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CValueMemberU3Ek__BackingField), (void*)(String_t*)NULL); __this->___U3CLookupMemberU3Ek__BackingField = (String_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CLookupMemberU3Ek__BackingField), (void*)(String_t*)NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LookupBindingPropertiesAttribute__ctor_mCBF4135E2241D9B7A869525B8EBA918B8FB7D851 (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, String_t* ___0_dataSource, String_t* ___1_displayMember, String_t* ___2_valueMember, String_t* ___3_lookupMember, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_dataSource; __this->___U3CDataSourceU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDataSourceU3Ek__BackingField), (void*)L_0); String_t* L_1 = ___1_displayMember; __this->___U3CDisplayMemberU3Ek__BackingField = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDisplayMemberU3Ek__BackingField), (void*)L_1); String_t* L_2 = ___2_valueMember; __this->___U3CValueMemberU3Ek__BackingField = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CValueMemberU3Ek__BackingField), (void*)L_2); String_t* L_3 = ___3_lookupMember; __this->___U3CLookupMemberU3Ek__BackingField = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CLookupMemberU3Ek__BackingField), (void*)L_3); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LookupBindingPropertiesAttribute_get_DataSource_mD0EA13696282DFDF113DBB6BE1EDA42078389769 (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CDataSourceU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LookupBindingPropertiesAttribute_get_DisplayMember_m80713E75ED8606DD38F58FAFB203E5B5AF662B1C (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CDisplayMemberU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LookupBindingPropertiesAttribute_get_ValueMember_mFAA5BBF9CE8D1B204BAEFA321909BDA236E4D5F6 (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CValueMemberU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LookupBindingPropertiesAttribute_get_LookupMember_m3A324DC3221E137C16F6381A85782414B03882C3 (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CLookupMemberU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LookupBindingPropertiesAttribute_Equals_mE2C1BDA110335F70F20E5965A11BF224E015F3AC (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; V_0 = ((LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D*)IsInstSealed((RuntimeObject*)L_0, LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D_il2cpp_TypeInfo_var)); LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* L_1 = V_0; if (!L_1) { goto IL_0055; } } { LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = LookupBindingPropertiesAttribute_get_DataSource_mD0EA13696282DFDF113DBB6BE1EDA42078389769_inline(L_2, NULL); String_t* L_4; L_4 = LookupBindingPropertiesAttribute_get_DataSource_mD0EA13696282DFDF113DBB6BE1EDA42078389769_inline(__this, NULL); bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, L_4, NULL); if (!L_5) { goto IL_0055; } } { LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = LookupBindingPropertiesAttribute_get_DisplayMember_m80713E75ED8606DD38F58FAFB203E5B5AF662B1C_inline(L_6, NULL); String_t* L_8; L_8 = LookupBindingPropertiesAttribute_get_DisplayMember_m80713E75ED8606DD38F58FAFB203E5B5AF662B1C_inline(__this, NULL); bool L_9; L_9 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_7, L_8, NULL); if (!L_9) { goto IL_0055; } } { LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = LookupBindingPropertiesAttribute_get_ValueMember_mFAA5BBF9CE8D1B204BAEFA321909BDA236E4D5F6_inline(L_10, NULL); String_t* L_12; L_12 = LookupBindingPropertiesAttribute_get_ValueMember_mFAA5BBF9CE8D1B204BAEFA321909BDA236E4D5F6_inline(__this, NULL); bool L_13; L_13 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_11, L_12, NULL); if (!L_13) { goto IL_0055; } } { LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = LookupBindingPropertiesAttribute_get_LookupMember_m3A324DC3221E137C16F6381A85782414B03882C3_inline(L_14, NULL); String_t* L_16; L_16 = LookupBindingPropertiesAttribute_get_LookupMember_m3A324DC3221E137C16F6381A85782414B03882C3_inline(__this, NULL); bool L_17; L_17 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_15, L_16, NULL); return L_17; } IL_0055: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LookupBindingPropertiesAttribute_GetHashCode_mB209BA81EF6B03202AB5CA908FD7F98BE0F0D720 (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LookupBindingPropertiesAttribute__cctor_mDA3DC73429C51DEB7FB9F221A15CF89BA56E1B29 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* L_0 = (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D*)il2cpp_codegen_object_new(LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D_il2cpp_TypeInfo_var); LookupBindingPropertiesAttribute__ctor_mB4C3BB8BF2FFF51D271766C54904C3913EEAC6BB(L_0, NULL); ((LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D_StaticFields*)il2cpp_codegen_static_fields_for(LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D_il2cpp_TypeInfo_var))->___Default = L_0; Il2CppCodeGenWriteBarrier((void**)(&((LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D_StaticFields*)il2cpp_codegen_static_fields_for(LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D_il2cpp_TypeInfo_var))->___Default), (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 MarshalByValueComponent__ctor_mBB8FD86B5A8057E2B9EBAB10B43E4C394AE932A6 (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_Finalize_mAED2CF6C292D33379F57526A0B2936D5C8B864AF (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) { { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0009: { Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; } }); try { VirtualActionInvoker1< bool >::Invoke(12, __this, (bool)0); goto IL_0010; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0010: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_add_Disposed_mF1668133606A3A4B05FFD0C4BC6FB98D282501DD (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_0; L_0 = MarshalByValueComponent_get_Events_m2F2D00D069D70120317223B24439F959C6CC2AB0(__this, NULL); il2cpp_codegen_runtime_class_init_inline(MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_StaticFields*)il2cpp_codegen_static_fields_for(MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var))->___s_eventDisposed; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_2 = ___0_value; NullCheck(L_0); EventHandlerList_AddHandler_mB1FF265C32A4D6DD6F2129B0418308C705C855F0(L_0, L_1, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_remove_Disposed_m37771C514F628391A2FBB603D19A706FD4286F5F (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_0; L_0 = MarshalByValueComponent_get_Events_m2F2D00D069D70120317223B24439F959C6CC2AB0(__this, NULL); il2cpp_codegen_runtime_class_init_inline(MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_StaticFields*)il2cpp_codegen_static_fields_for(MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var))->___s_eventDisposed; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_2 = ___0_value; NullCheck(L_0); EventHandlerList_RemoveHandler_m4268AB4FEBEAB018DE6B9F03E7273B71135CF3E2(L_0, L_1, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* MarshalByValueComponent_get_Events_m2F2D00D069D70120317223B24439F959C6CC2AB0 (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* V_0 = NULL; EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* G_B2_0 = NULL; EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* G_B1_0 = NULL; { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_0 = __this->____events; EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_1 = L_0; if (L_1) { G_B2_0 = L_1; goto IL_0018; } G_B1_0 = L_1; } { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_2 = (EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8*)il2cpp_codegen_object_new(EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8_il2cpp_TypeInfo_var); EventHandlerList__ctor_mF2EF7592E66ADAF6B06FD85C80EF98C9CD015456(L_2, NULL); EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_3 = L_2; V_0 = L_3; __this->____events = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->____events), (void*)L_3); EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_4 = V_0; G_B2_0 = L_4; } IL_0018: { return G_B2_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MarshalByValueComponent_get_Site_mA921857A1CD1043F243C6E7EDA0D662813606006 (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____site; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_set_Site_m7DA30C62CD9820C94028B5117E935898052E5102 (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->____site = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____site), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_Dispose_m2154BBD1FBA88DEC29C1EFA01F0BC32E5021EB2E (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(12, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_Dispose_mFED5D8C2B4C60FD87882DBF792C052953BFE414D (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* V_0 = NULL; bool V_1 = false; RuntimeObject* G_B4_0 = NULL; RuntimeObject* G_B3_0 = NULL; RuntimeObject* G_B6_0 = NULL; RuntimeObject* G_B5_0 = NULL; EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* G_B9_0 = NULL; EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* G_B8_0 = NULL; Delegate_t* G_B10_0 = NULL; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* G_B12_0 = NULL; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* G_B11_0 = NULL; { bool L_0 = ___0_disposing; if (!L_0) { goto IL_0065; } } { V_0 = __this; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_005b: { { bool L_1 = V_1; if (!L_1) { goto IL_0064; } } { MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0064: { return; } } }); try { { MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); RuntimeObject* L_4 = __this->____site; RuntimeObject* L_5 = L_4; if (L_5) { G_B4_0 = L_5; goto IL_001b_1; } G_B3_0 = L_5; } { goto IL_002c_1; } IL_001b_1: { NullCheck(G_B4_0); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, G_B4_0); RuntimeObject* L_7 = L_6; if (L_7) { G_B6_0 = L_7; goto IL_0026_1; } G_B5_0 = L_7; } { goto IL_002c_1; } IL_0026_1: { NullCheck(G_B6_0); InterfaceActionInvoker1< RuntimeObject* >::Invoke(3, IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var, G_B6_0, __this); } IL_002c_1: { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_8 = __this->____events; EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_9 = L_8; if (L_9) { G_B9_0 = L_9; goto IL_0039_1; } G_B8_0 = L_9; } { G_B10_0 = ((Delegate_t*)(NULL)); goto IL_0043_1; } IL_0039_1: { il2cpp_codegen_runtime_class_init_inline(MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var); RuntimeObject* L_10 = ((MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_StaticFields*)il2cpp_codegen_static_fields_for(MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var))->___s_eventDisposed; NullCheck(G_B9_0); Delegate_t* L_11; L_11 = EventHandlerList_get_Item_m9AD24EA65E3832B81146EC24604BABE4FC3CFCC7(G_B9_0, L_10, NULL); G_B10_0 = L_11; } IL_0043_1: { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_12 = ((EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)CastclassSealed((RuntimeObject*)G_B10_0, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var)); if (L_12) { G_B12_0 = L_12; goto IL_004e_1; } G_B11_0 = L_12; } { goto IL_0065; } IL_004e_1: { il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* L_13 = ((EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var))->___Empty; NullCheck(G_B12_0); EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_inline(G_B12_0, __this, L_13, NULL); goto IL_0065; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0065: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MarshalByValueComponent_get_Container_mF2D5E2306061B76211199F3ECAA7DF5670F394E2 (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B1_0 = NULL; { RuntimeObject* L_0 = __this->____site; RuntimeObject* L_1 = L_0; if (L_1) { G_B2_0 = L_1; goto IL_000c; } G_B1_0 = L_1; } { return (RuntimeObject*)NULL; } IL_000c: { NullCheck(G_B2_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, G_B2_0); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MarshalByValueComponent_GetService_mD286526AB899D5CFBB06A45DBA3572EDC32342F1 (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, Type_t* ___0_service, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B1_0 = NULL; { RuntimeObject* L_0 = __this->____site; RuntimeObject* L_1 = L_0; if (L_1) { G_B2_0 = L_1; goto IL_000c; } G_B1_0 = L_1; } { return NULL; } IL_000c: { Type_t* L_2 = ___0_service; NullCheck(G_B2_0); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, G_B2_0, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MarshalByValueComponent_get_DesignMode_m5172FB46B00934621F648BCC6C99057EBCA0AEB6 (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B1_0 = NULL; { RuntimeObject* L_0 = __this->____site; RuntimeObject* L_1 = L_0; if (L_1) { G_B2_0 = L_1; goto IL_000c; } G_B1_0 = L_1; } { return (bool)0; } IL_000c: { NullCheck(G_B2_0); bool L_2; L_2 = InterfaceFuncInvoker0< bool >::Invoke(2, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, G_B2_0); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MarshalByValueComponent_ToString_m1CFF26F510CA2FF7E93CF540E6CC00A0E5951D98 (MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->____site; V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_002b; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(3, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_2); Type_t* L_4; L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_4); String_t* L_6; L_6 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_3, _stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5, L_5, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, NULL); return L_6; } IL_002b: { Type_t* L_7; L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_7); return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent__cctor_mF08AF3D08D5BC4D11DDA5EBF71D84447DCE02A7B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_StaticFields*)il2cpp_codegen_static_fields_for(MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var))->___s_eventDisposed = L_0; Il2CppCodeGenWriteBarrier((void**)(&((MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_StaticFields*)il2cpp_codegen_static_fields_for(MarshalByValueComponent_t19E5966D1CE2F9ED341EB16C060BA573F63AEDAA_il2cpp_TypeInfo_var))->___s_eventDisposed), (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 MaskedTextProvider__ctor_mCE6094EAB24A58711B3C2B39827FA50DBA73C006 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_mask, const RuntimeMethod* method) { { String_t* L_0 = ___0_mask; MaskedTextProvider__ctor_m62C713CC63FE978EC68B8B0066FF76F4D7BC7A0E(__this, L_0, (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)NULL, (bool)1, ((int32_t)95), 0, (bool)0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_m8EC8E08FD53EA3F770A970A04AC84B6B144721D0 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_mask, bool ___1_restrictToAscii, const RuntimeMethod* method) { { String_t* L_0 = ___0_mask; bool L_1 = ___1_restrictToAscii; MaskedTextProvider__ctor_m62C713CC63FE978EC68B8B0066FF76F4D7BC7A0E(__this, L_0, (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)NULL, (bool)1, ((int32_t)95), 0, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_m1C2CEC2E84B1D22F6A0DF1C7C08177F717758A91 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_mask, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, const RuntimeMethod* method) { { String_t* L_0 = ___0_mask; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = ___1_culture; MaskedTextProvider__ctor_m62C713CC63FE978EC68B8B0066FF76F4D7BC7A0E(__this, L_0, L_1, (bool)1, ((int32_t)95), 0, (bool)0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_m4226BDDFA377F0B3A7CCCB3B7657406BD40D0D72 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_mask, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, bool ___2_restrictToAscii, const RuntimeMethod* method) { { String_t* L_0 = ___0_mask; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = ___1_culture; bool L_2 = ___2_restrictToAscii; MaskedTextProvider__ctor_m62C713CC63FE978EC68B8B0066FF76F4D7BC7A0E(__this, L_0, L_1, (bool)1, ((int32_t)95), 0, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_m9522F1ED2693A094D907D904162D0DB84624DD05 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_mask, Il2CppChar ___1_passwordChar, bool ___2_allowPromptAsInput, const RuntimeMethod* method) { { String_t* L_0 = ___0_mask; bool L_1 = ___2_allowPromptAsInput; Il2CppChar L_2 = ___1_passwordChar; MaskedTextProvider__ctor_m62C713CC63FE978EC68B8B0066FF76F4D7BC7A0E(__this, L_0, (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)NULL, L_1, ((int32_t)95), L_2, (bool)0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_mAD4B2117DB2FF43F5367097C4734B6763449737B (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_mask, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, Il2CppChar ___2_passwordChar, bool ___3_allowPromptAsInput, const RuntimeMethod* method) { { String_t* L_0 = ___0_mask; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1 = ___1_culture; bool L_2 = ___3_allowPromptAsInput; Il2CppChar L_3 = ___2_passwordChar; MaskedTextProvider__ctor_m62C713CC63FE978EC68B8B0066FF76F4D7BC7A0E(__this, L_0, L_1, L_2, ((int32_t)95), L_3, (bool)0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_m62C713CC63FE978EC68B8B0066FF76F4D7BC7A0E (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_mask, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, bool ___2_allowPromptAsInput, Il2CppChar ___3_promptChar, Il2CppChar ___4_passwordChar, bool ___5_restrictToAscii, 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*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* V_2 = NULL; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* V_3 = NULL; { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); String_t* L_0 = ___0_mask; bool L_1; L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL); if (!L_1) { goto IL_0028; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2; L_2 = Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline(((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var))); String_t* L_3; L_3 = SR_Format_m591865DD0E3D694EA2523F62165EAE9E05D2D79C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A486C97576BB7D2E9AAB2EBD0D3E739DB2FC535)), L_2, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ED8CAF6321ED9631D3CB63C8A7096F3AB335255)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider__ctor_m62C713CC63FE978EC68B8B0066FF76F4D7BC7A0E_RuntimeMethod_var))); } IL_0028: { String_t* L_5 = ___0_mask; V_0 = L_5; V_1 = 0; goto IL_004b; } IL_002e: { String_t* L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); Il2CppChar L_8; L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, L_7, NULL); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_9; L_9 = MaskedTextProvider_IsPrintableChar_m157A17B6517A061FB3F98DAF31A6DE6195BBD5A5(L_8, NULL); if (L_9) { goto IL_0047; } } { 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65E084F7545FD50AF32088F092FCD69863CC0482)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider__ctor_m62C713CC63FE978EC68B8B0066FF76F4D7BC7A0E_RuntimeMethod_var))); } IL_0047: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_004b: { int32_t L_12 = V_1; String_t* L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_002e; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_15 = ___1_culture; if (L_15) { goto IL_005e; } } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16; L_16 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); ___1_culture = L_16; } IL_005e: { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_17 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_initobj(L_17, sizeof(BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119)); String_t* L_18 = ___0_mask; __this->___U3CMaskU3Ek__BackingField = L_18; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CMaskU3Ek__BackingField), (void*)L_18); Il2CppChar L_19 = ___3_promptChar; __this->____promptChar = L_19; Il2CppChar L_20 = ___4_passwordChar; __this->____passwordChar = L_20; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_21 = ___1_culture; NullCheck(L_21); bool L_22; L_22 = VirtualFuncInvoker0< bool >::Invoke(13, L_21); if (!L_22) { goto IL_00ce; } } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_23; L_23 = CultureInfo_GetCultures_m70BC8F78E30943F1267A8393EACCE48A1C736BAC(2, NULL); V_2 = L_23; V_1 = 0; goto IL_00b3; } IL_0094: { CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_24 = V_2; int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = L_25; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_27 = (L_24)->GetAt(static_cast(L_26)); V_3 = L_27; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_28 = ___1_culture; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_29 = V_3; NullCheck(L_29); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_30; L_30 = VirtualFuncInvoker0< CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* >::Invoke(9, L_29); NullCheck(L_28); bool L_31; L_31 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_28, L_30); if (!L_31) { goto IL_00af; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_32 = V_3; __this->___U3CCultureU3Ek__BackingField = L_32; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCultureU3Ek__BackingField), (void*)L_32); goto IL_00b9; } IL_00af: { int32_t L_33 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_33, 1)); } IL_00b3: { int32_t L_34 = V_1; CultureInfoU5BU5D_t3F54FF291A190FBE27B4B3324CBC8CC21F0EAD9F* L_35 = V_2; NullCheck(L_35); if ((((int32_t)L_34) < ((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))))) { goto IL_0094; } } IL_00b9: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_36; L_36 = MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline(__this, NULL); if (L_36) { goto IL_00d5; } } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_37; L_37 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); __this->___U3CCultureU3Ek__BackingField = L_37; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCultureU3Ek__BackingField), (void*)L_37); goto IL_00d5; } IL_00ce: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_38 = ___1_culture; __this->___U3CCultureU3Ek__BackingField = L_38; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCultureU3Ek__BackingField), (void*)L_38); } IL_00d5: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_39; L_39 = MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline(__this, NULL); NullCheck(L_39); bool L_40; L_40 = CultureInfo_get_IsReadOnly_m53947CBF80905492B4AC82C8A148088E2DB8F8EF_inline(L_39, NULL); if (L_40) { goto IL_00f3; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_41; L_41 = MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_42; L_42 = CultureInfo_ReadOnly_mFF7FA8AF44096388D6C1CC46EC4AAF6A649D5952(L_41, NULL); __this->___U3CCultureU3Ek__BackingField = L_42; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCultureU3Ek__BackingField), (void*)L_42); } IL_00f3: { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_43 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_44 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_ALLOW_PROMPT_AS_INPUT; bool L_45 = ___2_allowPromptAsInput; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_43, L_44, L_45, NULL); BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_46 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); int32_t L_47 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_ASCII_ONLY; bool L_48 = ___5_restrictToAscii; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_46, L_47, L_48, NULL); BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_49 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); int32_t L_50 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_INCLUDE_PROMPT; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_49, L_50, (bool)0, NULL); BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_51 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); int32_t L_52 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_INCLUDE_LITERALS; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_51, L_52, (bool)1, NULL); BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_53 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); int32_t L_54 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_RESET_ON_PROMPT; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_53, L_54, (bool)1, NULL); BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_55 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); int32_t L_56 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_SKIP_SPACE; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_55, L_56, (bool)1, NULL); BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_57 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); int32_t L_58 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_RESET_ON_LITERALS; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_57, L_58, (bool)1, NULL); MaskedTextProvider_Initialize_m1AC53149CA03C140E5A0DF92F5588562B84B9CB1(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_Initialize_m1AC53149CA03C140E5A0DF92F5588562B84B9CB1 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m112A4894DEF9FACD20BB7E36816A43E1CD82E4F4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m54B005449EF7D5FCB8215042E0CEF25D62FE469D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; String_t* V_5 = NULL; int32_t V_6 = 0; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_7 = NULL; String_t* V_8 = NULL; int32_t V_9 = 0; Il2CppChar V_10 = 0x0; { StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL); __this->____testString = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____testString), (void*)L_0); List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_1 = (List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473*)il2cpp_codegen_object_new(List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473_il2cpp_TypeInfo_var); List_1__ctor_m54B005449EF7D5FCB8215042E0CEF25D62FE469D(L_1, List_1__ctor_m54B005449EF7D5FCB8215042E0CEF25D62FE469D_RuntimeMethod_var); __this->____stringDescriptor = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____stringDescriptor), (void*)L_1); V_0 = 0; V_1 = (bool)0; V_2 = 0; V_3 = 8; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; V_5 = L_2; V_6 = 0; goto IL_0230; } IL_002d: { String_t* L_3; L_3 = MaskedTextProvider_get_Mask_m599BD073AAEAF9596FD5B04D0213C52A79D995A3_inline(__this, NULL); int32_t L_4 = V_6; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL); V_4 = L_5; bool L_6 = V_1; if (L_6) { goto IL_01bc; } } { Il2CppChar L_7 = V_4; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)67))))) { goto IL_00bb; } } { Il2CppChar L_8 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, ((int32_t)35)))) { case 0: { goto IL_019e; } case 1: { goto IL_0150; } case 2: { goto IL_01b8; } case 3: { goto IL_0184; } } } { Il2CppChar L_9 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, ((int32_t)44)))) { case 0: { goto IL_0108; } case 1: { goto IL_01b8; } case 2: { goto IL_00ef; } case 3: { goto IL_013a; } case 4: { goto IL_0184; } } } { Il2CppChar L_10 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)57)))) { case 0: { goto IL_019e; } case 1: { goto IL_0121; } case 2: { goto IL_01b8; } case 3: { goto IL_0166; } case 4: { goto IL_01b8; } case 5: { goto IL_016d; } case 6: { goto IL_019e; } case 7: { goto IL_01b8; } case 8: { goto IL_0184; } case 9: { goto IL_01b8; } case 10: { goto IL_019e; } } } { goto IL_01b8; } IL_00bb: { Il2CppChar L_11 = V_4; if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)92))))) { goto IL_00d8; } } { Il2CppChar L_12 = V_4; if ((((int32_t)L_12) == ((int32_t)((int32_t)76)))) { goto IL_0184; } } { Il2CppChar L_13 = V_4; if ((((int32_t)L_13) == ((int32_t)((int32_t)92)))) { goto IL_017b; } } { goto IL_01b8; } IL_00d8: { Il2CppChar L_14 = V_4; if ((((int32_t)L_14) == ((int32_t)((int32_t)97)))) { goto IL_019e; } } { Il2CppChar L_15 = V_4; if ((((int32_t)L_15) == ((int32_t)((int32_t)124)))) { goto IL_0174; } } { goto IL_01b8; } IL_00ef: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16; L_16 = MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline(__this, NULL); NullCheck(L_16); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17; L_17 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14, L_16); NullCheck(L_17); String_t* L_18; L_18 = NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline(L_17, NULL); V_5 = L_18; V_3 = 4; goto IL_01be; } IL_0108: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_19; L_19 = MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline(__this, NULL); NullCheck(L_19); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_20; L_20 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14, L_19); NullCheck(L_20); String_t* L_21; L_21 = NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline(L_20, NULL); V_5 = L_21; V_3 = 4; goto IL_01be; } IL_0121: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_22; L_22 = MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline(__this, NULL); NullCheck(L_22); DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_23; L_23 = VirtualFuncInvoker0< DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* >::Invoke(16, L_22); NullCheck(L_23); String_t* L_24; L_24 = DateTimeFormatInfo_get_TimeSeparator_m708070A0307E7FB6D0FB9C5FF3E371EBF8800791(L_23, NULL); V_5 = L_24; V_3 = 4; goto IL_01be; } IL_013a: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_25; L_25 = MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline(__this, NULL); NullCheck(L_25); DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_26; L_26 = VirtualFuncInvoker0< DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* >::Invoke(16, L_25); NullCheck(L_26); String_t* L_27; L_27 = DateTimeFormatInfo_get_DateSeparator_mBD2B8F51FE1491BC6695B10CB1973754BBF54CDD(L_26, NULL); V_5 = L_27; V_3 = 4; goto IL_01be; } IL_0150: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_28; L_28 = MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline(__this, NULL); NullCheck(L_28); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_29; L_29 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14, L_28); NullCheck(L_29); String_t* L_30; L_30 = NumberFormatInfo_get_CurrencySymbol_m69E8700B6E102ADA1351AD4C6BBC7779D9F13F43_inline(L_29, NULL); V_5 = L_30; V_3 = 4; goto IL_01be; } IL_0166: { V_0 = 1; goto IL_022a; } IL_016d: { V_0 = 2; goto IL_022a; } IL_0174: { V_0 = 0; goto IL_022a; } IL_017b: { V_1 = (bool)1; V_3 = 8; goto IL_022a; } IL_0184: { int32_t L_31 = __this->____requiredEditChars; __this->____requiredEditChars = ((int32_t)il2cpp_codegen_add(L_31, 1)); Il2CppChar L_32 = __this->____promptChar; V_4 = L_32; V_3 = 2; goto IL_01be; } IL_019e: { int32_t L_33 = __this->____optionalEditChars; __this->____optionalEditChars = ((int32_t)il2cpp_codegen_add(L_33, 1)); Il2CppChar L_34 = __this->____promptChar; V_4 = L_34; V_3 = 1; goto IL_01be; } IL_01b8: { V_3 = 8; goto IL_01be; } IL_01bc: { V_1 = (bool)0; } IL_01be: { int32_t L_35 = V_6; int32_t L_36 = V_3; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_37 = (CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB*)il2cpp_codegen_object_new(CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB_il2cpp_TypeInfo_var); CharDescriptor__ctor_m87C97CFABEE28E2EE39C3AA5B29048B8CFC76255(L_37, L_35, L_36, NULL); V_7 = L_37; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_38 = V_7; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_39; L_39 = MaskedTextProvider_IsEditPosition_m0F63B6F87A7250ECE34FA9E63EB6C3A6F1E2F820(L_38, NULL); if (!L_39) { goto IL_01d9; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_40 = V_7; int32_t L_41 = V_0; NullCheck(L_40); L_40->___CaseConversion = L_41; } IL_01d9: { int32_t L_42 = V_3; if ((((int32_t)L_42) == ((int32_t)4))) { goto IL_01e6; } } { il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); String_t* L_43; L_43 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&V_4), NULL); V_5 = L_43; } IL_01e6: { String_t* L_44 = V_5; V_8 = L_44; V_9 = 0; goto IL_021f; } IL_01ef: { String_t* L_45 = V_8; int32_t L_46 = V_9; NullCheck(L_45); Il2CppChar L_47; L_47 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_45, L_46, NULL); V_10 = L_47; StringBuilder_t* L_48 = __this->____testString; Il2CppChar L_49 = V_10; NullCheck(L_48); StringBuilder_t* L_50; L_50 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_48, L_49, NULL); List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_51 = __this->____stringDescriptor; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_52 = V_7; NullCheck(L_51); List_1_Add_m112A4894DEF9FACD20BB7E36816A43E1CD82E4F4_inline(L_51, L_52, List_1_Add_m112A4894DEF9FACD20BB7E36816A43E1CD82E4F4_RuntimeMethod_var); int32_t L_53 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_53, 1)); int32_t L_54 = V_9; V_9 = ((int32_t)il2cpp_codegen_add(L_54, 1)); } IL_021f: { int32_t L_55 = V_9; String_t* L_56 = V_8; NullCheck(L_56); int32_t L_57; L_57 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_56, NULL); if ((((int32_t)L_55) < ((int32_t)L_57))) { goto IL_01ef; } } IL_022a: { int32_t L_58 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_58, 1)); } IL_0230: { int32_t L_59 = V_6; String_t* L_60; L_60 = MaskedTextProvider_get_Mask_m599BD073AAEAF9596FD5B04D0213C52A79D995A3_inline(__this, NULL); NullCheck(L_60); int32_t L_61; L_61 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_60, NULL); if ((((int32_t)L_59) < ((int32_t)L_61))) { goto IL_002d; } } { StringBuilder_t* L_62 = __this->____testString; StringBuilder_t* L_63 = __this->____testString; NullCheck(L_63); int32_t L_64; L_64 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_63, NULL); NullCheck(L_62); StringBuilder_set_Capacity_m11BD24481D70C842320ADF7C959CC674D18AF574(L_62, L_64, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_AllowPromptAsInput_mE1500E9AF6E467C749DD62D5A785AADE766EBC7D (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_ALLOW_PROMPT_AS_INPUT; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_AssignedEditPositionCount_m9ED53E540B5C88F393225936E30A67EEEBC074F3 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CAssignedEditPositionCountU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_AssignedEditPositionCount_mC6F5D53C6E96FBA39863104EC6025E74CB5585DB (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CAssignedEditPositionCountU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_AvailableEditPositionCount_m0D0B12611D645863F754EFB0F2B843C7BBD8FC00 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = MaskedTextProvider_get_EditPositionCount_mBD6D2131079B6365428FF3BDB56EF73DFE824BE2(__this, NULL); int32_t L_1; L_1 = MaskedTextProvider_get_AssignedEditPositionCount_m9ED53E540B5C88F393225936E30A67EEEBC074F3_inline(__this, NULL); return ((int32_t)il2cpp_codegen_subtract(L_0, L_1)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MaskedTextProvider_Clone_mA792E82E3A7DBE680C0DFCDB287D8BE131979AEB (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, 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*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_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; } MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* V_0 = NULL; Type_t* V_1 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_2 = NULL; int32_t V_3 = 0; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_4 = NULL; { Type_t* L_0; L_0 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); V_1 = L_0; Type_t* L_1 = V_1; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); Type_t* L_2 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_maskTextProviderType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_1, L_2, NULL); if (!L_3) { goto IL_0040; } } { String_t* L_4; L_4 = MaskedTextProvider_get_Mask_m599BD073AAEAF9596FD5B04D0213C52A79D995A3_inline(__this, NULL); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5; L_5 = MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline(__this, NULL); bool L_6; L_6 = MaskedTextProvider_get_AllowPromptAsInput_mE1500E9AF6E467C749DD62D5A785AADE766EBC7D(__this, NULL); Il2CppChar L_7; L_7 = MaskedTextProvider_get_PromptChar_mDF13ACB9F41F795A89E24681B6C821775C871D4A_inline(__this, NULL); Il2CppChar L_8; L_8 = MaskedTextProvider_get_PasswordChar_mCBE18695BC0289A9D86CAED5077CC133F88577AD_inline(__this, NULL); bool L_9; L_9 = MaskedTextProvider_get_AsciiOnly_mDB03EF5E1DCD6F6B85214C13547029D2F80F56DD(__this, NULL); MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* L_10 = (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787*)il2cpp_codegen_object_new(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); MaskedTextProvider__ctor_m62C713CC63FE978EC68B8B0066FF76F4D7BC7A0E(L_10, L_4, L_5, L_6, L_7, L_8, L_9, NULL); V_0 = L_10; goto IL_009e; } IL_0040: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; String_t* L_13; L_13 = MaskedTextProvider_get_Mask_m599BD073AAEAF9596FD5B04D0213C52A79D995A3_inline(__this, NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_13); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = L_12; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_15; L_15 = MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline(__this, NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(1), (RuntimeObject*)L_15); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_14; bool L_17; L_17 = MaskedTextProvider_get_AllowPromptAsInput_mE1500E9AF6E467C749DD62D5A785AADE766EBC7D(__this, NULL); bool L_18 = L_17; RuntimeObject* L_19 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(2), (RuntimeObject*)L_19); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = L_16; Il2CppChar L_21; L_21 = MaskedTextProvider_get_PromptChar_mDF13ACB9F41F795A89E24681B6C821775C871D4A_inline(__this, NULL); Il2CppChar L_22 = L_21; RuntimeObject* L_23 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(3), (RuntimeObject*)L_23); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_24 = L_20; Il2CppChar L_25; L_25 = MaskedTextProvider_get_PasswordChar_mCBE18695BC0289A9D86CAED5077CC133F88577AD_inline(__this, NULL); Il2CppChar L_26 = L_25; RuntimeObject* L_27 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_26); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_27); (L_24)->SetAt(static_cast(4), (RuntimeObject*)L_27); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = L_24; bool L_29; L_29 = MaskedTextProvider_get_AsciiOnly_mDB03EF5E1DCD6F6B85214C13547029D2F80F56DD(__this, NULL); bool L_30 = L_29; RuntimeObject* L_31 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_30); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_31); (L_28)->SetAt(static_cast(5), (RuntimeObject*)L_31); V_2 = L_28; Type_t* L_32 = V_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_33 = V_2; RuntimeObject* L_34; L_34 = SecurityUtils_SecureCreateInstance_mB208AB1046AAACA85AD10C83C46AA9BDE75B3310(L_32, L_33, NULL); V_0 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787*)IsInstClass((RuntimeObject*)L_34, MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var)); } IL_009e: { MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* L_35 = V_0; NullCheck(L_35); MaskedTextProvider_set_ResetOnPrompt_m179267564E2CC3962523E01B59E8219B2E9AB8B3(L_35, (bool)0, NULL); MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* L_36 = V_0; NullCheck(L_36); MaskedTextProvider_set_ResetOnSpace_m7B4942BD98BB6EE7F3E54DB998CB8AA4F56EC55E(L_36, (bool)0, NULL); MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* L_37 = V_0; NullCheck(L_37); MaskedTextProvider_set_SkipLiterals_mC0AF5438647F519857E2D8EAC9E97C47F6E208EC(L_37, (bool)0, NULL); V_3 = 0; goto IL_00ef; } IL_00b7: { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_38 = __this->____stringDescriptor; int32_t L_39 = V_3; NullCheck(L_38); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_40; L_40 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_38, L_39, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); V_4 = L_40; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_41 = V_4; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_42; L_42 = MaskedTextProvider_IsEditPosition_m0F63B6F87A7250ECE34FA9E63EB6C3A6F1E2F820(L_41, NULL); if (!L_42) { goto IL_00eb; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_43 = V_4; NullCheck(L_43); bool L_44 = L_43->___IsAssigned; if (!L_44) { goto IL_00eb; } } { MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* L_45 = V_0; StringBuilder_t* L_46 = __this->____testString; int32_t L_47 = V_3; NullCheck(L_46); Il2CppChar L_48; L_48 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_46, L_47, NULL); int32_t L_49 = V_3; NullCheck(L_45); bool L_50; L_50 = MaskedTextProvider_Replace_mBF312FD9F1CA8296EAAF7DC6A26FFD7FC224BD0C(L_45, L_48, L_49, NULL); } IL_00eb: { int32_t L_51 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_51, 1)); } IL_00ef: { int32_t L_52 = V_3; StringBuilder_t* L_53 = __this->____testString; NullCheck(L_53); int32_t L_54; L_54 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_53, NULL); if ((((int32_t)L_52) < ((int32_t)L_54))) { goto IL_00b7; } } { MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* L_55 = V_0; bool L_56; L_56 = MaskedTextProvider_get_ResetOnPrompt_m10A5D99558743AB8F41A1F705DBC91FCBB70B304(__this, NULL); NullCheck(L_55); MaskedTextProvider_set_ResetOnPrompt_m179267564E2CC3962523E01B59E8219B2E9AB8B3(L_55, L_56, NULL); MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* L_57 = V_0; bool L_58; L_58 = MaskedTextProvider_get_ResetOnSpace_mC0D0491174C1C4C35CB7AF3CCDA414654A218498(__this, NULL); NullCheck(L_57); MaskedTextProvider_set_ResetOnSpace_m7B4942BD98BB6EE7F3E54DB998CB8AA4F56EC55E(L_57, L_58, NULL); MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* L_59 = V_0; bool L_60; L_60 = MaskedTextProvider_get_SkipLiterals_m860DD9A97BBE5D8D1DC68EFDC5604AC0428B5C82(__this, NULL); NullCheck(L_59); MaskedTextProvider_set_SkipLiterals_mC0AF5438647F519857E2D8EAC9E97C47F6E208EC(L_59, L_60, NULL); MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* L_61 = V_0; bool L_62; L_62 = MaskedTextProvider_get_IncludeLiterals_mB0C9A445617F100A4A6B6DE98C8CB86FE7C4B3DB(__this, NULL); NullCheck(L_61); MaskedTextProvider_set_IncludeLiterals_m0B2AB5C6D15067C552718B4504170E56B901584F(L_61, L_62, NULL); MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* L_63 = V_0; bool L_64; L_64 = MaskedTextProvider_get_IncludePrompt_mEBBBEAB2DA1ED0B171042D473ADF947662CAC319(__this, NULL); NullCheck(L_63); MaskedTextProvider_set_IncludePrompt_mBEE0F3A1E596D962802C527A0A82CB40FB983DD7(L_63, L_64, NULL); MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* L_65 = V_0; return L_65; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = __this->___U3CCultureU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_DefaultPasswordChar_m81E39C7DED31C30203CCFBB5C44981C557A49204 (const RuntimeMethod* method) { { return ((int32_t)42); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_EditPositionCount_mBD6D2131079B6365428FF3BDB56EF73DFE824BE2 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____optionalEditChars; int32_t L_1 = __this->____requiredEditChars; return ((int32_t)il2cpp_codegen_add(L_0, L_1)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MaskedTextProvider_get_EditPositions_m5B0CFDE34C6A4565FB04C7C05C567B9792A71842 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0BBB5C43FAD430D8BFC79F80F87BDCB4372B5E6E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m922454D6E03F83BAA71894256A16EA51EA54A231_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m43A991FE9AC743F5FAADA90174729B52CE01D21A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m409A29220460DFF1C5B894E2A67C4D054F8A2009_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* V_0 = NULL; int32_t V_1 = 0; Enumerator_t3F6CC60FCC4A7863617A959E3791E4DD690551D0 V_2; memset((&V_2), 0, sizeof(V_2)); { List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_0 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)il2cpp_codegen_object_new(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var); List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8(L_0, List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var); V_0 = L_0; V_1 = 0; List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_1 = __this->____stringDescriptor; NullCheck(L_1); Enumerator_t3F6CC60FCC4A7863617A959E3791E4DD690551D0 L_2; L_2 = List_1_GetEnumerator_m409A29220460DFF1C5B894E2A67C4D054F8A2009(L_1, List_1_GetEnumerator_m409A29220460DFF1C5B894E2A67C4D054F8A2009_RuntimeMethod_var); V_2 = L_2; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_003a: { Enumerator_Dispose_m0BBB5C43FAD430D8BFC79F80F87BDCB4372B5E6E((&V_2), Enumerator_Dispose_m0BBB5C43FAD430D8BFC79F80F87BDCB4372B5E6E_RuntimeMethod_var); return; } }); try { { goto IL_002f_1; } IL_0016_1: { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_3; L_3 = Enumerator_get_Current_m43A991FE9AC743F5FAADA90174729B52CE01D21A_inline((&V_2), Enumerator_get_Current_m43A991FE9AC743F5FAADA90174729B52CE01D21A_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_4; L_4 = MaskedTextProvider_IsEditPosition_m0F63B6F87A7250ECE34FA9E63EB6C3A6F1E2F820(L_3, NULL); if (!L_4) { goto IL_002b_1; } } { List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_5, L_6, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var); } IL_002b_1: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1)); } IL_002f_1: { bool L_8; L_8 = Enumerator_MoveNext_m922454D6E03F83BAA71894256A16EA51EA54A231((&V_2), Enumerator_MoveNext_m922454D6E03F83BAA71894256A16EA51EA54A231_RuntimeMethod_var); if (L_8) { goto IL_0016_1; } } { goto IL_0048; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0048: { List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_9 = V_0; NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_9); return L_10; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_IncludeLiterals_mB0C9A445617F100A4A6B6DE98C8CB86FE7C4B3DB (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_INCLUDE_LITERALS; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_IncludeLiterals_m0B2AB5C6D15067C552718B4504170E56B901584F (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_INCLUDE_LITERALS; bool L_2 = ___0_value; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_0, L_1, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_IncludePrompt_mEBBBEAB2DA1ED0B171042D473ADF947662CAC319 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_INCLUDE_PROMPT; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_IncludePrompt_mBEE0F3A1E596D962802C527A0A82CB40FB983DD7 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_INCLUDE_PROMPT; bool L_2 = ___0_value; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_0, L_1, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_AsciiOnly_mDB03EF5E1DCD6F6B85214C13547029D2F80F56DD (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_ASCII_ONLY; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_IsPassword_m5E08BF3E70E4C71FAFD9F3EE7F18A5A12AEEAD57 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->____passwordChar; return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_IsPassword_m4728354FE98661573429950F597F06266465EF96 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* G_B3_0 = NULL; MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* G_B2_0 = NULL; int32_t G_B4_0 = 0; MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* G_B4_1 = NULL; { bool L_0; L_0 = MaskedTextProvider_get_IsPassword_m5E08BF3E70E4C71FAFD9F3EE7F18A5A12AEEAD57(__this, NULL); bool L_1 = ___0_value; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_001a; } } { bool L_2 = ___0_value; if (L_2) { G_B3_0 = __this; goto IL_0010; } G_B2_0 = __this; } { G_B4_0 = 0; G_B4_1 = G_B2_0; goto IL_0015; } IL_0010: { il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); Il2CppChar L_3; L_3 = MaskedTextProvider_get_DefaultPasswordChar_m81E39C7DED31C30203CCFBB5C44981C557A49204(NULL); G_B4_0 = ((int32_t)(L_3)); G_B4_1 = G_B3_0; } IL_0015: { NullCheck(G_B4_1); G_B4_1->____passwordChar = G_B4_0; } IL_001a: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_InvalidIndex_m1F1A5473A902D21DF189D6DCC7B56B006ACD7D16 (const RuntimeMethod* method) { { return (-1); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_LastAssignedPosition_m56D66DFD7307BD1773FECDB3FE83CA63E698EB99 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { StringBuilder_t* L_0 = __this->____testString; NullCheck(L_0); int32_t L_1; L_1 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_0, NULL); int32_t L_2; L_2 = MaskedTextProvider_FindAssignedEditPositionFrom_m63241C0768B39A3CDD749322E64F373CEFDABE54(__this, ((int32_t)il2cpp_codegen_subtract(L_1, 1)), (bool)0, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_Length_mE6DBD2FB146694EAB7CE1E58B4757F72F6B10D4B (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { StringBuilder_t* L_0 = __this->____testString; NullCheck(L_0); int32_t L_1; L_1 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_get_Mask_m599BD073AAEAF9596FD5B04D0213C52A79D995A3 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CMaskU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_MaskCompleted_mD5BAE11112DABEA244A35826896AFEC56CF5FF15 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____requiredCharCount; int32_t L_1 = __this->____requiredEditChars; return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_MaskFull_m82DCB6E0A5AD1975F28127532AE03A0C2E3E10DF (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = MaskedTextProvider_get_AssignedEditPositionCount_m9ED53E540B5C88F393225936E30A67EEEBC074F3_inline(__this, NULL); int32_t L_1; L_1 = MaskedTextProvider_get_EditPositionCount_mBD6D2131079B6365428FF3BDB56EF73DFE824BE2(__this, NULL); return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_PasswordChar_mCBE18695BC0289A9D86CAED5077CC133F88577AD (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->____passwordChar; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_PasswordChar_m018421E3C6AA5C77E03F5A5A0DEFF13AB46BC063 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___0_value; Il2CppChar L_1 = __this->____promptChar; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0014; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral72957738B00DD483A0E92D5F104AAE6C56A2B652)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_set_PasswordChar_m018421E3C6AA5C77E03F5A5A0DEFF13AB46BC063_RuntimeMethod_var))); } IL_0014: { Il2CppChar L_3 = ___0_value; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_4; L_4 = MaskedTextProvider_IsValidPasswordChar_m8F0A554320C929AB5E41E935C8E146342C46E836(L_3, NULL); if (L_4) { goto IL_002a; } } { Il2CppChar L_5 = ___0_value; if (!L_5) { goto IL_002a; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE18D7DA511A8C34741C4C2D396F2CAB7C9800854)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_set_PasswordChar_m018421E3C6AA5C77E03F5A5A0DEFF13AB46BC063_RuntimeMethod_var))); } IL_002a: { Il2CppChar L_7 = ___0_value; Il2CppChar L_8 = __this->____passwordChar; if ((((int32_t)L_7) == ((int32_t)L_8))) { goto IL_003a; } } { Il2CppChar L_9 = ___0_value; __this->____passwordChar = L_9; } IL_003a: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_PromptChar_mDF13ACB9F41F795A89E24681B6C821775C871D4A (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->____promptChar; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_PromptChar_m79933FBB5A6EBF1A2663B6BCCAE4DCA7BD7B1467 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_1 = NULL; { Il2CppChar L_0 = ___0_value; Il2CppChar L_1 = __this->____passwordChar; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0014; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral72957738B00DD483A0E92D5F104AAE6C56A2B652)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_set_PromptChar_m79933FBB5A6EBF1A2663B6BCCAE4DCA7BD7B1467_RuntimeMethod_var))); } IL_0014: { Il2CppChar L_3 = ___0_value; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_4; L_4 = MaskedTextProvider_IsPrintableChar_m157A17B6517A061FB3F98DAF31A6DE6195BBD5A5(L_3, NULL); if (L_4) { goto IL_0027; } } { 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE18D7DA511A8C34741C4C2D396F2CAB7C9800854)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_set_PromptChar_m79933FBB5A6EBF1A2663B6BCCAE4DCA7BD7B1467_RuntimeMethod_var))); } IL_0027: { Il2CppChar L_6 = ___0_value; Il2CppChar L_7 = __this->____promptChar; if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_007d; } } { Il2CppChar L_8 = ___0_value; __this->____promptChar = L_8; V_0 = 0; goto IL_006f; } IL_003b: { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_9 = __this->____stringDescriptor; int32_t L_10 = V_0; NullCheck(L_9); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_11; L_11 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_9, L_10, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); V_1 = L_11; int32_t L_12 = V_0; bool L_13; L_13 = MaskedTextProvider_IsEditPosition_m360CE83070BD08921A406348158486121BADD600(__this, L_12, NULL); if (!L_13) { goto IL_006b; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_14 = V_1; NullCheck(L_14); bool L_15 = L_14->___IsAssigned; if (L_15) { goto IL_006b; } } { StringBuilder_t* L_16 = __this->____testString; int32_t L_17 = V_0; Il2CppChar L_18 = __this->____promptChar; NullCheck(L_16); StringBuilder_set_Chars_m20B53B0EEAB2A0BB0EC84A130FF12EA86ADD99AE(L_16, L_17, L_18, NULL); } IL_006b: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1)); } IL_006f: { int32_t L_20 = V_0; StringBuilder_t* L_21 = __this->____testString; NullCheck(L_21); int32_t L_22; L_22 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_21, NULL); if ((((int32_t)L_20) < ((int32_t)L_22))) { goto IL_003b; } } IL_007d: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_ResetOnPrompt_m10A5D99558743AB8F41A1F705DBC91FCBB70B304 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_RESET_ON_PROMPT; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_ResetOnPrompt_m179267564E2CC3962523E01B59E8219B2E9AB8B3 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_RESET_ON_PROMPT; bool L_2 = ___0_value; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_0, L_1, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_ResetOnSpace_mC0D0491174C1C4C35CB7AF3CCDA414654A218498 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_SKIP_SPACE; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_ResetOnSpace_m7B4942BD98BB6EE7F3E54DB998CB8AA4F56EC55E (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_SKIP_SPACE; bool L_2 = ___0_value; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_0, L_1, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_SkipLiterals_m860DD9A97BBE5D8D1DC68EFDC5604AC0428B5C82 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_RESET_ON_LITERALS; bool L_2; L_2 = BitVector32_get_Item_m978AB1B65BC7B75C93FCE24924081447F631DC09(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_SkipLiterals_mC0AF5438647F519857E2D8EAC9E97C47F6E208EC (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119* L_0 = (BitVector32_tC6B6129CEBD8DF65CED77CE48509E6C27F8BB119*)(&__this->____flagState); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_RESET_ON_LITERALS; bool L_2 = ___0_value; BitVector32_set_Item_m82B1DDA9331F4DE283448290BABA401D5A8F9B61(L_0, L_1, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_Item_m9A15B68C9FEA0B63CEDEA5AE43FCC4291736CACB (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___0_index; StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0024; } } IL_0012: { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var))); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_4; L_4 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); String_t* L_5; L_5 = Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B((&___0_index), L_4, NULL); IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_6 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425(L_6, L_5, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_get_Item_m9A15B68C9FEA0B63CEDEA5AE43FCC4291736CACB_RuntimeMethod_var))); } IL_0024: { StringBuilder_t* L_7 = __this->____testString; int32_t L_8 = ___0_index; NullCheck(L_7); Il2CppChar L_9; L_9 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_7, L_8, NULL); return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Add_m8B7765F3C2A2A221108730E075AE1D5B8A9A6BBB (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Il2CppChar L_0 = ___0_input; bool L_1; L_1 = MaskedTextProvider_Add_m7B5EB155515BCD247592B739449B9B543D10CAF0(__this, L_0, (&V_0), (&V_1), NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Add_m7B5EB155515BCD247592B739449B9B543D10CAF0 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t* ___1_testPosition, int32_t* ___2_resultHint, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = MaskedTextProvider_get_LastAssignedPosition_m56D66DFD7307BD1773FECDB3FE83CA63E698EB99(__this, NULL); V_0 = L_0; int32_t L_1 = V_0; StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_3, 1)))))) { goto IL_002a; } } { int32_t* L_4 = ___1_testPosition; StringBuilder_t* L_5 = __this->____testString; NullCheck(L_5); int32_t L_6; L_6 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_5, NULL); *((int32_t*)L_4) = (int32_t)L_6; int32_t* L_7 = ___2_resultHint; *((int32_t*)L_7) = (int32_t)((int32_t)-53); return (bool)0; } IL_002a: { int32_t* L_8 = ___1_testPosition; int32_t L_9 = V_0; *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add(L_9, 1)); int32_t* L_10 = ___1_testPosition; int32_t* L_11 = ___1_testPosition; int32_t L_12 = *((int32_t*)L_11); int32_t L_13; L_13 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, L_12, (bool)1, NULL); *((int32_t*)L_10) = (int32_t)L_13; int32_t* L_14 = ___1_testPosition; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_15) == ((uint32_t)(-1))))) { goto IL_0052; } } { int32_t* L_16 = ___2_resultHint; *((int32_t*)L_16) = (int32_t)((int32_t)-53); int32_t* L_17 = ___1_testPosition; StringBuilder_t* L_18 = __this->____testString; NullCheck(L_18); int32_t L_19; L_19 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_18, NULL); *((int32_t*)L_17) = (int32_t)L_19; return (bool)0; } IL_0052: { Il2CppChar L_20 = ___0_input; int32_t* L_21 = ___1_testPosition; int32_t L_22 = *((int32_t*)L_21); int32_t* L_23 = ___2_resultHint; bool L_24; L_24 = MaskedTextProvider_TestSetChar_mC3462DC6028BCBB0AA05737CB3998AD1259E13B0(__this, L_20, L_22, L_23, NULL); if (L_24) { goto IL_0060; } } { return (bool)0; } IL_0060: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Add_m5E5C35C87856F60D3121ACDB07A98FF787A5B778 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___0_input; bool L_1; L_1 = MaskedTextProvider_Add_m10749D1F0AE735EE9904989918E645A859F4CF85(__this, L_0, (&V_0), (&V_1), NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Add_m10749D1F0AE735EE9904989918E645A859F4CF85 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t* ___1_testPosition, int32_t* ___2_resultHint, const RuntimeMethod* method) { { String_t* L_0 = ___0_input; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_Add_m10749D1F0AE735EE9904989918E645A859F4CF85_RuntimeMethod_var))); } IL_000e: { int32_t* L_2 = ___1_testPosition; int32_t L_3; L_3 = MaskedTextProvider_get_LastAssignedPosition_m56D66DFD7307BD1773FECDB3FE83CA63E698EB99(__this, NULL); *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_3, 1)); String_t* L_4 = ___0_input; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); if (L_5) { goto IL_0025; } } { int32_t* L_6 = ___2_resultHint; *((int32_t*)L_6) = (int32_t)2; return (bool)1; } IL_0025: { String_t* L_7 = ___0_input; int32_t* L_8 = ___1_testPosition; int32_t L_9 = *((int32_t*)L_8); int32_t* L_10 = ___1_testPosition; int32_t* L_11 = ___2_resultHint; bool L_12; L_12 = MaskedTextProvider_TestSetString_mFAE924178F9F69A08F142B2D7431BECF5865A6B9(__this, L_7, L_9, L_10, L_11, NULL); return L_12; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_Clear_mDB7D04AB1573F8839432ACAD9973970369DFE796 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { MaskedTextProvider_Clear_m583A91BBEC3D14F1F33CBAA340D715187E9E0E31(__this, (&V_0), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_Clear_m583A91BBEC3D14F1F33CBAA340D715187E9E0E31 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t* ___0_resultHint, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = MaskedTextProvider_get_AssignedEditPositionCount_m9ED53E540B5C88F393225936E30A67EEEBC074F3_inline(__this, NULL); if (L_0) { goto IL_000c; } } { int32_t* L_1 = ___0_resultHint; *((int32_t*)L_1) = (int32_t)2; return; } IL_000c: { int32_t* L_2 = ___0_resultHint; *((int32_t*)L_2) = (int32_t)4; V_0 = 0; goto IL_001e; } IL_0013: { int32_t L_3 = V_0; MaskedTextProvider_ResetChar_mDD7A606D556F2420A25A4BFA5D66D2F75080C3FD(__this, L_3, NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1)); } IL_001e: { int32_t L_5 = V_0; StringBuilder_t* L_6 = __this->____testString; NullCheck(L_6); int32_t L_7; L_7 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_6, NULL); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0013; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindAssignedEditPositionFrom_m63241C0768B39A3CDD749322E64F373CEFDABE54 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_position, bool ___1_direction, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0; L_0 = MaskedTextProvider_get_AssignedEditPositionCount_m9ED53E540B5C88F393225936E30A67EEEBC074F3_inline(__this, NULL); if (L_0) { goto IL_000a; } } { return (-1); } IL_000a: { bool L_1 = ___1_direction; if (!L_1) { goto IL_001f; } } { int32_t L_2 = ___0_position; V_0 = L_2; StringBuilder_t* L_3 = __this->____testString; NullCheck(L_3); int32_t L_4; L_4 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_3, NULL); V_1 = ((int32_t)il2cpp_codegen_subtract(L_4, 1)); goto IL_0023; } IL_001f: { V_0 = 0; int32_t L_5 = ___0_position; V_1 = L_5; } IL_0023: { int32_t L_6 = V_0; int32_t L_7 = V_1; bool L_8 = ___1_direction; int32_t L_9; L_9 = MaskedTextProvider_FindAssignedEditPositionInRange_mB5B16DD65D43CBD7A22455CEE8109F1E0B46DF16(__this, L_6, L_7, L_8, NULL); return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindAssignedEditPositionInRange_mB5B16DD65D43CBD7A22455CEE8109F1E0B46DF16 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, bool ___2_direction, const RuntimeMethod* method) { { int32_t L_0; L_0 = MaskedTextProvider_get_AssignedEditPositionCount_m9ED53E540B5C88F393225936E30A67EEEBC074F3_inline(__this, NULL); if (L_0) { goto IL_000a; } } { return (-1); } IL_000a: { int32_t L_1 = ___0_startPosition; int32_t L_2 = ___1_endPosition; bool L_3 = ___2_direction; int32_t L_4; L_4 = MaskedTextProvider_FindEditPositionInRange_m4B6432F17F91A87C0CF78C03FF83A1C20CDC7996(__this, L_1, L_2, L_3, (uint8_t)2, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_position, bool ___1_direction, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = ___1_direction; if (!L_0) { goto IL_0015; } } { int32_t L_1 = ___0_position; V_0 = L_1; StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL); V_1 = ((int32_t)il2cpp_codegen_subtract(L_3, 1)); goto IL_0019; } IL_0015: { V_0 = 0; int32_t L_4 = ___0_position; V_1 = L_4; } IL_0019: { int32_t L_5 = V_0; int32_t L_6 = V_1; bool L_7 = ___1_direction; int32_t L_8; L_8 = MaskedTextProvider_FindEditPositionInRange_m182CA784C7B864483DEF6A5A7FF5EEF7ACD738C5(__this, L_5, L_6, L_7, NULL); return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindEditPositionInRange_m182CA784C7B864483DEF6A5A7FF5EEF7ACD738C5 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, bool ___2_direction, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 3; int32_t L_0 = ___0_startPosition; int32_t L_1 = ___1_endPosition; bool L_2 = ___2_direction; int32_t L_3 = V_0; int32_t L_4; L_4 = MaskedTextProvider_FindPositionInRange_m3CC8E02D60C07B9E82C33330F2B64D1D5239F5B0(__this, L_0, L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindEditPositionInRange_m4B6432F17F91A87C0CF78C03FF83A1C20CDC7996 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, bool ___2_direction, uint8_t ___3_assignedStatus, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_1 = NULL; IL_0000: { int32_t L_0 = ___0_startPosition; int32_t L_1 = ___1_endPosition; bool L_2 = ___2_direction; int32_t L_3; L_3 = MaskedTextProvider_FindEditPositionInRange_m182CA784C7B864483DEF6A5A7FF5EEF7ACD738C5(__this, L_0, L_1, L_2, NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0050; } } { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_5 = __this->____stringDescriptor; int32_t L_6 = V_0; NullCheck(L_5); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_7; L_7 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_5, L_6, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); V_1 = L_7; uint8_t L_8 = ___3_assignedStatus; if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_0027; } } { uint8_t L_9 = ___3_assignedStatus; if ((((int32_t)L_9) == ((int32_t)2))) { goto IL_0031; } } { goto IL_003b; } IL_0027: { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_10 = V_1; NullCheck(L_10); bool L_11 = L_10->___IsAssigned; if (L_11) { goto IL_003d; } } { int32_t L_12 = V_0; return L_12; } IL_0031: { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_13 = V_1; NullCheck(L_13); bool L_14 = L_13->___IsAssigned; if (!L_14) { goto IL_003d; } } { int32_t L_15 = V_0; return L_15; } IL_003b: { int32_t L_16 = V_0; return L_16; } IL_003d: { bool L_17 = ___2_direction; if (!L_17) { goto IL_0047; } } { int32_t L_18 = ___0_startPosition; ___0_startPosition = ((int32_t)il2cpp_codegen_add(L_18, 1)); goto IL_004c; } IL_0047: { int32_t L_19 = ___1_endPosition; ___1_endPosition = ((int32_t)il2cpp_codegen_subtract(L_19, 1)); } IL_004c: { int32_t L_20 = ___0_startPosition; int32_t L_21 = ___1_endPosition; if ((((int32_t)L_20) <= ((int32_t)L_21))) { goto IL_0000; } } IL_0050: { return (-1); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindNonEditPositionFrom_m5ED19A069FCC5FD7385C9CEF05692D2330709131 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_position, bool ___1_direction, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = ___1_direction; if (!L_0) { goto IL_0015; } } { int32_t L_1 = ___0_position; V_0 = L_1; StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL); V_1 = ((int32_t)il2cpp_codegen_subtract(L_3, 1)); goto IL_0019; } IL_0015: { V_0 = 0; int32_t L_4 = ___0_position; V_1 = L_4; } IL_0019: { int32_t L_5 = V_0; int32_t L_6 = V_1; bool L_7 = ___1_direction; int32_t L_8; L_8 = MaskedTextProvider_FindNonEditPositionInRange_m3DBC0B10CACBA40AE99FA43846423FBD66CBBB55(__this, L_5, L_6, L_7, NULL); return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindNonEditPositionInRange_m3DBC0B10CACBA40AE99FA43846423FBD66CBBB55 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, bool ___2_direction, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = ((int32_t)12); int32_t L_0 = ___0_startPosition; int32_t L_1 = ___1_endPosition; bool L_2 = ___2_direction; int32_t L_3 = V_0; int32_t L_4; L_4 = MaskedTextProvider_FindPositionInRange_m3CC8E02D60C07B9E82C33330F2B64D1D5239F5B0(__this, L_0, L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindPositionInRange_m3CC8E02D60C07B9E82C33330F2B64D1D5239F5B0 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, bool ___2_direction, int32_t ___3_charTypeFlags, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_1 = NULL; int32_t G_B9_0 = 0; { int32_t L_0 = ___0_startPosition; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0007; } } { ___0_startPosition = 0; } IL_0007: { int32_t L_1 = ___1_endPosition; StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0024; } } { StringBuilder_t* L_4 = __this->____testString; NullCheck(L_4); int32_t L_5; L_5 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_4, NULL); ___1_endPosition = ((int32_t)il2cpp_codegen_subtract(L_5, 1)); } IL_0024: { int32_t L_6 = ___0_startPosition; int32_t L_7 = ___1_endPosition; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_005c; } } { return (-1); } IL_002a: { bool L_8 = ___2_direction; if (L_8) { goto IL_0035; } } { int32_t L_9 = ___1_endPosition; int32_t L_10 = L_9; ___1_endPosition = ((int32_t)il2cpp_codegen_subtract(L_10, 1)); G_B9_0 = L_10; goto IL_003b; } IL_0035: { int32_t L_11 = ___0_startPosition; int32_t L_12 = L_11; ___0_startPosition = ((int32_t)il2cpp_codegen_add(L_12, 1)); G_B9_0 = L_12; } IL_003b: { V_0 = G_B9_0; List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_13 = __this->____stringDescriptor; int32_t L_14 = V_0; NullCheck(L_13); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_15; L_15 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_13, L_14, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); V_1 = L_15; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_16 = V_1; NullCheck(L_16); int32_t L_17 = L_16->___CharType; int32_t L_18 = ___3_charTypeFlags; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_19 = V_1; NullCheck(L_19); int32_t L_20 = L_19->___CharType; if ((!(((uint32_t)((int32_t)((int32_t)L_17&(int32_t)L_18))) == ((uint32_t)L_20)))) { goto IL_005c; } } { int32_t L_21 = V_0; return L_21; } IL_005c: { int32_t L_22 = ___0_startPosition; int32_t L_23 = ___1_endPosition; if ((((int32_t)L_22) <= ((int32_t)L_23))) { goto IL_002a; } } { return (-1); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindUnassignedEditPositionFrom_mB912E406F78333AA28AB29125F07E57F4644C7F5 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_position, bool ___1_direction, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = ___1_direction; if (!L_0) { goto IL_0015; } } { int32_t L_1 = ___0_position; V_0 = L_1; StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL); V_1 = ((int32_t)il2cpp_codegen_subtract(L_3, 1)); goto IL_0019; } IL_0015: { V_0 = 0; int32_t L_4 = ___0_position; V_1 = L_4; } IL_0019: { int32_t L_5 = V_0; int32_t L_6 = V_1; bool L_7 = ___1_direction; int32_t L_8; L_8 = MaskedTextProvider_FindEditPositionInRange_m4B6432F17F91A87C0CF78C03FF83A1C20CDC7996(__this, L_5, L_6, L_7, (uint8_t)1, NULL); return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindUnassignedEditPositionInRange_mFCB80AB6DDF9DA8A429F67F19C4D9863C98E3EAD (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, bool ___2_direction, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; IL_0000: { int32_t L_0 = ___0_startPosition; int32_t L_1 = ___1_endPosition; bool L_2 = ___2_direction; int32_t L_3; L_3 = MaskedTextProvider_FindEditPositionInRange_m4B6432F17F91A87C0CF78C03FF83A1C20CDC7996(__this, L_0, L_1, L_2, (uint8_t)0, NULL); V_0 = L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_0011; } } { return (-1); } IL_0011: { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_5 = __this->____stringDescriptor; int32_t L_6 = V_0; NullCheck(L_5); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_7; L_7 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_5, L_6, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); NullCheck(L_7); bool L_8 = L_7->___IsAssigned; if (L_8) { goto IL_0026; } } { int32_t L_9 = V_0; return L_9; } IL_0026: { bool L_10 = ___2_direction; if (!L_10) { goto IL_0030; } } { int32_t L_11 = ___0_startPosition; ___0_startPosition = ((int32_t)il2cpp_codegen_add(L_11, 1)); goto IL_0000; } IL_0030: { int32_t L_12 = ___1_endPosition; ___1_endPosition = ((int32_t)il2cpp_codegen_subtract(L_12, 1)); goto IL_0000; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_GetOperationResultFromHint_m95BDF9FD9FA8631039D5ECB9FBC46616EAA1EC0A (int32_t ___0_hint, const RuntimeMethod* method) { { int32_t L_0 = ___0_hint; return (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAt_m56D20A76356960D8E12532E9C0ACC801F770A954 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___1_position; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___1_position; StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0014; } } IL_0012: { return (bool)0; } IL_0014: { il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); String_t* L_4; L_4 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___0_input), NULL); int32_t L_5 = ___1_position; bool L_6; L_6 = MaskedTextProvider_InsertAt_mF4E21C7B9A4BD3CDD2CB95A94BAC3A81955B9F94(__this, L_4, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAt_m588782C83DCC5153AC06BA04E7679F8E4480EC99 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, int32_t* ___2_testPosition, int32_t* ___3_resultHint, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); String_t* L_0; L_0 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___0_input), NULL); int32_t L_1 = ___1_position; int32_t* L_2 = ___2_testPosition; int32_t* L_3 = ___3_resultHint; bool L_4; L_4 = MaskedTextProvider_InsertAt_mA61025D9B33142718C4AD4FF3B187CC25AF94326(__this, L_0, L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAt_mF4E21C7B9A4BD3CDD2CB95A94BAC3A81955B9F94 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_position, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___0_input; int32_t L_1 = ___1_position; bool L_2; L_2 = MaskedTextProvider_InsertAt_mA61025D9B33142718C4AD4FF3B187CC25AF94326(__this, L_0, L_1, (&V_0), (&V_1), NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAt_mA61025D9B33142718C4AD4FF3B187CC25AF94326 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_position, int32_t* ___2_testPosition, int32_t* ___3_resultHint, const RuntimeMethod* method) { { String_t* L_0 = ___0_input; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_InsertAt_mA61025D9B33142718C4AD4FF3B187CC25AF94326_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___1_position; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_3 = ___1_position; StringBuilder_t* L_4 = __this->____testString; NullCheck(L_4); int32_t L_5; L_5 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_4, NULL); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_002a; } } IL_0020: { int32_t* L_6 = ___2_testPosition; int32_t L_7 = ___1_position; *((int32_t*)L_6) = (int32_t)L_7; int32_t* L_8 = ___3_resultHint; *((int32_t*)L_8) = (int32_t)((int32_t)-55); return (bool)0; } IL_002a: { String_t* L_9 = ___0_input; int32_t L_10 = ___1_position; int32_t* L_11 = ___2_testPosition; int32_t* L_12 = ___3_resultHint; bool L_13; L_13 = MaskedTextProvider_InsertAtInt_m93B09DC6F293CC5DAF7A9A645CAA816EEF6526EA(__this, L_9, L_10, L_11, L_12, (bool)0, NULL); return L_13; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAtInt_m93B09DC6F293CC5DAF7A9A645CAA816EEF6526EA (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_position, int32_t* ___2_testPosition, int32_t* ___3_resultHint, bool ___4_testOnly, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { String_t* L_0 = ___0_input; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); if (L_1) { goto IL_0011; } } { int32_t* L_2 = ___2_testPosition; int32_t L_3 = ___1_position; *((int32_t*)L_2) = (int32_t)L_3; int32_t* L_4 = ___3_resultHint; *((int32_t*)L_4) = (int32_t)2; return (bool)1; } IL_0011: { String_t* L_5 = ___0_input; int32_t L_6 = ___1_position; int32_t* L_7 = ___2_testPosition; int32_t* L_8 = ___3_resultHint; bool L_9; L_9 = MaskedTextProvider_TestString_m3202491F7CEFDAF592E7C79158D612141046254E(__this, L_5, L_6, L_7, L_8, NULL); if (L_9) { goto IL_0020; } } { return (bool)0; } IL_0020: { int32_t L_10 = ___1_position; int32_t L_11; L_11 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, L_10, (bool)1, NULL); V_0 = L_11; int32_t L_12 = V_0; int32_t* L_13 = ___2_testPosition; int32_t L_14 = *((int32_t*)L_13); int32_t L_15; L_15 = MaskedTextProvider_FindAssignedEditPositionInRange_mB5B16DD65D43CBD7A22455CEE8109F1E0B46DF16(__this, L_12, L_14, (bool)1, NULL); V_1 = (bool)((((int32_t)((((int32_t)L_15) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_16; L_16 = MaskedTextProvider_get_LastAssignedPosition_m56D66DFD7307BD1773FECDB3FE83CA63E698EB99(__this, NULL); V_2 = L_16; bool L_17 = V_1; if (!L_17) { goto IL_0069; } } { int32_t* L_18 = ___2_testPosition; int32_t L_19 = *((int32_t*)L_18); StringBuilder_t* L_20 = __this->____testString; NullCheck(L_20); int32_t L_21; L_21 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_20, NULL); if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_21, 1)))))) { goto IL_0069; } } { int32_t* L_22 = ___3_resultHint; *((int32_t*)L_22) = (int32_t)((int32_t)-53); int32_t* L_23 = ___2_testPosition; StringBuilder_t* L_24 = __this->____testString; NullCheck(L_24); int32_t L_25; L_25 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_24, NULL); *((int32_t*)L_23) = (int32_t)L_25; return (bool)0; } IL_0069: { int32_t* L_26 = ___2_testPosition; int32_t L_27 = *((int32_t*)L_26); int32_t L_28; L_28 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, ((int32_t)il2cpp_codegen_add(L_27, 1)), (bool)1, NULL); V_3 = L_28; bool L_29 = V_1; if (!L_29) { goto IL_00ef; } } { V_4 = 0; } IL_007b: { int32_t L_30 = V_3; if ((!(((uint32_t)L_30) == ((uint32_t)(-1))))) { goto IL_0093; } } { int32_t* L_31 = ___3_resultHint; *((int32_t*)L_31) = (int32_t)((int32_t)-53); int32_t* L_32 = ___2_testPosition; StringBuilder_t* L_33 = __this->____testString; NullCheck(L_33); int32_t L_34; L_34 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_33, NULL); *((int32_t*)L_32) = (int32_t)L_34; return (bool)0; } IL_0093: { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_35 = __this->____stringDescriptor; int32_t L_36 = V_0; NullCheck(L_35); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_37; L_37 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_35, L_36, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); NullCheck(L_37); bool L_38 = L_37->___IsAssigned; if (!L_38) { goto IL_00c7; } } { StringBuilder_t* L_39 = __this->____testString; int32_t L_40 = V_0; NullCheck(L_39); Il2CppChar L_41; L_41 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_39, L_40, NULL); int32_t L_42 = V_3; bool L_43; L_43 = MaskedTextProvider_TestChar_m5CC324BDFA944E2AF33E888FA025D1F11E6E1748(__this, L_41, L_42, (&V_4), NULL); if (L_43) { goto IL_00c7; } } { int32_t* L_44 = ___3_resultHint; int32_t L_45 = V_4; *((int32_t*)L_44) = (int32_t)L_45; int32_t* L_46 = ___2_testPosition; int32_t L_47 = V_3; *((int32_t*)L_46) = (int32_t)L_47; return (bool)0; } IL_00c7: { int32_t L_48 = V_0; int32_t L_49 = V_2; if ((((int32_t)L_48) == ((int32_t)L_49))) { goto IL_00e3; } } { int32_t L_50 = V_0; int32_t L_51; L_51 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, ((int32_t)il2cpp_codegen_add(L_50, 1)), (bool)1, NULL); V_0 = L_51; int32_t L_52 = V_3; int32_t L_53; L_53 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, ((int32_t)il2cpp_codegen_add(L_52, 1)), (bool)1, NULL); V_3 = L_53; goto IL_007b; } IL_00e3: { int32_t L_54 = V_4; int32_t* L_55 = ___3_resultHint; int32_t L_56 = *((int32_t*)L_55); if ((((int32_t)L_54) <= ((int32_t)L_56))) { goto IL_00ef; } } { int32_t* L_57 = ___3_resultHint; int32_t L_58 = V_4; *((int32_t*)L_57) = (int32_t)L_58; } IL_00ef: { bool L_59 = ___4_testOnly; if (!L_59) { goto IL_00f5; } } { return (bool)1; } IL_00f5: { bool L_60 = V_1; if (!L_60) { goto IL_0143; } } { goto IL_013f; } IL_00fa: { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_61 = __this->____stringDescriptor; int32_t L_62 = V_0; NullCheck(L_61); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_63; L_63 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_61, L_62, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); NullCheck(L_63); bool L_64 = L_63->___IsAssigned; if (!L_64) { goto IL_0122; } } { StringBuilder_t* L_65 = __this->____testString; int32_t L_66 = V_0; NullCheck(L_65); Il2CppChar L_67; L_67 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_65, L_66, NULL); int32_t L_68 = V_3; MaskedTextProvider_SetChar_mD94F455453500EB4EE1D210C2015FD8C57BA9385(__this, L_67, L_68, NULL); goto IL_0129; } IL_0122: { int32_t L_69 = V_3; MaskedTextProvider_ResetChar_mDD7A606D556F2420A25A4BFA5D66D2F75080C3FD(__this, L_69, NULL); } IL_0129: { int32_t L_70 = V_3; int32_t L_71; L_71 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, ((int32_t)il2cpp_codegen_subtract(L_70, 1)), (bool)0, NULL); V_3 = L_71; int32_t L_72 = V_0; int32_t L_73; L_73 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, ((int32_t)il2cpp_codegen_subtract(L_72, 1)), (bool)0, NULL); V_0 = L_73; } IL_013f: { int32_t L_74 = V_0; int32_t L_75 = ___1_position; if ((((int32_t)L_74) >= ((int32_t)L_75))) { goto IL_00fa; } } IL_0143: { String_t* L_76 = ___0_input; int32_t L_77 = ___1_position; MaskedTextProvider_SetString_mBDF2469EBA592A403BAADE37A616B8755D67C080(__this, L_76, L_77, NULL); return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAscii_mA4E8E2CC4BFF8F857373C14D386660E6CF618385 (Il2CppChar ___0_c, const RuntimeMethod* method) { { Il2CppChar L_0 = ___0_c; if ((((int32_t)L_0) < ((int32_t)((int32_t)33)))) { goto IL_000e; } } { Il2CppChar L_1 = ___0_c; return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)126)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000e: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAciiAlphanumeric_m08D3619839C5F1BEFDC2AA3EC7601CE2718BD154 (Il2CppChar ___0_c, const RuntimeMethod* method) { { Il2CppChar L_0 = ___0_c; if ((((int32_t)L_0) < ((int32_t)((int32_t)48)))) { goto IL_000a; } } { Il2CppChar L_1 = ___0_c; if ((((int32_t)L_1) <= ((int32_t)((int32_t)57)))) { goto IL_0024; } } IL_000a: { Il2CppChar L_2 = ___0_c; if ((((int32_t)L_2) < ((int32_t)((int32_t)65)))) { goto IL_0014; } } { Il2CppChar L_3 = ___0_c; if ((((int32_t)L_3) <= ((int32_t)((int32_t)90)))) { goto IL_0024; } } IL_0014: { Il2CppChar L_4 = ___0_c; if ((((int32_t)L_4) < ((int32_t)((int32_t)97)))) { goto IL_0022; } } { Il2CppChar L_5 = ___0_c; return (bool)((((int32_t)((((int32_t)L_5) > ((int32_t)((int32_t)122)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0022: { return (bool)0; } IL_0024: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAlphanumeric_mA61D5B4AB1963F35904E9E553FB4D38879AEB445 (Il2CppChar ___0_c, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___0_c; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_1; L_1 = Char_IsLetter_m4363120285B51739DEE559E5C81E89580DDC78C0(L_0, NULL); if (L_1) { goto IL_000f; } } { Il2CppChar L_2 = ___0_c; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_3; L_3 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_2, NULL); return L_3; } IL_000f: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAsciiLetter_m2EF1CEAF646044FCC93E1899203D5CCC2EF5C666 (Il2CppChar ___0_c, const RuntimeMethod* method) { { Il2CppChar L_0 = ___0_c; if ((((int32_t)L_0) < ((int32_t)((int32_t)65)))) { goto IL_000a; } } { Il2CppChar L_1 = ___0_c; if ((((int32_t)L_1) <= ((int32_t)((int32_t)90)))) { goto IL_001a; } } IL_000a: { Il2CppChar L_2 = ___0_c; if ((((int32_t)L_2) < ((int32_t)((int32_t)97)))) { goto IL_0018; } } { Il2CppChar L_3 = ___0_c; return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)((int32_t)122)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0018: { return (bool)0; } IL_001a: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAvailablePosition_mF609004F3BE0B83EEC71E880792A9B23110242F3 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_position, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_0 = NULL; { int32_t L_0 = ___0_position; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___0_position; StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0014; } } IL_0012: { return (bool)0; } IL_0014: { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_4 = __this->____stringDescriptor; int32_t L_5 = ___0_position; NullCheck(L_4); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_6; L_6 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_4, L_5, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); V_0 = L_6; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_8; L_8 = MaskedTextProvider_IsEditPosition_m0F63B6F87A7250ECE34FA9E63EB6C3A6F1E2F820(L_7, NULL); if (!L_8) { goto IL_0033; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_9 = V_0; NullCheck(L_9); bool L_10 = L_9->___IsAssigned; return (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0); } IL_0033: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsEditPosition_m360CE83070BD08921A406348158486121BADD600 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_position, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_position; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___0_position; StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0014; } } IL_0012: { return (bool)0; } IL_0014: { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_4 = __this->____stringDescriptor; int32_t L_5 = ___0_position; NullCheck(L_4); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_6; L_6 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_4, L_5, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_7; L_7 = MaskedTextProvider_IsEditPosition_m0F63B6F87A7250ECE34FA9E63EB6C3A6F1E2F820(L_6, NULL); return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsEditPosition_m0F63B6F87A7250ECE34FA9E63EB6C3A6F1E2F820 (CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* ___0_charDescriptor, const RuntimeMethod* method) { { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_0 = ___0_charDescriptor; NullCheck(L_0); int32_t L_1 = L_0->___CharType; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0013; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_2 = ___0_charDescriptor; NullCheck(L_2); int32_t L_3 = L_2->___CharType; return (bool)((((int32_t)L_3) == ((int32_t)1))? 1 : 0); } IL_0013: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsLiteralPosition_m466E0303F6E2D00C73E5AF35ED3A3A329CD78030 (CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* ___0_charDescriptor, const RuntimeMethod* method) { { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_0 = ___0_charDescriptor; NullCheck(L_0); int32_t L_1 = L_0->___CharType; if ((((int32_t)L_1) == ((int32_t)8))) { goto IL_0013; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_2 = ___0_charDescriptor; NullCheck(L_2); int32_t L_3 = L_2->___CharType; return (bool)((((int32_t)L_3) == ((int32_t)4))? 1 : 0); } IL_0013: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsPrintableChar_m157A17B6517A061FB3F98DAF31A6DE6195BBD5A5 (Il2CppChar ___0_c, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___0_c; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_1; L_1 = Char_IsLetterOrDigit_m14049A362108679FD23E424FD9C5C42057359B72(L_0, NULL); if (L_1) { goto IL_001e; } } { Il2CppChar L_2 = ___0_c; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_3; L_3 = Char_IsPunctuation_m619E42D942E22C9BA1DDB8E704BECA546C376473(L_2, NULL); if (L_3) { goto IL_001e; } } { Il2CppChar L_4 = ___0_c; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_5; L_5 = Char_IsSymbol_m8F3AA49AAF4615B3BFD614A083CD6530CD35DF2F(L_4, NULL); if (L_5) { goto IL_001e; } } { Il2CppChar L_6 = ___0_c; return (bool)((((int32_t)L_6) == ((int32_t)((int32_t)32)))? 1 : 0); } IL_001e: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsValidInputChar_m6144C26FAC90B63ABD32A2E1A4B7D83D2F371704 (Il2CppChar ___0_c, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___0_c; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_1; L_1 = MaskedTextProvider_IsPrintableChar_m157A17B6517A061FB3F98DAF31A6DE6195BBD5A5(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsValidMaskChar_m670B7D99D0EDB1A284A00670300E183D5555902E (Il2CppChar ___0_c, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___0_c; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_1; L_1 = MaskedTextProvider_IsPrintableChar_m157A17B6517A061FB3F98DAF31A6DE6195BBD5A5(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsValidPasswordChar_m8F0A554320C929AB5E41E935C8E146342C46E836 (Il2CppChar ___0_c, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___0_c; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_1; L_1 = MaskedTextProvider_IsPrintableChar_m157A17B6517A061FB3F98DAF31A6DE6195BBD5A5(L_0, NULL); if (L_1) { goto IL_000d; } } { Il2CppChar L_2 = ___0_c; return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } IL_000d: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Remove_m868E4E137E6FF13B6AA7D263C297EFFAB3584141 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0; L_0 = MaskedTextProvider_Remove_m6DA6479A670090C47536902E28A71C8C99795C9F(__this, (&V_0), (&V_1), NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Remove_m6DA6479A670090C47536902E28A71C8C99795C9F (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t* ___0_testPosition, int32_t* ___1_resultHint, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = MaskedTextProvider_get_LastAssignedPosition_m56D66DFD7307BD1773FECDB3FE83CA63E698EB99(__this, NULL); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_0013; } } { int32_t* L_2 = ___0_testPosition; *((int32_t*)L_2) = (int32_t)0; int32_t* L_3 = ___1_resultHint; *((int32_t*)L_3) = (int32_t)2; return (bool)1; } IL_0013: { int32_t L_4 = V_0; MaskedTextProvider_ResetChar_mDD7A606D556F2420A25A4BFA5D66D2F75080C3FD(__this, L_4, NULL); int32_t* L_5 = ___0_testPosition; int32_t L_6 = V_0; *((int32_t*)L_5) = (int32_t)L_6; int32_t* L_7 = ___1_resultHint; *((int32_t*)L_7) = (int32_t)4; return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAt_m5168F98AE1E2C6D10F4F3DB6C75C449117CA1201 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_position, const RuntimeMethod* method) { { int32_t L_0 = ___0_position; int32_t L_1 = ___0_position; bool L_2; L_2 = MaskedTextProvider_RemoveAt_mD191C69F18827E0D44F103F0F08FD0BC74C7E449(__this, L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAt_mD191C69F18827E0D44F103F0F08FD0BC74C7E449 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___0_startPosition; int32_t L_1 = ___1_endPosition; bool L_2; L_2 = MaskedTextProvider_RemoveAt_m49F62DED6CF52DEB1CEB4C00D0104845E844466E(__this, L_0, L_1, (&V_0), (&V_1), NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAt_m49F62DED6CF52DEB1CEB4C00D0104845E844466E (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, int32_t* ___2_testPosition, int32_t* ___3_resultHint, const RuntimeMethod* method) { { int32_t L_0 = ___1_endPosition; StringBuilder_t* L_1 = __this->____testString; NullCheck(L_1); int32_t L_2; L_2 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_1, NULL); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0018; } } { int32_t* L_3 = ___2_testPosition; int32_t L_4 = ___1_endPosition; *((int32_t*)L_3) = (int32_t)L_4; int32_t* L_5 = ___3_resultHint; *((int32_t*)L_5) = (int32_t)((int32_t)-55); return (bool)0; } IL_0018: { int32_t L_6 = ___0_startPosition; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_7 = ___0_startPosition; int32_t L_8 = ___1_endPosition; if ((((int32_t)L_7) <= ((int32_t)L_8))) { goto IL_002a; } } IL_0020: { int32_t* L_9 = ___2_testPosition; int32_t L_10 = ___0_startPosition; *((int32_t*)L_9) = (int32_t)L_10; int32_t* L_11 = ___3_resultHint; *((int32_t*)L_11) = (int32_t)((int32_t)-55); return (bool)0; } IL_002a: { int32_t L_12 = ___0_startPosition; int32_t L_13 = ___1_endPosition; int32_t* L_14 = ___2_testPosition; int32_t* L_15 = ___3_resultHint; bool L_16; L_16 = MaskedTextProvider_RemoveAtInt_m585AA9A56E66DA3DDAF0382EC02037203808F129(__this, L_12, L_13, L_14, L_15, (bool)0, NULL); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAtInt_m585AA9A56E66DA3DDAF0382EC02037203808F129 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, int32_t* ___2_testPosition, int32_t* ___3_resultHint, bool ___4_testOnly, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_6 = NULL; Il2CppChar V_7 = 0x0; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_8 = NULL; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; { int32_t L_0; L_0 = MaskedTextProvider_get_LastAssignedPosition_m56D66DFD7307BD1773FECDB3FE83CA63E698EB99(__this, NULL); V_0 = L_0; int32_t L_1 = ___0_startPosition; int32_t L_2 = ___1_endPosition; int32_t L_3; L_3 = MaskedTextProvider_FindEditPositionInRange_m182CA784C7B864483DEF6A5A7FF5EEF7ACD738C5(__this, L_1, L_2, (bool)1, NULL); V_1 = L_3; int32_t* L_4 = ___3_resultHint; *((int32_t*)L_4) = (int32_t)2; int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_001d; } } { int32_t L_6 = V_1; int32_t L_7 = V_0; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0022; } } IL_001d: { int32_t* L_8 = ___2_testPosition; int32_t L_9 = ___0_startPosition; *((int32_t*)L_8) = (int32_t)L_9; return (bool)1; } IL_0022: { int32_t* L_10 = ___2_testPosition; int32_t L_11 = ___0_startPosition; *((int32_t*)L_10) = (int32_t)L_11; int32_t L_12 = ___1_endPosition; int32_t L_13 = V_0; int32_t L_14 = ___0_startPosition; int32_t L_15 = ___1_endPosition; int32_t L_16; L_16 = MaskedTextProvider_FindAssignedEditPositionInRange_mB5B16DD65D43CBD7A22455CEE8109F1E0B46DF16(__this, L_14, L_15, (bool)1, NULL); if ((((int32_t)L_16) == ((int32_t)(-1)))) { G_B5_0 = ((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0); goto IL_0039; } G_B4_0 = ((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0); } { int32_t* L_17 = ___3_resultHint; *((int32_t*)L_17) = (int32_t)4; G_B5_0 = G_B4_0; } IL_0039: { if (!G_B5_0) { goto IL_012d; } } { int32_t L_18 = ___1_endPosition; int32_t L_19; L_19 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, ((int32_t)il2cpp_codegen_add(L_18, 1)), (bool)1, NULL); V_2 = L_19; int32_t L_20 = V_2; V_3 = L_20; int32_t L_21 = V_1; ___0_startPosition = L_21; } IL_004e: { StringBuilder_t* L_22 = __this->____testString; int32_t L_23 = V_2; NullCheck(L_22); Il2CppChar L_24; L_24 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_22, L_23, NULL); V_5 = L_24; List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_25 = __this->____stringDescriptor; int32_t L_26 = V_2; NullCheck(L_25); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_27; L_27 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_25, L_26, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); V_6 = L_27; Il2CppChar L_28 = V_5; Il2CppChar L_29; L_29 = MaskedTextProvider_get_PromptChar_mDF13ACB9F41F795A89E24681B6C821775C871D4A_inline(__this, NULL); if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_007d; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_30 = V_6; NullCheck(L_30); bool L_31 = L_30->___IsAssigned; if (!L_31) { goto IL_0094; } } IL_007d: { Il2CppChar L_32 = V_5; int32_t L_33 = V_1; bool L_34; L_34 = MaskedTextProvider_TestChar_m5CC324BDFA944E2AF33E888FA025D1F11E6E1748(__this, L_32, L_33, (&V_4), NULL); if (L_34) { goto IL_0094; } } { int32_t* L_35 = ___3_resultHint; int32_t L_36 = V_4; *((int32_t*)L_35) = (int32_t)L_36; int32_t* L_37 = ___2_testPosition; int32_t L_38 = V_1; *((int32_t*)L_37) = (int32_t)L_38; return (bool)0; } IL_0094: { int32_t L_39 = V_2; int32_t L_40 = V_0; if ((((int32_t)L_39) == ((int32_t)L_40))) { goto IL_00b0; } } { int32_t L_41 = V_2; int32_t L_42; L_42 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, ((int32_t)il2cpp_codegen_add(L_41, 1)), (bool)1, NULL); V_2 = L_42; int32_t L_43 = V_1; int32_t L_44; L_44 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, ((int32_t)il2cpp_codegen_add(L_43, 1)), (bool)1, NULL); V_1 = L_44; goto IL_004e; } IL_00b0: { int32_t* L_45 = ___3_resultHint; int32_t L_46 = *((int32_t*)L_45); if ((((int32_t)3) <= ((int32_t)L_46))) { goto IL_00ba; } } { int32_t* L_47 = ___3_resultHint; *((int32_t*)L_47) = (int32_t)3; } IL_00ba: { bool L_48 = ___4_testOnly; if (!L_48) { goto IL_00c0; } } { return (bool)1; } IL_00c0: { int32_t L_49 = V_3; V_2 = L_49; int32_t L_50 = ___0_startPosition; V_1 = L_50; } IL_00c4: { StringBuilder_t* L_51 = __this->____testString; int32_t L_52 = V_2; NullCheck(L_51); Il2CppChar L_53; L_53 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_51, L_52, NULL); V_7 = L_53; List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_54 = __this->____stringDescriptor; int32_t L_55 = V_2; NullCheck(L_54); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_56; L_56 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_54, L_55, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); V_8 = L_56; Il2CppChar L_57 = V_7; Il2CppChar L_58; L_58 = MaskedTextProvider_get_PromptChar_mDF13ACB9F41F795A89E24681B6C821775C871D4A_inline(__this, NULL); if ((!(((uint32_t)L_57) == ((uint32_t)L_58)))) { goto IL_00fc; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_59 = V_8; NullCheck(L_59); bool L_60 = L_59->___IsAssigned; if (L_60) { goto IL_00fc; } } { int32_t L_61 = V_1; MaskedTextProvider_ResetChar_mDD7A606D556F2420A25A4BFA5D66D2F75080C3FD(__this, L_61, NULL); goto IL_010c; } IL_00fc: { Il2CppChar L_62 = V_7; int32_t L_63 = V_1; MaskedTextProvider_SetChar_mD94F455453500EB4EE1D210C2015FD8C57BA9385(__this, L_62, L_63, NULL); int32_t L_64 = V_2; MaskedTextProvider_ResetChar_mDD7A606D556F2420A25A4BFA5D66D2F75080C3FD(__this, L_64, NULL); } IL_010c: { int32_t L_65 = V_2; int32_t L_66 = V_0; if ((((int32_t)L_65) == ((int32_t)L_66))) { goto IL_0128; } } { int32_t L_67 = V_2; int32_t L_68; L_68 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, ((int32_t)il2cpp_codegen_add(L_67, 1)), (bool)1, NULL); V_2 = L_68; int32_t L_69 = V_1; int32_t L_70; L_70 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, ((int32_t)il2cpp_codegen_add(L_69, 1)), (bool)1, NULL); V_1 = L_70; goto IL_00c4; } IL_0128: { int32_t L_71 = V_1; ___0_startPosition = ((int32_t)il2cpp_codegen_add(L_71, 1)); } IL_012d: { int32_t L_72 = ___0_startPosition; int32_t L_73 = ___1_endPosition; if ((((int32_t)L_72) > ((int32_t)L_73))) { goto IL_0139; } } { int32_t L_74 = ___0_startPosition; int32_t L_75 = ___1_endPosition; MaskedTextProvider_ResetString_m6232B061F9C7F5BBB758C8E76E07802360834BA7(__this, L_74, L_75, NULL); } IL_0139: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_mBF312FD9F1CA8296EAAF7DC6A26FFD7FC224BD0C (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Il2CppChar L_0 = ___0_input; int32_t L_1 = ___1_position; bool L_2; L_2 = MaskedTextProvider_Replace_m39B8A230ABE10E3AA9DB05E83309E9D57DE7D7EF(__this, L_0, L_1, (&V_0), (&V_1), NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_m39B8A230ABE10E3AA9DB05E83309E9D57DE7D7EF (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, int32_t* ___2_testPosition, int32_t* ___3_resultHint, const RuntimeMethod* method) { { int32_t L_0 = ___1_position; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___1_position; StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001c; } } IL_0012: { int32_t* L_4 = ___2_testPosition; int32_t L_5 = ___1_position; *((int32_t*)L_4) = (int32_t)L_5; int32_t* L_6 = ___3_resultHint; *((int32_t*)L_6) = (int32_t)((int32_t)-55); return (bool)0; } IL_001c: { int32_t* L_7 = ___2_testPosition; int32_t L_8 = ___1_position; *((int32_t*)L_7) = (int32_t)L_8; Il2CppChar L_9 = ___0_input; int32_t* L_10 = ___2_testPosition; int32_t L_11 = *((int32_t*)L_10); bool L_12; L_12 = MaskedTextProvider_TestEscapeChar_m33EFD2D7CD3BED01B7997FB0D8E6EA965EC4CF42(__this, L_9, L_11, NULL); if (L_12) { goto IL_0035; } } { int32_t* L_13 = ___2_testPosition; int32_t* L_14 = ___2_testPosition; int32_t L_15 = *((int32_t*)L_14); int32_t L_16; L_16 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, L_15, (bool)1, NULL); *((int32_t*)L_13) = (int32_t)L_16; } IL_0035: { int32_t* L_17 = ___2_testPosition; int32_t L_18 = *((int32_t*)L_17); if ((!(((uint32_t)L_18) == ((uint32_t)(-1))))) { goto IL_0044; } } { int32_t* L_19 = ___3_resultHint; *((int32_t*)L_19) = (int32_t)((int32_t)-53); int32_t* L_20 = ___2_testPosition; int32_t L_21 = ___1_position; *((int32_t*)L_20) = (int32_t)L_21; return (bool)0; } IL_0044: { Il2CppChar L_22 = ___0_input; int32_t* L_23 = ___2_testPosition; int32_t L_24 = *((int32_t*)L_23); int32_t* L_25 = ___3_resultHint; bool L_26; L_26 = MaskedTextProvider_TestSetChar_mC3462DC6028BCBB0AA05737CB3998AD1259E13B0(__this, L_22, L_24, L_25, NULL); if (L_26) { goto IL_0053; } } { return (bool)0; } IL_0053: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_mEB1905F494AEED97B6F24F02E9AF545BED97F0F1 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_startPosition, int32_t ___2_endPosition, int32_t* ___3_testPosition, int32_t* ___4_resultHint, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___2_endPosition; StringBuilder_t* L_1 = __this->____testString; NullCheck(L_1); int32_t L_2; L_2 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_1, NULL); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0019; } } { int32_t* L_3 = ___3_testPosition; int32_t L_4 = ___2_endPosition; *((int32_t*)L_3) = (int32_t)L_4; int32_t* L_5 = ___4_resultHint; *((int32_t*)L_5) = (int32_t)((int32_t)-55); return (bool)0; } IL_0019: { int32_t L_6 = ___1_startPosition; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0021; } } { int32_t L_7 = ___1_startPosition; int32_t L_8 = ___2_endPosition; if ((((int32_t)L_7) <= ((int32_t)L_8))) { goto IL_002c; } } IL_0021: { int32_t* L_9 = ___3_testPosition; int32_t L_10 = ___1_startPosition; *((int32_t*)L_9) = (int32_t)L_10; int32_t* L_11 = ___4_resultHint; *((int32_t*)L_11) = (int32_t)((int32_t)-55); return (bool)0; } IL_002c: { int32_t L_12 = ___1_startPosition; int32_t L_13 = ___2_endPosition; if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_003f; } } { int32_t* L_14 = ___3_testPosition; int32_t L_15 = ___1_startPosition; *((int32_t*)L_14) = (int32_t)L_15; Il2CppChar L_16 = ___0_input; int32_t L_17 = ___1_startPosition; int32_t* L_18 = ___4_resultHint; bool L_19; L_19 = MaskedTextProvider_TestSetChar_mC3462DC6028BCBB0AA05737CB3998AD1259E13B0(__this, L_16, L_17, L_18, NULL); return L_19; } IL_003f: { il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); String_t* L_20; L_20 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&___0_input), NULL); int32_t L_21 = ___1_startPosition; int32_t L_22 = ___2_endPosition; int32_t* L_23 = ___3_testPosition; int32_t* L_24 = ___4_resultHint; bool L_25; L_25 = MaskedTextProvider_Replace_m174944A84E9A9B69EE13A0E3D50A78EA9CA11404(__this, L_20, L_21, L_22, L_23, L_24, NULL); return L_25; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_m60D02D42A9C5089A9EB33AD4DDB3F4969019F687 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_position, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___0_input; int32_t L_1 = ___1_position; bool L_2; L_2 = MaskedTextProvider_Replace_mC6A0F3EC49AB4C63C67D339356756E39DE0B54A5(__this, L_0, L_1, (&V_0), (&V_1), NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_mC6A0F3EC49AB4C63C67D339356756E39DE0B54A5 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_position, int32_t* ___2_testPosition, int32_t* ___3_resultHint, const RuntimeMethod* method) { { String_t* L_0 = ___0_input; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_Replace_mC6A0F3EC49AB4C63C67D339356756E39DE0B54A5_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___1_position; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_3 = ___1_position; StringBuilder_t* L_4 = __this->____testString; NullCheck(L_4); int32_t L_5; L_5 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_4, NULL); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_002a; } } IL_0020: { int32_t* L_6 = ___2_testPosition; int32_t L_7 = ___1_position; *((int32_t*)L_6) = (int32_t)L_7; int32_t* L_8 = ___3_resultHint; *((int32_t*)L_8) = (int32_t)((int32_t)-55); return (bool)0; } IL_002a: { String_t* L_9 = ___0_input; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL); if (L_10) { goto IL_003e; } } { int32_t L_11 = ___1_position; int32_t L_12 = ___1_position; int32_t* L_13 = ___2_testPosition; int32_t* L_14 = ___3_resultHint; bool L_15; L_15 = MaskedTextProvider_RemoveAt_m49F62DED6CF52DEB1CEB4C00D0104845E844466E(__this, L_11, L_12, L_13, L_14, NULL); return L_15; } IL_003e: { String_t* L_16 = ___0_input; int32_t L_17 = ___1_position; int32_t* L_18 = ___2_testPosition; int32_t* L_19 = ___3_resultHint; bool L_20; L_20 = MaskedTextProvider_TestSetString_mFAE924178F9F69A08F142B2D7431BECF5865A6B9(__this, L_16, L_17, L_18, L_19, NULL); if (L_20) { goto IL_004d; } } { return (bool)0; } IL_004d: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_m174944A84E9A9B69EE13A0E3D50A78EA9CA11404 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_startPosition, int32_t ___2_endPosition, int32_t* ___3_testPosition, int32_t* ___4_resultHint, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { String_t* L_0 = ___0_input; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_Replace_m174944A84E9A9B69EE13A0E3D50A78EA9CA11404_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___2_endPosition; StringBuilder_t* L_3 = __this->____testString; NullCheck(L_3); int32_t L_4; L_4 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_3, NULL); if ((((int32_t)L_2) < ((int32_t)L_4))) { goto IL_0027; } } { int32_t* L_5 = ___3_testPosition; int32_t L_6 = ___2_endPosition; *((int32_t*)L_5) = (int32_t)L_6; int32_t* L_7 = ___4_resultHint; *((int32_t*)L_7) = (int32_t)((int32_t)-55); return (bool)0; } IL_0027: { int32_t L_8 = ___1_startPosition; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_002f; } } { int32_t L_9 = ___1_startPosition; int32_t L_10 = ___2_endPosition; if ((((int32_t)L_9) <= ((int32_t)L_10))) { goto IL_003a; } } IL_002f: { int32_t* L_11 = ___3_testPosition; int32_t L_12 = ___1_startPosition; *((int32_t*)L_11) = (int32_t)L_12; int32_t* L_13 = ___4_resultHint; *((int32_t*)L_13) = (int32_t)((int32_t)-55); return (bool)0; } IL_003a: { String_t* L_14 = ___0_input; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL); if (L_15) { goto IL_004f; } } { int32_t L_16 = ___1_startPosition; int32_t L_17 = ___2_endPosition; int32_t* L_18 = ___3_testPosition; int32_t* L_19 = ___4_resultHint; bool L_20; L_20 = MaskedTextProvider_RemoveAt_m49F62DED6CF52DEB1CEB4C00D0104845E844466E(__this, L_16, L_17, L_18, L_19, NULL); return L_20; } IL_004f: { String_t* L_21 = ___0_input; int32_t L_22 = ___1_startPosition; int32_t* L_23 = ___3_testPosition; int32_t* L_24 = ___4_resultHint; bool L_25; L_25 = MaskedTextProvider_TestString_m3202491F7CEFDAF592E7C79158D612141046254E(__this, L_21, L_22, L_23, L_24, NULL); if (L_25) { goto IL_005f; } } { return (bool)0; } IL_005f: { int32_t L_26; L_26 = MaskedTextProvider_get_AssignedEditPositionCount_m9ED53E540B5C88F393225936E30A67EEEBC074F3_inline(__this, NULL); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_0162; } } { int32_t* L_27 = ___3_testPosition; int32_t L_28 = *((int32_t*)L_27); int32_t L_29 = ___2_endPosition; if ((((int32_t)L_28) >= ((int32_t)L_29))) { goto IL_00a7; } } { int32_t* L_30 = ___3_testPosition; int32_t L_31 = *((int32_t*)L_30); int32_t L_32 = ___2_endPosition; bool L_33; L_33 = MaskedTextProvider_RemoveAtInt_m585AA9A56E66DA3DDAF0382EC02037203808F129(__this, ((int32_t)il2cpp_codegen_add(L_31, 1)), L_32, (&V_0), (&V_1), (bool)0, NULL); if (L_33) { goto IL_008e; } } { int32_t* L_34 = ___3_testPosition; int32_t L_35 = V_0; *((int32_t*)L_34) = (int32_t)L_35; int32_t* L_36 = ___4_resultHint; int32_t L_37 = V_1; *((int32_t*)L_36) = (int32_t)L_37; return (bool)0; } IL_008e: { int32_t L_38 = V_1; if ((!(((uint32_t)L_38) == ((uint32_t)4)))) { goto IL_0162; } } { int32_t* L_39 = ___4_resultHint; int32_t L_40 = *((int32_t*)L_39); int32_t L_41 = V_1; if ((((int32_t)L_40) == ((int32_t)L_41))) { goto IL_0162; } } { int32_t* L_42 = ___4_resultHint; *((int32_t*)L_42) = (int32_t)3; goto IL_0162; } IL_00a7: { int32_t* L_43 = ___3_testPosition; int32_t L_44 = *((int32_t*)L_43); int32_t L_45 = ___2_endPosition; if ((((int32_t)L_44) <= ((int32_t)L_45))) { goto IL_0162; } } { int32_t L_46; L_46 = MaskedTextProvider_get_LastAssignedPosition_m56D66DFD7307BD1773FECDB3FE83CA63E698EB99(__this, NULL); V_2 = L_46; int32_t* L_47 = ___3_testPosition; int32_t L_48 = *((int32_t*)L_47); V_3 = ((int32_t)il2cpp_codegen_add(L_48, 1)); int32_t L_49 = ___2_endPosition; V_4 = ((int32_t)il2cpp_codegen_add(L_49, 1)); } IL_00c2: { int32_t L_50 = V_4; int32_t L_51; L_51 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, L_50, (bool)1, NULL); V_4 = L_51; int32_t L_52 = V_3; int32_t L_53; L_53 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, L_52, (bool)1, NULL); V_3 = L_53; int32_t L_54 = V_3; if ((!(((uint32_t)L_54) == ((uint32_t)(-1))))) { goto IL_00ef; } } { int32_t* L_55 = ___3_testPosition; StringBuilder_t* L_56 = __this->____testString; NullCheck(L_56); int32_t L_57; L_57 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_56, NULL); *((int32_t*)L_55) = (int32_t)L_57; int32_t* L_58 = ___4_resultHint; *((int32_t*)L_58) = (int32_t)((int32_t)-53); return (bool)0; } IL_00ef: { StringBuilder_t* L_59 = __this->____testString; int32_t L_60 = V_4; NullCheck(L_59); Il2CppChar L_61; L_61 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_59, L_60, NULL); int32_t L_62 = V_3; bool L_63; L_63 = MaskedTextProvider_TestChar_m5CC324BDFA944E2AF33E888FA025D1F11E6E1748(__this, L_61, L_62, (&V_1), NULL); if (L_63) { goto IL_0111; } } { int32_t* L_64 = ___3_testPosition; int32_t L_65 = V_3; *((int32_t*)L_64) = (int32_t)L_65; int32_t* L_66 = ___4_resultHint; int32_t L_67 = V_1; *((int32_t*)L_66) = (int32_t)L_67; return (bool)0; } IL_0111: { int32_t L_68 = V_1; if ((!(((uint32_t)L_68) == ((uint32_t)4)))) { goto IL_011f; } } { int32_t* L_69 = ___4_resultHint; int32_t L_70 = *((int32_t*)L_69); int32_t L_71 = V_1; if ((((int32_t)L_70) == ((int32_t)L_71))) { goto IL_011f; } } { int32_t* L_72 = ___4_resultHint; *((int32_t*)L_72) = (int32_t)4; } IL_011f: { int32_t L_73 = V_4; int32_t L_74 = V_2; if ((((int32_t)L_73) == ((int32_t)L_74))) { goto IL_015c; } } { int32_t L_75 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_75, 1)); int32_t L_76 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_76, 1)); goto IL_00c2; } IL_0130: { StringBuilder_t* L_77 = __this->____testString; int32_t L_78 = V_4; NullCheck(L_77); Il2CppChar L_79; L_79 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_77, L_78, NULL); int32_t L_80 = V_3; MaskedTextProvider_SetChar_mD94F455453500EB4EE1D210C2015FD8C57BA9385(__this, L_79, L_80, NULL); int32_t L_81 = V_4; int32_t L_82; L_82 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, ((int32_t)il2cpp_codegen_subtract(L_81, 1)), (bool)0, NULL); V_4 = L_82; int32_t L_83 = V_3; int32_t L_84; L_84 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, ((int32_t)il2cpp_codegen_subtract(L_83, 1)), (bool)0, NULL); V_3 = L_84; } IL_015c: { int32_t L_85 = V_3; int32_t* L_86 = ___3_testPosition; int32_t L_87 = *((int32_t*)L_86); if ((((int32_t)L_85) > ((int32_t)L_87))) { goto IL_0130; } } IL_0162: { String_t* L_88 = ___0_input; int32_t L_89 = ___1_startPosition; MaskedTextProvider_SetString_mBDF2469EBA592A403BAADE37A616B8755D67C080(__this, L_88, L_89, NULL); return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_ResetChar_mDD7A606D556F2420A25A4BFA5D66D2F75080C3FD (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_testPosition, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_0 = NULL; int32_t V_1 = 0; { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_0 = __this->____stringDescriptor; int32_t L_1 = ___0_testPosition; NullCheck(L_0); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_2; L_2 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_0, L_1, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); V_0 = L_2; int32_t L_3 = ___0_testPosition; bool L_4; L_4 = MaskedTextProvider_IsEditPosition_m360CE83070BD08921A406348158486121BADD600(__this, L_3, NULL); if (!L_4) { goto IL_005e; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_5 = V_0; NullCheck(L_5); bool L_6 = L_5->___IsAssigned; if (!L_6) { goto IL_005e; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_7 = V_0; NullCheck(L_7); L_7->___IsAssigned = (bool)0; StringBuilder_t* L_8 = __this->____testString; int32_t L_9 = ___0_testPosition; Il2CppChar L_10 = __this->____promptChar; NullCheck(L_8); StringBuilder_set_Chars_m20B53B0EEAB2A0BB0EC84A130FF12EA86ADD99AE(L_8, L_9, L_10, NULL); int32_t L_11; L_11 = MaskedTextProvider_get_AssignedEditPositionCount_m9ED53E540B5C88F393225936E30A67EEEBC074F3_inline(__this, NULL); V_1 = L_11; int32_t L_12 = V_1; MaskedTextProvider_set_AssignedEditPositionCount_mC6F5D53C6E96FBA39863104EC6025E74CB5585DB_inline(__this, ((int32_t)il2cpp_codegen_subtract(L_12, 1)), NULL); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_13 = V_0; NullCheck(L_13); int32_t L_14 = L_13->___CharType; if ((!(((uint32_t)L_14) == ((uint32_t)2)))) { goto IL_005e; } } { int32_t L_15 = __this->____requiredCharCount; __this->____requiredCharCount = ((int32_t)il2cpp_codegen_subtract(L_15, 1)); } IL_005e: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_ResetString_m6232B061F9C7F5BBB758C8E76E07802360834BA7 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_endPosition, const RuntimeMethod* method) { { int32_t L_0 = ___0_startPosition; int32_t L_1; L_1 = MaskedTextProvider_FindAssignedEditPositionFrom_m63241C0768B39A3CDD749322E64F373CEFDABE54(__this, L_0, (bool)1, NULL); ___0_startPosition = L_1; int32_t L_2 = ___0_startPosition; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0034; } } { int32_t L_3 = ___1_endPosition; int32_t L_4; L_4 = MaskedTextProvider_FindAssignedEditPositionFrom_m63241C0768B39A3CDD749322E64F373CEFDABE54(__this, L_3, (bool)0, NULL); ___1_endPosition = L_4; goto IL_0030; } IL_001a: { int32_t L_5 = ___0_startPosition; int32_t L_6; L_6 = MaskedTextProvider_FindAssignedEditPositionFrom_m63241C0768B39A3CDD749322E64F373CEFDABE54(__this, L_5, (bool)1, NULL); ___0_startPosition = L_6; int32_t L_7 = ___0_startPosition; MaskedTextProvider_ResetChar_mDD7A606D556F2420A25A4BFA5D66D2F75080C3FD(__this, L_7, NULL); int32_t L_8 = ___0_startPosition; ___0_startPosition = ((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_0030: { int32_t L_9 = ___0_startPosition; int32_t L_10 = ___1_endPosition; if ((((int32_t)L_9) <= ((int32_t)L_10))) { goto IL_001a; } } IL_0034: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Set_m3B3DA6F1D677672F84C77B2422DFC8B01F23F099 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___0_input; bool L_1; L_1 = MaskedTextProvider_Set_m6470D3C1230D60B130E17B17C04EE220A29C073E(__this, L_0, (&V_0), (&V_1), NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Set_m6470D3C1230D60B130E17B17C04EE220A29C073E (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t* ___1_testPosition, int32_t* ___2_resultHint, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___0_input; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_Set_m6470D3C1230D60B130E17B17C04EE220A29C073E_RuntimeMethod_var))); } IL_000e: { int32_t* L_2 = ___2_resultHint; *((int32_t*)L_2) = (int32_t)0; int32_t* L_3 = ___1_testPosition; *((int32_t*)L_3) = (int32_t)0; String_t* L_4 = ___0_input; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); if (L_5) { goto IL_0025; } } { int32_t* L_6 = ___2_resultHint; MaskedTextProvider_Clear_m583A91BBEC3D14F1F33CBAA340D715187E9E0E31(__this, L_6, NULL); return (bool)1; } IL_0025: { String_t* L_7 = ___0_input; int32_t* L_8 = ___1_testPosition; int32_t L_9 = *((int32_t*)L_8); int32_t* L_10 = ___1_testPosition; int32_t* L_11 = ___2_resultHint; bool L_12; L_12 = MaskedTextProvider_TestSetString_mFAE924178F9F69A08F142B2D7431BECF5865A6B9(__this, L_7, L_9, L_10, L_11, NULL); if (L_12) { goto IL_0034; } } { return (bool)0; } IL_0034: { int32_t* L_13 = ___1_testPosition; int32_t L_14 = *((int32_t*)L_13); int32_t L_15; L_15 = MaskedTextProvider_FindAssignedEditPositionFrom_m63241C0768B39A3CDD749322E64F373CEFDABE54(__this, ((int32_t)il2cpp_codegen_add(L_14, 1)), (bool)1, NULL); V_0 = L_15; int32_t L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_0058; } } { int32_t L_17 = V_0; StringBuilder_t* L_18 = __this->____testString; NullCheck(L_18); int32_t L_19; L_19 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_18, NULL); MaskedTextProvider_ResetString_m6232B061F9C7F5BBB758C8E76E07802360834BA7(__this, L_17, ((int32_t)il2cpp_codegen_subtract(L_19, 1)), NULL); } IL_0058: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_SetChar_mD94F455453500EB4EE1D210C2015FD8C57BA9385 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_0 = NULL; { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_0 = __this->____stringDescriptor; int32_t L_1 = ___1_position; NullCheck(L_0); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_2; L_2 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_0, L_1, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); V_0 = L_2; Il2CppChar L_3 = ___0_input; int32_t L_4 = ___1_position; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_5 = V_0; MaskedTextProvider_SetChar_m27EF5545B837E58C663B895B8567A42380CFCBE7(__this, L_3, L_4, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_SetChar_m27EF5545B837E58C663B895B8567A42380CFCBE7 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* ___2_charDescriptor, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_0 = __this->____stringDescriptor; int32_t L_1 = ___1_position; NullCheck(L_0); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_2; L_2 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_0, L_1, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); Il2CppChar L_3 = ___0_input; int32_t L_4 = ___1_position; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_5 = ___2_charDescriptor; bool L_6; L_6 = MaskedTextProvider_TestEscapeChar_m0A0DF0468B4EE7634728C254F99EB374E0547C25(__this, L_3, L_4, L_5, NULL); if (!L_6) { goto IL_0020; } } { int32_t L_7 = ___1_position; MaskedTextProvider_ResetChar_mDD7A606D556F2420A25A4BFA5D66D2F75080C3FD(__this, L_7, NULL); return; } IL_0020: { Il2CppChar L_8 = ___0_input; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_9; L_9 = Char_IsLetter_m4363120285B51739DEE559E5C81E89580DDC78C0(L_8, NULL); if (!L_9) { goto IL_006a; } } { Il2CppChar L_10 = ___0_input; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_11; L_11 = Char_IsUpper_mF150C44B70F522A14B2A8DF71DE0ADE52F9A3392(L_10, NULL); if (!L_11) { goto IL_004e; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_12 = ___2_charDescriptor; NullCheck(L_12); int32_t L_13 = L_12->___CaseConversion; if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_006a; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_14; L_14 = MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline(__this, NULL); NullCheck(L_14); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_15; L_15 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10, L_14); Il2CppChar L_16 = ___0_input; NullCheck(L_15); Il2CppChar L_17; L_17 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7, L_15, L_16); ___0_input = L_17; goto IL_006a; } IL_004e: { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_18 = ___2_charDescriptor; NullCheck(L_18); int32_t L_19 = L_18->___CaseConversion; if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_006a; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20; L_20 = MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline(__this, NULL); NullCheck(L_20); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_21; L_21 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10, L_20); Il2CppChar L_22 = ___0_input; NullCheck(L_21); Il2CppChar L_23; L_23 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9, L_21, L_22); ___0_input = L_23; } IL_006a: { StringBuilder_t* L_24 = __this->____testString; int32_t L_25 = ___1_position; Il2CppChar L_26 = ___0_input; NullCheck(L_24); StringBuilder_set_Chars_m20B53B0EEAB2A0BB0EC84A130FF12EA86ADD99AE(L_24, L_25, L_26, NULL); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_27 = ___2_charDescriptor; NullCheck(L_27); bool L_28 = L_27->___IsAssigned; if (L_28) { goto IL_00ad; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_29 = ___2_charDescriptor; NullCheck(L_29); L_29->___IsAssigned = (bool)1; int32_t L_30; L_30 = MaskedTextProvider_get_AssignedEditPositionCount_m9ED53E540B5C88F393225936E30A67EEEBC074F3_inline(__this, NULL); V_0 = L_30; int32_t L_31 = V_0; MaskedTextProvider_set_AssignedEditPositionCount_mC6F5D53C6E96FBA39863104EC6025E74CB5585DB_inline(__this, ((int32_t)il2cpp_codegen_add(L_31, 1)), NULL); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_32 = ___2_charDescriptor; NullCheck(L_32); int32_t L_33 = L_32->___CharType; if ((!(((uint32_t)L_33) == ((uint32_t)2)))) { goto IL_00ad; } } { int32_t L_34 = __this->____requiredCharCount; __this->____requiredCharCount = ((int32_t)il2cpp_codegen_add(L_34, 1)); } IL_00ad: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_SetString_mBDF2469EBA592A403BAADE37A616B8755D67C080 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_testPosition, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { String_t* L_0 = ___0_input; V_0 = L_0; V_1 = 0; goto IL_0033; } IL_0006: { String_t* L_1 = V_0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_1, L_2, NULL); V_2 = L_3; Il2CppChar L_4 = V_2; int32_t L_5 = ___1_testPosition; bool L_6; L_6 = MaskedTextProvider_TestEscapeChar_m33EFD2D7CD3BED01B7997FB0D8E6EA965EC4CF42(__this, L_4, L_5, NULL); if (L_6) { goto IL_0022; } } { int32_t L_7 = ___1_testPosition; int32_t L_8; L_8 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, L_7, (bool)1, NULL); ___1_testPosition = L_8; } IL_0022: { Il2CppChar L_9 = V_2; int32_t L_10 = ___1_testPosition; MaskedTextProvider_SetChar_mD94F455453500EB4EE1D210C2015FD8C57BA9385(__this, L_9, L_10, NULL); int32_t L_11 = ___1_testPosition; ___1_testPosition = ((int32_t)il2cpp_codegen_add(L_11, 1)); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1)); } IL_0033: { int32_t L_13 = V_1; String_t* L_14 = V_0; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0006; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestChar_m5CC324BDFA944E2AF33E888FA025D1F11E6E1748 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, int32_t* ___2_resultHint, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_0 = NULL; Il2CppChar V_1 = 0x0; { Il2CppChar L_0 = ___0_input; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_1; L_1 = MaskedTextProvider_IsPrintableChar_m157A17B6517A061FB3F98DAF31A6DE6195BBD5A5(L_0, NULL); if (L_1) { goto IL_000e; } } { int32_t* L_2 = ___2_resultHint; *((int32_t*)L_2) = (int32_t)((int32_t)-51); return (bool)0; } IL_000e: { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_3 = __this->____stringDescriptor; int32_t L_4 = ___1_position; NullCheck(L_3); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_5; L_5 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_3, L_4, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); V_0 = L_5; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_6 = V_0; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_7; L_7 = MaskedTextProvider_IsLiteralPosition_m466E0303F6E2D00C73E5AF35ED3A3A329CD78030(L_6, NULL); if (!L_7) { goto IL_0045; } } { bool L_8; L_8 = MaskedTextProvider_get_SkipLiterals_m860DD9A97BBE5D8D1DC68EFDC5604AC0428B5C82(__this, NULL); if (!L_8) { goto IL_003f; } } { Il2CppChar L_9 = ___0_input; StringBuilder_t* L_10 = __this->____testString; int32_t L_11 = ___1_position; NullCheck(L_10); Il2CppChar L_12; L_12 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_10, L_11, NULL); if ((!(((uint32_t)L_9) == ((uint32_t)L_12)))) { goto IL_003f; } } { int32_t* L_13 = ___2_resultHint; *((int32_t*)L_13) = (int32_t)1; return (bool)1; } IL_003f: { int32_t* L_14 = ___2_resultHint; *((int32_t*)L_14) = (int32_t)((int32_t)-54); return (bool)0; } IL_0045: { Il2CppChar L_15 = ___0_input; Il2CppChar L_16 = __this->____promptChar; if ((!(((uint32_t)L_15) == ((uint32_t)L_16)))) { goto IL_007e; } } { bool L_17; L_17 = MaskedTextProvider_get_ResetOnPrompt_m10A5D99558743AB8F41A1F705DBC91FCBB70B304(__this, NULL); if (!L_17) { goto IL_0070; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_18 = V_0; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_19; L_19 = MaskedTextProvider_IsEditPosition_m0F63B6F87A7250ECE34FA9E63EB6C3A6F1E2F820(L_18, NULL); if (!L_19) { goto IL_006b; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_20 = V_0; NullCheck(L_20); bool L_21 = L_20->___IsAssigned; if (!L_21) { goto IL_006b; } } { int32_t* L_22 = ___2_resultHint; *((int32_t*)L_22) = (int32_t)3; goto IL_006e; } IL_006b: { int32_t* L_23 = ___2_resultHint; *((int32_t*)L_23) = (int32_t)1; } IL_006e: { return (bool)1; } IL_0070: { bool L_24; L_24 = MaskedTextProvider_get_AllowPromptAsInput_mE1500E9AF6E467C749DD62D5A785AADE766EBC7D(__this, NULL); if (L_24) { goto IL_007e; } } { int32_t* L_25 = ___2_resultHint; *((int32_t*)L_25) = (int32_t)((int32_t)-52); return (bool)0; } IL_007e: { Il2CppChar L_26 = ___0_input; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)32))))) { goto IL_00a5; } } { bool L_27; L_27 = MaskedTextProvider_get_ResetOnSpace_mC0D0491174C1C4C35CB7AF3CCDA414654A218498(__this, NULL); if (!L_27) { goto IL_00a5; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_28 = V_0; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_29; L_29 = MaskedTextProvider_IsEditPosition_m0F63B6F87A7250ECE34FA9E63EB6C3A6F1E2F820(L_28, NULL); if (!L_29) { goto IL_00a0; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_30 = V_0; NullCheck(L_30); bool L_31 = L_30->___IsAssigned; if (!L_31) { goto IL_00a0; } } { int32_t* L_32 = ___2_resultHint; *((int32_t*)L_32) = (int32_t)3; goto IL_00a3; } IL_00a0: { int32_t* L_33 = ___2_resultHint; *((int32_t*)L_33) = (int32_t)1; } IL_00a3: { return (bool)1; } IL_00a5: { String_t* L_34; L_34 = MaskedTextProvider_get_Mask_m599BD073AAEAF9596FD5B04D0213C52A79D995A3_inline(__this, NULL); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_35 = V_0; NullCheck(L_35); int32_t L_36 = L_35->___MaskPosition; NullCheck(L_34); Il2CppChar L_37; L_37 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_34, L_36, NULL); V_1 = L_37; Il2CppChar L_38 = V_1; if ((!(((uint32_t)L_38) <= ((uint32_t)((int32_t)48))))) { goto IL_00d3; } } { Il2CppChar L_39 = V_1; if ((((int32_t)L_39) == ((int32_t)((int32_t)35)))) { goto IL_0111; } } { Il2CppChar L_40 = V_1; if ((((int32_t)L_40) == ((int32_t)((int32_t)38)))) { goto IL_01b8; } } { Il2CppChar L_41 = V_1; if ((((int32_t)L_41) == ((int32_t)((int32_t)48)))) { goto IL_013a; } } { goto IL_0232; } IL_00d3: { Il2CppChar L_42 = V_1; if ((!(((uint32_t)L_42) <= ((uint32_t)((int32_t)67))))) { goto IL_00ff; } } { Il2CppChar L_43 = V_1; if ((((int32_t)L_43) == ((int32_t)((int32_t)57)))) { goto IL_014b; } } { Il2CppChar L_44 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_44, ((int32_t)63)))) { case 0: { goto IL_018d; } case 1: { goto IL_0232; } case 2: { goto IL_01e7; } case 3: { goto IL_0232; } case 4: { goto IL_01cd; } } } { goto IL_0232; } IL_00ff: { Il2CppChar L_45 = V_1; if ((((int32_t)L_45) == ((int32_t)((int32_t)76)))) { goto IL_0164; } } { Il2CppChar L_46 = V_1; if ((((int32_t)L_46) == ((int32_t)((int32_t)97)))) { goto IL_020a; } } { goto IL_0232; } IL_0111: { Il2CppChar L_47 = ___0_input; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_48; L_48 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_47, NULL); if (L_48) { goto IL_0232; } } { Il2CppChar L_49 = ___0_input; if ((((int32_t)L_49) == ((int32_t)((int32_t)45)))) { goto IL_0232; } } { Il2CppChar L_50 = ___0_input; if ((((int32_t)L_50) == ((int32_t)((int32_t)43)))) { goto IL_0232; } } { Il2CppChar L_51 = ___0_input; if ((((int32_t)L_51) == ((int32_t)((int32_t)32)))) { goto IL_0232; } } { int32_t* L_52 = ___2_resultHint; *((int32_t*)L_52) = (int32_t)((int32_t)-3); return (bool)0; } IL_013a: { Il2CppChar L_53 = ___0_input; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_54; L_54 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_53, NULL); if (L_54) { goto IL_0232; } } { int32_t* L_55 = ___2_resultHint; *((int32_t*)L_55) = (int32_t)((int32_t)-3); return (bool)0; } IL_014b: { Il2CppChar L_56 = ___0_input; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_57; L_57 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_56, NULL); if (L_57) { goto IL_0232; } } { Il2CppChar L_58 = ___0_input; if ((((int32_t)L_58) == ((int32_t)((int32_t)32)))) { goto IL_0232; } } { int32_t* L_59 = ___2_resultHint; *((int32_t*)L_59) = (int32_t)((int32_t)-3); return (bool)0; } IL_0164: { Il2CppChar L_60 = ___0_input; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_61; L_61 = Char_IsLetter_m4363120285B51739DEE559E5C81E89580DDC78C0(L_60, NULL); if (L_61) { goto IL_0172; } } { int32_t* L_62 = ___2_resultHint; *((int32_t*)L_62) = (int32_t)((int32_t)-4); return (bool)0; } IL_0172: { Il2CppChar L_63 = ___0_input; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_64; L_64 = MaskedTextProvider_IsAsciiLetter_m2EF1CEAF646044FCC93E1899203D5CCC2EF5C666(L_63, NULL); if (L_64) { goto IL_0232; } } { bool L_65; L_65 = MaskedTextProvider_get_AsciiOnly_mDB03EF5E1DCD6F6B85214C13547029D2F80F56DD(__this, NULL); if (!L_65) { goto IL_0232; } } { int32_t* L_66 = ___2_resultHint; *((int32_t*)L_66) = (int32_t)(-1); return (bool)0; } IL_018d: { Il2CppChar L_67 = ___0_input; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_68; L_68 = Char_IsLetter_m4363120285B51739DEE559E5C81E89580DDC78C0(L_67, NULL); if (L_68) { goto IL_01a0; } } { Il2CppChar L_69 = ___0_input; if ((((int32_t)L_69) == ((int32_t)((int32_t)32)))) { goto IL_01a0; } } { int32_t* L_70 = ___2_resultHint; *((int32_t*)L_70) = (int32_t)((int32_t)-4); return (bool)0; } IL_01a0: { Il2CppChar L_71 = ___0_input; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_72; L_72 = MaskedTextProvider_IsAsciiLetter_m2EF1CEAF646044FCC93E1899203D5CCC2EF5C666(L_71, NULL); if (L_72) { goto IL_0232; } } { bool L_73; L_73 = MaskedTextProvider_get_AsciiOnly_mDB03EF5E1DCD6F6B85214C13547029D2F80F56DD(__this, NULL); if (!L_73) { goto IL_0232; } } { int32_t* L_74 = ___2_resultHint; *((int32_t*)L_74) = (int32_t)(-1); return (bool)0; } IL_01b8: { Il2CppChar L_75 = ___0_input; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_76; L_76 = MaskedTextProvider_IsAscii_mA4E8E2CC4BFF8F857373C14D386660E6CF618385(L_75, NULL); if (L_76) { goto IL_0232; } } { bool L_77; L_77 = MaskedTextProvider_get_AsciiOnly_mDB03EF5E1DCD6F6B85214C13547029D2F80F56DD(__this, NULL); if (!L_77) { goto IL_0232; } } { int32_t* L_78 = ___2_resultHint; *((int32_t*)L_78) = (int32_t)(-1); return (bool)0; } IL_01cd: { Il2CppChar L_79 = ___0_input; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_80; L_80 = MaskedTextProvider_IsAscii_mA4E8E2CC4BFF8F857373C14D386660E6CF618385(L_79, NULL); if (L_80) { goto IL_0232; } } { bool L_81; L_81 = MaskedTextProvider_get_AsciiOnly_mDB03EF5E1DCD6F6B85214C13547029D2F80F56DD(__this, NULL); if (!L_81) { goto IL_0232; } } { Il2CppChar L_82 = ___0_input; if ((((int32_t)L_82) == ((int32_t)((int32_t)32)))) { goto IL_0232; } } { int32_t* L_83 = ___2_resultHint; *((int32_t*)L_83) = (int32_t)(-1); return (bool)0; } IL_01e7: { Il2CppChar L_84 = ___0_input; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_85; L_85 = MaskedTextProvider_IsAlphanumeric_mA61D5B4AB1963F35904E9E553FB4D38879AEB445(L_84, NULL); if (L_85) { goto IL_01f5; } } { int32_t* L_86 = ___2_resultHint; *((int32_t*)L_86) = (int32_t)((int32_t)-2); return (bool)0; } IL_01f5: { Il2CppChar L_87 = ___0_input; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_88; L_88 = MaskedTextProvider_IsAciiAlphanumeric_m08D3619839C5F1BEFDC2AA3EC7601CE2718BD154(L_87, NULL); if (L_88) { goto IL_0232; } } { bool L_89; L_89 = MaskedTextProvider_get_AsciiOnly_mDB03EF5E1DCD6F6B85214C13547029D2F80F56DD(__this, NULL); if (!L_89) { goto IL_0232; } } { int32_t* L_90 = ___2_resultHint; *((int32_t*)L_90) = (int32_t)(-1); return (bool)0; } IL_020a: { Il2CppChar L_91 = ___0_input; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_92; L_92 = MaskedTextProvider_IsAlphanumeric_mA61D5B4AB1963F35904E9E553FB4D38879AEB445(L_91, NULL); if (L_92) { goto IL_021d; } } { Il2CppChar L_93 = ___0_input; if ((((int32_t)L_93) == ((int32_t)((int32_t)32)))) { goto IL_021d; } } { int32_t* L_94 = ___2_resultHint; *((int32_t*)L_94) = (int32_t)((int32_t)-2); return (bool)0; } IL_021d: { Il2CppChar L_95 = ___0_input; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_96; L_96 = MaskedTextProvider_IsAciiAlphanumeric_m08D3619839C5F1BEFDC2AA3EC7601CE2718BD154(L_95, NULL); if (L_96) { goto IL_0232; } } { bool L_97; L_97 = MaskedTextProvider_get_AsciiOnly_mDB03EF5E1DCD6F6B85214C13547029D2F80F56DD(__this, NULL); if (!L_97) { goto IL_0232; } } { int32_t* L_98 = ___2_resultHint; *((int32_t*)L_98) = (int32_t)(-1); return (bool)0; } IL_0232: { Il2CppChar L_99 = ___0_input; StringBuilder_t* L_100 = __this->____testString; int32_t L_101 = ___1_position; NullCheck(L_100); Il2CppChar L_102; L_102 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_100, L_101, NULL); if ((!(((uint32_t)L_99) == ((uint32_t)L_102)))) { goto IL_024e; } } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_103 = V_0; NullCheck(L_103); bool L_104 = L_103->___IsAssigned; if (!L_104) { goto IL_024e; } } { int32_t* L_105 = ___2_resultHint; *((int32_t*)L_105) = (int32_t)2; goto IL_0251; } IL_024e: { int32_t* L_106 = ___2_resultHint; *((int32_t*)L_106) = (int32_t)4; } IL_0251: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestEscapeChar_m33EFD2D7CD3BED01B7997FB0D8E6EA965EC4CF42 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_0 = NULL; { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_0 = __this->____stringDescriptor; int32_t L_1 = ___1_position; NullCheck(L_0); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_2; L_2 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_0, L_1, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); V_0 = L_2; Il2CppChar L_3 = ___0_input; int32_t L_4 = ___1_position; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_5 = V_0; bool L_6; L_6 = MaskedTextProvider_TestEscapeChar_m0A0DF0468B4EE7634728C254F99EB374E0547C25(__this, L_3, L_4, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestEscapeChar_m0A0DF0468B4EE7634728C254F99EB374E0547C25 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* ___2_charDex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_0 = ___2_charDex; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_1; L_1 = MaskedTextProvider_IsLiteralPosition_m466E0303F6E2D00C73E5AF35ED3A3A329CD78030(L_0, NULL); if (!L_1) { goto IL_0022; } } { bool L_2; L_2 = MaskedTextProvider_get_SkipLiterals_m860DD9A97BBE5D8D1DC68EFDC5604AC0428B5C82(__this, NULL); if (!L_2) { goto IL_0020; } } { Il2CppChar L_3 = ___0_input; StringBuilder_t* L_4 = __this->____testString; int32_t L_5 = ___1_position; NullCheck(L_4); Il2CppChar L_6; L_6 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_4, L_5, NULL); return (bool)((((int32_t)L_3) == ((int32_t)L_6))? 1 : 0); } IL_0020: { return (bool)0; } IL_0022: { bool L_7; L_7 = MaskedTextProvider_get_ResetOnPrompt_m10A5D99558743AB8F41A1F705DBC91FCBB70B304(__this, NULL); if (!L_7) { goto IL_0033; } } { Il2CppChar L_8 = ___0_input; Il2CppChar L_9 = __this->____promptChar; if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_0040; } } IL_0033: { bool L_10; L_10 = MaskedTextProvider_get_ResetOnSpace_mC0D0491174C1C4C35CB7AF3CCDA414654A218498(__this, NULL); if (!L_10) { goto IL_0042; } } { Il2CppChar L_11 = ___0_input; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)32))))) { goto IL_0042; } } IL_0040: { return (bool)1; } IL_0042: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestSetChar_mC3462DC6028BCBB0AA05737CB3998AD1259E13B0 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, int32_t* ___2_resultHint, const RuntimeMethod* method) { { Il2CppChar L_0 = ___0_input; int32_t L_1 = ___1_position; int32_t* L_2 = ___2_resultHint; bool L_3; L_3 = MaskedTextProvider_TestChar_m5CC324BDFA944E2AF33E888FA025D1F11E6E1748(__this, L_0, L_1, L_2, NULL); if (!L_3) { goto IL_001f; } } { int32_t* L_4 = ___2_resultHint; int32_t L_5 = *((int32_t*)L_4); if ((((int32_t)L_5) == ((int32_t)4))) { goto IL_0015; } } { int32_t* L_6 = ___2_resultHint; int32_t L_7 = *((int32_t*)L_6); if ((!(((uint32_t)L_7) == ((uint32_t)3)))) { goto IL_001d; } } IL_0015: { Il2CppChar L_8 = ___0_input; int32_t L_9 = ___1_position; MaskedTextProvider_SetChar_mD94F455453500EB4EE1D210C2015FD8C57BA9385(__this, L_8, L_9, NULL); } IL_001d: { return (bool)1; } IL_001f: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestSetString_mFAE924178F9F69A08F142B2D7431BECF5865A6B9 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_position, int32_t* ___2_testPosition, int32_t* ___3_resultHint, const RuntimeMethod* method) { { String_t* L_0 = ___0_input; int32_t L_1 = ___1_position; int32_t* L_2 = ___2_testPosition; int32_t* L_3 = ___3_resultHint; bool L_4; L_4 = MaskedTextProvider_TestString_m3202491F7CEFDAF592E7C79158D612141046254E(__this, L_0, L_1, L_2, L_3, NULL); if (!L_4) { goto IL_0017; } } { String_t* L_5 = ___0_input; int32_t L_6 = ___1_position; MaskedTextProvider_SetString_mBDF2469EBA592A403BAADE37A616B8755D67C080(__this, L_5, L_6, NULL); return (bool)1; } IL_0017: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestString_m3202491F7CEFDAF592E7C79158D612141046254E (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t ___1_position, int32_t* ___2_testPosition, int32_t* ___3_resultHint, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { int32_t* L_0 = ___3_resultHint; *((int32_t*)L_0) = (int32_t)0; int32_t* L_1 = ___2_testPosition; int32_t L_2 = ___1_position; *((int32_t*)L_1) = (int32_t)L_2; String_t* L_3 = ___0_input; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL); if (L_4) { goto IL_0011; } } { return (bool)1; } IL_0011: { int32_t* L_5 = ___3_resultHint; int32_t L_6 = *((int32_t*)L_5); V_0 = L_6; String_t* L_7 = ___0_input; V_1 = L_7; V_2 = 0; goto IL_008f; } IL_001b: { String_t* L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); Il2CppChar L_10; L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL); V_3 = L_10; int32_t* L_11 = ___2_testPosition; int32_t L_12 = *((int32_t*)L_11); StringBuilder_t* L_13 = __this->____testString; NullCheck(L_13); int32_t L_14; L_14 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_13, NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0039; } } { int32_t* L_15 = ___3_resultHint; *((int32_t*)L_15) = (int32_t)((int32_t)-53); return (bool)0; } IL_0039: { Il2CppChar L_16 = V_3; int32_t* L_17 = ___2_testPosition; int32_t L_18 = *((int32_t*)L_17); bool L_19; L_19 = MaskedTextProvider_TestEscapeChar_m33EFD2D7CD3BED01B7997FB0D8E6EA965EC4CF42(__this, L_16, L_18, NULL); if (L_19) { goto IL_0068; } } { int32_t* L_20 = ___2_testPosition; int32_t* L_21 = ___2_testPosition; int32_t L_22 = *((int32_t*)L_21); int32_t L_23; L_23 = MaskedTextProvider_FindEditPositionFrom_m11583679467EA7D80B63E3203ACDD581E8AC0538(__this, L_22, (bool)1, NULL); *((int32_t*)L_20) = (int32_t)L_23; int32_t* L_24 = ___2_testPosition; int32_t L_25 = *((int32_t*)L_24); if ((!(((uint32_t)L_25) == ((uint32_t)(-1))))) { goto IL_0068; } } { int32_t* L_26 = ___2_testPosition; StringBuilder_t* L_27 = __this->____testString; NullCheck(L_27); int32_t L_28; L_28 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_27, NULL); *((int32_t*)L_26) = (int32_t)L_28; int32_t* L_29 = ___3_resultHint; *((int32_t*)L_29) = (int32_t)((int32_t)-53); return (bool)0; } IL_0068: { Il2CppChar L_30 = V_3; int32_t* L_31 = ___2_testPosition; int32_t L_32 = *((int32_t*)L_31); bool L_33; L_33 = MaskedTextProvider_TestChar_m5CC324BDFA944E2AF33E888FA025D1F11E6E1748(__this, L_30, L_32, (&V_0), NULL); if (L_33) { goto IL_007b; } } { int32_t* L_34 = ___3_resultHint; int32_t L_35 = V_0; *((int32_t*)L_34) = (int32_t)L_35; return (bool)0; } IL_007b: { int32_t L_36 = V_0; int32_t* L_37 = ___3_resultHint; int32_t L_38 = *((int32_t*)L_37); if ((((int32_t)L_36) <= ((int32_t)L_38))) { goto IL_0085; } } { int32_t* L_39 = ___3_resultHint; int32_t L_40 = V_0; *((int32_t*)L_39) = (int32_t)L_40; } IL_0085: { int32_t* L_41 = ___2_testPosition; int32_t* L_42 = ___2_testPosition; int32_t L_43 = *((int32_t*)L_42); *((int32_t*)L_41) = (int32_t)((int32_t)il2cpp_codegen_add(L_43, 1)); int32_t L_44 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_44, 1)); } IL_008f: { int32_t L_45 = V_2; String_t* L_46 = V_1; NullCheck(L_46); int32_t L_47; L_47 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_46, NULL); if ((((int32_t)L_45) < ((int32_t)L_47))) { goto IL_001b; } } { int32_t* L_48 = ___2_testPosition; int32_t* L_49 = ___2_testPosition; int32_t L_50 = *((int32_t*)L_49); *((int32_t*)L_48) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_50, 1)); return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToDisplayString_m49DF90BB8A730BC3871CAD96DFD872C824D9A98D (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; int32_t V_1 = 0; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_2 = NULL; StringBuilder_t* G_B6_0 = NULL; StringBuilder_t* G_B5_0 = NULL; StringBuilder_t* G_B7_0 = NULL; Il2CppChar G_B8_0 = 0x0; StringBuilder_t* G_B8_1 = NULL; { bool L_0; L_0 = MaskedTextProvider_get_IsPassword_m5E08BF3E70E4C71FAFD9F3EE7F18A5A12AEEAD57(__this, NULL); if (!L_0) { goto IL_0010; } } { int32_t L_1; L_1 = MaskedTextProvider_get_AssignedEditPositionCount_m9ED53E540B5C88F393225936E30A67EEEBC074F3_inline(__this, NULL); if (L_1) { goto IL_001c; } } IL_0010: { StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_2); return L_3; } IL_001c: { StringBuilder_t* L_4 = __this->____testString; NullCheck(L_4); int32_t L_5; L_5 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_4, NULL); StringBuilder_t* L_6 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_6, L_5, NULL); V_0 = L_6; V_1 = 0; goto IL_006d; } IL_0031: { List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_7 = __this->____stringDescriptor; int32_t L_8 = V_1; NullCheck(L_7); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_9; L_9 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_7, L_8, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); V_2 = L_9; StringBuilder_t* L_10 = V_0; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_11 = V_2; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); bool L_12; L_12 = MaskedTextProvider_IsEditPosition_m0F63B6F87A7250ECE34FA9E63EB6C3A6F1E2F820(L_11, NULL); if (!L_12) { G_B6_0 = L_10; goto IL_004f; } G_B5_0 = L_10; } { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_13 = V_2; NullCheck(L_13); bool L_14 = L_13->___IsAssigned; if (L_14) { G_B7_0 = G_B5_0; goto IL_005d; } G_B6_0 = G_B5_0; } IL_004f: { StringBuilder_t* L_15 = __this->____testString; int32_t L_16 = V_1; NullCheck(L_15); Il2CppChar L_17; L_17 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_15, L_16, NULL); G_B8_0 = L_17; G_B8_1 = G_B6_0; goto IL_0063; } IL_005d: { Il2CppChar L_18 = __this->____passwordChar; G_B8_0 = L_18; G_B8_1 = G_B7_0; } IL_0063: { NullCheck(G_B8_1); StringBuilder_t* L_19; L_19 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(G_B8_1, G_B8_0, NULL); int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_006d: { int32_t L_21 = V_1; StringBuilder_t* L_22 = __this->____testString; NullCheck(L_22); int32_t L_23; L_23 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_22, NULL); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0031; } } { StringBuilder_t* L_24 = V_0; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_24); return L_25; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_mC649E52CEA20EC7A15FDFD1D53D18015B2B9A823 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { bool L_0; L_0 = MaskedTextProvider_get_IncludePrompt_mEBBBEAB2DA1ED0B171042D473ADF947662CAC319(__this, NULL); bool L_1; L_1 = MaskedTextProvider_get_IncludeLiterals_mB0C9A445617F100A4A6B6DE98C8CB86FE7C4B3DB(__this, NULL); StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL); String_t* L_4; L_4 = MaskedTextProvider_ToString_m5F8671F9776DDD2BD7F94AE164A332891615CAAE(__this, (bool)1, L_0, L_1, 0, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_m20DBF146EA5F15C28F957EAC4796D8722659A578 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_ignorePasswordChar, const RuntimeMethod* method) { { bool L_0 = ___0_ignorePasswordChar; bool L_1; L_1 = MaskedTextProvider_get_IncludePrompt_mEBBBEAB2DA1ED0B171042D473ADF947662CAC319(__this, NULL); bool L_2; L_2 = MaskedTextProvider_get_IncludeLiterals_mB0C9A445617F100A4A6B6DE98C8CB86FE7C4B3DB(__this, NULL); StringBuilder_t* L_3 = __this->____testString; NullCheck(L_3); int32_t L_4; L_4 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_3, NULL); String_t* L_5; L_5 = MaskedTextProvider_ToString_m5F8671F9776DDD2BD7F94AE164A332891615CAAE(__this, L_0, L_1, L_2, 0, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_m30AD404B0598AC706114342249C5F672013D52B0 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_startPosition, int32_t ___1_length, const RuntimeMethod* method) { { bool L_0; L_0 = MaskedTextProvider_get_IncludePrompt_mEBBBEAB2DA1ED0B171042D473ADF947662CAC319(__this, NULL); bool L_1; L_1 = MaskedTextProvider_get_IncludeLiterals_mB0C9A445617F100A4A6B6DE98C8CB86FE7C4B3DB(__this, NULL); int32_t L_2 = ___0_startPosition; int32_t L_3 = ___1_length; String_t* L_4; L_4 = MaskedTextProvider_ToString_m5F8671F9776DDD2BD7F94AE164A332891615CAAE(__this, (bool)1, L_0, L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_m6DEE6C828B3C2B33F9CA2E8A0E9D1A3F418CD3EF (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_ignorePasswordChar, int32_t ___1_startPosition, int32_t ___2_length, const RuntimeMethod* method) { { bool L_0 = ___0_ignorePasswordChar; bool L_1; L_1 = MaskedTextProvider_get_IncludePrompt_mEBBBEAB2DA1ED0B171042D473ADF947662CAC319(__this, NULL); bool L_2; L_2 = MaskedTextProvider_get_IncludeLiterals_mB0C9A445617F100A4A6B6DE98C8CB86FE7C4B3DB(__this, NULL); int32_t L_3 = ___1_startPosition; int32_t L_4 = ___2_length; String_t* L_5; L_5 = MaskedTextProvider_ToString_m5F8671F9776DDD2BD7F94AE164A332891615CAAE(__this, L_0, L_1, L_2, L_3, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_mC9C2EB261BD3AA15E4E3FFF13C605FFA55E1D241 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_includePrompt, bool ___1_includeLiterals, const RuntimeMethod* method) { { bool L_0 = ___0_includePrompt; bool L_1 = ___1_includeLiterals; StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL); String_t* L_4; L_4 = MaskedTextProvider_ToString_m5F8671F9776DDD2BD7F94AE164A332891615CAAE(__this, (bool)1, L_0, L_1, 0, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_m0C96CBCA9E462DAB8BD824944D878DCF2FB2E772 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_includePrompt, bool ___1_includeLiterals, int32_t ___2_startPosition, int32_t ___3_length, const RuntimeMethod* method) { { bool L_0 = ___0_includePrompt; bool L_1 = ___1_includeLiterals; int32_t L_2 = ___2_startPosition; int32_t L_3 = ___3_length; String_t* L_4; L_4 = MaskedTextProvider_ToString_m5F8671F9776DDD2BD7F94AE164A332891615CAAE(__this, (bool)1, L_0, L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_m5F8671F9776DDD2BD7F94AE164A332891615CAAE (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, bool ___0_ignorePasswordChar, bool ___1_includePrompt, bool ___2_includeLiterals, int32_t ___3_startPosition, int32_t ___4_length, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* V_7 = NULL; int32_t V_8 = 0; int32_t G_B15_0 = 0; MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* G_B17_0 = NULL; MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* G_B16_0 = NULL; int32_t G_B18_0 = 0; MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* G_B18_1 = NULL; int32_t G_B21_0 = 0; { int32_t L_0 = ___4_length; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000b; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; return L_1; } IL_000b: { int32_t L_2 = ___3_startPosition; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0013; } } { ___3_startPosition = 0; } IL_0013: { int32_t L_3 = ___3_startPosition; StringBuilder_t* L_4 = __this->____testString; NullCheck(L_4); int32_t L_5; L_5 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_4, NULL); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_0028; } } { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; return L_6; } IL_0028: { StringBuilder_t* L_7 = __this->____testString; NullCheck(L_7); int32_t L_8; L_8 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_7, NULL); int32_t L_9 = ___3_startPosition; V_0 = ((int32_t)il2cpp_codegen_subtract(L_8, L_9)); int32_t L_10 = ___4_length; int32_t L_11 = V_0; if ((((int32_t)L_10) <= ((int32_t)L_11))) { goto IL_003f; } } { int32_t L_12 = V_0; ___4_length = L_12; } IL_003f: { bool L_13; L_13 = MaskedTextProvider_get_IsPassword_m5E08BF3E70E4C71FAFD9F3EE7F18A5A12AEEAD57(__this, NULL); bool L_14 = ___0_ignorePasswordChar; if (!((int32_t)(((((int32_t)L_13) == ((int32_t)0))? 1 : 0)|(int32_t)L_14))) { goto IL_0061; } } { bool L_15 = ___1_includePrompt; bool L_16 = ___2_includeLiterals; if (!((int32_t)((int32_t)L_15&(int32_t)L_16))) { goto IL_0061; } } { StringBuilder_t* L_17 = __this->____testString; int32_t L_18 = ___3_startPosition; int32_t L_19 = ___4_length; NullCheck(L_17); String_t* L_20; L_20 = StringBuilder_ToString_m8A0AC56824DF98812AFBCD745AC6C911873CA8C0(L_17, L_18, L_19, NULL); return L_20; } IL_0061: { StringBuilder_t* L_21 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_21, NULL); V_1 = L_21; int32_t L_22 = ___3_startPosition; int32_t L_23 = ___4_length; V_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_22, L_23)), 1)); bool L_24 = ___1_includePrompt; if (L_24) { goto IL_00bb; } } { bool L_25 = ___2_includeLiterals; if (L_25) { goto IL_007c; } } { il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_26; L_26 = MaskedTextProvider_get_InvalidIndex_m1F1A5473A902D21DF189D6DCC7B56B006ACD7D16(NULL); G_B15_0 = L_26; goto IL_0086; } IL_007c: { int32_t L_27 = ___3_startPosition; int32_t L_28 = V_2; int32_t L_29; L_29 = MaskedTextProvider_FindNonEditPositionInRange_m3DBC0B10CACBA40AE99FA43846423FBD66CBBB55(__this, L_27, L_28, (bool)0, NULL); G_B15_0 = L_29; } IL_0086: { V_3 = G_B15_0; int32_t L_30 = V_3; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_31; L_31 = MaskedTextProvider_get_InvalidIndex_m1F1A5473A902D21DF189D6DCC7B56B006ACD7D16(NULL); if ((((int32_t)L_30) == ((int32_t)L_31))) { G_B17_0 = __this; goto IL_0093; } G_B16_0 = __this; } { int32_t L_32 = V_3; G_B18_0 = L_32; G_B18_1 = G_B16_0; goto IL_0095; } IL_0093: { int32_t L_33 = ___3_startPosition; G_B18_0 = L_33; G_B18_1 = G_B17_0; } IL_0095: { int32_t L_34 = V_2; NullCheck(G_B18_1); int32_t L_35; L_35 = MaskedTextProvider_FindAssignedEditPositionInRange_mB5B16DD65D43CBD7A22455CEE8109F1E0B46DF16(G_B18_1, G_B18_0, L_34, (bool)0, NULL); V_4 = L_35; int32_t L_36 = V_4; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_37; L_37 = MaskedTextProvider_get_InvalidIndex_m1F1A5473A902D21DF189D6DCC7B56B006ACD7D16(NULL); if ((!(((uint32_t)L_36) == ((uint32_t)L_37)))) { goto IL_00aa; } } { int32_t L_38 = V_3; G_B21_0 = L_38; goto IL_00ac; } IL_00aa: { int32_t L_39 = V_4; G_B21_0 = L_39; } IL_00ac: { V_2 = G_B21_0; int32_t L_40 = V_2; il2cpp_codegen_runtime_class_init_inline(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); int32_t L_41; L_41 = MaskedTextProvider_get_InvalidIndex_m1F1A5473A902D21DF189D6DCC7B56B006ACD7D16(NULL); if ((!(((uint32_t)L_40) == ((uint32_t)L_41)))) { goto IL_00bb; } } { String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; return L_42; } IL_00bb: { int32_t L_43 = ___3_startPosition; V_5 = L_43; goto IL_013e; } IL_00c1: { StringBuilder_t* L_44 = __this->____testString; int32_t L_45 = V_5; NullCheck(L_44); Il2CppChar L_46; L_46 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_44, L_45, NULL); V_6 = L_46; List_1_t3A3647A7864549FB68331C8B92B09B1C2487D473* L_47 = __this->____stringDescriptor; int32_t L_48 = V_5; NullCheck(L_47); CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_49; L_49 = List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30(L_47, L_48, List_1_get_Item_m62DC5286BA3AB68E35F9B0B86EA4F5DED669DA30_RuntimeMethod_var); V_7 = L_49; CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_50 = V_7; NullCheck(L_50); int32_t L_51 = L_50->___CharType; V_8 = L_51; int32_t L_52 = V_8; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_52, 1))) > ((uint32_t)1)))) { goto IL_00fb; } } { int32_t L_53 = V_8; if ((((int32_t)L_53) == ((int32_t)4))) { goto IL_012c; } } { int32_t L_54 = V_8; if ((((int32_t)L_54) == ((int32_t)8))) { goto IL_012c; } } { goto IL_012f; } IL_00fb: { CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* L_55 = V_7; NullCheck(L_55); bool L_56 = L_55->___IsAssigned; if (!L_56) { goto IL_011e; } } { bool L_57; L_57 = MaskedTextProvider_get_IsPassword_m5E08BF3E70E4C71FAFD9F3EE7F18A5A12AEEAD57(__this, NULL); if (!L_57) { goto IL_012f; } } { bool L_58 = ___0_ignorePasswordChar; if (L_58) { goto IL_012f; } } { StringBuilder_t* L_59 = V_1; Il2CppChar L_60 = __this->____passwordChar; NullCheck(L_59); StringBuilder_t* L_61; L_61 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_59, L_60, NULL); goto IL_0138; } IL_011e: { bool L_62 = ___1_includePrompt; if (L_62) { goto IL_012f; } } { StringBuilder_t* L_63 = V_1; NullCheck(L_63); StringBuilder_t* L_64; L_64 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_63, ((int32_t)32), NULL); goto IL_0138; } IL_012c: { bool L_65 = ___2_includeLiterals; if (!L_65) { goto IL_0138; } } IL_012f: { StringBuilder_t* L_66 = V_1; Il2CppChar L_67 = V_6; NullCheck(L_66); StringBuilder_t* L_68; L_68 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_66, L_67, NULL); } IL_0138: { int32_t L_69 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_69, 1)); } IL_013e: { int32_t L_70 = V_5; int32_t L_71 = V_2; if ((((int32_t)L_70) <= ((int32_t)L_71))) { goto IL_00c1; } } { StringBuilder_t* L_72 = V_1; NullCheck(L_72); String_t* L_73; L_73 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_72); return L_73; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_VerifyChar_mF1742AF3C3569330C6D5BC330976DE7CBE9EEF14 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, int32_t* ___2_hint, const RuntimeMethod* method) { { int32_t* L_0 = ___2_hint; *((int32_t*)L_0) = (int32_t)2; int32_t L_1 = ___1_position; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0015; } } { int32_t L_2 = ___1_position; StringBuilder_t* L_3 = __this->____testString; NullCheck(L_3); int32_t L_4; L_4 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_3, NULL); if ((((int32_t)L_2) < ((int32_t)L_4))) { goto IL_001b; } } IL_0015: { int32_t* L_5 = ___2_hint; *((int32_t*)L_5) = (int32_t)((int32_t)-55); return (bool)0; } IL_001b: { Il2CppChar L_6 = ___0_input; int32_t L_7 = ___1_position; int32_t* L_8 = ___2_hint; bool L_9; L_9 = MaskedTextProvider_TestChar_m5CC324BDFA944E2AF33E888FA025D1F11E6E1748(__this, L_6, L_7, L_8, NULL); return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_VerifyEscapeChar_mA08F99E8B1A28E36D96315B0E9A54085A84AD3C5 (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, Il2CppChar ___0_input, int32_t ___1_position, const RuntimeMethod* method) { { int32_t L_0 = ___1_position; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___1_position; StringBuilder_t* L_2 = __this->____testString; NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_2, NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0014; } } IL_0012: { return (bool)0; } IL_0014: { Il2CppChar L_4 = ___0_input; int32_t L_5 = ___1_position; bool L_6; L_6 = MaskedTextProvider_TestEscapeChar_m33EFD2D7CD3BED01B7997FB0D8E6EA965EC4CF42(__this, L_4, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_VerifyString_m96B4D3BF6777284F7D68215B3B56C190CBAD874F (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___0_input; bool L_1; L_1 = MaskedTextProvider_VerifyString_m2D391ED48BB9C561ED3BFF316319B73A9A1C0AEA(__this, L_0, (&V_0), (&V_1), NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_VerifyString_m2D391ED48BB9C561ED3BFF316319B73A9A1C0AEA (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, String_t* ___0_input, int32_t* ___1_testPosition, int32_t* ___2_resultHint, const RuntimeMethod* method) { { int32_t* L_0 = ___1_testPosition; *((int32_t*)L_0) = (int32_t)0; String_t* L_1 = ___0_input; if (!L_1) { goto IL_000e; } } { String_t* L_2 = ___0_input; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if (L_3) { goto IL_0013; } } IL_000e: { int32_t* L_4 = ___2_resultHint; *((int32_t*)L_4) = (int32_t)2; return (bool)1; } IL_0013: { String_t* L_5 = ___0_input; int32_t* L_6 = ___1_testPosition; int32_t* L_7 = ___2_resultHint; bool L_8; L_8 = MaskedTextProvider_TestString_m3202491F7CEFDAF592E7C79158D612141046254E(__this, L_5, 0, L_6, L_7, NULL); return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__cctor_mF2817D2E41AE9BA0679BD4D4E9C4E0478942928C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = BitVector32_CreateMask_m0201B8F0CF84BB78DDF1C491E9075FDF1D86A583(NULL); ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_ASCII_ONLY = L_0; int32_t L_1 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_ASCII_ONLY; int32_t L_2; L_2 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_1, NULL); ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_ALLOW_PROMPT_AS_INPUT = L_2; int32_t L_3 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_ALLOW_PROMPT_AS_INPUT; int32_t L_4; L_4 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_3, NULL); ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_INCLUDE_PROMPT = L_4; int32_t L_5 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_INCLUDE_PROMPT; int32_t L_6; L_6 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_5, NULL); ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_INCLUDE_LITERALS = L_6; int32_t L_7 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_INCLUDE_LITERALS; int32_t L_8; L_8 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_7, NULL); ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_RESET_ON_PROMPT = L_8; int32_t L_9 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_RESET_ON_PROMPT; int32_t L_10; L_10 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_9, NULL); ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_RESET_ON_LITERALS = L_10; int32_t L_11 = ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_RESET_ON_LITERALS; int32_t L_12; L_12 = BitVector32_CreateMask_m0ACC7DE42199CE528024519E7AB92A38930A1419(L_11, NULL); ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_SKIP_SPACE = L_12; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_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); ((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_maskTextProviderType = L_14; Il2CppCodeGenWriteBarrier((void**)(&((MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787_il2cpp_TypeInfo_var))->___s_maskTextProviderType), (void*)L_14); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharDescriptor__ctor_m87C97CFABEE28E2EE39C3AA5B29048B8CFC76255 (CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* __this, int32_t ___0_maskPos, int32_t ___1_charType, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); int32_t L_0 = ___0_maskPos; __this->___MaskPosition = L_0; int32_t L_1 = ___1_charType; __this->___CharType = L_1; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CharDescriptor_ToString_m259D5DA40C305C8A795E3FD4BD33026B662456E6 (CharDescriptor_t4875893296B0A5FCF3388803599A95860F164CAB* __this, 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*)&CaseConversion_t93F34F9AE034F06D837C944D614E4CE1FF633456_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharType_t0683DE8A4981BCEC2E593A482112F376FEFACC65_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1700148033FC8D85943DDEBDA6992D3AEB612403); 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); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1; int32_t L_3 = __this->___MaskPosition; int32_t L_4 = L_3; RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAt(static_cast(0), (RuntimeObject*)L_5); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_2; int32_t L_7 = __this->___CaseConversion; int32_t L_8 = L_7; RuntimeObject* L_9 = Box(CaseConversion_t93F34F9AE034F06D837C944D614E4CE1FF633456_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(1), (RuntimeObject*)L_9); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = L_6; int32_t L_11 = __this->___CharType; int32_t L_12 = L_11; RuntimeObject* L_13 = Box(CharType_t0683DE8A4981BCEC2E593A482112F376FEFACC65_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(2), (RuntimeObject*)L_13); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = L_10; bool L_15 = __this->___IsAssigned; bool L_16 = L_15; RuntimeObject* L_17 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(3), (RuntimeObject*)L_17); String_t* L_18; L_18 = String_Format_m447B585713E5EB3EBF5D9D0710706D01E8A56D75(L_0, _stringLiteral1700148033FC8D85943DDEBDA6992D3AEB612403, L_14, NULL); return L_18; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MultilineStringConverter_ConvertTo_m7DF6AD4BAC1039C445C35B6381DDF36896A5320F (MultilineStringConverter_tB59A848DFCF6F22743E3E22F317D2B0341138CD3* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B209F1FB7E8C8DFF67FF46D62326A5F5180F4AC); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); 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*)&MultilineStringConverter_ConvertTo_m7DF6AD4BAC1039C445C35B6381DDF36896A5320F_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_0036; } } { RuntimeObject* L_7 = ___2_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var))) { goto IL_0036; } } { return _stringLiteral4B209F1FB7E8C8DFF67FF46D62326A5F5180F4AC; } IL_0036: { RuntimeObject* L_8 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9 = ___1_culture; RuntimeObject* L_10 = ___2_value; Type_t* L_11 = ___3_destinationType; RuntimeObject* L_12; L_12 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_8, L_9, L_10, L_11, NULL); return L_12; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* MultilineStringConverter_GetProperties_mA840F47BF42A006DE28C6EDF649906A42B28B2FD (MultilineStringConverter_tB59A848DFCF6F22743E3E22F317D2B0341138CD3* __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 MultilineStringConverter_GetPropertiesSupported_m376C337794C65B0EED24A149268A2DE278EF4B00 (MultilineStringConverter_tB59A848DFCF6F22743E3E22F317D2B0341138CD3* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultilineStringConverter__ctor_mEC45BE39D92475D619AC8EBEEA41277FA984E1EB (MultilineStringConverter_tB59A848DFCF6F22743E3E22F317D2B0341138CD3* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedContainer__ctor_m33F0F34DE28D0DBB2B52AD6A2C8515182105F59E (NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC* __this, RuntimeObject* ___0_owner, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NestedContainer_OnOwnerDisposed_m51654736F1158270D91055FC600B6BB01F587E0E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Container__ctor_mFE594A7A2AD8B053FDE312C75EBDBBE3008719FA(__this, NULL); RuntimeObject* L_0 = ___0_owner; if (L_0) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC89994489E374EE60488665751DAAD6F3B411190)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NestedContainer__ctor_m33F0F34DE28D0DBB2B52AD6A2C8515182105F59E_RuntimeMethod_var))); } IL_0014: { RuntimeObject* L_2 = ___0_owner; __this->___U3COwnerU3Ek__BackingField = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3COwnerU3Ek__BackingField), (void*)L_2); RuntimeObject* L_3; L_3 = NestedContainer_get_Owner_m7EEE81CD299313D82E856638016BF4BA94C66E8E_inline(__this, NULL); EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_4 = (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)il2cpp_codegen_object_new(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); EventHandler__ctor_m95444CE8D5A6F1AFC9793866C3FE884E732DCEB2(L_4, __this, (intptr_t)((void*)NestedContainer_OnOwnerDisposed_m51654736F1158270D91055FC600B6BB01F587E0E_RuntimeMethod_var), NULL); NullCheck(L_3); InterfaceActionInvoker1< EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* >::Invoke(2, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_3, L_4); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NestedContainer_get_Owner_m7EEE81CD299313D82E856638016BF4BA94C66E8E (NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3COwnerU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NestedContainer_get_OwnerName_m0BC0A8AAA3F5B1799A8D0642CA838A3E0ABB01A9 (NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC* __this, 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; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; { V_0 = (String_t*)NULL; RuntimeObject* L_0; L_0 = NestedContainer_get_Owner_m7EEE81CD299313D82E856638016BF4BA94C66E8E_inline(__this, NULL); if (!L_0) { goto IL_0045; } } { RuntimeObject* L_1; L_1 = NestedContainer_get_Owner_m7EEE81CD299313D82E856638016BF4BA94C66E8E_inline(__this, NULL); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_1); if (!L_2) { goto IL_0045; } } { RuntimeObject* L_3; L_3 = NestedContainer_get_Owner_m7EEE81CD299313D82E856638016BF4BA94C66E8E_inline(__this, NULL); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_3); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, INestedSite_t2C9BB46577D656D15E570A3574629D2918FFBFC7_il2cpp_TypeInfo_var)); RuntimeObject* L_5 = V_1; if (!L_5) { goto IL_0034; } } { RuntimeObject* L_6 = V_1; NullCheck(L_6); String_t* L_7; L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(0, INestedSite_t2C9BB46577D656D15E570A3574629D2918FFBFC7_il2cpp_TypeInfo_var, L_6); V_0 = L_7; goto IL_0045; } IL_0034: { RuntimeObject* L_8; L_8 = NestedContainer_get_Owner_m7EEE81CD299313D82E856638016BF4BA94C66E8E_inline(__this, NULL); NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_8); NullCheck(L_9); String_t* L_10; L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(3, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_9); V_0 = L_10; } IL_0045: { String_t* L_11 = V_0; return L_11; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NestedContainer_CreateSite_mDAD53D4B71C86F493C1688FEAD9DCE708AEA7E2F (NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC* __this, RuntimeObject* ___0_component, String_t* ___1_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1_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*)&NestedContainer_CreateSite_mDAD53D4B71C86F493C1688FEAD9DCE708AEA7E2F_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___0_component; String_t* L_3 = ___1_name; Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* L_4 = (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1*)il2cpp_codegen_object_new(Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1_il2cpp_TypeInfo_var); Site__ctor_m08FE68D8487E8F818365839AF857F016DE474D7D(L_4, L_2, __this, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedContainer_Dispose_mD018C348E175FEC04CCAB33462C2DB464C4D996A (NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NestedContainer_OnOwnerDisposed_m51654736F1158270D91055FC600B6BB01F587E0E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___0_disposing; if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1; L_1 = NestedContainer_get_Owner_m7EEE81CD299313D82E856638016BF4BA94C66E8E_inline(__this, NULL); EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_2 = (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)il2cpp_codegen_object_new(EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); EventHandler__ctor_m95444CE8D5A6F1AFC9793866C3FE884E732DCEB2(L_2, __this, (intptr_t)((void*)NestedContainer_OnOwnerDisposed_m51654736F1158270D91055FC600B6BB01F587E0E_RuntimeMethod_var), NULL); NullCheck(L_1); InterfaceActionInvoker1< EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* >::Invoke(3, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_1, L_2); } IL_001a: { bool L_3 = ___0_disposing; Container_Dispose_m7579B30207F0D7E2058516AD23A6B202C17B1A84(__this, L_3, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NestedContainer_GetService_mF735766C5E4DDCAC387464FF62896DFAF8CA56A0 (NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC* __this, Type_t* ___0_service, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INestedContainer_tDC7DA4362D26828875FCA832543F852F47EA7417_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_service; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (INestedContainer_tDC7DA4362D26828875FCA832543F852F47EA7417_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 __this; } IL_0014: { Type_t* L_4 = ___0_service; RuntimeObject* L_5; L_5 = Container_GetService_m28534D16BB364CFD5B26D7EB806E604EB51475EC(__this, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedContainer_OnOwnerDisposed_m51654736F1158270D91055FC600B6BB01F587E0E (NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC* __this, RuntimeObject* ___0_sender, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method) { { Container_Dispose_m2BF4169F5D5AB5838C428FF665795DF7422A73D4(__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 Site__ctor_m08FE68D8487E8F818365839AF857F016DE474D7D (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* __this, RuntimeObject* ___0_component, NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC* ___1_container, String_t* ___2_name, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); RuntimeObject* L_0 = ___0_component; __this->___U3CComponentU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CComponentU3Ek__BackingField), (void*)L_0); NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC* L_1 = ___1_container; __this->___U3CContainerU3Ek__BackingField = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CContainerU3Ek__BackingField), (void*)L_1); String_t* L_2 = ___2_name; __this->____name = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____name), (void*)L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Component_mF3EB214916339906BDC3332BD5F7EAC272A148E1 (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CComponentU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Container_m2D275CD2784C103BD6A37A4CE27570F459CFA5A1 (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CContainerU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Site_GetService_m8500194717F56F1AC7FDEE8EC36DAE93551E621C (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* __this, Type_t* ___0_service, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_service; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_0024; } } { RuntimeObject* L_4; L_4 = Site_get_Container_m2D275CD2784C103BD6A37A4CE27570F459CFA5A1_inline(__this, NULL); Type_t* L_5 = ___0_service; NullCheck(((NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC*)CastclassClass((RuntimeObject*)L_4, NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC_il2cpp_TypeInfo_var))); RuntimeObject* L_6; L_6 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(13, ((NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC*)CastclassClass((RuntimeObject*)L_4, NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC_il2cpp_TypeInfo_var)), L_5); return L_6; } IL_0024: { return __this; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Site_get_DesignMode_mA1C1EBA3E32E3D7CD6A134A29C1538639D870ABB (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* __this, 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*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0; L_0 = Site_get_Container_m2D275CD2784C103BD6A37A4CE27570F459CFA5A1_inline(__this, NULL); NullCheck(((NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC*)CastclassClass((RuntimeObject*)L_0, NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC_il2cpp_TypeInfo_var))); RuntimeObject* L_1; L_1 = NestedContainer_get_Owner_m7EEE81CD299313D82E856638016BF4BA94C66E8E_inline(((NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC*)CastclassClass((RuntimeObject*)L_0, NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC_il2cpp_TypeInfo_var)), NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0028; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_3); if (!L_4) { goto IL_0028; } } { RuntimeObject* L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_5); NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(2, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_6); return L_7; } IL_0028: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Site_get_FullName_mA0A4DBABD7F607A367B3372BFE864194BF6DECFE (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* __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*)&NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1517117F1C97F9858A0CAB40CD0F7B384BE59539); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = __this->____name; if (!L_0) { goto IL_0037; } } { RuntimeObject* L_1; L_1 = Site_get_Container_m2D275CD2784C103BD6A37A4CE27570F459CFA5A1_inline(__this, NULL); NullCheck(((NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC*)CastclassClass((RuntimeObject*)L_1, NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(18, ((NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC*)CastclassClass((RuntimeObject*)L_1, NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC_il2cpp_TypeInfo_var))); V_0 = L_2; String_t* L_3 = __this->____name; V_1 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_0035; } } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5; L_5 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_6 = V_0; String_t* L_7 = V_1; String_t* L_8; L_8 = String_Format_m44BF8BF44DC9B67D6CF265A1A2703A6D743F5C56(L_5, _stringLiteral1517117F1C97F9858A0CAB40CD0F7B384BE59539, L_6, L_7, NULL); V_1 = L_8; } IL_0035: { String_t* L_9 = V_1; return L_9; } IL_0037: { String_t* L_10 = __this->____name; return L_10; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Site_get_Name_m38EFCC4FD60189C69A90BC127E5307E08183734B (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____name; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Site_set_Name_m0D2D462A4E6AE9143259FE8265FA6124566DB52F (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; if (!L_0) { goto IL_0019; } } { String_t* L_1 = __this->____name; if (!L_1) { goto IL_0019; } } { String_t* L_2 = ___0_value; String_t* L_3 = __this->____name; NullCheck(L_2); bool L_4; L_4 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_2, L_3, NULL); if (L_4) { goto IL_0037; } } IL_0019: { RuntimeObject* L_5; L_5 = Site_get_Container_m2D275CD2784C103BD6A37A4CE27570F459CFA5A1_inline(__this, NULL); RuntimeObject* L_6; L_6 = Site_get_Component_mF3EB214916339906BDC3332BD5F7EAC272A148E1_inline(__this, NULL); String_t* L_7 = ___0_value; NullCheck(((NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC*)CastclassClass((RuntimeObject*)L_5, NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC_il2cpp_TypeInfo_var))); VirtualActionInvoker2< RuntimeObject*, String_t* >::Invoke(16, ((NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC*)CastclassClass((RuntimeObject*)L_5, NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC_il2cpp_TypeInfo_var)), L_6, L_7); String_t* L_8 = ___0_value; __this->____name = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->____name), (void*)L_8); } IL_0037: { 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 NullableConverter__ctor_mF66E15A3EF01632182544613C80F64FC418411AB (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); Type_t* L_0 = ___0_type; __this->___U3CNullableTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNullableTypeU3Ek__BackingField), (void*)L_0); Type_t* L_1 = ___0_type; Type_t* L_2; L_2 = Nullable_GetUnderlyingType_mA8FA7F61D3B8E56EB4E40378020FD2854838BDF8(L_1, NULL); __this->___U3CUnderlyingTypeU3Ek__BackingField = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUnderlyingTypeU3Ek__BackingField), (void*)L_2); Type_t* L_3; L_3 = NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, (Type_t*)NULL, NULL); if (!L_4) { goto IL_0037; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD3D59EFBBCFA78E154D486B61FEFE1185A23E5)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullableConverter__ctor_mF66E15A3EF01632182544613C80F64FC418411AB_RuntimeMethod_var))); } IL_0037: { Type_t* L_6; L_6 = NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_7; L_7 = TypeDescriptor_GetConverter_m83A515E1D6F25137D637B175EA55BC80637E1C8A(L_6, NULL); __this->___U3CUnderlyingTypeConverterU3Ek__BackingField = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CUnderlyingTypeConverterU3Ek__BackingField), (void*)L_7); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_CanConvertFrom_mB2E4F0AE44BB0AF12E9D97126F945053F7360D98 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; Type_t* L_1; L_1 = NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_2; L_2 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_1, NULL); if (!L_2) { goto IL_0010; } } { return (bool)1; } IL_0010: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_3; L_3 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_3) { goto IL_0026; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_4; L_4 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_5 = ___0_context; Type_t* L_6 = ___1_sourceType; NullCheck(L_4); bool L_7; L_7 = VirtualFuncInvoker2< bool, RuntimeObject*, Type_t* >::Invoke(4, L_4, L_5, L_6); return L_7; } IL_0026: { RuntimeObject* L_8 = ___0_context; Type_t* L_9 = ___1_sourceType; bool L_10; L_10 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_8, L_9, NULL); return L_10; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NullableConverter_ConvertFrom_mEA0017E282A46AD1B5702B1D52AEE06EFA452C90 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___2_value; if (!L_0) { goto IL_0016; } } { RuntimeObject* L_1 = ___2_value; NullCheck(L_1); Type_t* L_2; L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL); Type_t* L_3; L_3 = NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, L_3, NULL); if (!L_4) { goto IL_0018; } } IL_0016: { RuntimeObject* L_5 = ___2_value; return L_5; } IL_0018: { RuntimeObject* L_6 = ___2_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var))) { goto IL_002f; } } { RuntimeObject* L_7 = ___2_value; bool L_8; L_8 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(((String_t*)IsInstSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)), NULL); if (!L_8) { goto IL_002f; } } { return NULL; } IL_002f: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_9; L_9 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_9) { goto IL_0046; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_10; L_10 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_11 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12 = ___1_culture; RuntimeObject* L_13 = ___2_value; NullCheck(L_10); RuntimeObject* L_14; L_14 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject* >::Invoke(6, L_10, L_11, L_12, L_13); return L_14; } IL_0046: { RuntimeObject* L_15 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16 = ___1_culture; RuntimeObject* L_17 = ___2_value; RuntimeObject* L_18; L_18 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_15, L_16, L_17, NULL); return L_18; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_CanConvertTo_m9CB541E524D55C7788952C5FACDD1E9121B6E03F (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; Type_t* L_1; L_1 = NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_2; L_2 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_1, NULL); if (!L_2) { goto IL_0010; } } { return (bool)1; } IL_0010: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_3; L_3 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_3) { goto IL_0026; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_4; L_4 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_5 = ___0_context; Type_t* L_6 = ___1_destinationType; NullCheck(L_4); bool L_7; L_7 = VirtualFuncInvoker2< bool, RuntimeObject*, Type_t* >::Invoke(5, L_4, L_5, L_6); return L_7; } IL_0026: { RuntimeObject* L_8 = ___0_context; Type_t* L_9 = ___1_destinationType; bool L_10; L_10 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_8, L_9, NULL); return L_10; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NullableConverter_ConvertTo_m2BE21A53A253F758159F11B28CB285D8BDA2AB7C (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullableConverter_ConvertTo_m2BE21A53A253F758159F11B28CB285D8BDA2AB7C_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; Type_t* L_4; L_4 = NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL); if (!L_5) { goto IL_0037; } } { RuntimeObject* L_6 = ___2_value; if (!L_6) { goto IL_0037; } } { Type_t* L_7; L_7 = NullableConverter_get_NullableType_m3BC58499FE25377295EE62DFF1930716FB478188_inline(__this, NULL); RuntimeObject* L_8 = ___2_value; NullCheck(L_7); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(120, L_7, L_8); if (!L_9) { goto IL_0037; } } { RuntimeObject* L_10 = ___2_value; return L_10; } IL_0037: { RuntimeObject* L_11 = ___2_value; if (L_11) { goto IL_0053; } } { Type_t* L_12 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_14; L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL); bool L_15; L_15 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_12, L_14, NULL); if (!L_15) { goto IL_006c; } } { String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; return L_16; } IL_0053: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_17; L_17 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_17) { goto IL_006c; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_18; L_18 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_19 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20 = ___1_culture; RuntimeObject* L_21 = ___2_value; Type_t* L_22 = ___3_destinationType; NullCheck(L_18); RuntimeObject* L_23; L_23 = VirtualFuncInvoker4< RuntimeObject*, RuntimeObject*, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*, RuntimeObject*, Type_t* >::Invoke(7, L_18, L_19, L_20, L_21, L_22); return L_23; } IL_006c: { RuntimeObject* L_24 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_25 = ___1_culture; RuntimeObject* L_26 = ___2_value; Type_t* L_27 = ___3_destinationType; RuntimeObject* L_28; L_28 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_24, L_25, L_26, L_27, NULL); return L_28; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NullableConverter_CreateInstance_mA6312EDE3A7DE51B875121C214A735B07A0FF1FA (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_propertyValues, const RuntimeMethod* method) { { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0; L_0 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_0) { goto IL_0016; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_1; L_1 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_2 = ___0_context; RuntimeObject* L_3 = ___1_propertyValues; NullCheck(L_1); RuntimeObject* L_4; L_4 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(8, L_1, L_2, L_3); return L_4; } IL_0016: { RuntimeObject* L_5 = ___0_context; RuntimeObject* L_6 = ___1_propertyValues; RuntimeObject* L_7; L_7 = TypeConverter_CreateInstance_mCF1FB466625510C41AF4C31DBF0D6B0D17AD8F34(__this, L_5, L_6, NULL); return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_GetCreateInstanceSupported_mDC268C89415BAC29F94A8443654C8D4A9BA7940C (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0; L_0 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_0) { goto IL_0015; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_1; L_1 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_2 = ___0_context; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(9, L_1, L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = ___0_context; bool L_5; L_5 = TypeConverter_GetCreateInstanceSupported_m6F211317A2C58B002A523A637B40EC6E878D031B(__this, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* NullableConverter_GetProperties_m9E610DEA0D9943D17E14FC62C362E6667B1AB228 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_attributes, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0; L_0 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_0) { goto IL_0019; } } { RuntimeObject* L_1 = ___1_value; V_0 = L_1; TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_2; L_2 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_3 = ___0_context; RuntimeObject* L_4 = V_0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_5 = ___2_attributes; NullCheck(L_2); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_6; L_6 = VirtualFuncInvoker3< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, RuntimeObject*, RuntimeObject*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(10, L_2, L_3, L_4, L_5); return L_6; } IL_0019: { RuntimeObject* L_7 = ___0_context; RuntimeObject* L_8 = ___1_value; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_9 = ___2_attributes; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_10; L_10 = TypeConverter_GetProperties_mBD67295683221C70AB3253653C06C39F640F4F44(__this, L_7, L_8, L_9, NULL); return L_10; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_GetPropertiesSupported_mE2E0BAAB4E63E6CF2BE6A0A45D90499577FD6313 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0; L_0 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_0) { goto IL_0015; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_1; L_1 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_2 = ___0_context; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(11, L_1, L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = ___0_context; bool L_5; L_5 = TypeConverter_GetPropertiesSupported_mDE66D29A3EED2AC764A8B4F3C91917E2F9732763(__this, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* NullableConverter_GetStandardValues_m6D94759E76432CE5982B6DCFAD282ACC4EF2A2F5 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* V_0 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0; L_0 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_0) { goto IL_0078; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_1; L_1 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_2 = ___0_context; NullCheck(L_1); StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_3; L_3 = VirtualFuncInvoker1< StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*, RuntimeObject* >::Invoke(12, L_1, L_2); V_0 = L_3; RuntimeObject* L_4 = ___0_context; bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(14, __this, L_4); if (!L_5) { goto IL_0078; } } { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_6 = V_0; if (!L_6) { goto IL_0078; } } { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = StandardValuesCollection_get_Count_mC127EA7E146C2FD58D5740935B45CACCD13D4637(L_7, NULL); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_8, 1))); V_1 = L_9; V_2 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = V_1; int32_t L_11 = V_2; int32_t L_12 = L_11; V_2 = ((int32_t)il2cpp_codegen_add(L_12, 1)); NullCheck(L_10); ArrayElementTypeCheck (L_10, NULL); (L_10)->SetAt(static_cast(L_12), (RuntimeObject*)NULL); StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_13 = V_0; NullCheck(L_13); RuntimeObject* L_14; L_14 = StandardValuesCollection_GetEnumerator_m0484C08651E32F669A0624D29E44C6CDEB550F6C(L_13, NULL); V_3 = L_14; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_005d: { { RuntimeObject* L_15 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_5; if (!L_16) { goto IL_0070; } } { RuntimeObject* L_17 = V_5; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_17); } IL_0070: { return; } } }); try { { goto IL_0053_1; } IL_0042_1: { RuntimeObject* L_18 = V_3; NullCheck(L_18); RuntimeObject* L_19; L_19 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18); V_4 = L_19; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = V_1; int32_t L_21 = V_2; int32_t L_22 = L_21; V_2 = ((int32_t)il2cpp_codegen_add(L_22, 1)); RuntimeObject* L_23 = V_4; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(L_22), (RuntimeObject*)L_23); } IL_0053_1: { RuntimeObject* L_24 = V_3; NullCheck(L_24); bool L_25; L_25 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_0042_1; } } { goto IL_0071; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0071: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = V_1; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_27 = (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*)il2cpp_codegen_object_new(StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m9049046DA81FD7B6FE279E063A43DC9B1D3B26B0(L_27, (RuntimeObject*)L_26, NULL); return L_27; } IL_0078: { RuntimeObject* L_28 = ___0_context; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_29; L_29 = TypeConverter_GetStandardValues_m9F77FD4C8216D3F06928B418993659F3A0FEF5B6(__this, L_28, NULL); return L_29; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_GetStandardValuesExclusive_mD3FDBBF6F2B977C8B583118FF777A0C254865B16 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0; L_0 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_0) { goto IL_0015; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_1; L_1 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_2 = ___0_context; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(13, L_1, L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = ___0_context; bool L_5; L_5 = TypeConverter_GetStandardValuesExclusive_mCA336C7CE58B28DF0B46D5B52E3D0D177718FF42(__this, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_GetStandardValuesSupported_m297738606638A8B6F53B563C2A90AE2C4E4417A2 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0; L_0 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_0) { goto IL_0015; } } { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_1; L_1 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_2 = ___0_context; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(14, L_1, L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = ___0_context; bool L_5; L_5 = TypeConverter_GetStandardValuesSupported_m5DFA377B1091BB08E64654FBEE8613EEDE731718(__this, L_4, NULL); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_IsValid_m5FA2D5080531086A076CD3D53D1492F8334A05C7 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0; L_0 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); if (!L_0) { goto IL_001d; } } { RuntimeObject* L_1 = ___1_value; V_0 = L_1; RuntimeObject* L_2 = V_0; if (L_2) { goto IL_000f; } } { return (bool)1; } IL_000f: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_3; L_3 = NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline(__this, NULL); RuntimeObject* L_4 = ___0_context; RuntimeObject* L_5 = V_0; NullCheck(L_3); bool L_6; L_6 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(15, L_3, L_4, L_5); return L_6; } IL_001d: { RuntimeObject* L_7 = ___0_context; RuntimeObject* L_8 = ___1_value; bool L_9; L_9 = TypeConverter_IsValid_m991D78815B29EDE7EF8B1CD0114A5E6B84F7328C(__this, L_7, L_8, NULL); return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* NullableConverter_get_NullableType_m3BC58499FE25377295EE62DFF1930716FB478188 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CNullableTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CUnderlyingTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695 (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) { { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0 = __this->___U3CUnderlyingTypeConverterU3Ek__BackingField; 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 PasswordPropertyTextAttribute__ctor_mC0A036FCD5EAD2FF1804CAD90CD79D2A68ABBF9E (PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* __this, const RuntimeMethod* method) { { PasswordPropertyTextAttribute__ctor_mD554B2BF68AD3FD8B7E85D44D396407FEDF28A69(__this, (bool)0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordPropertyTextAttribute__ctor_mD554B2BF68AD3FD8B7E85D44D396407FEDF28A69 (PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* __this, bool ___0_password, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_password; __this->___U3CPasswordU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PasswordPropertyTextAttribute_get_Password_mD3A1D12A941EA2C8DDCD09D5021547CE3DB8E767 (PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CPasswordU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PasswordPropertyTextAttribute_Equals_m09AE03F82A37F790E999E079905C5C94328334B5 (PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* __this, RuntimeObject* ___0_o, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_o; if (!((PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C*)IsInstSealed((RuntimeObject*)L_0, PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var))) { goto IL_001c; } } { RuntimeObject* L_1 = ___0_o; NullCheck(((PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C*)CastclassSealed((RuntimeObject*)L_1, PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var))); bool L_2; L_2 = PasswordPropertyTextAttribute_get_Password_mD3A1D12A941EA2C8DDCD09D5021547CE3DB8E767_inline(((PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C*)CastclassSealed((RuntimeObject*)L_1, PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var)), NULL); bool L_3; L_3 = PasswordPropertyTextAttribute_get_Password_mD3A1D12A941EA2C8DDCD09D5021547CE3DB8E767_inline(__this, NULL); return (bool)((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0); } IL_001c: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PasswordPropertyTextAttribute_GetHashCode_m3066AC71D2AA37E8322318CED8C5A0F179FE5D08 (PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PasswordPropertyTextAttribute_IsDefaultAttribute_m182FE8686206EC6505CE85BFF75C3D8AC3E94757 (PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var); PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* L_0 = ((PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_StaticFields*)il2cpp_codegen_static_fields_for(PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var))->___Default; bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, __this, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordPropertyTextAttribute__cctor_mE4E2EFB37A985699BD523D35C09AD748A31EBCD7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* L_0 = (PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C*)il2cpp_codegen_object_new(PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var); PasswordPropertyTextAttribute__ctor_mD554B2BF68AD3FD8B7E85D44D396407FEDF28A69(L_0, (bool)1, NULL); ((PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_StaticFields*)il2cpp_codegen_static_fields_for(PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var))->___Yes = L_0; Il2CppCodeGenWriteBarrier((void**)(&((PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_StaticFields*)il2cpp_codegen_static_fields_for(PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var))->___Yes), (void*)L_0); PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* L_1 = (PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C*)il2cpp_codegen_object_new(PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var); PasswordPropertyTextAttribute__ctor_mD554B2BF68AD3FD8B7E85D44D396407FEDF28A69(L_1, (bool)0, NULL); ((PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_StaticFields*)il2cpp_codegen_static_fields_for(PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var))->___No = L_1; Il2CppCodeGenWriteBarrier((void**)(&((PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_StaticFields*)il2cpp_codegen_static_fields_for(PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var))->___No), (void*)L_1); PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* L_2 = ((PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_StaticFields*)il2cpp_codegen_static_fields_for(PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var))->___No; ((PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_StaticFields*)il2cpp_codegen_static_fields_for(PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var))->___Default = L_2; Il2CppCodeGenWriteBarrier((void**)(&((PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_StaticFields*)il2cpp_codegen_static_fields_for(PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C_il2cpp_TypeInfo_var))->___Default), (void*)L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m20223572362A331B6F0D436BC19AFE2EE87558B8 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, String_t* ___0_name, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attrs, const RuntimeMethod* method) { { String_t* L_0 = ___0_name; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___1_attrs; MemberDescriptor__ctor_mDCA5ED4D5D9CB14D6D1D81EDB76EA80DB79B8AF4(__this, L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m3804EB8C726830855CEDD862C2D164DE603445A5 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_descr, const RuntimeMethod* method) { { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_0 = ___0_descr; MemberDescriptor__ctor_m88226156FCAB812BE655E3FCEEBE3BF33589A64A(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_mD53A2E689E8CF24D28653C6EF266FC4E51C30699 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* ___0_descr, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_attrs, const RuntimeMethod* method) { { MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* L_0 = ___0_descr; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___1_attrs; MemberDescriptor__ctor_m884FBA4DDB9AE25AEC59DC4A534FD7C448421018(__this, L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* PropertyDescriptor_get_Converter_m0C5BAF27ADFFBF7E669DA8896B4B1B887C6CDC2E (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* V_0 = NULL; TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* V_1 = NULL; Type_t* V_2 = NULL; { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); V_0 = L_0; TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_1 = __this->____converter; if (L_1) { goto IL_008e; } } { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_2 = V_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL); NullCheck(L_2); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_5; L_5 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(11, L_2, L_4); V_1 = ((TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3*)CastclassSealed((RuntimeObject*)L_5, TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var)); TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_6 = V_1; NullCheck(L_6); String_t* L_7; L_7 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(L_6, NULL); if (!L_7) { goto IL_0075; } } { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_8 = V_1; NullCheck(L_8); String_t* L_9; L_9 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(L_8, NULL); NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0075; } } { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(L_11, NULL); Type_t* L_13; L_13 = PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB(__this, L_12, NULL); V_2 = L_13; Type_t* L_14 = V_2; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_14, (Type_t*)NULL, NULL); if (!L_15) { goto IL_0075; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_16 = { reinterpret_cast (TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_17; L_17 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_16, NULL); Type_t* L_18 = V_2; NullCheck(L_17); bool L_19; L_19 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_17, L_18); if (!L_19) { goto IL_0075; } } { Type_t* L_20 = V_2; RuntimeObject* L_21; L_21 = PropertyDescriptor_CreateInstance_m8ED711ABFEA356C6C8075A09310883D4197F6DF3(__this, L_20, NULL); __this->____converter = ((TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)CastclassClass((RuntimeObject*)L_21, TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->____converter), (void*)((TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C*)CastclassClass((RuntimeObject*)L_21, TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C_il2cpp_TypeInfo_var))); } IL_0075: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_22 = __this->____converter; if (L_22) { goto IL_008e; } } { Type_t* L_23; L_23 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __this); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_24; L_24 = TypeDescriptor_GetConverter_m83A515E1D6F25137D637B175EA55BC80637E1C8A(L_23, NULL); __this->____converter = L_24; Il2CppCodeGenWriteBarrier((void**)(&__this->____converter), (void*)L_24); } IL_008e: { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_25 = __this->____converter; return L_25; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptor_get_IsLocalizable_m4014188C4B969D9DB80709E2296F9370E7B7C2EA (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC_il2cpp_TypeInfo_var); LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC* L_0 = ((LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC_StaticFields*)il2cpp_codegen_static_fields_for(LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC_il2cpp_TypeInfo_var))->___Yes; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_1; L_1 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (LocalizableAttribute_t77FE89419279CCEF7ED417CB25198915E6B5E1FC_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 int32_t PropertyDescriptor_get_SerializationVisibility_m06C29D2B08669B3A4970EF75E8DB64D8946C3705 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_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 (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_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(((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83*)CastclassSealed((RuntimeObject*)L_3, DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var))); int32_t L_4; L_4 = DesignerSerializationVisibilityAttribute_get_Visibility_mACD772642393B55DC72E03BB90D67C6C829C4D5E_inline(((DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83*)CastclassSealed((RuntimeObject*)L_3, DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83_il2cpp_TypeInfo_var)), NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_AddValueChanged_m048CFC848AB484EF43F142F9DDC63477B68F8E4E (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __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*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* V_0 = 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*)&PropertyDescriptor_AddValueChanged_m048CFC848AB484EF43F142F9DDC63477B68F8E4E_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*)&PropertyDescriptor_AddValueChanged_m048CFC848AB484EF43F142F9DDC63477B68F8E4E_RuntimeMethod_var))); } IL_001c: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_4 = __this->____valueChangedHandlers; if (L_4) { goto IL_002f; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_5, NULL); __this->____valueChangedHandlers = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->____valueChangedHandlers), (void*)L_5); } IL_002f: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = __this->____valueChangedHandlers; RuntimeObject* L_7 = ___0_component; NullCheck(L_6); RuntimeObject* L_8; L_8 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_6, L_7); V_0 = ((EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)CastclassSealed((RuntimeObject*)L_8, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var)); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_9 = __this->____valueChangedHandlers; RuntimeObject* L_10 = ___0_component; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_11 = V_0; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_12 = ___1_handler; Delegate_t* L_13; L_13 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_11, L_12, NULL); NullCheck(L_9); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_9, L_10, L_13); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptor_Equals_m69C3B1D9E4AF806536B7545DAB5FE72883A512F6 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_0 = NULL; bool V_1 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; try { { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)__this)))) { goto IL_0008_1; } } { V_1 = (bool)1; goto IL_0058; } IL_0008_1: { RuntimeObject* L_1 = ___0_obj; if (L_1) { goto IL_000f_1; } } { V_1 = (bool)0; goto IL_0058; } IL_000f_1: { RuntimeObject* L_2 = ___0_obj; V_0 = ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)IsInstClass((RuntimeObject*)L_2, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_3 = V_0; if (!L_3) { goto IL_0051_1; } } { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(11, L_4); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(11, __this); if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0051_1; } } { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_7 = V_0; NullCheck(L_7); Type_t* L_8; L_8 = VirtualFuncInvoker0< Type_t* >::Invoke(21, L_7); Type_t* L_9; L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __this); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_8, L_9, NULL); if (!L_10) { goto IL_0051_1; } } { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_11); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); NullCheck(L_12); bool L_14; L_14 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_12, L_13, NULL); if (!L_14) { goto IL_0051_1; } } { V_1 = (bool)1; goto IL_0058; } IL_0051_1: { goto IL_0056; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0053; } throw e; } CATCH_0053: { RuntimeObject* L_15 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0056; } IL_0056: { return (bool)0; } IL_0058: { bool L_16 = V_1; return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptor_CreateInstance_m8ED711ABFEA356C6C8075A09310883D4197F6DF3 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_0 = NULL; { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1 = L_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (Type_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_3; L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (Type_t*)L_3); V_0 = L_1; Type_t* L_4 = ___0_type; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_5 = V_0; NullCheck(L_4); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_6; L_6 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_4, L_5, NULL); il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); bool L_7; L_7 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_6, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL); if (!L_7) { goto IL_003b; } } { Type_t* L_8 = ___0_type; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_9 = V_0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_10; Type_t* L_12; L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __this); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject*)L_12); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = TypeDescriptor_CreateInstance_mA14C329360CAEEB5AC0573BDE5FD8926621C42FB((RuntimeObject*)NULL, L_8, L_9, L_11, NULL); return L_13; } IL_003b: { Type_t* L_14 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_15; L_15 = TypeDescriptor_CreateInstance_mA14C329360CAEEB5AC0573BDE5FD8926621C42FB((RuntimeObject*)NULL, L_14, (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)NULL, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL); return L_15; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_FillAttributes_m089944713C5E19B880AC940B07C609BFC3D273D1 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_attributeList, const RuntimeMethod* method) { { __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; RuntimeObject* L_0 = ___0_attributeList; MemberDescriptor_FillAttributes_mD79B898348F5E1F6C98F62F0D4CE719C5547C56C(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* PropertyDescriptor_GetChildProperties_m667B3A565FE7234160ED6E1C46A61F4C611B0E3A (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_0; L_0 = VirtualFuncInvoker2< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, RuntimeObject*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(24, __this, NULL, (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* PropertyDescriptor_GetChildProperties_m0A2B3580E41FADBC1574AD4DF9B779C91B8D7789 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___0_filter, const RuntimeMethod* method) { { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_0 = ___0_filter; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_1; L_1 = VirtualFuncInvoker2< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, RuntimeObject*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(24, __this, NULL, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* PropertyDescriptor_GetChildProperties_m18B44707397192E47D16B1FE51AFC8FCD2328442 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_instance; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_1; L_1 = VirtualFuncInvoker2< PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*, RuntimeObject*, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* >::Invoke(24, __this, L_0, (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* PropertyDescriptor_GetChildProperties_m63B8482D9A24046CADF3731499D61D01CD7965A0 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_instance, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___1_filter, 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_0010; } } { Type_t* L_1; L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __this); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2 = ___1_filter; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_3; L_3 = TypeDescriptor_GetProperties_m09DBBF8163BFF8DE6ADAF38F602E64C650283A88(L_1, L_2, NULL); return L_3; } IL_0010: { RuntimeObject* L_4 = ___0_instance; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_5 = ___1_filter; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_6; L_6 = TypeDescriptor_GetProperties_m2CAA3739E943D46E1808DF53B1F7373B825A7382(L_4, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptor_GetEditor_m22D7FF483B9285446338F0015548C236B951136E (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, Type_t* ___0_editorBaseType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* V_4 = NULL; Type_t* V_5 = NULL; Type_t* V_6 = NULL; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_7 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_8 = NULL; int32_t V_9 = 0; { V_0 = NULL; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* >::Invoke(6, __this); V_1 = L_0; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1 = __this->____editorTypes; if (!L_1) { goto IL_003b; } } { V_2 = 0; goto IL_0032; } IL_0015: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = __this->____editorTypes; int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4 = L_3; Type_t* L_5 = (L_2)->GetAt(static_cast(L_4)); Type_t* L_6 = ___0_editorBaseType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_7; L_7 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_5, L_6, NULL); if (!L_7) { goto IL_002e; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = __this->____editors; int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = L_9; RuntimeObject* L_11 = (L_8)->GetAt(static_cast(L_10)); return L_11; } IL_002e: { int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_12, 1)); } IL_0032: { int32_t L_13 = V_2; int32_t L_14 = __this->____editorCount; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0015; } } IL_003b: { RuntimeObject* L_15 = V_0; if (L_15) { goto IL_0167; } } { V_3 = 0; goto IL_0098; } IL_0045: { AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_16 = V_1; int32_t L_17 = V_3; NullCheck(L_16); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_18; L_18 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, int32_t >::Invoke(10, L_16, L_17); V_4 = ((EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C*)IsInstSealed((RuntimeObject*)L_18, EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C_il2cpp_TypeInfo_var)); EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_19 = V_4; if (!L_19) { goto IL_0094; } } { EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_20 = V_4; NullCheck(L_20); String_t* L_21; L_21 = EditorAttribute_get_EditorBaseTypeName_m1CF77F3AA9AB5AE9CD3585FE86B24E1DD21B1EB4_inline(L_20, NULL); Type_t* L_22; L_22 = PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB(__this, L_21, NULL); V_5 = L_22; Type_t* L_23 = ___0_editorBaseType; Type_t* L_24 = V_5; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_25; L_25 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_23, L_24, NULL); if (!L_25) { goto IL_0094; } } { EditorAttribute_t1397B216132A6B45128F224DA0C7113354F8FB3C* L_26 = V_4; NullCheck(L_26); String_t* L_27; L_27 = EditorAttribute_get_EditorTypeName_m587C6D66C4567BC349AC9E2C65FE5E021ED2EB09_inline(L_26, NULL); Type_t* L_28; L_28 = PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB(__this, L_27, NULL); V_6 = L_28; Type_t* L_29 = V_6; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_30; L_30 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_29, (Type_t*)NULL, NULL); if (!L_30) { goto IL_0094; } } { Type_t* L_31 = V_6; RuntimeObject* L_32; L_32 = PropertyDescriptor_CreateInstance_m8ED711ABFEA356C6C8075A09310883D4197F6DF3(__this, L_31, NULL); V_0 = L_32; goto IL_00a1; } IL_0094: { int32_t L_33 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_33, 1)); } IL_0098: { int32_t L_34 = V_3; AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_35 = V_1; NullCheck(L_35); int32_t L_36; L_36 = AttributeCollection_get_Count_mBD37E9F785A4BD5426A67D42F0FA01FC0E2BEA02(L_35, NULL); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_0045; } } IL_00a1: { RuntimeObject* L_37 = V_0; if (L_37) { goto IL_00b1; } } { Type_t* L_38; L_38 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __this); Type_t* L_39 = ___0_editorBaseType; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); RuntimeObject* L_40; L_40 = TypeDescriptor_GetEditor_mE3DF26BBBFB7689F268FF8C4C84A9841941FF198(L_38, L_39, NULL); V_0 = L_40; } IL_00b1: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_41 = __this->____editorTypes; if (L_41) { goto IL_00d1; } } { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_42 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)5); __this->____editorTypes = L_42; Il2CppCodeGenWriteBarrier((void**)(&__this->____editorTypes), (void*)L_42); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_43 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)5); __this->____editors = L_43; Il2CppCodeGenWriteBarrier((void**)(&__this->____editors), (void*)L_43); } IL_00d1: { int32_t L_44 = __this->____editorCount; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_45 = __this->____editorTypes; NullCheck(L_45); if ((((int32_t)L_44) < ((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length))))) { goto IL_013d; } } { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_46 = __this->____editorTypes; NullCheck(L_46); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_47 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_46)->max_length)), 2))); V_7 = L_47; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_48 = __this->____editors; NullCheck(L_48); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_49 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_48)->max_length)), 2))); V_8 = L_49; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_50 = __this->____editorTypes; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_51 = V_7; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_52 = __this->____editorTypes; NullCheck(L_52); Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900((RuntimeArray*)L_50, (RuntimeArray*)L_51, ((int32_t)(((RuntimeArray*)L_52)->max_length)), NULL); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_53 = __this->____editors; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_54 = V_8; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_55 = __this->____editors; NullCheck(L_55); Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900((RuntimeArray*)L_53, (RuntimeArray*)L_54, ((int32_t)(((RuntimeArray*)L_55)->max_length)), NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_56 = V_7; __this->____editorTypes = L_56; Il2CppCodeGenWriteBarrier((void**)(&__this->____editorTypes), (void*)L_56); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_57 = V_8; __this->____editors = L_57; Il2CppCodeGenWriteBarrier((void**)(&__this->____editors), (void*)L_57); } IL_013d: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_58 = __this->____editorTypes; int32_t L_59 = __this->____editorCount; Type_t* L_60 = ___0_editorBaseType; NullCheck(L_58); ArrayElementTypeCheck (L_58, L_60); (L_58)->SetAt(static_cast(L_59), (Type_t*)L_60); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_61 = __this->____editors; int32_t L_62 = __this->____editorCount; V_9 = L_62; int32_t L_63 = V_9; __this->____editorCount = ((int32_t)il2cpp_codegen_add(L_63, 1)); int32_t L_64 = V_9; RuntimeObject* L_65 = V_0; NullCheck(L_61); ArrayElementTypeCheck (L_61, L_65); (L_61)->SetAt(static_cast(L_64), (RuntimeObject*)L_65); } IL_0167: { RuntimeObject* L_66 = V_0; return L_66; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptor_GetHashCode_m8470877D9BFF977617586AC7E2B900D01B3B4E3F (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(11, __this); Type_t* L_1; L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(21, __this); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_1); return ((int32_t)(L_0^L_2)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptor_GetInvocationTarget_mB94D934834D8DC65F83DCCE0E560B466A63C4B98 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, Type_t* ___0_type, RuntimeObject* ___1_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { Type_t* L_0 = ___0_type; RuntimeObject* L_1 = ___1_instance; RuntimeObject* L_2; L_2 = MemberDescriptor_GetInvocationTarget_m208F43D1A94BB3EE2C668AB1E4CC64B8D2DC8BF8(__this, L_0, L_1, NULL); V_0 = L_2; RuntimeObject* L_3 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_001b; } } { RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject*, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* >::Invoke(11, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_5, __this); V_0 = L_6; } IL_001b: { RuntimeObject* L_7 = V_0; return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, String_t* ___0_typeName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t* V_0 = NULL; Type_t* V_1 = NULL; int32_t V_2 = 0; Type_t* G_B11_0 = NULL; Type_t* G_B10_0 = NULL; { String_t* L_0 = ___0_typeName; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___0_typeName; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_000d; } } IL_000b: { return (Type_t*)NULL; } IL_000d: { String_t* L_3 = ___0_typeName; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = il2cpp_codegen_get_type(L_3, Type_GetType_m71A077E0B5DA3BD1DC0AB9AE387056CFCF56F93F_RuntimeMethod_var, PropertyDescriptor_GetTypeFromName_m1AFC0631A7EAD2C279A3E07FE95165728CCFE7EB_RuntimeMethod_var); V_0 = L_4; V_1 = (Type_t*)NULL; Type_t* L_5; L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(17, __this); bool L_6; L_6 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_5, (Type_t*)NULL, NULL); if (!L_6) { goto IL_0078; } } { Type_t* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_8; L_8 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, (Type_t*)NULL, NULL); if (L_8) { goto IL_004f; } } { Type_t* L_9; L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(17, __this); NullCheck(L_9); Assembly_t* L_10; L_10 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27, L_9); NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_10); Type_t* L_12 = V_0; NullCheck(L_12); Assembly_t* L_13; L_13 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27, L_12); NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_13); NullCheck(L_11); bool L_15; L_15 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_11, L_14, NULL); if (!L_15) { goto IL_0078; } } IL_004f: { String_t* L_16 = ___0_typeName; NullCheck(L_16); int32_t L_17; L_17 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_16, ((int32_t)44), NULL); V_2 = L_17; int32_t L_18 = V_2; if ((((int32_t)L_18) == ((int32_t)(-1)))) { goto IL_0066; } } { String_t* L_19 = ___0_typeName; int32_t L_20 = V_2; NullCheck(L_19); String_t* L_21; L_21 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_19, 0, L_20, NULL); ___0_typeName = L_21; } IL_0066: { Type_t* L_22; L_22 = VirtualFuncInvoker0< Type_t* >::Invoke(17, __this); NullCheck(L_22); Assembly_t* L_23; L_23 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27, L_22); String_t* L_24 = ___0_typeName; NullCheck(L_23); Type_t* L_25; L_25 = VirtualFuncInvoker1< Type_t*, String_t* >::Invoke(21, L_23, L_24); V_1 = L_25; } IL_0078: { Type_t* L_26 = V_1; Type_t* L_27 = L_26; if (L_27) { G_B11_0 = L_27; goto IL_007e; } G_B10_0 = L_27; } { Type_t* L_28 = V_0; G_B11_0 = L_28; } IL_007e: { return G_B11_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_OnValueChanged_m7729940702F65BDD2515187DAF6E791ADC99CD21 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_component, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* G_B3_0 = NULL; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* G_B2_0 = NULL; RuntimeObject* G_B4_0 = NULL; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* G_B6_0 = NULL; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* G_B5_0 = NULL; { RuntimeObject* L_0 = ___0_component; if (!L_0) { goto IL_0027; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = __this->____valueChangedHandlers; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = L_1; if (L_2) { G_B3_0 = L_2; goto IL_0010; } G_B2_0 = L_2; } { G_B4_0 = NULL; goto IL_0016; } IL_0010: { RuntimeObject* L_3 = ___0_component; NullCheck(G_B3_0); RuntimeObject* L_4; L_4 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, G_B3_0, L_3); G_B4_0 = L_4; } IL_0016: { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_5 = ((EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)CastclassSealed((RuntimeObject*)G_B4_0, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var)); if (L_5) { G_B6_0 = L_5; goto IL_0020; } G_B5_0 = L_5; } { return; } IL_0020: { RuntimeObject* L_6 = ___0_component; EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* L_7 = ___1_e; NullCheck(G_B6_0); EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_inline(G_B6_0, L_6, L_7, NULL); } IL_0027: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_RemoveValueChanged_m1E67BF14B8E2F1B4F0142E04DDDE69FF9BE5D7ED (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __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*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* V_0 = 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*)&PropertyDescriptor_RemoveValueChanged_m1E67BF14B8E2F1B4F0142E04DDDE69FF9BE5D7ED_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*)&PropertyDescriptor_RemoveValueChanged_m1E67BF14B8E2F1B4F0142E04DDDE69FF9BE5D7ED_RuntimeMethod_var))); } IL_001c: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_4 = __this->____valueChangedHandlers; if (!L_4) { goto IL_0060; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = __this->____valueChangedHandlers; RuntimeObject* L_6 = ___0_component; NullCheck(L_5); RuntimeObject* L_7; L_7 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_5, L_6); V_0 = ((EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)CastclassSealed((RuntimeObject*)L_7, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var)); EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_8 = V_0; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_9 = ___1_handler; Delegate_t* L_10; L_10 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_8, L_9, NULL); V_0 = ((EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)CastclassSealed((RuntimeObject*)L_10, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var)); EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_11 = V_0; if (!L_11) { goto IL_0054; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_12 = __this->____valueChangedHandlers; RuntimeObject* L_13 = ___0_component; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_14 = V_0; NullCheck(L_12); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_12, L_13, L_14); return; } IL_0054: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_15 = __this->____valueChangedHandlers; RuntimeObject* L_16 = ___0_component; NullCheck(L_15); VirtualActionInvoker1< RuntimeObject* >::Invoke(39, L_15, L_16); } IL_0060: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* PropertyDescriptor_GetValueChangedHandler_m5AF97ECE9FB115C38C05449551B05F8651F770C7 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, RuntimeObject* ___0_component, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_component; if (!L_0) { goto IL_001d; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = __this->____valueChangedHandlers; if (!L_1) { goto IL_001d; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = __this->____valueChangedHandlers; RuntimeObject* L_3 = ___0_component; NullCheck(L_2); RuntimeObject* L_4; L_4 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_2, L_3); return ((EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)CastclassSealed((RuntimeObject*)L_4, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var)); } IL_001d: { return (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptor_get_SupportsChangeEvents_m0146F04B7389384B6F262EFD181570B8FAA9EBF1 (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* __this, 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 PropertyDescriptorCollection__ctor_m3D1AC0D2B3187A895AE8B64AC891251860D8C361 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___0_properties, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m08AB09A013273404D6FA7E3C4536C838811AE787_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); __this->____internalSyncObject = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____internalSyncObject), (void*)L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_1 = ___0_properties; if (L_1) { goto IL_0028; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_2; L_2 = Array_Empty_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m08AB09A013273404D6FA7E3C4536C838811AE787_inline(Array_Empty_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m08AB09A013273404D6FA7E3C4536C838811AE787_RuntimeMethod_var); __this->____properties = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____properties), (void*)L_2); PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, 0, NULL); goto IL_0038; } IL_0028: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_3 = ___0_properties; __this->____properties = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->____properties), (void*)L_3); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = ___0_properties; NullCheck(L_4); PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, ((int32_t)(((RuntimeArray*)L_4)->max_length)), NULL); } IL_0038: { __this->____propsOwned = (bool)1; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___0_properties, bool ___1_readOnly, const RuntimeMethod* method) { { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = ___0_properties; PropertyDescriptorCollection__ctor_m3D1AC0D2B3187A895AE8B64AC891251860D8C361(__this, L_0, NULL); bool L_1 = ___1_readOnly; __this->____readOnly = L_1; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m3452043C947348EB364E043013AB2DB4165B72D7 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* ___0_properties, int32_t ___1_propCount, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_namedSort, RuntimeObject* ___3_comparer, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_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->____internalSyncObject = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____internalSyncObject), (void*)L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); __this->____propsOwned = (bool)0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___2_namedSort; if (!L_1) { goto IL_002c; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___2_namedSort; NullCheck((RuntimeArray*)L_2); RuntimeObject* L_3; L_3 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_2, NULL); __this->____namedSort = ((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)Castclass((RuntimeObject*)L_3, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->____namedSort), (void*)((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)Castclass((RuntimeObject*)L_3, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var))); } IL_002c: { RuntimeObject* L_4 = ___3_comparer; __this->____comparer = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->____comparer), (void*)L_4); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_5 = ___0_properties; __this->____properties = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->____properties), (void*)L_5); int32_t L_6 = ___1_propCount; PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, L_6, NULL); __this->____needSort = (bool)1; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CCountU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CCountU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* PropertyDescriptorCollection_get_Item_m5BD52F4CCBEF1D1D9B33887BB373181AD11A4C25 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; int32_t L_1; L_1 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_000f; } } { IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_2 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF(L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_get_Item_m5BD52F4CCBEF1D1D9B33887BB373181AD11A4C25_RuntimeMethod_var))); } IL_000f: { PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_3 = __this->____properties; int32_t L_4 = ___0_index; NullCheck(L_3); int32_t L_5 = L_4; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* PropertyDescriptorCollection_get_Item_mD34F172015A4AAC759099193BBBCDB1489D51E09 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, String_t* ___0_name, const RuntimeMethod* method) { { String_t* L_0 = ___0_name; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1; L_1 = VirtualFuncInvoker2< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, String_t*, bool >::Invoke(33, __this, L_0, (bool)0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->____readOnly; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); PropertyDescriptorCollection_EnsureSize_mA9CC05191669F9F3899F5A7D42B8DF24C51CC6A2(__this, ((int32_t)il2cpp_codegen_add(L_2, 1)), NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_3 = __this->____properties; int32_t L_4; L_4 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); V_0 = L_4; int32_t L_5 = V_0; PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, ((int32_t)il2cpp_codegen_add(L_5, 1)), NULL); int32_t L_6 = V_0; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_7 = ___0_value; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_7); (L_3)->SetAt(static_cast(L_6), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)L_7); int32_t L_8; L_8 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); return ((int32_t)il2cpp_codegen_subtract(L_8, 1)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Clear_mB8C7EDDBC34045AB39A85F7CA8C2A48FE5E84154 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { bool L_0 = __this->____readOnly; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_Clear_mB8C7EDDBC34045AB39A85F7CA8C2A48FE5E84154_RuntimeMethod_var))); } IL_000e: { PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, 0, NULL); __this->____cachedFoundProperties = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____cachedFoundProperties), (void*)(RuntimeObject*)NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_Contains_m61BE63B4CBEBE522952340A5E1AD4EC81561A534 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = ___0_value; int32_t L_1; L_1 = PropertyDescriptorCollection_IndexOf_mD936E02B8B1AACBF21EB129B5D7F3C8CBC07BE15(__this, L_0, NULL); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_CopyTo_m96A7340B76D01123FFC2968406157491DA5F2F51 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeArray* ___0_array, int32_t ___1_index, const RuntimeMethod* method) { { PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties; RuntimeArray* L_1 = ___0_array; int32_t L_2 = ___1_index; int32_t L_3; L_3 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_0, 0, L_1, L_2, L_3, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_0 = NULL; { bool L_0 = __this->____propsOwned; if (L_0) { goto IL_003e; } } { __this->____propsOwned = (bool)1; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_1 = __this->____properties; if (!L_1) { goto IL_003e; } } { int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_3 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = __this->____properties; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_5 = V_0; int32_t L_6; L_6 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, 0, (RuntimeArray*)L_5, 0, L_6, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_7 = V_0; __this->____properties = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->____properties), (void*)L_7); } IL_003e: { bool L_8 = __this->____needSort; if (!L_8) { goto IL_0059; } } { __this->____needSort = (bool)0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = __this->____namedSort; PropertyDescriptorCollection_InternalSort_m976B7A3E0A38A56F3E6C282199722DFC37EE92C9(__this, L_9, NULL); } IL_0059: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_EnsureSize_mA9CC05191669F9F3899F5A7D42B8DF24C51CC6A2 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_sizeNeeded, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_0 = NULL; { int32_t L_0 = ___0_sizeNeeded; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_1 = __this->____properties; NullCheck(L_1); if ((((int32_t)L_0) > ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) { goto IL_000c; } } { return; } IL_000c: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_2 = __this->____properties; NullCheck(L_2); if ((((RuntimeArray*)L_2)->max_length)) { goto IL_0029; } } { PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, 0, NULL); int32_t L_3 = ___0_sizeNeeded; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_3); __this->____properties = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->____properties), (void*)L_4); return; } IL_0029: { PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1(__this, NULL); int32_t L_5 = ___0_sizeNeeded; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_6 = __this->____properties; NullCheck(L_6); il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_5, ((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_6)->max_length)), 2)), NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_8 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_7); V_0 = L_8; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_9 = __this->____properties; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_10 = V_0; int32_t L_11; L_11 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_9, 0, (RuntimeArray*)L_10, 0, L_11, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_12 = V_0; __this->____properties = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->____properties), (void*)L_12); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* PropertyDescriptorCollection_Find_mCBD6FF2B467342E2385A83851AFEA0D79765D941 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, String_t* ___0_name, bool ___1_ignoreCase, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_2 = NULL; RuntimeObject* V_3 = NULL; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_4 = NULL; int32_t V_5 = 0; { RuntimeObject* L_0 = __this->____internalSyncObject; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00f7: { { bool L_1 = V_1; if (!L_1) { goto IL_0100; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0100: { return; } } }); try { { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); V_2 = (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)NULL; RuntimeObject* L_4 = __this->____cachedFoundProperties; if (!L_4) { goto IL_0024_1; } } { bool L_5 = __this->____cachedIgnoreCase; bool L_6 = ___1_ignoreCase; if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_004b_1; } } IL_0024_1: { bool L_7 = ___1_ignoreCase; __this->____cachedIgnoreCase = L_7; bool L_8 = ___1_ignoreCase; if (!L_8) { goto IL_0040_1; } } { il2cpp_codegen_runtime_class_init_inline(StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var); StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06* L_9; L_9 = StringComparer_get_OrdinalIgnoreCase_m071AA1B1747345CCA058A3879EBDEBBA2EA4B169_inline(NULL); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_10 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_m1F7298B21166D6C35BD6C6EC9F71BAC05981B164(L_10, L_9, NULL); __this->____cachedFoundProperties = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->____cachedFoundProperties), (void*)L_10); goto IL_004b_1; } IL_0040_1: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_11 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_11, NULL); __this->____cachedFoundProperties = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->____cachedFoundProperties), (void*)L_11); } IL_004b_1: { RuntimeObject* L_12 = __this->____cachedFoundProperties; String_t* L_13 = ___0_name; NullCheck(L_12); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_12, L_13); V_3 = L_14; RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0068_1; } } { RuntimeObject* L_16 = V_3; V_4 = ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_16, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)); goto IL_0101; } IL_0068_1: { V_5 = 0; goto IL_00e5_1; } IL_006d_1: { bool L_17 = ___1_ignoreCase; if (!L_17) { goto IL_00a8_1; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_18 = __this->____properties; int32_t L_19 = V_5; NullCheck(L_18); int32_t L_20 = L_19; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_21); String_t* L_23 = ___0_name; bool L_24; L_24 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_22, L_23, 5, NULL); if (!L_24) { goto IL_00df_1; } } { RuntimeObject* L_25 = __this->____cachedFoundProperties; String_t* L_26 = ___0_name; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_27 = __this->____properties; int32_t L_28 = V_5; NullCheck(L_27); int32_t L_29 = L_28; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_30 = (L_27)->GetAt(static_cast(L_29)); NullCheck(L_25); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_25, L_26, L_30); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_31 = __this->____properties; int32_t L_32 = V_5; NullCheck(L_31); int32_t L_33 = L_32; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_34 = (L_31)->GetAt(static_cast(L_33)); V_2 = L_34; goto IL_00f2_1; } IL_00a8_1: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_35 = __this->____properties; int32_t L_36 = V_5; NullCheck(L_35); int32_t L_37 = L_36; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_38 = (L_35)->GetAt(static_cast(L_37)); NullCheck(L_38); String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_38); String_t* L_40 = ___0_name; NullCheck(L_39); bool L_41; L_41 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_39, L_40, NULL); if (!L_41) { goto IL_00df_1; } } { RuntimeObject* L_42 = __this->____cachedFoundProperties; String_t* L_43 = ___0_name; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_44 = __this->____properties; int32_t L_45 = V_5; NullCheck(L_44); int32_t L_46 = L_45; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_47 = (L_44)->GetAt(static_cast(L_46)); NullCheck(L_42); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_42, L_43, L_47); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_48 = __this->____properties; int32_t L_49 = V_5; NullCheck(L_48); int32_t L_50 = L_49; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_51 = (L_48)->GetAt(static_cast(L_50)); V_2 = L_51; goto IL_00f2_1; } IL_00df_1: { int32_t L_52 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_52, 1)); } IL_00e5_1: { int32_t L_53 = V_5; int32_t L_54; L_54 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_53) < ((int32_t)L_54))) { goto IL_006d_1; } } IL_00f2_1: { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_55 = V_2; V_4 = L_55; goto IL_0101; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0101: { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_56 = V_4; return L_56; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_IndexOf_mD936E02B8B1AACBF21EB129B5D7F3C8CBC07BE15 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m0FB834D32DD8F3C5AD506C3537D20D0C486CD828_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1 = ___0_value; int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); int32_t L_3; L_3 = Array_IndexOf_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m0FB834D32DD8F3C5AD506C3537D20D0C486CD828(L_0, L_1, 0, L_2, Array_IndexOf_TisPropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_m0FB834D32DD8F3C5AD506C3537D20D0C486CD828_RuntimeMethod_var); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Insert_m5294EDBAD3EED9E88B72F8C337F65EE5AB2960EA (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___1_value, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->____readOnly; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_Insert_m5294EDBAD3EED9E88B72F8C337F65EE5AB2960EA_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); PropertyDescriptorCollection_EnsureSize_mA9CC05191669F9F3899F5A7D42B8DF24C51CC6A2(__this, ((int32_t)il2cpp_codegen_add(L_2, 1)), NULL); int32_t L_3 = ___0_index; int32_t L_4; L_4 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0042; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_5 = __this->____properties; int32_t L_6 = ___0_index; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_7 = __this->____properties; int32_t L_8 = ___0_index; int32_t L_9; L_9 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); int32_t L_10 = ___0_index; Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_5, L_6, (RuntimeArray*)L_7, ((int32_t)il2cpp_codegen_add(L_8, 1)), ((int32_t)il2cpp_codegen_subtract(L_9, L_10)), NULL); } IL_0042: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_11 = __this->____properties; int32_t L_12 = ___0_index; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_13 = ___1_value; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(L_12), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)L_13); int32_t L_14; L_14 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); V_0 = L_14; int32_t L_15 = V_0; PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, ((int32_t)il2cpp_codegen_add(L_15, 1)), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Remove_m93B40D4D8FD13CA21ACAF39012043595BB6ED03B (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->____readOnly; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_Remove_m93B40D4D8FD13CA21ACAF39012043595BB6ED03B_RuntimeMethod_var))); } IL_000e: { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2 = ___0_value; int32_t L_3; L_3 = PropertyDescriptorCollection_IndexOf_mD936E02B8B1AACBF21EB129B5D7F3C8CBC07BE15(__this, L_2, NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0021; } } { int32_t L_5 = V_0; PropertyDescriptorCollection_RemoveAt_m0A24CA5AB989131D0F6691B289DD9092790E9E07(__this, L_5, NULL); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_RemoveAt_m0A24CA5AB989131D0F6691B289DD9092790E9E07 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->____readOnly; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_RemoveAt_m0A24CA5AB989131D0F6691B289DD9092790E9E07_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___0_index; int32_t L_3; L_3 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_2) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_3, 1))))) { goto IL_0038; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = __this->____properties; int32_t L_5 = ___0_index; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_6 = __this->____properties; int32_t L_7 = ___0_index; int32_t L_8; L_8 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); int32_t L_9 = ___0_index; Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, ((int32_t)il2cpp_codegen_add(L_5, 1)), (RuntimeArray*)L_6, L_7, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_8, L_9)), 1)), NULL); } IL_0038: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_10 = __this->____properties; int32_t L_11; L_11 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, NULL); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_11, 1))), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)NULL); int32_t L_12; L_12 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); V_0 = L_12; int32_t L_13 = V_0; PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline(__this, ((int32_t)il2cpp_codegen_subtract(L_13, 1)), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* PropertyDescriptorCollection_Sort_m77CD1F1BCC250D184CDD9A19264387B7151464D5 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties; int32_t L_1; L_1 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = __this->____namedSort; RuntimeObject* L_3 = __this->____comparer; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_4 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m3452043C947348EB364E043013AB2DB4165B72D7(L_4, L_0, L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* PropertyDescriptorCollection_Sort_m75E8E60ABA88330A9CE34B6DDE5E6DCFD10C6867 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_names, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties; int32_t L_1; L_1 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___0_names; RuntimeObject* L_3 = __this->____comparer; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_4 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m3452043C947348EB364E043013AB2DB4165B72D7(L_4, L_0, L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* PropertyDescriptorCollection_Sort_m4FA54E0848A4E47C4258A8254135134AAD61E75D (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_names, RuntimeObject* ___1_comparer, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties; int32_t L_1; L_1 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___0_names; RuntimeObject* L_3 = ___1_comparer; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_4 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m3452043C947348EB364E043013AB2DB4165B72D7(L_4, L_0, L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* PropertyDescriptorCollection_Sort_mB9D82ADF2E6F235B2A93D35E678C1254E8793F2A (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_comparer, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties; int32_t L_1; L_1 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = __this->____namedSort; RuntimeObject* L_3 = ___0_comparer; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_4 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m3452043C947348EB364E043013AB2DB4165B72D7(L_4, L_0, L_1, L_2, L_3, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_InternalSort_m976B7A3E0A38A56F3E6C282199722DFC37EE92C9 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_names, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m81B83C7ED3B9D3193339CB2CCAC3A1C083FDA78F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m9B03F7E2866639F2AD829CDCA57D02FF6DB6DE0E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_5 = NULL; int32_t V_6 = 0; { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties; NullCheck(L_0); if ((((RuntimeArray*)L_0)->max_length)) { goto IL_000a; } } { return; } IL_000a: { RuntimeObject* L_1 = __this->____comparer; PropertyDescriptorCollection_InternalSort_m715EF0848576185E9957756222B20A93320A3108(__this, L_1, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___0_names; if (!L_2) { goto IL_00be; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ___0_names; NullCheck(L_3); if (!(((RuntimeArray*)L_3)->max_length)) { goto IL_00be; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = __this->____properties; List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* L_5 = (List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6*)il2cpp_codegen_object_new(List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6_il2cpp_TypeInfo_var); List_1__ctor_m81B83C7ED3B9D3193339CB2CCAC3A1C083FDA78F(L_5, (RuntimeObject*)L_4, List_1__ctor_m81B83C7ED3B9D3193339CB2CCAC3A1C083FDA78F_RuntimeMethod_var); V_0 = L_5; V_1 = 0; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_6 = __this->____properties; NullCheck(L_6); V_2 = ((int32_t)(((RuntimeArray*)L_6)->max_length)); V_3 = 0; goto IL_008a; } IL_003e: { V_4 = 0; goto IL_0081; } IL_0043: { List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* L_7 = V_0; int32_t L_8 = V_4; NullCheck(L_7); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_9; L_9 = List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737(L_7, L_8, List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737_RuntimeMethod_var); V_5 = L_9; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_10 = V_5; if (!L_10) { goto IL_007b; } } { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_11 = V_5; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_11); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = ___0_names; int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; String_t* L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_12); bool L_17; L_17 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_12, L_16, NULL); if (!L_17) { goto IL_007b; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_18 = __this->____properties; int32_t L_19 = V_1; int32_t L_20 = L_19; V_1 = ((int32_t)il2cpp_codegen_add(L_20, 1)); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_21 = V_5; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(L_20), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)L_21); List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* L_22 = V_0; int32_t L_23 = V_4; NullCheck(L_22); List_1_set_Item_m9B03F7E2866639F2AD829CDCA57D02FF6DB6DE0E(L_22, L_23, (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)NULL, List_1_set_Item_m9B03F7E2866639F2AD829CDCA57D02FF6DB6DE0E_RuntimeMethod_var); goto IL_0086; } IL_007b: { int32_t L_24 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_24, 1)); } IL_0081: { int32_t L_25 = V_4; int32_t L_26 = V_2; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0043; } } IL_0086: { int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_27, 1)); } IL_008a: { int32_t L_28 = V_3; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = ___0_names; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))))) { goto IL_003e; } } { V_6 = 0; goto IL_00b9; } IL_0095: { List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* L_30 = V_0; int32_t L_31 = V_6; NullCheck(L_30); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_32; L_32 = List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737(L_30, L_31, List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737_RuntimeMethod_var); if (!L_32) { goto IL_00b3; } } { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_33 = __this->____properties; int32_t L_34 = V_1; int32_t L_35 = L_34; V_1 = ((int32_t)il2cpp_codegen_add(L_35, 1)); List_1_tD68EB34778CCFE922945F98BF4DB07D47A3558D6* L_36 = V_0; int32_t L_37 = V_6; NullCheck(L_36); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_38; L_38 = List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737(L_36, L_37, List_1_get_Item_m76D3F5659CF1B49599FD2DFBCE0C34CE32BB9737_RuntimeMethod_var); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_38); (L_33)->SetAt(static_cast(L_35), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)L_38); } IL_00b3: { int32_t L_39 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_39, 1)); } IL_00b9: { int32_t L_40 = V_6; int32_t L_41 = V_2; if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0095; } } IL_00be: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_InternalSort_m715EF0848576185E9957756222B20A93320A3108 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_sorter, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_sorter; if (L_0) { goto IL_000a; } } { il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); TypeDescriptor_SortDescriptorArray_m70B18DF7092B00F1830DA1C6CD382BB6268015ED(__this, NULL); return; } IL_000a: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_1 = __this->____properties; RuntimeObject* L_2 = ___0_sorter; Array_Sort_mCAA68804E8A393AE2E86ACBBE3F70BC4A5CA21CB((RuntimeArray*)L_1, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_GetEnumerator_m895320E1DA7A7E88D5392EA88C7415FCCE9F9A69 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_0 = NULL; { PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties; NullCheck(L_0); int32_t L_1; L_1 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))) == ((int32_t)L_1))) { goto IL_003d; } } { int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_3 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = __this->____properties; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_5 = V_0; int32_t L_6; L_6 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, 0, (RuntimeArray*)L_5, 0, L_6, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_7 = V_0; NullCheck((RuntimeArray*)L_7); RuntimeObject* L_8; L_8 = Array_GetEnumerator_mDB7E2AF23F2BDC715D429C71CA3B8D0151F0DC1E((RuntimeArray*)L_7, NULL); return L_8; } IL_003d: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_9 = __this->____properties; NullCheck((RuntimeArray*)L_9); RuntimeObject* L_10; L_10 = Array_GetEnumerator_mDB7E2AF23F2BDC715D429C71CA3B8D0151F0DC1E((RuntimeArray*)L_9, NULL); return L_10; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_ICollection_get_IsSynchronized_m8201DB107E82D56273693B6715483996DF56FA4E (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_ICollection_get_SyncRoot_m375B281E77CC48014E87622A8F7E5FF2BB6B23AF (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { return NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_System_Collections_ICollection_get_Count_mD0FF809D823EB373D8A6E8DB49619ED4141702A2 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_Clear_m45872C5426EECF7A39B524076FF749A27FFFD720 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_Clear_mB8C7EDDBC34045AB39A85F7CA8C2A48FE5E84154(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_Clear_mED5AF2CE6AF9B314A457C95568F8B4CE2D1764A9 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_Clear_mB8C7EDDBC34045AB39A85F7CA8C2A48FE5E84154(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IEnumerable_GetEnumerator_mCA1C26C5D8253A2654911C476DB3E2E4C7E1DED0 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(38, __this); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_RemoveAt_mF52F79BDB81434BECEFF023F99EFDDEE21E3D382 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; PropertyDescriptorCollection_RemoveAt_m0A24CA5AB989131D0F6691B289DD9092790E9E07(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_Add_m408464897F2A4002666796184236356079B9476E (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_0 = NULL; { RuntimeObject* L_0 = ___1_value; V_0 = ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)IsInstClass((RuntimeObject*)L_0, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1 = V_0; if (L_1) { goto IL_0015; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_Add_m408464897F2A4002666796184236356079B9476E_RuntimeMethod_var))); } IL_0015: { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_3 = V_0; int32_t L_4; L_4 = PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0(__this, L_3, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IDictionary_Contains_m0E06B08842DB4FA109B5AB61EBEFB731E3EA94AA (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_key; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0018; } } { RuntimeObject* L_1 = ___0_key; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, String_t* >::Invoke(32, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); return (bool)((!(((RuntimeObject*)(PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); } IL_0018: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_GetEnumerator_mF6EAE817278709EF0201AB2E677B887CA7520A51 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* L_0 = (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811*)il2cpp_codegen_object_new(PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811_il2cpp_TypeInfo_var); PropertyDescriptorEnumerator__ctor_mEF40577980844F48F837016FC78D6D6C4B656C40(L_0, __this, NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IDictionary_get_IsFixedSize_mD2603B115005B7D665A935C5A4E7D2475F2FDC66 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { bool L_0 = __this->____readOnly; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IDictionary_get_IsReadOnly_m4D86C19095340D37276F02EF6D88E7BD63C2D53E (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { bool L_0 = __this->____readOnly; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_get_Item_mC6EFD0AFD470D71014230D69B656107657929330 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_key; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___0_key; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, String_t* >::Invoke(32, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); return L_2; } IL_0015: { return NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_mF70D7EA54C026CF6DF6082671C7BB5FA4FA8C4A1 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->____readOnly; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_mF70D7EA54C026CF6DF6082671C7BB5FA4FA8C4A1_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___1_value; if (!L_2) { goto IL_0024; } } { RuntimeObject* L_3 = ___1_value; if (((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)IsInstClass((RuntimeObject*)L_3, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var))) { goto IL_0024; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_mF70D7EA54C026CF6DF6082671C7BB5FA4FA8C4A1_RuntimeMethod_var))); } IL_0024: { V_0 = (-1); RuntimeObject* L_5 = ___0_key; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_5, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))) { goto IL_0048; } } { RuntimeObject* L_6 = ___0_key; V_0 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_6, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0042; } } { int32_t L_8 = V_0; int32_t L_9; L_9 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_008c; } } IL_0042: { IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_10 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF(L_10, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_mF70D7EA54C026CF6DF6082671C7BB5FA4FA8C4A1_RuntimeMethod_var))); } IL_0048: { RuntimeObject* L_11 = ___0_key; if (!((String_t*)IsInstSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var))) { goto IL_0081; } } { V_1 = 0; goto IL_0076; } IL_0054: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_12 = __this->____properties; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_15); RuntimeObject* L_17 = ___0_key; NullCheck(L_16); bool L_18; L_18 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_16, ((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)), NULL); if (!L_18) { goto IL_0072; } } { int32_t L_19 = V_1; V_0 = L_19; goto IL_008c; } IL_0072: { int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_0076: { int32_t L_21 = V_1; int32_t L_22; L_22 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0054; } } { goto IL_008c; } IL_0081: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_23 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_mF70D7EA54C026CF6DF6082671C7BB5FA4FA8C4A1_RuntimeMethod_var))); } IL_008c: { int32_t L_24 = V_0; if ((!(((uint32_t)L_24) == ((uint32_t)(-1))))) { goto IL_009e; } } { RuntimeObject* L_25 = ___1_value; int32_t L_26; L_26 = PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0(__this, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_25, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)), NULL); return; } IL_009e: { PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_27 = __this->____properties; int32_t L_28 = V_0; RuntimeObject* L_29 = ___1_value; NullCheck(L_27); ArrayElementTypeCheck (L_27, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_29, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var))); (L_27)->SetAt(static_cast(L_28), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_29, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var))); RuntimeObject* L_30 = __this->____cachedFoundProperties; if (!L_30) { goto IL_00cf; } } { RuntimeObject* L_31 = ___0_key; if (!((String_t*)IsInstSealed((RuntimeObject*)L_31, String_t_il2cpp_TypeInfo_var))) { goto IL_00cf; } } { RuntimeObject* L_32 = __this->____cachedFoundProperties; RuntimeObject* L_33 = ___0_key; RuntimeObject* L_34 = ___1_value; NullCheck(L_32); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_32, L_33, L_34); } IL_00cf: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_get_Keys_m152C5B7BFD0D618AF1B6C7AB1200E0648BB7990E (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0; L_0 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; V_1 = 0; goto IL_0024; } IL_0010: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = V_0; int32_t L_3 = V_1; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = __this->____properties; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_7); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (String_t*)L_8); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1)); } IL_0024: { int32_t L_10 = V_1; int32_t L_11; L_11 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0010; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = V_0; return (RuntimeObject*)L_12; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_get_Values_m6494719561646DC0A1F557CD942F622E2D6EB86F (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* V_0 = NULL; { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_0 = __this->____properties; NullCheck(L_0); int32_t L_1; L_1 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))) == ((int32_t)L_1))) { goto IL_0032; } } { int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_3 = (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)SZArrayNew(PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_4 = __this->____properties; PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_5 = V_0; int32_t L_6; L_6 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, 0, (RuntimeArray*)L_5, 0, L_6, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_7 = V_0; return (RuntimeObject*)L_7; } IL_0032: { PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_8 = __this->____properties; NullCheck((RuntimeArray*)L_8); RuntimeObject* L_9; L_9 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_8, NULL); return ((RuntimeObject*)Castclass((RuntimeObject*)L_9, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_Remove_m4346AEB1FD89FAD5A8684EF35BD8BDC329BE6FF7 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_0 = NULL; { RuntimeObject* L_0 = ___0_key; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_001f; } } { RuntimeObject* L_1 = ___0_key; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, String_t* >::Invoke(32, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); V_0 = L_2; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_3 = V_0; if (!L_3) { goto IL_001f; } } { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_4 = V_0; InterfaceActionInvoker1< RuntimeObject* >::Invoke(9, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, __this, L_4); } IL_001f: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_System_Collections_IList_Add_mA83681FD649F472C18C4222547909AB5C0B2636D (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; int32_t L_1; L_1 = PropertyDescriptorCollection_Add_mC398A8C807A50565628FA7377622CB29BA08E8A0(__this, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)), NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IList_Contains_mF4A5AD4B8FB2DE87C3F46804A45A9E5FE061F0A8 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; bool L_1; L_1 = PropertyDescriptorCollection_Contains_m61BE63B4CBEBE522952340A5E1AD4EC81561A534(__this, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)), NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_System_Collections_IList_IndexOf_mDDE0710A46D8C7F0C812BBB749058633E2B538A0 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; int32_t L_1; L_1 = PropertyDescriptorCollection_IndexOf_mD936E02B8B1AACBF21EB129B5D7F3C8CBC07BE15(__this, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)), NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_Insert_mECCC2CBDA9731E920BDA0D1C5E1B3446D1051D7C (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_index; RuntimeObject* L_1 = ___1_value; PropertyDescriptorCollection_Insert_m5294EDBAD3EED9E88B72F8C337F65EE5AB2960EA(__this, L_0, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_1, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IList_get_IsReadOnly_mD92E29DD5AF442E8F758EE9C364AA67D8C692429 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { bool L_0 = __this->____readOnly; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IList_get_IsFixedSize_m384E8605F0612E87E1A78F863E28AE7E0D0D6B8A (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { bool L_0 = __this->____readOnly; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_Remove_m6B3B43F181BF42AE15D0EC97F83E16157119767A (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_value; PropertyDescriptorCollection_Remove_m93B40D4D8FD13CA21ACAF39012043595BB6ED03B(__this, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var)), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IList_get_Item_m330B3FFF9A800353E1463DBA60359A5846637632 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_1; L_1 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, int32_t >::Invoke(31, __this, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_set_Item_m1C9BF875A752FEAC57320E429DF95D0A11BDD5B8 (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->____readOnly; if (!L_0) { goto IL_000e; } } { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_1 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IList_set_Item_m1C9BF875A752FEAC57320E429DF95D0A11BDD5B8_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___0_index; int32_t L_3; L_3 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(__this, NULL); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_001d; } } { IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_4 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF(L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IList_set_Item_m1C9BF875A752FEAC57320E429DF95D0A11BDD5B8_RuntimeMethod_var))); } IL_001d: { RuntimeObject* L_5 = ___1_value; if (!L_5) { goto IL_0033; } } { RuntimeObject* L_6 = ___1_value; if (((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)IsInstClass((RuntimeObject*)L_6, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var))) { goto IL_0033; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IList_set_Item_m1C9BF875A752FEAC57320E429DF95D0A11BDD5B8_RuntimeMethod_var))); } IL_0033: { PropertyDescriptorCollection_EnsurePropsOwned_m95EB38CC4CD3A669B5890569BE6EA68DDC0691D1(__this, NULL); PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321* L_8 = __this->____properties; int32_t L_9 = ___0_index; RuntimeObject* L_10 = ___1_value; NullCheck(L_8); ArrayElementTypeCheck (L_8, ((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_10, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var))); (L_8)->SetAt(static_cast(L_9), (PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)((PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*)CastclassClass((RuntimeObject*)L_10, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381_il2cpp_TypeInfo_var))); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__cctor_mEC3F0FE16C4229D66C5EC8EA6E2544EFB154C0D3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_0 = (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE*)il2cpp_codegen_object_new(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_mAD196DBB6D71AA12A41715798F3DFACFDA170BAE(L_0, (PropertyDescriptorU5BU5D_t773E52CC51A2ABE902F526B23CB417FBFF741321*)NULL, (bool)1, NULL); ((PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var))->___Empty = L_0; Il2CppCodeGenWriteBarrier((void**)(&((PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE_il2cpp_TypeInfo_var))->___Empty), (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 PropertyDescriptorEnumerator__ctor_mEF40577980844F48F837016FC78D6D6C4B656C40 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ___0_owner, const RuntimeMethod* method) { { __this->____index = (-1); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_0 = ___0_owner; __this->____owner = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____owner), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorEnumerator_get_Current_mD139182036930AB6DD0F33E0C311C5D280E8169F (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB L_0; L_0 = PropertyDescriptorEnumerator_get_Entry_m83A1F1F4EC45FCDAB6444FDAE98158CAEA6E17C0(__this, NULL); DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB L_1 = L_0; RuntimeObject* L_2 = Box(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var, &L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB PropertyDescriptorEnumerator_get_Entry_m83A1F1F4EC45FCDAB6444FDAE98158CAEA6E17C0 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* V_0 = NULL; { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_0 = __this->____owner; int32_t L_1 = __this->____index; NullCheck(L_0); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, int32_t >::Invoke(31, L_0, L_1); V_0 = L_2; PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_3); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_5 = V_0; DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB L_6; memset((&L_6), 0, sizeof(L_6)); DictionaryEntry__ctor_m2768353E53A75C4860E34B37DAF1342120C5D1EA((&L_6), L_4, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorEnumerator_get_Key_m9AC03BAD80D2C982D93FCF6E7FA77694CDA80583 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_0 = __this->____owner; int32_t L_1 = __this->____index; NullCheck(L_0); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, int32_t >::Invoke(31, L_0, L_1); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorEnumerator_get_Value_m5EC049B1D1B61491D697056DD2A5018B3F83DAB2 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_0 = __this->____owner; int32_t L_1 = __this->____index; NullCheck(L_0); PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381*, int32_t >::Invoke(31, L_0, L_1); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(10, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorEnumerator_MoveNext_m1558DACC789497E2E8BEC2C914F68449B51F35E5 (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____index; PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_1 = __this->____owner; NullCheck(L_1); int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline(L_1, NULL); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_2, 1))))) { goto IL_0025; } } { int32_t L_3 = __this->____index; __this->____index = ((int32_t)il2cpp_codegen_add(L_3, 1)); return (bool)1; } IL_0025: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorEnumerator_Reset_mF7C0D145E906CE6FCB18646933E580C14A0AE1DE (PropertyDescriptorEnumerator_t1008D0013E8DE1AB7B00FD1EF37C5256F9E53811* __this, const RuntimeMethod* method) { { __this->____index = (-1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProvidePropertyAttribute__ctor_m38665FB40123BBCEBA9A03E66CD3DAEACF6D2EDD (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, String_t* ___0_propertyName, Type_t* ___1_receiverType, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_propertyName; __this->___U3CPropertyNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertyNameU3Ek__BackingField), (void*)L_0); Type_t* L_1 = ___1_receiverType; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(25, L_1); __this->___U3CReceiverTypeNameU3Ek__BackingField = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CReceiverTypeNameU3Ek__BackingField), (void*)L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProvidePropertyAttribute__ctor_m7DCD8B0867E59F02BD73D93EA3D3B3769745903F (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, String_t* ___0_propertyName, String_t* ___1_receiverTypeName, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_propertyName; __this->___U3CPropertyNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertyNameU3Ek__BackingField), (void*)L_0); String_t* L_1 = ___1_receiverTypeName; __this->___U3CReceiverTypeNameU3Ek__BackingField = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CReceiverTypeNameU3Ek__BackingField), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_PropertyName_mFAC4603BB6C516195D2A449FCD3E451B6509763C (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CPropertyNameU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_ReceiverTypeName_mF6644451192D22A1C6E21A65A32DBCFA7E2BA8A3 (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CReceiverTypeNameU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProvidePropertyAttribute_Equals_mFE38C6C2C529D3E358C681F7666A60F51D1CE7CC (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510*)IsInstSealed((RuntimeObject*)L_1, ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510_il2cpp_TypeInfo_var)); ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* L_2 = V_0; if (!L_2) { goto IL_0035; } } { ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = ProvidePropertyAttribute_get_PropertyName_mFAC4603BB6C516195D2A449FCD3E451B6509763C_inline(L_3, NULL); String_t* L_5; L_5 = ProvidePropertyAttribute_get_PropertyName_mFAC4603BB6C516195D2A449FCD3E451B6509763C_inline(__this, NULL); bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, L_5, NULL); if (!L_6) { goto IL_0035; } } { ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = ProvidePropertyAttribute_get_ReceiverTypeName_mF6644451192D22A1C6E21A65A32DBCFA7E2BA8A3_inline(L_7, NULL); String_t* L_9; L_9 = ProvidePropertyAttribute_get_ReceiverTypeName_mF6644451192D22A1C6E21A65A32DBCFA7E2BA8A3_inline(__this, NULL); bool L_10; L_10 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_8, L_9, NULL); return L_10; } IL_0035: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProvidePropertyAttribute_GetHashCode_m72FBF8F0AE439F63EF97D6F7F4777581559E3914 (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = ProvidePropertyAttribute_get_PropertyName_mFAC4603BB6C516195D2A449FCD3E451B6509763C_inline(__this, NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_0); String_t* L_2; L_2 = ProvidePropertyAttribute_get_ReceiverTypeName_mF6644451192D22A1C6E21A65A32DBCFA7E2BA8A3_inline(__this, NULL); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_2); return ((int32_t)(L_1^L_3)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ProvidePropertyAttribute_get_TypeId_m00C45CB377322463C9EE582887B3F575AC6F2D79 (ProvidePropertyAttribute_tD0717F69BF2D84269D5C7EB678BE3675B8DE2510* __this, const RuntimeMethod* method) { { Type_t* L_0; L_0 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_0); String_t* L_2; L_2 = ProvidePropertyAttribute_get_PropertyName_mFAC4603BB6C516195D2A449FCD3E451B6509763C_inline(__this, NULL); String_t* L_3; L_3 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_1, L_2, NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecommendedAsConfigurableAttribute__ctor_m0C3F6260D064EF4DB718D93E083A2CE16E2F8CA6 (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, bool ___0_recommendedAsConfigurable, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_recommendedAsConfigurable; __this->___U3CRecommendedAsConfigurableU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m1F43641CEBF3BF49F0CAC07E95FB96FC8465CB74 (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CRecommendedAsConfigurableU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_Equals_m7F023BD2430C84451A6C892D8438DB657ED8D55A (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A*)IsInstClass((RuntimeObject*)L_1, RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var)); RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* L_2 = V_0; if (!L_2) { goto IL_001f; } } { RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m1F43641CEBF3BF49F0CAC07E95FB96FC8465CB74_inline(L_3, NULL); bool L_5; L_5 = RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m1F43641CEBF3BF49F0CAC07E95FB96FC8465CB74_inline(__this, NULL); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RecommendedAsConfigurableAttribute_GetHashCode_mF1F7F17D6704BDD0250712D1907573E659FA6220 (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_IsDefaultAttribute_mEF69B387A563727487908E7A5A627796D345BF35 (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, const RuntimeMethod* method) { { bool L_0; L_0 = RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m1F43641CEBF3BF49F0CAC07E95FB96FC8465CB74_inline(__this, NULL); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecommendedAsConfigurableAttribute__cctor_mEFF096E8DC8C64DC312D619B1BD71BC719230461 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* L_0 = (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A*)il2cpp_codegen_object_new(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var); RecommendedAsConfigurableAttribute__ctor_m0C3F6260D064EF4DB718D93E083A2CE16E2F8CA6(L_0, (bool)0, NULL); ((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___No = L_0; Il2CppCodeGenWriteBarrier((void**)(&((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___No), (void*)L_0); RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* L_1 = (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A*)il2cpp_codegen_object_new(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var); RecommendedAsConfigurableAttribute__ctor_m0C3F6260D064EF4DB718D93E083A2CE16E2F8CA6(L_1, (bool)1, NULL); ((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___Yes = L_1; Il2CppCodeGenWriteBarrier((void**)(&((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___Yes), (void*)L_1); RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* L_2 = ((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___No; ((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___Default = L_2; Il2CppCodeGenWriteBarrier((void**)(&((RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A_il2cpp_TypeInfo_var))->___Default), (void*)L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceConverter__ctor_mECD358A5C07B37EFD8659FDEF4C067A16E51171E (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, Type_t* ___0_type, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); Type_t* L_0 = ___0_type; __this->____type = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____type), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReferenceConverter_CanConvertFrom_m37D591EC403D4BDDFEEECFB4C003993D5770AF36 (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0017; } } { RuntimeObject* L_4 = ___0_context; if (!L_4) { goto IL_0017; } } { return (bool)1; } IL_0017: { RuntimeObject* L_5 = ___0_context; Type_t* L_6 = ___1_sourceType; bool L_7; L_7 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_5, L_6, NULL); return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReferenceConverter_ConvertFrom_m215F46061A8D85386D446F7166C0CD936A9CF1CA (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeDescriptorContext_t514D0B45A781ED18AB6A0DC6673A95B8359443F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; { RuntimeObject* L_0 = ___2_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_006b; } } { RuntimeObject* L_1 = ___2_value; NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), NULL); V_0 = L_2; String_t* L_3 = V_0; il2cpp_codegen_runtime_class_init_inline(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); String_t* L_4 = ((ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_StaticFields*)il2cpp_codegen_static_fields_for(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var))->___s_none; bool L_5; L_5 = String_Equals_m3354EFE6393BED8DD6E18F69BEA131AAADCC622D(L_3, L_4, NULL); if (L_5) { goto IL_0069; } } { RuntimeObject* L_6 = ___0_context; if (!L_6) { goto IL_0069; } } { RuntimeObject* L_7 = ___0_context; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast (IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_9; L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL); NullCheck(L_7); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_7, L_9); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_10, IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_1; if (!L_11) { goto IL_004a; } } { RuntimeObject* L_12 = V_1; String_t* L_13 = V_0; NullCheck(L_12); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(0, IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var, L_12, L_13); V_3 = L_14; RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_004a; } } { RuntimeObject* L_16 = V_3; return L_16; } IL_004a: { RuntimeObject* L_17 = ___0_context; NullCheck(L_17); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, ITypeDescriptorContext_t514D0B45A781ED18AB6A0DC6673A95B8359443F4_il2cpp_TypeInfo_var, L_17); V_2 = L_18; RuntimeObject* L_19 = V_2; if (!L_19) { goto IL_0069; } } { RuntimeObject* L_20 = V_2; NullCheck(L_20); ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* L_21; L_21 = InterfaceFuncInvoker0< ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* >::Invoke(2, IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var, L_20); String_t* L_22 = V_0; NullCheck(L_21); RuntimeObject* L_23; L_23 = VirtualFuncInvoker1< RuntimeObject*, String_t* >::Invoke(11, L_21, L_22); V_4 = L_23; RuntimeObject* L_24 = V_4; if (!L_24) { goto IL_0069; } } { RuntimeObject* L_25 = V_4; return L_25; } IL_0069: { return NULL; } IL_006b: { RuntimeObject* L_26 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_27 = ___1_culture; RuntimeObject* L_28 = ___2_value; RuntimeObject* L_29; L_29 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_26, L_27, L_28, NULL); return L_29; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReferenceConverter_ConvertTo_m0867AB70A857CCF46063AC01D0AB958C0EBB5409 (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* G_B7_0 = NULL; RuntimeObject* G_B14_0 = NULL; RuntimeObject* G_B13_0 = NULL; String_t* G_B15_0 = NULL; { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReferenceConverter_ConvertTo_m0867AB70A857CCF46063AC01D0AB958C0EBB5409_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_0090; } } { RuntimeObject* L_7 = ___2_value; if (!L_7) { goto IL_008a; } } { RuntimeObject* L_8 = ___0_context; if (L_8) { goto IL_0031; } } { G_B7_0 = NULL; goto IL_0041; } IL_0031: { RuntimeObject* L_9 = ___0_context; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast (IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_11; L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL); NullCheck(L_9); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_9, L_11); G_B7_0 = L_12; } IL_0041: { V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)G_B7_0, IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_0; if (!L_13) { goto IL_0057; } } { RuntimeObject* L_14 = V_0; RuntimeObject* L_15 = ___2_value; NullCheck(L_14); String_t* L_16; L_16 = InterfaceFuncInvoker1< String_t*, RuntimeObject* >::Invoke(1, IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var, L_14, L_15); V_1 = L_16; String_t* L_17 = V_1; if (!L_17) { goto IL_0057; } } { String_t* L_18 = V_1; return L_18; } IL_0057: { RuntimeObject* L_19 = ___2_value; il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); bool L_20; L_20 = Marshal_IsComObject_m088D4D548725859A6721B3109FF9388BFF2F1413(L_19, NULL); if (L_20) { goto IL_0084; } } { RuntimeObject* L_21 = ___2_value; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_21, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var))) { goto IL_0084; } } { RuntimeObject* L_22 = ___2_value; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_22, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var))); RuntimeObject* L_23; L_23 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_22, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var))); RuntimeObject* L_24 = L_23; if (L_24) { G_B14_0 = L_24; goto IL_0079; } G_B13_0 = L_24; } { G_B15_0 = ((String_t*)(NULL)); goto IL_007e; } IL_0079: { NullCheck(G_B14_0); String_t* L_25; L_25 = InterfaceFuncInvoker0< String_t* >::Invoke(3, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, G_B14_0); G_B15_0 = L_25; } IL_007e: { V_2 = G_B15_0; String_t* L_26 = V_2; if (!L_26) { goto IL_0084; } } { String_t* L_27 = V_2; return L_27; } IL_0084: { String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; return L_28; } IL_008a: { il2cpp_codegen_runtime_class_init_inline(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); String_t* L_29 = ((ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_StaticFields*)il2cpp_codegen_static_fields_for(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var))->___s_none; return L_29; } IL_0090: { RuntimeObject* L_30 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_31 = ___1_culture; RuntimeObject* L_32 = ___2_value; Type_t* L_33 = ___3_destinationType; RuntimeObject* L_34; L_34 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_30, L_31, L_32, L_33, NULL); return L_34; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* ReferenceConverter_GetStandardValues_mF82002EC2360086E6591F03F529813E14C8E84C9 (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeDescriptorContext_t514D0B45A781ED18AB6A0DC6673A95B8359443F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* V_1 = NULL; RuntimeObject* V_2 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = NULL; { V_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL; RuntimeObject* L_0 = ___0_context; if (!L_0) { goto IL_00f1; } } { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_1 = (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)il2cpp_codegen_object_new(List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var); List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690(L_1, List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var); V_1 = L_1; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_2 = V_1; NullCheck(L_2); List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_2, NULL, List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); RuntimeObject* L_3 = ___0_context; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); NullCheck(L_3); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_3, L_5); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_6, IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_2; if (!L_7) { goto IL_006a; } } { RuntimeObject* L_8 = V_2; Type_t* L_9 = __this->____type; NullCheck(L_8); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10; L_10 = InterfaceFuncInvoker1< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t* >::Invoke(2, IReferenceService_tD1244ABFBCA9566AAF1D65FC663559FDD7C37526_il2cpp_TypeInfo_var, L_8, L_9); V_3 = L_10; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = V_3; NullCheck(L_11); V_4 = ((int32_t)(((RuntimeArray*)L_11)->max_length)); V_5 = 0; goto IL_0062; } IL_0045: { RuntimeObject* L_12 = ___0_context; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_3; int32_t L_14 = V_5; NullCheck(L_13); int32_t L_15 = L_14; RuntimeObject* L_16 = (L_13)->GetAt(static_cast(L_15)); bool L_17; L_17 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(16, __this, L_12, L_16); if (!L_17) { goto IL_005c; } } { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_18 = V_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = V_3; int32_t L_20 = V_5; NullCheck(L_19); int32_t L_21 = L_20; RuntimeObject* L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_18); List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_18, L_22, List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); } IL_005c: { int32_t L_23 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_23, 1)); } IL_0062: { int32_t L_24 = V_5; int32_t L_25 = V_4; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0045; } } { goto IL_00da; } IL_006a: { RuntimeObject* L_26 = ___0_context; NullCheck(L_26); RuntimeObject* L_27; L_27 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, ITypeDescriptorContext_t514D0B45A781ED18AB6A0DC6673A95B8359443F4_il2cpp_TypeInfo_var, L_26); V_6 = L_27; RuntimeObject* L_28 = V_6; if (!L_28) { goto IL_00da; } } { RuntimeObject* L_29 = V_6; NullCheck(L_29); ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* L_30; L_30 = InterfaceFuncInvoker0< ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* >::Invoke(2, IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var, L_29); NullCheck(L_30); RuntimeObject* L_31; L_31 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10, L_30); V_7 = L_31; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00c5: { { RuntimeObject* L_32 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var)); RuntimeObject* L_33 = V_9; if (!L_33) { goto IL_00d9; } } { RuntimeObject* L_34 = V_9; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_34); } IL_00d9: { return; } } }); try { { goto IL_00ba_1; } IL_0086_1: { RuntimeObject* L_35 = V_7; NullCheck(L_35); RuntimeObject* L_36; L_36 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_35); V_8 = ((RuntimeObject*)Castclass((RuntimeObject*)L_36, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var)); RuntimeObject* L_37 = V_8; if (!L_37) { goto IL_00ba_1; } } { Type_t* L_38 = __this->____type; RuntimeObject* L_39 = V_8; NullCheck(L_38); bool L_40; L_40 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(120, L_38, L_39); if (!L_40) { goto IL_00ba_1; } } { RuntimeObject* L_41 = ___0_context; RuntimeObject* L_42 = V_8; bool L_43; L_43 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(16, __this, L_41, L_42); if (!L_43) { goto IL_00ba_1; } } { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_44 = V_1; RuntimeObject* L_45 = V_8; NullCheck(L_44); List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_44, L_45, List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); } IL_00ba_1: { RuntimeObject* L_46 = V_7; NullCheck(L_46); bool L_47; L_47 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_46); if (L_47) { goto IL_0086_1; } } { goto IL_00da; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00da: { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_48 = V_1; NullCheck(L_48); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_49; L_49 = List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F(L_48, List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_RuntimeMethod_var); V_0 = L_49; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_50 = V_0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_51 = V_0; NullCheck(L_51); ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0* L_52 = (ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0*)il2cpp_codegen_object_new(ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0_il2cpp_TypeInfo_var); ReferenceComparer__ctor_m04738E27A5FAF668D16A3829AFAF8C01995BEB3B(L_52, __this, NULL); Array_Sort_mE8B389D13D4164C9E66801A729CF714EDEB512E6((RuntimeArray*)L_50, 0, ((int32_t)(((RuntimeArray*)L_51)->max_length)), L_52, NULL); } IL_00f1: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_53 = V_0; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_54 = (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*)il2cpp_codegen_object_new(StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m9049046DA81FD7B6FE279E063A43DC9B1D3B26B0(L_54, (RuntimeObject*)L_53, NULL); return L_54; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReferenceConverter_GetStandardValuesExclusive_m6A61099860CDABB223B440D8608A138BCDCEFC4D (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReferenceConverter_GetStandardValuesSupported_m5A8AE70F2800F3EC2EFAFEA91AA82A4096142817 (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReferenceConverter_IsValueAllowed_m8780234CEBB3343D582733099A198CC3172F2D9B (ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, const RuntimeMethod* method) { { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceConverter__cctor_m7A6A35413E4F4527499053D28FDEFB4BB91AC1A5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D254E50F4DE5BE7CA9E72BD2F890B87F910B88B); s_Il2CppMethodInitialized = true; } { ((ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_StaticFields*)il2cpp_codegen_static_fields_for(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var))->___s_none = _stringLiteral9D254E50F4DE5BE7CA9E72BD2F890B87F910B88B; Il2CppCodeGenWriteBarrier((void**)(&((ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_StaticFields*)il2cpp_codegen_static_fields_for(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var))->___s_none), (void*)_stringLiteral9D254E50F4DE5BE7CA9E72BD2F890B87F910B88B); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceComparer__ctor_m04738E27A5FAF668D16A3829AFAF8C01995BEB3B (ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0* __this, ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* ___0_converter, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* L_0 = ___0_converter; __this->____converter = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____converter), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReferenceComparer_Compare_m81F0F9265CC0C81B445FB4E8ED0A470E9ECB65DD (ReferenceComparer_t476FBA831AC3930C66F90808C03A1A3D760354C0* __this, RuntimeObject* ___0_item1, RuntimeObject* ___1_item2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* L_0 = __this->____converter; RuntimeObject* L_1 = ___0_item1; NullCheck(L_0); String_t* L_2; L_2 = TypeConverter_ConvertToString_m124B43934E0022CA836E7258ABAF8F9FA8911093(L_0, L_1, NULL); ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2* L_3 = __this->____converter; RuntimeObject* L_4 = ___1_item2; NullCheck(L_3); String_t* L_5; L_5 = TypeConverter_ConvertToString_m124B43934E0022CA836E7258ABAF8F9FA8911093(L_3, L_4, NULL); V_0 = L_5; String_t* L_6 = V_0; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7; L_7 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); int32_t L_8; L_8 = String_Compare_mBD9ED6B35314B34F51A9985E350D33F6F56F85A9(L_2, L_6, (bool)0, L_7, NULL); return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Delegate_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___1_name; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___3_attributes; EventDescriptor__ctor_m9A676DE4E2A389168FAED1DBE6C1D0F3C4FBDCFE(__this, L_0, L_1, NULL); Type_t* L_2 = ___0_componentClass; 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_0027; } } { String_t* L_4; L_4 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96B82B1111F719249D6B1FFE1997AC237C3C1BB5)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6)), 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*)&ReflectEventDescriptor__ctor_m402D4547E040BF01C61F91574E2C4258C41B8F16_RuntimeMethod_var))); } IL_0027: { Type_t* L_6 = ___2_type; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_7; L_7 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_6, (Type_t*)NULL, NULL); if (L_7) { goto IL_0042; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast (Delegate_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_9; L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL); Type_t* L_10 = ___2_type; NullCheck(L_9); bool L_11; L_11 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_9, L_10); if (L_11) { goto IL_0053; } } IL_0042: { String_t* L_12 = ___1_name; String_t* L_13; L_13 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD7AA40D7F79963E492840CC4D90A895B7BCA7C6)), 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*)&ReflectEventDescriptor__ctor_m402D4547E040BF01C61F91574E2C4258C41B8F16_RuntimeMethod_var))); } IL_0053: { Type_t* L_15 = ___0_componentClass; __this->____componentClass = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->____componentClass), (void*)L_15); Type_t* L_16 = ___2_type; __this->____type = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->____type), (void*)L_16); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor__ctor_m04E8153158BBF942FB21817105894166742FD7F4 (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, Type_t* ___0_componentClass, EventInfo_t* ___1_eventInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m72DEACF99225BD725370F7BE0A4B54748F439A37_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventInfo_t* L_0 = ___1_eventInfo; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_0); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_2; L_2 = Array_Empty_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m72DEACF99225BD725370F7BE0A4B54748F439A37_inline(Array_Empty_TisAttribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_m72DEACF99225BD725370F7BE0A4B54748F439A37_RuntimeMethod_var); EventDescriptor__ctor_m9A676DE4E2A389168FAED1DBE6C1D0F3C4FBDCFE(__this, L_1, L_2, NULL); Type_t* L_3 = ___0_componentClass; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, (Type_t*)NULL, NULL); if (!L_4) { goto IL_002f; } } { String_t* L_5; L_5 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96B82B1111F719249D6B1FFE1997AC237C3C1BB5)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_6, L_5, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectEventDescriptor__ctor_m04E8153158BBF942FB21817105894166742FD7F4_RuntimeMethod_var))); } IL_002f: { Type_t* L_7 = ___0_componentClass; __this->____componentClass = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->____componentClass), (void*)L_7); EventInfo_t* L_8 = ___1_eventInfo; __this->____realEvent = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->____realEvent), (void*)L_8); return; } } 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* V_0 = NULL; { EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_0 = ___1_oldReflectEventDescriptor; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___2_attributes; EventDescriptor__ctor_mDF83FC2C6B262C556D0319ACA14C310013467694(__this, L_0, L_1, NULL); Type_t* L_2 = ___0_componentType; __this->____componentClass = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____componentClass), (void*)L_2); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_3 = ___1_oldReflectEventDescriptor; NullCheck(L_3); Type_t* L_4; L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(18, L_3); __this->____type = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->____type), (void*)L_4); EventDescriptor_t3EAC449428E29E0D0C8DE9FCC6494E5C05A3260A* L_5 = ___1_oldReflectEventDescriptor; V_0 = ((ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873*)IsInstSealed((RuntimeObject*)L_5, ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873_il2cpp_TypeInfo_var)); ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* L_6 = V_0; if (!L_6) { goto IL_0044; } } { ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* L_7 = V_0; NullCheck(L_7); MethodInfo_t* L_8 = L_7->____addMethod; __this->____addMethod = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->____addMethod), (void*)L_8); ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* L_9 = V_0; NullCheck(L_9); MethodInfo_t* L_10 = L_9->____removeMethod; __this->____removeMethod = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->____removeMethod), (void*)L_10); __this->____filledMethods = (bool)1; } IL_0044: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectEventDescriptor_get_ComponentType_m1BB11945D2B83F19D9337605AF2F0BCFAC365008 (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->____componentClass; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* ReflectEventDescriptor_get_EventType_m6400687E20179C018DD48B59F0019C8DD571A70A (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, const RuntimeMethod* method) { { ReflectEventDescriptor_FillMethods_m6DFA0AA2B8A4D38910E0A8B44B04F2680DACF276(__this, NULL); Type_t* L_0 = __this->____type; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectEventDescriptor_get_IsMulticast_m23CC64394AE05781042B20D7A03428C6B697864E (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulticastDelegate_t_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 (MulticastDelegate_t_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); Type_t* L_2; L_2 = VirtualFuncInvoker0< Type_t* >::Invoke(18, __this); NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_1, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_AddEventHandler_m95D7C629AEA4E0D0EB0859D1FAB7CE9D15103908 (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, RuntimeObject* ___0_component, Delegate_t* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Delegate_t_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*)&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*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* V_3 = NULL; RuntimeObject* V_4 = NULL; Delegate_t* V_5 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { ReflectEventDescriptor_FillMethods_m6DFA0AA2B8A4D38910E0A8B44B04F2680DACF276(__this, NULL); RuntimeObject* L_0 = ___0_component; if (!L_0) { goto IL_00f4; } } { RuntimeObject* L_1 = ___0_component; RuntimeObject* L_2; L_2 = MemberDescriptor_GetSite_m358C87152269B37CFC369CAB93487B6A06BFB8C3(L_1, NULL); V_0 = L_2; V_1 = (RuntimeObject*)NULL; RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_002e; } } { 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_002e: { RuntimeObject* L_8 = V_1; if (!L_8) { goto IL_0053; } } try { RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = ___0_component; NullCheck(L_9); InterfaceActionInvoker2< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* >::Invoke(1, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_9, L_10, __this); goto IL_004b; } 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_003b; } throw e; } CATCH_003b: { { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_11 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*));; V_3 = L_11; CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_12 = 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_13 = ((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_12) == ((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_13)))) { goto IL_0049; } } { IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00f4; } IL_0049: { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_14 = V_3; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectEventDescriptor_AddEventHandler_m95D7C629AEA4E0D0EB0859D1FAB7CE9D15103908_RuntimeMethod_var))); } } IL_004b: { RuntimeObject* L_15 = V_1; RuntimeObject* L_16 = ___0_component; NullCheck(L_15); InterfaceActionInvoker2< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* >::Invoke(1, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_15, L_16, __this); } IL_0053: { V_2 = (bool)0; RuntimeObject* L_17 = V_0; if (!L_17) { goto IL_00c9; } } { RuntimeObject* L_18 = V_0; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(2, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_18); if (!L_19) { goto IL_00c9; } } { Type_t* L_20; L_20 = VirtualFuncInvoker0< Type_t* >::Invoke(18, __this); Delegate_t* L_21 = ___1_value; NullCheck(L_21); Type_t* L_22; L_22 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_21, NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_23; L_23 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_20, L_22, NULL); if (!L_23) { goto IL_0089; } } { String_t* L_24; L_24 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); String_t* L_25; L_25 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AE3E2392ABAEEE58F65D916BE33310C6700316C)), L_24, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_26 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_26, L_25, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectEventDescriptor_AddEventHandler_m95D7C629AEA4E0D0EB0859D1FAB7CE9D15103908_RuntimeMethod_var))); } IL_0089: { RuntimeObject* L_27 = V_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_28 = { reinterpret_cast (IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_29; L_29 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_28, NULL); NullCheck(L_27); RuntimeObject* L_30; L_30 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_27, L_29); V_4 = ((RuntimeObject*)Castclass((RuntimeObject*)L_30, IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_il2cpp_TypeInfo_var)); RuntimeObject* L_31 = V_4; if (!L_31) { goto IL_00c9; } } { RuntimeObject* L_32 = V_4; NullCheck(L_32); RuntimeObject* L_33; L_33 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_il2cpp_TypeInfo_var, L_32, __this); V_5 = ((Delegate_t*)CastclassClass((RuntimeObject*)L_33, Delegate_t_il2cpp_TypeInfo_var)); Delegate_t* L_34 = V_5; Delegate_t* L_35 = ___1_value; Delegate_t* L_36; L_36 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_34, L_35, NULL); V_5 = L_36; RuntimeObject* L_37 = V_4; Delegate_t* L_38 = V_5; NullCheck(L_37); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_il2cpp_TypeInfo_var, L_37, __this, L_38); V_2 = (bool)1; } IL_00c9: { bool L_39 = V_2; if (L_39) { goto IL_00e7; } } { MethodInfo_t* L_40 = __this->____addMethod; RuntimeObject* L_41 = ___0_component; DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* L_42 = (DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771*)(DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771*)SZArrayNew(DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771_il2cpp_TypeInfo_var, (uint32_t)1); DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* L_43 = L_42; Delegate_t* L_44 = ___1_value; NullCheck(L_43); ArrayElementTypeCheck (L_43, L_44); (L_43)->SetAt(static_cast(0), (Delegate_t*)L_44); V_6 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_43; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_45 = V_6; NullCheck(L_40); RuntimeObject* L_46; L_46 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_40, L_41, L_45, NULL); } IL_00e7: { RuntimeObject* L_47 = V_1; if (!L_47) { goto IL_00f4; } } { RuntimeObject* L_48 = V_1; RuntimeObject* L_49 = ___0_component; Delegate_t* L_50 = ___1_value; NullCheck(L_48); InterfaceActionInvoker4< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*, RuntimeObject*, RuntimeObject* >::Invoke(0, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_48, L_49, __this, NULL, L_50); } IL_00f4: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillAttributes_m46892E592D24D3BA2B7282B5A4590CF1B95EC471 (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, RuntimeObject* ___0_attributes, const RuntimeMethod* method) { { ReflectEventDescriptor_FillMethods_m6DFA0AA2B8A4D38910E0A8B44B04F2680DACF276(__this, NULL); EventInfo_t* L_0 = __this->____realEvent; bool L_1; L_1 = EventInfo_op_Inequality_m4B5352D516359B10994084CAE273A1EF64E50B40(L_0, (EventInfo_t*)NULL, NULL); if (!L_1) { goto IL_0023; } } { EventInfo_t* L_2 = __this->____realEvent; RuntimeObject* L_3 = ___0_attributes; ReflectEventDescriptor_FillEventInfoAttribute_m25675359CA6AC38FAF1AC2E6641FCF41065B859F(__this, L_2, L_3, NULL); goto IL_003d; } IL_0023: { MethodInfo_t* L_4 = __this->____removeMethod; RuntimeObject* L_5 = ___0_attributes; ReflectEventDescriptor_FillSingleMethodAttribute_m66EDE77931FB9C20BC214560F1C30ECC8F7E5A6F(__this, L_4, L_5, NULL); MethodInfo_t* L_6 = __this->____addMethod; RuntimeObject* L_7 = ___0_attributes; ReflectEventDescriptor_FillSingleMethodAttribute_m66EDE77931FB9C20BC214560F1C30ECC8F7E5A6F(__this, L_6, L_7, NULL); } IL_003d: { RuntimeObject* L_8 = ___0_attributes; MemberDescriptor_FillAttributes_mD79B898348F5E1F6C98F62F0D4CE719C5547C56C(__this, L_8, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillEventInfoAttribute_m25675359CA6AC38FAF1AC2E6641FCF41065B859F (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, EventInfo_t* ___0_realEventInfo, RuntimeObject* ___1_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_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); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; Type_t* V_2 = NULL; int32_t V_3 = 0; AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* V_4 = NULL; MemberInfo_t* V_5 = NULL; AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* V_6 = NULL; int32_t V_7 = 0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_8 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_9 = NULL; int32_t V_10 = 0; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_11 = NULL; { EventInfo_t* L_0 = ___0_realEventInfo; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_0); V_0 = L_1; V_1 = ((int32_t)22); EventInfo_t* L_2 = ___0_realEventInfo; NullCheck(L_2); Type_t* L_3; L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(10, L_2); V_2 = L_3; V_3 = 0; goto IL_0020; } IL_0015: { int32_t L_4 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_4, 1)); Type_t* L_5 = V_2; NullCheck(L_5); Type_t* L_6; L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_5); V_2 = L_6; } IL_0020: { Type_t* L_7 = V_2; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast (RuntimeObject_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); bool L_10; L_10 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_7, L_9, NULL); if (L_10) { goto IL_0015; } } { int32_t L_11 = V_3; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_00cf; } } { EventInfo_t* L_12 = ___0_realEventInfo; NullCheck(L_12); Type_t* L_13; L_13 = VirtualFuncInvoker0< Type_t* >::Invoke(10, L_12); V_2 = L_13; int32_t L_14 = V_3; AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_15 = (AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F*)(AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F*)SZArrayNew(AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F_il2cpp_TypeInfo_var, (uint32_t)L_14); V_4 = L_15; goto IL_0074; } IL_004a: { Type_t* L_16 = V_2; String_t* L_17 = V_0; int32_t L_18 = V_1; NullCheck(L_16); EventInfo_t* L_19; L_19 = VirtualFuncInvoker2< EventInfo_t*, String_t*, int32_t >::Invoke(84, L_16, L_17, L_18); V_5 = L_19; MemberInfo_t* L_20 = V_5; bool L_21; L_21 = MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA(L_20, (MemberInfo_t*)NULL, NULL); if (!L_21) { goto IL_006d; } } { AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_22 = V_4; int32_t L_23 = V_3; int32_t L_24 = ((int32_t)il2cpp_codegen_subtract(L_23, 1)); V_3 = L_24; MemberInfo_t* L_25 = V_5; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_26; L_26 = ReflectTypeDescriptionProvider_ReflectGetAttributes_m9E538B9266C61575FBAB5B49C8B4277DAD645301(L_25, NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_26); (L_22)->SetAt(static_cast(L_24), (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)L_26); } IL_006d: { Type_t* L_27 = V_2; NullCheck(L_27); Type_t* L_28; L_28 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_27); V_2 = L_28; } IL_0074: { Type_t* L_29 = V_2; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_30 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_31; L_31 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_30, NULL); bool L_32; L_32 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_29, L_31, NULL); if (L_32) { goto IL_004a; } } { AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_33 = V_4; V_6 = L_33; V_7 = 0; goto IL_00c7; } IL_008f: { AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_34 = V_6; int32_t L_35 = V_7; NullCheck(L_34); int32_t L_36 = L_35; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_37 = (L_34)->GetAt(static_cast(L_36)); V_8 = L_37; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_38 = V_8; if (!L_38) { goto IL_00c1; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_39 = V_8; V_9 = L_39; V_10 = 0; goto IL_00b9; } IL_00a3: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_40 = V_9; int32_t L_41 = V_10; NullCheck(L_40); int32_t L_42 = L_41; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_43 = (L_40)->GetAt(static_cast(L_42)); V_11 = L_43; RuntimeObject* L_44 = ___1_attributes; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_45 = V_11; NullCheck(L_44); int32_t L_46; L_46 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_44, L_45); int32_t L_47 = V_10; V_10 = ((int32_t)il2cpp_codegen_add(L_47, 1)); } IL_00b9: { int32_t L_48 = V_10; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_49 = V_9; NullCheck(L_49); if ((((int32_t)L_48) < ((int32_t)((int32_t)(((RuntimeArray*)L_49)->max_length))))) { goto IL_00a3; } } IL_00c1: { int32_t L_50 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_50, 1)); } IL_00c7: { int32_t L_51 = V_7; AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_52 = V_6; NullCheck(L_52); if ((((int32_t)L_51) < ((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length))))) { goto IL_008f; } } IL_00cf: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillMethods_m6DFA0AA2B8A4D38910E0A8B44B04F2680DACF276 (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EDBBD688A51BC51974DE73C92E8E8E44A70B70B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB122B8CB35BF93949E7890FE572C6C46564EDE4); s_Il2CppMethodInitialized = true; } EventInfo_t* V_0 = NULL; Type_t* V_1 = NULL; int32_t V_2 = 0; EventInfo_t* V_3 = NULL; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_4 = NULL; { bool L_0 = __this->____filledMethods; if (!L_0) { goto IL_0009; } } { return; } IL_0009: { EventInfo_t* L_1 = __this->____realEvent; bool L_2; L_2 = EventInfo_op_Inequality_m4B5352D516359B10994084CAE273A1EF64E50B40(L_1, (EventInfo_t*)NULL, NULL); if (!L_2) { goto IL_00f3; } } { EventInfo_t* L_3 = __this->____realEvent; NullCheck(L_3); MethodInfo_t* L_4; L_4 = EventInfo_GetAddMethod_m28FC2545E48A7B141AB8CC9E8F246FED3CC3674F(L_3, NULL); __this->____addMethod = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->____addMethod), (void*)L_4); EventInfo_t* L_5 = __this->____realEvent; NullCheck(L_5); MethodInfo_t* L_6; L_6 = EventInfo_GetRemoveMethod_mF94239A616B111694AFA426EE9B1E4D8D18ACBB4(L_5, NULL); __this->____removeMethod = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->____removeMethod), (void*)L_6); V_0 = (EventInfo_t*)NULL; MethodInfo_t* L_7 = __this->____addMethod; bool L_8; L_8 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_7, (MethodInfo_t*)NULL, NULL); if (L_8) { goto IL_005a; } } { MethodInfo_t* L_9 = __this->____removeMethod; bool L_10; L_10 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_9, (MethodInfo_t*)NULL, NULL); if (!L_10) { goto IL_00ab; } } IL_005a: { Type_t* L_11 = __this->____componentClass; NullCheck(L_11); Type_t* L_12; L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_11); V_1 = L_12; goto IL_0090; } IL_0068: { V_2 = ((int32_t)52); Type_t* L_13 = V_1; EventInfo_t* L_14 = __this->____realEvent; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_14); int32_t L_16 = V_2; NullCheck(L_13); EventInfo_t* L_17; L_17 = VirtualFuncInvoker2< EventInfo_t*, String_t*, int32_t >::Invoke(84, L_13, L_15, L_16); V_3 = L_17; EventInfo_t* L_18 = V_3; NullCheck(L_18); MethodInfo_t* L_19; L_19 = EventInfo_GetAddMethod_m28FC2545E48A7B141AB8CC9E8F246FED3CC3674F(L_18, NULL); bool L_20; L_20 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_19, (MethodInfo_t*)NULL, NULL); if (!L_20) { goto IL_0090; } } { EventInfo_t* L_21 = V_3; V_0 = L_21; goto IL_00ab; } IL_0090: { Type_t* L_22 = V_1; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_23; L_23 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_22, (Type_t*)NULL, NULL); if (!L_23) { goto IL_00ab; } } { Type_t* L_24 = V_1; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_25 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_26; L_26 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_25, NULL); bool L_27; L_27 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_24, L_26, NULL); if (L_27) { goto IL_0068; } } IL_00ab: { EventInfo_t* L_28 = V_0; bool L_29; L_29 = EventInfo_op_Inequality_m4B5352D516359B10994084CAE273A1EF64E50B40(L_28, (EventInfo_t*)NULL, NULL); if (!L_29) { goto IL_00dd; } } { EventInfo_t* L_30 = V_0; NullCheck(L_30); MethodInfo_t* L_31; L_31 = EventInfo_GetAddMethod_m28FC2545E48A7B141AB8CC9E8F246FED3CC3674F(L_30, NULL); __this->____addMethod = L_31; Il2CppCodeGenWriteBarrier((void**)(&__this->____addMethod), (void*)L_31); EventInfo_t* L_32 = V_0; NullCheck(L_32); MethodInfo_t* L_33; L_33 = EventInfo_GetRemoveMethod_mF94239A616B111694AFA426EE9B1E4D8D18ACBB4(L_32, NULL); __this->____removeMethod = L_33; Il2CppCodeGenWriteBarrier((void**)(&__this->____removeMethod), (void*)L_33); EventInfo_t* L_34 = V_0; NullCheck(L_34); Type_t* L_35; L_35 = VirtualFuncInvoker0< Type_t* >::Invoke(21, L_34); __this->____type = L_35; Il2CppCodeGenWriteBarrier((void**)(&__this->____type), (void*)L_35); goto IL_01bc; } IL_00dd: { EventInfo_t* L_36 = __this->____realEvent; NullCheck(L_36); Type_t* L_37; L_37 = VirtualFuncInvoker0< Type_t* >::Invoke(21, L_36); __this->____type = L_37; Il2CppCodeGenWriteBarrier((void**)(&__this->____type), (void*)L_37); goto IL_01bc; } IL_00f3: { Type_t* L_38 = __this->____componentClass; String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); NullCheck(L_38); EventInfo_t* L_40; L_40 = Type_GetEvent_mB4D71EF747D967D102846CB4FADA5DA0291E6A83(L_38, L_39, NULL); __this->____realEvent = L_40; Il2CppCodeGenWriteBarrier((void**)(&__this->____realEvent), (void*)L_40); EventInfo_t* L_41 = __this->____realEvent; bool L_42; L_42 = EventInfo_op_Inequality_m4B5352D516359B10994084CAE273A1EF64E50B40(L_41, (EventInfo_t*)NULL, NULL); if (!L_42) { goto IL_011f; } } { ReflectEventDescriptor_FillMethods_m6DFA0AA2B8A4D38910E0A8B44B04F2680DACF276(__this, NULL); return; } IL_011f: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_43 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_44 = L_43; Type_t* L_45 = __this->____type; NullCheck(L_44); ArrayElementTypeCheck (L_44, L_45); (L_44)->SetAt(static_cast(0), (Type_t*)L_45); V_4 = L_44; Type_t* L_46 = __this->____componentClass; String_t* L_47; L_47 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); String_t* L_48; L_48 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralFB122B8CB35BF93949E7890FE572C6C46564EDE4, L_47, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_49 = V_4; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_50 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_51; L_51 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_50, NULL); MethodInfo_t* L_52; L_52 = MemberDescriptor_FindMethod_m965C3B7B33AF108512373758AC6945B1935EB052(L_46, L_48, L_49, L_51, NULL); __this->____addMethod = L_52; Il2CppCodeGenWriteBarrier((void**)(&__this->____addMethod), (void*)L_52); Type_t* L_53 = __this->____componentClass; String_t* L_54; L_54 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); String_t* L_55; L_55 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral7EDBBD688A51BC51974DE73C92E8E8E44A70B70B, L_54, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_56 = V_4; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_57 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; Type_t* L_58; L_58 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_57, NULL); MethodInfo_t* L_59; L_59 = MemberDescriptor_FindMethod_m965C3B7B33AF108512373758AC6945B1935EB052(L_53, L_55, L_56, L_58, NULL); __this->____removeMethod = L_59; Il2CppCodeGenWriteBarrier((void**)(&__this->____removeMethod), (void*)L_59); MethodInfo_t* L_60 = __this->____addMethod; bool L_61; L_61 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_60, (MethodInfo_t*)NULL, NULL); if (L_61) { goto IL_01a6; } } { MethodInfo_t* L_62 = __this->____removeMethod; bool L_63; L_63 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_62, (MethodInfo_t*)NULL, NULL); if (!L_63) { goto IL_01bc; } } IL_01a6: { String_t* L_64; L_64 = VirtualFuncInvoker0< String_t* >::Invoke(10, __this); String_t* L_65; L_65 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2902B5C63D20C1606E907DA9F61375852E78DE0A)), L_64, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_66 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_66, L_65, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_66, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectEventDescriptor_FillMethods_m6DFA0AA2B8A4D38910E0A8B44B04F2680DACF276_RuntimeMethod_var))); } IL_01bc: { __this->____filledMethods = (bool)1; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillSingleMethodAttribute_m66EDE77931FB9C20BC214560F1C30ECC8F7E5A6F (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, MethodInfo_t* ___0_realMethodInfo, RuntimeObject* ___1_attributes, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_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); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; Type_t* V_2 = NULL; int32_t V_3 = 0; AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* V_4 = NULL; MemberInfo_t* V_5 = NULL; AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* V_6 = NULL; int32_t V_7 = 0; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_8 = NULL; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* V_9 = NULL; int32_t V_10 = 0; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* V_11 = NULL; { MethodInfo_t* L_0 = ___0_realMethodInfo; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_0); V_0 = L_1; V_1 = ((int32_t)22); MethodInfo_t* L_2 = ___0_realMethodInfo; NullCheck(L_2); Type_t* L_3; L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(10, L_2); V_2 = L_3; V_3 = 0; goto IL_0020; } IL_0015: { int32_t L_4 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_4, 1)); Type_t* L_5 = V_2; NullCheck(L_5); Type_t* L_6; L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_5); V_2 = L_6; } IL_0020: { Type_t* L_7 = V_2; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_8; L_8 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_7, (Type_t*)NULL, NULL); if (!L_8) { goto IL_003b; } } { Type_t* L_9 = V_2; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_11; L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL); bool L_12; L_12 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_9, L_11, NULL); if (L_12) { goto IL_0015; } } IL_003b: { int32_t L_13 = V_3; if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_00e1; } } { MethodInfo_t* L_14 = ___0_realMethodInfo; NullCheck(L_14); Type_t* L_15; L_15 = VirtualFuncInvoker0< Type_t* >::Invoke(10, L_14); V_2 = L_15; int32_t L_16 = V_3; AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_17 = (AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F*)(AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F*)SZArrayNew(AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F_il2cpp_TypeInfo_var, (uint32_t)L_16); V_4 = L_17; goto IL_007d; } IL_0053: { Type_t* L_18 = V_2; String_t* L_19 = V_0; int32_t L_20 = V_1; NullCheck(L_18); MethodInfo_t* L_21; L_21 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_18, L_19, L_20, NULL); V_5 = L_21; MemberInfo_t* L_22 = V_5; bool L_23; L_23 = MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA(L_22, (MemberInfo_t*)NULL, NULL); if (!L_23) { goto IL_0076; } } { AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_24 = V_4; int32_t L_25 = V_3; int32_t L_26 = ((int32_t)il2cpp_codegen_subtract(L_25, 1)); V_3 = L_26; MemberInfo_t* L_27 = V_5; il2cpp_codegen_runtime_class_init_inline(ReflectTypeDescriptionProvider_t23B368F67882890DA4935F979394FB9D9C45CD6A_il2cpp_TypeInfo_var); AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_28; L_28 = ReflectTypeDescriptionProvider_ReflectGetAttributes_m9E538B9266C61575FBAB5B49C8B4277DAD645301(L_27, NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAt(static_cast(L_26), (AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1*)L_28); } IL_0076: { Type_t* L_29 = V_2; NullCheck(L_29); Type_t* L_30; L_30 = VirtualFuncInvoker0< Type_t* >::Invoke(115, L_29); V_2 = L_30; } IL_007d: { Type_t* L_31 = V_2; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_32; L_32 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_31, (Type_t*)NULL, NULL); if (!L_32) { goto IL_0098; } } { Type_t* L_33 = V_2; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_34 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_35; L_35 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_34, NULL); bool L_36; L_36 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_33, L_35, NULL); if (L_36) { goto IL_0053; } } IL_0098: { AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_37 = V_4; V_6 = L_37; V_7 = 0; goto IL_00d9; } IL_00a1: { AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_38 = V_6; int32_t L_39 = V_7; NullCheck(L_38); int32_t L_40 = L_39; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_41 = (L_38)->GetAt(static_cast(L_40)); V_8 = L_41; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_42 = V_8; if (!L_42) { goto IL_00d3; } } { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_43 = V_8; V_9 = L_43; V_10 = 0; goto IL_00cb; } IL_00b5: { AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_44 = V_9; int32_t L_45 = V_10; NullCheck(L_44); int32_t L_46 = L_45; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_47 = (L_44)->GetAt(static_cast(L_46)); V_11 = L_47; RuntimeObject* L_48 = ___1_attributes; Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_49 = V_11; NullCheck(L_48); int32_t L_50; L_50 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(2, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_48, L_49); int32_t L_51 = V_10; V_10 = ((int32_t)il2cpp_codegen_add(L_51, 1)); } IL_00cb: { int32_t L_52 = V_10; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_53 = V_9; NullCheck(L_53); if ((((int32_t)L_52) < ((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length))))) { goto IL_00b5; } } IL_00d3: { int32_t L_54 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_54, 1)); } IL_00d9: { int32_t L_55 = V_7; AttributeU5BU5DU5BU5D_t6EA3F410DDDCE6D932B2F8C2C2136AD690F7318F* L_56 = V_6; NullCheck(L_56); if ((((int32_t)L_55) < ((int32_t)((int32_t)(((RuntimeArray*)L_56)->max_length))))) { goto IL_00a1; } } IL_00e1: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_RemoveEventHandler_mB5984763F285630D6C9C8A572460B33FA3C73961 (ReflectEventDescriptor_t563FAABB13B13DCDE01F6073BAC04A03BE65E873* __this, RuntimeObject* ___0_component, Delegate_t* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Delegate_t_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*)&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*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* V_3 = NULL; RuntimeObject* V_4 = NULL; Delegate_t* V_5 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { ReflectEventDescriptor_FillMethods_m6DFA0AA2B8A4D38910E0A8B44B04F2680DACF276(__this, NULL); RuntimeObject* L_0 = ___0_component; if (!L_0) { goto IL_00cb; } } { RuntimeObject* L_1 = ___0_component; RuntimeObject* L_2; L_2 = MemberDescriptor_GetSite_m358C87152269B37CFC369CAB93487B6A06BFB8C3(L_1, NULL); V_0 = L_2; V_1 = (RuntimeObject*)NULL; RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_002e; } } { 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_002e: { RuntimeObject* L_8 = V_1; if (!L_8) { goto IL_0053; } } try { RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = ___0_component; NullCheck(L_9); InterfaceActionInvoker2< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* >::Invoke(1, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_9, L_10, __this); goto IL_004b; } 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_003b; } throw e; } CATCH_003b: { { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_11 = ((CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*));; V_3 = L_11; CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_12 = 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_13 = ((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_12) == ((RuntimeObject*)(CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB*)L_13)))) { goto IL_0049; } } { IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00cb; } IL_0049: { CheckoutException_t774D33279730A17392AEB757BDDD65E2409E92BB* L_14 = V_3; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectEventDescriptor_RemoveEventHandler_mB5984763F285630D6C9C8A572460B33FA3C73961_RuntimeMethod_var))); } } IL_004b: { RuntimeObject* L_15 = V_1; RuntimeObject* L_16 = ___0_component; NullCheck(L_15); InterfaceActionInvoker2< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7* >::Invoke(1, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_15, L_16, __this); } IL_0053: { V_2 = (bool)0; RuntimeObject* L_17 = V_0; if (!L_17) { goto IL_00a0; } } { RuntimeObject* L_18 = V_0; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(2, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_18); if (!L_19) { goto IL_00a0; } } { RuntimeObject* L_20 = V_0; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast (IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_22; L_22 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_21, NULL); NullCheck(L_20); RuntimeObject* L_23; L_23 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_20, L_22); V_4 = ((RuntimeObject*)Castclass((RuntimeObject*)L_23, IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_il2cpp_TypeInfo_var)); RuntimeObject* L_24 = V_4; if (!L_24) { goto IL_00a0; } } { RuntimeObject* L_25 = V_4; NullCheck(L_25); RuntimeObject* L_26; L_26 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_il2cpp_TypeInfo_var, L_25, __this); V_5 = ((Delegate_t*)CastclassClass((RuntimeObject*)L_26, Delegate_t_il2cpp_TypeInfo_var)); Delegate_t* L_27 = V_5; Delegate_t* L_28 = ___1_value; Delegate_t* L_29; L_29 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_27, L_28, NULL); V_5 = L_29; RuntimeObject* L_30 = V_4; Delegate_t* L_31 = V_5; NullCheck(L_30); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionaryService_t127DD3ACC98C8799ABEF6CB6D27FDF799BC02278_il2cpp_TypeInfo_var, L_30, __this, L_31); V_2 = (bool)1; } IL_00a0: { bool L_32 = V_2; if (L_32) { goto IL_00be; } } { MethodInfo_t* L_33 = __this->____removeMethod; RuntimeObject* L_34 = ___0_component; DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* L_35 = (DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771*)(DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771*)SZArrayNew(DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771_il2cpp_TypeInfo_var, (uint32_t)1); DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* L_36 = L_35; Delegate_t* L_37 = ___1_value; NullCheck(L_36); ArrayElementTypeCheck (L_36, L_37); (L_36)->SetAt(static_cast(0), (Delegate_t*)L_37); V_6 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_36; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_38 = V_6; NullCheck(L_33); RuntimeObject* L_39; L_39 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_33, L_34, L_38, NULL); } IL_00be: { RuntimeObject* L_40 = V_1; if (!L_40) { goto IL_00cb; } } { RuntimeObject* L_41 = V_1; RuntimeObject* L_42 = ___0_component; Delegate_t* L_43 = ___1_value; NullCheck(L_41); InterfaceActionInvoker4< RuntimeObject*, MemberDescriptor_t1CEA84A7BBAFDB04A9E6E23F2FBEED59F01172A7*, RuntimeObject*, RuntimeObject* >::Invoke(0, IComponentChangeService_t65FB9A535BCE5702B7CFFF57E3290D31C3B3C7AA_il2cpp_TypeInfo_var, L_41, L_42, __this, NULL, L_43); } IL_00cb: { 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 RefreshEventArgs__ctor_mFAC0CB3BCAA676FAB7673055215168BB623D4D3A (RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* __this, RuntimeObject* ___0_componentChanged, 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); RuntimeObject* L_0 = ___0_componentChanged; __this->___U3CComponentChangedU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CComponentChangedU3Ek__BackingField), (void*)L_0); RuntimeObject* L_1 = ___0_componentChanged; NullCheck(L_1); Type_t* L_2; L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL); __this->___U3CTypeChangedU3Ek__BackingField = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeChangedU3Ek__BackingField), (void*)L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventArgs__ctor_mA88DB8D3EBE2EDC16126E5DA09495F31F6E43CC9 (RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* __this, Type_t* ___0_typeChanged, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); Type_t* L_0 = ___0_typeChanged; __this->___U3CTypeChangedU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeChangedU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RefreshEventArgs_get_ComponentChanged_m4050E2205546E41656D2D95FCE8CD1DD0F313FF8 (RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CComponentChangedU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* RefreshEventArgs_get_TypeChanged_m097CEA452856E538D002BDF2401D3873C73F51A5 (RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CTypeChangedU3Ek__BackingField; 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 RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_Multicast(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_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++) { RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_e, reinterpret_cast(currentDelegate->___method)); } } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenInst(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { NullCheck(___0_e); typedef void (*FunctionPointerType) (RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_e, method); } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenStatic(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_e, method); } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenVirtual(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { NullCheck(___0_e); VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), ___0_e); } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenInterface(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { NullCheck(___0_e); InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_e); } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenGenericVirtual(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { NullCheck(___0_e); GenericVirtualActionInvoker0::Invoke(method, ___0_e); } void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenGenericInterface(RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { NullCheck(___0_e); GenericInterfaceActionInvoker0::Invoke(method, ___0_e); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventHandler__ctor_m2A318A5FC4A7829BCC18BE0F9A652DCD1C8C192F (RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (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 == 1; if (isOpen) __this->___invoke_impl = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenStatic; else { __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } else { bool isOpen = parameterCount == 0; 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)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenInterface; else __this->___invoke_impl = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventHandler_Invoke_m64C4651451C458F51B3DB45E9BF2D20E0B1DBCF7 (RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_e, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RefreshEventHandler_BeginInvoke_mC66B4E933AF35633B8C6AA2AB3F4F29BD4B89C06 (RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __this, RefreshEventArgs_tAFA218424DFFF0C86D33A77DC7471DDD7A4E6D86* ___0_e, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___0_e; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventHandler_EndInvoke_mE7A28B085D4029FD047846410D8E33DB25943222 (RefreshEventHandler_tF88F5F1E6C1E3AD9DF774E73DAAFBDC7EF0848CC* __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 RunInstallerAttribute__ctor_m2AE906F9B07DA73F602D39A3C3EA5321F6ABF1DD (RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* __this, bool ___0_runInstaller, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_runInstaller; __this->___U3CRunInstallerU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RunInstallerAttribute_get_RunInstaller_mBB96D7E7823FF0AD4EF138FBD899CE622A75E100 (RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CRunInstallerU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RunInstallerAttribute_Equals_mA44592416E2DA3FD3CDA48D86A03912FD0C613B5 (RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11*)IsInstClass((RuntimeObject*)L_1, RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var)); RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* L_2 = V_0; if (!L_2) { goto IL_001f; } } { RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = RunInstallerAttribute_get_RunInstaller_mBB96D7E7823FF0AD4EF138FBD899CE622A75E100_inline(L_3, NULL); bool L_5; L_5 = RunInstallerAttribute_get_RunInstaller_mBB96D7E7823FF0AD4EF138FBD899CE622A75E100_inline(__this, NULL); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RunInstallerAttribute_GetHashCode_m4CE57539232252E58B86A1E4F7CD712D57C6CE4C (RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_mAE2C17FF608041F608207E2202E1BC0F98919C08(__this, NULL); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RunInstallerAttribute_IsDefaultAttribute_m0283CFF32A04251ADC99AF915F2475D70ADD6AA4 (RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var); RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* L_0 = ((RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_StaticFields*)il2cpp_codegen_static_fields_for(RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var))->___Default; bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, __this, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunInstallerAttribute__cctor_m8545C8B955412D4B6E9C41D273A5A1A979817DF4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* L_0 = (RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11*)il2cpp_codegen_object_new(RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var); RunInstallerAttribute__ctor_m2AE906F9B07DA73F602D39A3C3EA5321F6ABF1DD(L_0, (bool)1, NULL); ((RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_StaticFields*)il2cpp_codegen_static_fields_for(RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var))->___Yes = L_0; Il2CppCodeGenWriteBarrier((void**)(&((RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_StaticFields*)il2cpp_codegen_static_fields_for(RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var))->___Yes), (void*)L_0); RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* L_1 = (RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11*)il2cpp_codegen_object_new(RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var); RunInstallerAttribute__ctor_m2AE906F9B07DA73F602D39A3C3EA5321F6ABF1DD(L_1, (bool)0, NULL); ((RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_StaticFields*)il2cpp_codegen_static_fields_for(RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var))->___No = L_1; Il2CppCodeGenWriteBarrier((void**)(&((RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_StaticFields*)il2cpp_codegen_static_fields_for(RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var))->___No), (void*)L_1); RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* L_2 = ((RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_StaticFields*)il2cpp_codegen_static_fields_for(RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var))->___No; ((RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_StaticFields*)il2cpp_codegen_static_fields_for(RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var))->___Default = L_2; Il2CppCodeGenWriteBarrier((void**)(&((RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_StaticFields*)il2cpp_codegen_static_fields_for(RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11_il2cpp_TypeInfo_var))->___Default), (void*)L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* SByteConverter_get_TargetType_m872E6791DE87FFA1BC829C6D753B39A96B38D3A3 (SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SByteConverter_FromString_mC4AA5397CCD129E9ED49AEF93625D99937D5DD19 (SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int8_t L_2; L_2 = Convert_ToSByte_m9839052ABBAA38764C070DAA373568D8B2274193(L_0, L_1, NULL); int8_t L_3 = L_2; RuntimeObject* L_4 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SByteConverter_FromString_mEC12BDD3F05207DE44D550CC137AAC3213947DDE (SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; int8_t L_2; L_2 = SByte_Parse_mAC7251E4586FF9DAE8C7766B4C0935E44CF4D52D(L_0, 7, L_1, NULL); int8_t L_3 = L_2; RuntimeObject* L_4 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByteConverter_ToString_mC2999A1D251C25D6E926E7C0B72C485EB96A0F64 (SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } int8_t V_0 = 0x0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_0, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = SByte_ToString_m183C4DB410DD03A804F3DA87DB223A249A68E139((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SByteConverter__ctor_m88BFD6EBD0848E4BB65CB3B6B298BF72EBAFD522 (SByteConverter_t6C479029D5B05C23CEAD919A61E416C96D682C84* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBindableAttribute__ctor_mC0F9613A258449016DF2A53220343DB20A388A91 (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, bool ___0_bindable, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); bool L_0 = ___0_bindable; __this->___U3CBindableU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsBindableAttribute_get_Bindable_m448BA41F157DF20B461625E635BAA0DD861668F3 (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CBindableU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsBindableAttribute_Equals_mF15B757F5C23A846B04FB2FB277E23572CF6FECB (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; if (!L_1) { goto IL_0025; } } { RuntimeObject* L_2 = ___0_obj; if (!((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B*)IsInstSealed((RuntimeObject*)L_2, SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var))) { goto IL_0025; } } { RuntimeObject* L_3 = ___0_obj; NullCheck(((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B*)CastclassSealed((RuntimeObject*)L_3, SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var))); bool L_4; L_4 = SettingsBindableAttribute_get_Bindable_m448BA41F157DF20B461625E635BAA0DD861668F3_inline(((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B*)CastclassSealed((RuntimeObject*)L_3, SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var)), NULL); bool L_5; L_5 = SettingsBindableAttribute_get_Bindable_m448BA41F157DF20B461625E635BAA0DD861668F3_inline(__this, NULL); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_0025: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsBindableAttribute_GetHashCode_m890594467DEA957BDEC69BC6EA32A5728DD84D47 (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { bool L_0; L_0 = SettingsBindableAttribute_get_Bindable_m448BA41F157DF20B461625E635BAA0DD861668F3_inline(__this, NULL); V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3((&V_0), NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsBindableAttribute__cctor_m7535DF492E918C80ED2CB42AD5ABD1ACB1D57C68 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* L_0 = (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B*)il2cpp_codegen_object_new(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var); SettingsBindableAttribute__ctor_mC0F9613A258449016DF2A53220343DB20A388A91(L_0, (bool)1, NULL); ((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_StaticFields*)il2cpp_codegen_static_fields_for(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var))->___Yes = L_0; Il2CppCodeGenWriteBarrier((void**)(&((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_StaticFields*)il2cpp_codegen_static_fields_for(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var))->___Yes), (void*)L_0); SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* L_1 = (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B*)il2cpp_codegen_object_new(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var); SettingsBindableAttribute__ctor_mC0F9613A258449016DF2A53220343DB20A388A91(L_1, (bool)0, NULL); ((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_StaticFields*)il2cpp_codegen_static_fields_for(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var))->___No = L_1; Il2CppCodeGenWriteBarrier((void**)(&((SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_StaticFields*)il2cpp_codegen_static_fields_for(SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B_il2cpp_TypeInfo_var))->___No), (void*)L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SingleConverter_get_AllowHex_m49756E0A9F6A76035FC8ED207F161A4C28C7B0DF (SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* SingleConverter_get_TargetType_mC060F5026570A7907B8B1D9EA0402752331C6BD0 (SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SingleConverter_FromString_mAB3584379A90F18A33A61D1913F74D590A17DB30 (SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); float L_2; L_2 = Convert_ToSingle_m8416CDFFC7641BD79BE63F39D5FAEE28986FC636(L_0, L_1, NULL); float L_3 = L_2; RuntimeObject* L_4 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SingleConverter_FromString_m27810AC814274F6507B5D2B3E3D6886B153661DC (SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; float L_2; L_2 = Single_Parse_m0E74607D17E172B4F1306E62BD12CE2905FA5638(L_0, ((int32_t)167), L_1, NULL); float L_3 = L_2; RuntimeObject* L_4 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SingleConverter_ToString_m02237BA935CD713251AB84BA7B0E77283E65427E (SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(float*)((float*)(float*)UnBox(L_0, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE((&V_0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleConverter__ctor_m463B63EB8D945D2D43E5B8099D8F0EC24AEBDA7A (SingleConverter_tF3C0B984505288F214BFECEAD90CA0498B7378C1* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringConverter_CanConvertFrom_mCE12DA7BD7ABA631AA3C00EF415C6C650636D00D (StringConverter_t1AE794D42AE414C00F2443B76F3EA694C310FF1E* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_001b; } } { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } IL_001b: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringConverter_ConvertFrom_mDC2BBDD289C8D8259AF915CB23765888BBFAB9AC (StringConverter_t1AE794D42AE414C00F2443B76F3EA694C310FF1E* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___2_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_000f; } } { RuntimeObject* L_1 = ___2_value; return ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); } IL_000f: { RuntimeObject* L_2 = ___2_value; if (L_2) { goto IL_0018; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; return L_3; } IL_0018: { RuntimeObject* L_4 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5 = ___1_culture; RuntimeObject* L_6 = ___2_value; RuntimeObject* L_7; L_7 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_4, L_5, L_6, NULL); return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringConverter__ctor_m074D8686ED6ABC0E64C20D1EFD4406F215E7187A (StringConverter_t1AE794D42AE414C00F2443B76F3EA694C310FF1E* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SyntaxCheck_CheckMachineName_mCFCF9E2B32984D7C512F4FD91CDED7849B3012D7 (String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { String_t* L_1 = ___0_value; NullCheck(L_1); String_t* L_2; L_2 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_1, NULL); ___0_value = L_2; String_t* L_3 = ___0_value; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; NullCheck(L_3); bool L_5; L_5 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_3, L_4, NULL); if (!L_5) { goto IL_001c; } } { return (bool)0; } IL_001c: { String_t* L_6 = ___0_value; NullCheck(L_6); int32_t L_7; L_7 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_6, ((int32_t)92), NULL); return (bool)((((int32_t)L_7) == ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SyntaxCheck_CheckPath_m9A40B1134C5A60E0C75BE00EB26F1D645B6577C9 (String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { String_t* L_1 = ___0_value; NullCheck(L_1); String_t* L_2; L_2 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_1, NULL); ___0_value = L_2; String_t* L_3 = ___0_value; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; NullCheck(L_3); bool L_5; L_5 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_3, L_4, NULL); if (!L_5) { goto IL_001c; } } { return (bool)0; } IL_001c: { String_t* L_6 = ___0_value; NullCheck(L_6); bool L_7; L_7 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_6, _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, NULL); return L_7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SyntaxCheck_CheckRootedPath_m61F5597711939F053B4947AB434C3F69AFAACC94 (String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { String_t* L_1 = ___0_value; NullCheck(L_1); String_t* L_2; L_2 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_1, NULL); ___0_value = L_2; String_t* L_3 = ___0_value; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; NullCheck(L_3); bool L_5; L_5 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_3, L_4, NULL); if (!L_5) { goto IL_001c; } } { return (bool)0; } IL_001c: { String_t* L_6 = ___0_value; il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); bool L_7; L_7 = Path_IsPathRooted_m0AAA41017FBDDFD52AFC56508EFB5A4195E89C43(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 bool TimeSpanConverter_CanConvertFrom_mD6725B6738FA9EC354BD235B49DBEF0A522F1110 (TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_001b; } } { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } IL_001b: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanConverter_CanConvertTo_mA1CF08D25D65F197EAA28F3FD3C4218A27FECCA0 (TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_destinationType; bool L_6; L_6 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_4, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TimeSpanConverter_ConvertFrom_mF00171D4039FEA734A0FC5ACDB81BB0395A3AFF2 (TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___2_value; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (!L_1) { goto IL_003d; } } { String_t* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_2, NULL); V_0 = L_3; } try { String_t* L_4 = V_0; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_6; L_6 = TimeSpan_Parse_m04E95505BF0B208AAC0EC9C433CDFC6B6F4C3FE5(L_4, L_5, NULL); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_7 = L_6; RuntimeObject* L_8 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_7); V_1 = L_8; goto IL_0047; } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0020; } throw e; } CATCH_0020: { FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_9 = ((FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*));; V_2 = L_9; RuntimeObject* L_10 = ___2_value; String_t* L_11; L_11 = SR_Format_m27BC634145CE1B8E25594A82CDBBF04AD501CA02(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), ((String_t*)CastclassSealed((RuntimeObject*)L_10, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var)))), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral356F18017512A760F46C8C6E41C462F76716509F)), NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_12 = V_2; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_13 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(L_13, L_11, L_12, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanConverter_ConvertFrom_mF00171D4039FEA734A0FC5ACDB81BB0395A3AFF2_RuntimeMethod_var))); } IL_003d: { RuntimeObject* L_14 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_15 = ___1_culture; RuntimeObject* L_16 = ___2_value; RuntimeObject* L_17; L_17 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_14, L_15, L_16, NULL); return L_17; } IL_0047: { RuntimeObject* L_18 = V_1; return L_18; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TimeSpanConverter_ConvertTo_m30C65F425D5F7D46475EC262213EB57255929A6F (TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02A52ED7204CC9A8929B6D885EE489135C987B9); s_Il2CppMethodInitialized = true; } MethodInfo_t* V_0 = NULL; { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpanConverter_ConvertTo_m30C65F425D5F7D46475EC262213EB57255929A6F_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_0077; } } { RuntimeObject* L_7 = ___2_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_7, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))) { goto IL_0077; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_9; L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_10 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_11 = L_10; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t* L_13; L_13 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_12, NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (Type_t*)L_13); NullCheck(L_9); MethodInfo_t* L_14; L_14 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_9, _stringLiteralA02A52ED7204CC9A8929B6D885EE489135C987B9, L_11, NULL); V_0 = L_14; MethodInfo_t* L_15 = V_0; bool L_16; L_16 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_15, (MethodInfo_t*)NULL, NULL); if (!L_16) { goto IL_0077; } } { MethodInfo_t* L_17 = V_0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_18; RuntimeObject* L_20 = ___2_value; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_20); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(0), (RuntimeObject*)L_21); InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_22 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_22, L_17, (RuntimeObject*)L_19, NULL); return L_22; } IL_0077: { RuntimeObject* L_23 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_24 = ___1_culture; RuntimeObject* L_25 = ___2_value; Type_t* L_26 = ___3_destinationType; RuntimeObject* L_27; L_27 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_23, L_24, L_25, L_26, NULL); return L_27; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanConverter__ctor_m7319DCEEDA2578B340AD4FEEE010AE5CEFAC9BD5 (TimeSpanConverter_tB91A0347D2F1228A476F50705D3048A50F1A4B9F* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemFilterAttribute__ctor_m3113E1666C8CC094A9AFAF16BFA93CC6C865ED42 (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, String_t* ___0_filterString, const RuntimeMethod* method) { { String_t* L_0 = ___0_filterString; ToolboxItemFilterAttribute__ctor_m2A9FBFFCD7DCCB5C2F08078ABF77643E2B9C4668(__this, L_0, 0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolboxItemFilterAttribute__ctor_m2A9FBFFCD7DCCB5C2F08078ABF77643E2B9C4668 (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, String_t* ___0_filterString, int32_t ___1_filterType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* G_B2_1 = NULL; String_t* G_B1_0 = NULL; ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* G_B1_1 = NULL; { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_filterString; String_t* L_1 = L_0; if (L_1) { G_B2_0 = L_1; G_B2_1 = __this; goto IL_0011; } G_B1_0 = L_1; G_B1_1 = __this; } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; G_B2_0 = L_2; G_B2_1 = G_B1_1; } IL_0011: { NullCheck(G_B2_1); G_B2_1->___U3CFilterStringU3Ek__BackingField = G_B2_0; Il2CppCodeGenWriteBarrier((void**)(&G_B2_1->___U3CFilterStringU3Ek__BackingField), (void*)G_B2_0); int32_t L_3 = ___1_filterType; __this->___U3CFilterTypeU3Ek__BackingField = L_3; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToolboxItemFilterAttribute_get_FilterString_m04671485525A6FE9D3108E5832671F3D30AC8DE1 (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFilterStringU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToolboxItemFilterAttribute_get_FilterType_mE933AFDA1192CDE9F52B08C494B517CC0A6FD0A8 (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CFilterTypeU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ToolboxItemFilterAttribute_get_TypeId_m4821527A4A6AB0E517ECF7A4EAD6664D5544F04D (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; { String_t* L_0 = __this->____typeId; String_t* L_1 = L_0; if (L_1) { G_B2_0 = L_1; goto IL_0029; } G_B1_0 = L_1; } { Type_t* L_2; L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_2); String_t* L_4; L_4 = ToolboxItemFilterAttribute_get_FilterString_m04671485525A6FE9D3108E5832671F3D30AC8DE1_inline(__this, NULL); String_t* L_5; L_5 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_3, L_4, NULL); String_t* L_6 = L_5; V_0 = L_6; __this->____typeId = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->____typeId), (void*)L_6); String_t* L_7 = V_0; G_B2_0 = L_7; } IL_0029: { return G_B2_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ToolboxItemFilterAttribute_Equals_m9B194DE8EF1F3A42D9E897244E99B0D616AB6850 (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemFilterType_t3CB9C72188431159F7ACE7598DA6F63C85CDC6B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* V_0 = NULL; int32_t V_1 = 0; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B*)IsInstSealed((RuntimeObject*)L_1, ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B_il2cpp_TypeInfo_var)); ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* L_2 = V_0; if (!L_2) { goto IL_0043; } } { ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = ToolboxItemFilterAttribute_get_FilterType_mE933AFDA1192CDE9F52B08C494B517CC0A6FD0A8_inline(L_3, NULL); V_1 = L_4; int32_t L_5; L_5 = ToolboxItemFilterAttribute_get_FilterType_mE933AFDA1192CDE9F52B08C494B517CC0A6FD0A8_inline(__this, NULL); int32_t L_6 = L_5; RuntimeObject* L_7 = Box(ToolboxItemFilterType_t3CB9C72188431159F7ACE7598DA6F63C85CDC6B7_il2cpp_TypeInfo_var, &L_6); Il2CppFakeBox L_8(ToolboxItemFilterType_t3CB9C72188431159F7ACE7598DA6F63C85CDC6B7_il2cpp_TypeInfo_var, (&V_1)); bool L_9; L_9 = Enum_Equals_m96B1058BA6312E23F31A5FBF594E96EB692EAF4E((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_8), L_7, NULL); if (!L_9) { goto IL_0043; } } { ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = ToolboxItemFilterAttribute_get_FilterString_m04671485525A6FE9D3108E5832671F3D30AC8DE1_inline(L_10, NULL); String_t* L_12; L_12 = ToolboxItemFilterAttribute_get_FilterString_m04671485525A6FE9D3108E5832671F3D30AC8DE1_inline(__this, NULL); NullCheck(L_11); bool L_13; L_13 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_11, L_12, NULL); return L_13; } IL_0043: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToolboxItemFilterAttribute_GetHashCode_m2560760BDD94C72915B025682938D46A39094068 (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = ToolboxItemFilterAttribute_get_FilterString_m04671485525A6FE9D3108E5832671F3D30AC8DE1_inline(__this, NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ToolboxItemFilterAttribute_Match_mB84A9CD6807DECA0633C8C8D2BAE37BFDA9090D6 (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; V_0 = ((ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B*)IsInstSealed((RuntimeObject*)L_0, ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B_il2cpp_TypeInfo_var)); ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* L_1 = V_0; if (L_1) { goto IL_000c; } } { return (bool)0; } IL_000c: { ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = ToolboxItemFilterAttribute_get_FilterString_m04671485525A6FE9D3108E5832671F3D30AC8DE1_inline(L_2, NULL); String_t* L_4; L_4 = ToolboxItemFilterAttribute_get_FilterString_m04671485525A6FE9D3108E5832671F3D30AC8DE1_inline(__this, NULL); NullCheck(L_3); bool L_5; L_5 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_3, L_4, NULL); if (L_5) { goto IL_0021; } } { return (bool)0; } IL_0021: { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToolboxItemFilterAttribute_ToString_m5CE620072E3607BC7BEA0DB99B3538A4EF72447F (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemFilterType_t3CB9C72188431159F7ACE7598DA6F63C85CDC6B7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToolboxItemFilterType_t3CB9C72188431159F7ACE7598DA6F63C85CDC6B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = ToolboxItemFilterAttribute_get_FilterString_m04671485525A6FE9D3108E5832671F3D30AC8DE1_inline(__this, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (ToolboxItemFilterType_t3CB9C72188431159F7ACE7598DA6F63C85CDC6B7_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); int32_t L_3; L_3 = ToolboxItemFilterAttribute_get_FilterType_mE933AFDA1192CDE9F52B08C494B517CC0A6FD0A8_inline(__this, NULL); int32_t L_4 = L_3; RuntimeObject* L_5 = Box(ToolboxItemFilterType_t3CB9C72188431159F7ACE7598DA6F63C85CDC6B7_il2cpp_TypeInfo_var, &L_4); il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); String_t* L_6; L_6 = Enum_GetName_m05FE85181853F756BA6BB2C033DD3590E6114D29(L_2, L_5, NULL); String_t* L_7; L_7 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_0, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, 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 #ifdef __clang__ #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 TypeConverterAttribute__ctor_mEEE3CA7C17555BA93BB76201BA2BCF879E617DA9 (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; __this->___U3CConverterTypeNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConverterTypeNameU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_m0E1A55E1BD368F0AABCAF766BBCE1D275777A52A (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); Type_t* L_0 = ___0_type; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(25, L_0); __this->___U3CConverterTypeNameU3Ek__BackingField = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConverterTypeNameU3Ek__BackingField), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_mF1AB0946F2E1E398141ACF79468EA4DB1FE27139 (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, String_t* ___0_typeName, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_typeName; __this->___U3CConverterTypeNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CConverterTypeNameU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45 (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CConverterTypeNameU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverterAttribute_Equals_mA3BF2C8CFA0AE8B5D0F52E066B1141AA53B4E015 (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; V_0 = ((TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3*)IsInstSealed((RuntimeObject*)L_0, TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var)); TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_1 = V_0; if (!L_1) { goto IL_001c; } } { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(L_2, NULL); String_t* L_4; L_4 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(__this, NULL); bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, L_4, NULL); return L_5; } IL_001c: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeConverterAttribute_GetHashCode_m23ACA2A297447E17150BF490188919676FBD8A01 (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = TypeConverterAttribute_get_ConverterTypeName_mBBE5335F11FC13345D2828866172BB5DDF9F3E45_inline(__this, NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverterAttribute__cctor_m7A206154E18C66B9CEA6934D8AFB1AE9DA4EA666 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3* L_0 = (TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3*)il2cpp_codegen_object_new(TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var); TypeConverterAttribute__ctor_mEEE3CA7C17555BA93BB76201BA2BCF879E617DA9(L_0, NULL); ((TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_StaticFields*)il2cpp_codegen_static_fields_for(TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var))->___Default = L_0; Il2CppCodeGenWriteBarrier((void**)(&((TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_StaticFields*)il2cpp_codegen_static_fields_for(TypeConverterAttribute_t2E0AA4000E0B7A66DFC1E10B80ED2386764026C3_il2cpp_TypeInfo_var))->___Default), (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 TypeDescriptionProvider__ctor_m575B3B96D9C9A3B7C0D34A14D9E5FAA63EEE004C (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProvider__ctor_m32AD747FB39A93150C9E092A5324735A0EE3218C (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* ___0_parent, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = ___0_parent; __this->____parent = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____parent), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_CreateInstance_m8BAB68D86147339881BA5B91D84B8B97851E15FE (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_provider, Type_t* ___1_objectType, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___2_argTypes, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_args, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent; if (!L_0) { goto IL_0019; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = __this->____parent; RuntimeObject* L_2 = ___0_provider; Type_t* L_3 = ___1_objectType; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_4 = ___2_argTypes; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = ___3_args; NullCheck(L_1); RuntimeObject* L_6; L_6 = VirtualFuncInvoker4< RuntimeObject*, RuntimeObject*, Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(4, L_1, L_2, L_3, L_4, L_5); return L_6; } IL_0019: { Type_t* L_7 = ___1_objectType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_8; L_8 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, (Type_t*)NULL, NULL); if (!L_8) { goto IL_002d; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_9 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC23B1361787C3CC77EBCE638AADF7E637150728)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_CreateInstance_m8BAB68D86147339881BA5B91D84B8B97851E15FE_RuntimeMethod_var))); } IL_002d: { Type_t* L_10 = ___1_objectType; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = ___3_args; RuntimeObject* L_12; L_12 = Activator_CreateInstance_mDBC65647828F8A3D3E63807B5AEA4A4ECDE397E6(L_10, L_11, NULL); return L_12; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetCache_mCA1674BD37E630D1E11A5DA72FC5145CB9AC86D6 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* G_B2_0 = NULL; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* G_B1_0 = NULL; { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent; TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = L_0; if (L_1) { G_B2_0 = L_1; goto IL_000c; } G_B1_0 = L_1; } { return (RuntimeObject*)NULL; } IL_000c: { RuntimeObject* L_2 = ___0_instance; NullCheck(G_B2_0); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(5, G_B2_0, L_2); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetExtendedTypeDescriptor_m1F9F48DA6AEEDFB76902503053B90C935ADE3DAF (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* V_0 = NULL; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* G_B4_0 = NULL; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* G_B3_0 = NULL; { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent; if (!L_0) { goto IL_0015; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = __this->____parent; RuntimeObject* L_2 = ___0_instance; NullCheck(L_1); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6, L_1, L_2); return L_3; } IL_0015: { EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_4 = __this->____emptyDescriptor; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_5 = L_4; if (L_5) { G_B4_0 = L_5; goto IL_002d; } G_B3_0 = L_5; } { EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_6 = (EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1*)il2cpp_codegen_object_new(EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1_il2cpp_TypeInfo_var); EmptyCustomTypeDescriptor__ctor_m6AF4F3BAA9BA0E6137B0D2237E0F9A222CD47B89(L_6, NULL); EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_7 = L_6; V_0 = L_7; __this->____emptyDescriptor = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->____emptyDescriptor), (void*)L_7); EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_8 = V_0; G_B4_0 = L_8; } IL_002d: { return G_B4_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* TypeDescriptionProvider_GetExtenderProviders_mA780E3A44D11E0B9647DCC60D3FFA0A9D7DC4E9E (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisIExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_m74B8927A97695BEC4548B876AB870F865634C690_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent; if (!L_0) { goto IL_0015; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = __this->____parent; RuntimeObject* L_2 = ___0_instance; NullCheck(L_1); IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_3; L_3 = VirtualFuncInvoker1< IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2*, RuntimeObject* >::Invoke(7, L_1, L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = ___0_instance; if (L_4) { goto IL_0023; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_GetExtenderProviders_mA780E3A44D11E0B9647DCC60D3FFA0A9D7DC4E9E_RuntimeMethod_var))); } IL_0023: { IExtenderProviderU5BU5D_t4B1DF2E91EEFB7991F6AB32081DF740A4FF71EA2* L_6; L_6 = Array_Empty_TisIExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_m74B8927A97695BEC4548B876AB870F865634C690_inline(Array_Empty_TisIExtenderProvider_t8D864B352D9F9E3E2C2FF4FCE56F9CD873303FF7_m74B8927A97695BEC4548B876AB870F865634C690_RuntimeMethod_var); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptionProvider_GetFullComponentName_m319B9A32E61A07D47E564366CA31EBAA9AAA441E (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_component, 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; } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent; if (!L_0) { goto IL_0015; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = __this->____parent; RuntimeObject* L_2 = ___0_component; NullCheck(L_1); String_t* L_3; L_3 = VirtualFuncInvoker1< String_t*, RuntimeObject* >::Invoke(8, L_1, L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = ___0_component; RuntimeObject* L_5; L_5 = TypeDescriptionProvider_GetTypeDescriptor_m98120E5BD98B7418563145C0AFAC8D3F5806E124(__this, L_4, NULL); NullCheck(L_5); String_t* L_6; L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(2, ICustomTypeDescriptor_tBCDA3354DBE93ADBD2AC81379EB3957347BAD4E8_il2cpp_TypeInfo_var, L_5); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptionProvider_GetReflectionType_m595CDB1DADC484AB12377301C2D93AD8DE2A61C8 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, Type_t* ___0_objectType, const RuntimeMethod* method) { { Type_t* L_0 = ___0_objectType; Type_t* L_1; L_1 = VirtualFuncInvoker2< Type_t*, Type_t*, RuntimeObject* >::Invoke(9, __this, L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptionProvider_GetReflectionType_m9B8AB1D9057308B5AE56C69EA8D8BE0391EB8956 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_instance; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_GetReflectionType_m9B8AB1D9057308B5AE56C69EA8D8BE0391EB8956_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___0_instance; NullCheck(L_2); Type_t* L_3; L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL); RuntimeObject* L_4 = ___0_instance; Type_t* L_5; L_5 = VirtualFuncInvoker2< Type_t*, Type_t*, RuntimeObject* >::Invoke(9, __this, L_3, L_4); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptionProvider_GetReflectionType_m370874914F8C84A0B85985491FDBAAC993C3851C (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, Type_t* ___0_objectType, RuntimeObject* ___1_instance, const RuntimeMethod* method) { { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent; if (!L_0) { goto IL_0016; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = __this->____parent; Type_t* L_2 = ___0_objectType; RuntimeObject* L_3 = ___1_instance; NullCheck(L_1); Type_t* L_4; L_4 = VirtualFuncInvoker2< Type_t*, Type_t*, RuntimeObject* >::Invoke(9, L_1, L_2, L_3); return L_4; } IL_0016: { Type_t* L_5 = ___0_objectType; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeDescriptionProvider_GetRuntimeType_mFFF48B3D92390EE845A17604DD47E66A5E5A8D7D (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, Type_t* ___0_reflectionType, 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_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent; if (!L_0) { goto IL_0015; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = __this->____parent; Type_t* L_2 = ___0_reflectionType; NullCheck(L_1); Type_t* L_3; L_3 = VirtualFuncInvoker1< Type_t*, Type_t* >::Invoke(10, L_1, L_2); return L_3; } IL_0015: { Type_t* L_4 = ___0_reflectionType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_4, (Type_t*)NULL, NULL); if (!L_5) { goto IL_0029; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB95AE689196A880270CB6E190350995409443B4C)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_GetRuntimeType_mFFF48B3D92390EE845A17604DD47E66A5E5A8D7D_RuntimeMethod_var))); } IL_0029: { Type_t* L_7 = ___0_reflectionType; NullCheck(L_7); Type_t* L_8; L_8 = Type_GetType_mE298F45594F2C39E570608F265E45688745410EA(L_7, NULL); NullCheck(L_8); Assembly_t* L_9; L_9 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27, L_8); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_11; L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL); NullCheck(L_11); Assembly_t* L_12; L_12 = VirtualFuncInvoker0< Assembly_t* >::Invoke(27, L_11); bool L_13; L_13 = Assembly_op_Equality_m1E2666F9D0537F02AB32F14B4458C98C4851CEAB(L_9, L_12, NULL); if (!L_13) { goto IL_004c; } } { Type_t* L_14 = ___0_reflectionType; return L_14; } IL_004c: { Type_t* L_15 = ___0_reflectionType; NullCheck(L_15); Type_t* L_16; L_16 = VirtualFuncInvoker0< Type_t* >::Invoke(30, L_15); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_mFE828ABD6B88857D8D0F88B6E64036526EB72D5C (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, Type_t* ___0_objectType, const RuntimeMethod* method) { { Type_t* L_0 = ___0_objectType; RuntimeObject* L_1; L_1 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(11, __this, L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_m98120E5BD98B7418563145C0AFAC8D3F5806E124 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_instance; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProvider_GetTypeDescriptor_m98120E5BD98B7418563145C0AFAC8D3F5806E124_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___0_instance; NullCheck(L_2); Type_t* L_3; L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL); RuntimeObject* L_4 = ___0_instance; RuntimeObject* L_5; L_5 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(11, __this, L_3, L_4); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptionProvider_GetTypeDescriptor_m399A40592DC141E36131643D323CC9481EA5AD8E (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __this, Type_t* ___0_objectType, RuntimeObject* ___1_instance, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* V_0 = NULL; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* G_B4_0 = NULL; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* G_B3_0 = NULL; { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_0 = __this->____parent; if (!L_0) { goto IL_0016; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_1 = __this->____parent; Type_t* L_2 = ___0_objectType; RuntimeObject* L_3 = ___1_instance; NullCheck(L_1); RuntimeObject* L_4; L_4 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(11, L_1, L_2, L_3); return L_4; } IL_0016: { EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_5 = __this->____emptyDescriptor; EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_6 = L_5; if (L_6) { G_B4_0 = L_6; goto IL_002e; } G_B3_0 = L_6; } { EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_7 = (EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1*)il2cpp_codegen_object_new(EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1_il2cpp_TypeInfo_var); EmptyCustomTypeDescriptor__ctor_m6AF4F3BAA9BA0E6137B0D2237E0F9A222CD47B89(L_7, NULL); EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_8 = L_7; V_0 = L_8; __this->____emptyDescriptor = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->____emptyDescriptor), (void*)L_8); EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* L_9 = V_0; G_B4_0 = L_9; } IL_002e: { return G_B4_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeDescriptionProvider_IsSupportedType_m34B385E652F2BB6A539BA3650323E2F7D677A069 (TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* __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*)&TypeDescriptionProvider_IsSupportedType_m34B385E652F2BB6A539BA3650323E2F7D677A069_RuntimeMethod_var))); } IL_0014: { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_3 = __this->____parent; if (!L_3) { goto IL_0029; } } { TypeDescriptionProvider_t9D673AE2CA056241BE2C294055B821D83D1AE664* L_4 = __this->____parent; Type_t* L_5 = ___0_type; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(12, L_4, L_5); return L_6; } IL_0029: { 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 EmptyCustomTypeDescriptor__ctor_m6AF4F3BAA9BA0E6137B0D2237E0F9A222CD47B89 (EmptyCustomTypeDescriptor_t5EB78D21E5C283C4C7C32DB554CD1181BFC470B1* __this, const RuntimeMethod* method) { { CustomTypeDescriptor__ctor_m188C6E2B7CA6781250922E66FAAF8CD660D3B7A8(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProviderAttribute__ctor_m4826164C182E4A25C37E134BC55F5FFD933C90DD (TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E* __this, String_t* ___0_typeName, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_typeName; if (L_0) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA3B1A234DAEC9756BFB527FA949CDAD5E7BF48EA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeDescriptionProviderAttribute__ctor_m4826164C182E4A25C37E134BC55F5FFD933C90DD_RuntimeMethod_var))); } IL_0014: { String_t* L_2 = ___0_typeName; __this->___U3CTypeNameU3Ek__BackingField = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeNameU3Ek__BackingField), (void*)L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProviderAttribute__ctor_m9368516A6C837282D73449E1EC58C4095CBBB238 (TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E* __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; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, 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_001a; } } { 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*)&TypeDescriptionProviderAttribute__ctor_m9368516A6C837282D73449E1EC58C4095CBBB238_RuntimeMethod_var))); } IL_001a: { Type_t* L_3 = ___0_type; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(25, L_3); __this->___U3CTypeNameU3Ek__BackingField = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTypeNameU3Ek__BackingField), (void*)L_4); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptionProviderAttribute_get_TypeName_m7E06882E9348A8D4987BB62EA1493B2BD23147E6 (TypeDescriptionProviderAttribute_tFA63CA202799F3A5ABBD565D4EC303617D327D6E* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CTypeNameU3Ek__BackingField; 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 TypeListConverter__ctor_m07086AA27CF6B7BAF928A47D1FF04125999CD5B2 (TypeListConverter_tA29370F64DD98D45F042838A0F0490615EAAD1EC* __this, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___0_types, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ___0_types; __this->____types = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____types), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeListConverter_CanConvertFrom_m8E2187C79E1B6B9E713926A918531A5E18C2ACC0 (TypeListConverter_tA29370F64DD98D45F042838A0F0490615EAAD1EC* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeListConverter_CanConvertTo_mE7D2C320DFDA22B6040C1CEFCD7326A73379A17F (TypeListConverter_tA29370F64DD98D45F042838A0F0490615EAAD1EC* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_destinationType; bool L_6; L_6 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_4, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeListConverter_ConvertFrom_m091C39976AE2B00D7DA5F62B0A4D8731649E4839 (TypeListConverter_tA29370F64DD98D45F042838A0F0490615EAAD1EC* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_0 = NULL; int32_t V_1 = 0; Type_t* V_2 = NULL; { RuntimeObject* L_0 = ___2_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0031; } } { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1 = __this->____types; V_0 = L_1; V_1 = 0; goto IL_002b; } IL_0013: { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Type_t* L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; RuntimeObject* L_6 = ___2_value; Type_t* L_7 = V_2; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_7); NullCheck(L_6); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_6, L_8); if (!L_9) { goto IL_0027; } } { Type_t* L_10 = V_2; return L_10; } IL_0027: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_002b: { int32_t L_12 = V_1; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_13 = V_0; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))) { goto IL_0013; } } IL_0031: { RuntimeObject* L_14 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_15 = ___1_culture; RuntimeObject* L_16 = ___2_value; RuntimeObject* L_17; L_17 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_14, L_15, L_16, NULL); return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeListConverter_ConvertTo_m38EEAD0CAAC8668B087370AD93290E9EAC41F5EA (TypeListConverter_tA29370F64DD98D45F042838A0F0490615EAAD1EC* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D254E50F4DE5BE7CA9E72BD2F890B87F910B88B); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); 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*)&TypeListConverter_ConvertTo_m38EEAD0CAAC8668B087370AD93290E9EAC41F5EA_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_003d; } } { RuntimeObject* L_7 = ___2_value; if (L_7) { goto IL_0031; } } { return _stringLiteral9D254E50F4DE5BE7CA9E72BD2F890B87F910B88B; } IL_0031: { RuntimeObject* L_8 = ___2_value; NullCheck(((Type_t*)CastclassClass((RuntimeObject*)L_8, Type_t_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(26, ((Type_t*)CastclassClass((RuntimeObject*)L_8, Type_t_il2cpp_TypeInfo_var))); return L_9; } IL_003d: { RuntimeObject* L_10 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11 = ___1_culture; RuntimeObject* L_12 = ___2_value; Type_t* L_13 = ___3_destinationType; RuntimeObject* L_14; L_14 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_10, L_11, L_12, L_13, NULL); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* TypeListConverter_GetStandardValues_m8CDE5DB3311E75A8489D99699FDC776C5820EE39 (TypeListConverter_tA29370F64DD98D45F042838A0F0490615EAAD1EC* __this, RuntimeObject* ___0_context, 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*)&StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_0 = __this->____values; if (L_0) { goto IL_0042; } } { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1 = __this->____types; if (!L_1) { goto IL_0034; } } { TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_2 = __this->____types; NullCheck(L_2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); V_0 = L_3; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_4 = __this->____types; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = V_0; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_6 = __this->____types; NullCheck(L_6); Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900((RuntimeArray*)L_4, (RuntimeArray*)L_5, ((int32_t)(((RuntimeArray*)L_6)->max_length)), NULL); goto IL_0036; } IL_0034: { V_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL; } IL_0036: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = V_0; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_8 = (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*)il2cpp_codegen_object_new(StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m9049046DA81FD7B6FE279E063A43DC9B1D3B26B0(L_8, (RuntimeObject*)L_7, NULL); __this->____values = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->____values), (void*)L_8); } IL_0042: { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_9 = __this->____values; return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeListConverter_GetStandardValuesExclusive_m9D13E7A2C28CAEE4766D27B75C3BC1C49E005630 (TypeListConverter_tA29370F64DD98D45F042838A0F0490615EAAD1EC* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeListConverter_GetStandardValuesSupported_m91F9FA413D8BF01C655BFD990DCC03A4C5720251 (TypeListConverter_tA29370F64DD98D45F042838A0F0490615EAAD1EC* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* UInt16Converter_get_TargetType_m196BDCAABD5DD77F3F2C85740AEE8EFF58604195 (UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UInt16Converter_FromString_m338B258C44AA834EDDCA6DBE80EA9D2BA7FC326D (UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); uint16_t L_2; L_2 = Convert_ToUInt16_m18145D9E77EB02AEEB2FE216F8BBFB39137B321E(L_0, L_1, NULL); uint16_t L_3 = L_2; RuntimeObject* L_4 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UInt16Converter_FromString_m7612D173E0B2FEC9C37AB4975645F780B655F0F8 (UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; uint16_t L_2; L_2 = UInt16_Parse_mB0C8DBDC44E6624A4EE2F50B28DA2E3BC842F075(L_0, 7, L_1, NULL); uint16_t L_3 = L_2; RuntimeObject* L_4 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16Converter_ToString_m2375B3B8E3CBFAD4DC88F36C263E6BD7A92CA30F (UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_0, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = UInt16_ToString_mBD648884B6569D3E7D779669EEFCB1ED5EE4A521((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UInt16Converter__ctor_mAB5262501D7D95024A82F1219B1DF998CEF38BB4 (UInt16Converter_t7927850DF1D01DED025847B472AA45B3CD509544* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* UInt32Converter_get_TargetType_m3AF0C3EC58B09D60B59FD7EC65C353B6737F6428 (UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UInt32Converter_FromString_m36770B21D5262223400C0CA20ACA145BCECC84D6 (UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); uint32_t L_2; L_2 = Convert_ToUInt32_m598A3620A5DD54352E97FB44F8B4D33130ACEEBE(L_0, L_1, NULL); uint32_t L_3 = L_2; RuntimeObject* L_4 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UInt32Converter_FromString_m6C56842A0BF1F48F591D99F8F7D0E43BB17D33C5 (UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; uint32_t L_2; L_2 = UInt32_Parse_mDA54DE4F6E05DE5E452FAB70248AC62C6F97EE96(L_0, 7, L_1, NULL); uint32_t L_3 = L_2; RuntimeObject* L_4 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32Converter_ToString_mA63E2D3743B6AC3102193389A659058343F2D0B1 (UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_0, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = UInt32_ToString_m464396B0FE2115F3CEA38AEECDDB0FACC3AADADE((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UInt32Converter__ctor_mBF3D03658B509CB35F6F7EC716A0714458B695B5 (UInt32Converter_tD99B543B602BFD0C366DAC0577A3FE8141C3A16E* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* UInt64Converter_get_TargetType_m5056A71EAC6515E5E7A3EE29D8A8312A1CA70591 (UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UInt64Converter_FromString_m7DE07D884429FCB9E5B175713BC600B263C0FAFC (UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE* __this, String_t* ___0_value, int32_t ___1_radix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; int32_t L_1 = ___1_radix; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = Convert_ToUInt64_mEEA8FE8FDBF0EC357E14C4A87107A07F15113CD8(L_0, L_1, NULL); uint64_t L_3 = L_2; RuntimeObject* L_4 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UInt64Converter_FromString_m7695536CBA19FBF9D917D2414DAC4D840B9DF5BC (UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE* __this, String_t* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; uint64_t L_2; L_2 = UInt64_Parse_mCA16202D9040B305FE0C7AE61B7E869A2817A75A(L_0, 7, L_1, NULL); uint64_t L_3 = L_2; RuntimeObject* L_4 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_3); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64Converter_ToString_m4F8F4054A4F8E12CF28BE2836B39131A050F9EC7 (UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE* __this, RuntimeObject* ___0_value, NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___1_formatInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; { RuntimeObject* L_0 = ___0_value; V_0 = ((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_0, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1 = ___1_formatInfo; String_t* L_2; L_2 = UInt64_ToString_m779041C8FDD58BF8617838B00CD041788DB2F1A3((&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UInt64Converter__ctor_mA70E84CBBA8E7396E54F03552C86F16B0610A905 (UInt64Converter_t12193DFD69840A9C0C9E16FFF00E0B2CCD9EB8AE* __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m697E7E5DB315CE6CDA318F256A634BAEF3C7C76F(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_m2D25098B5F618EC2EEA581E12CC0A133B0CFCB9D (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __this, const RuntimeMethod* method) { { WarningException__ctor_m40678F8F0EDD317E3687F9DB82AC33734AA5E968(__this, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_mF0A2ED76E1C1F364A88E495EA00D4A0730BD6640 (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __this, String_t* ___0_message, const RuntimeMethod* method) { { String_t* L_0 = ___0_message; WarningException__ctor_m40678F8F0EDD317E3687F9DB82AC33734AA5E968(__this, L_0, (String_t*)NULL, (String_t*)NULL, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_mA4D77BD07B9303D54B06297DEEE5394881B457AB (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __this, String_t* ___0_message, String_t* ___1_helpUrl, const RuntimeMethod* method) { { String_t* L_0 = ___0_message; String_t* L_1 = ___1_helpUrl; WarningException__ctor_m40678F8F0EDD317E3687F9DB82AC33734AA5E968(__this, L_0, L_1, (String_t*)NULL, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_mACEB3AD9FE102A1957C57044770AC8508AE15414 (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) { { String_t* L_0 = ___0_message; Exception_t* L_1 = ___1_innerException; SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611(__this, L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_m40678F8F0EDD317E3687F9DB82AC33734AA5E968 (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __this, String_t* ___0_message, String_t* ___1_helpUrl, String_t* ___2_helpTopic, const RuntimeMethod* method) { { String_t* L_0 = ___0_message; SystemException__ctor_mC481DFD60F19362A0B3523FBD5E429EC4F1F3FB5(__this, L_0, NULL); String_t* L_1 = ___1_helpUrl; __this->___U3CHelpUrlU3Ek__BackingField = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CHelpUrlU3Ek__BackingField), (void*)L_1); String_t* L_2 = ___2_helpTopic; __this->___U3CHelpTopicU3Ek__BackingField = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CHelpTopicU3Ek__BackingField), (void*)L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException__ctor_m75B8A21A40AA8DDC23C512CBEFBD55F12D292D37 (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __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*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE47EE882C030D6F8B3095321B2682496980AD09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC76700A6BCE0A51E781CE61B2684D8DAAAA5C0D); 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 (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); NullCheck(L_2); RuntimeObject* L_5; L_5 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_2, _stringLiteralAE47EE882C030D6F8B3095321B2682496980AD09, L_4, NULL); __this->___U3CHelpUrlU3Ek__BackingField = ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CHelpUrlU3Ek__BackingField), (void*)((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_6 = ___0_info; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast (String_t_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, _stringLiteralCC76700A6BCE0A51E781CE61B2684D8DAAAA5C0D, L_8, NULL); __this->___U3CHelpTopicU3Ek__BackingField = ((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CHelpTopicU3Ek__BackingField), (void*)((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var))); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WarningException_get_HelpUrl_m4E3F4F609A8B87C036F5D5A1F2EF36D1A6D36BCD (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CHelpUrlU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WarningException_get_HelpTopic_m1CBEEBEC3C8EBAD3B3AFCE23F49F2B4650D0AF56 (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CHelpTopicU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WarningException_GetObjectData_m2868D1604A4FC1861FE88F36ED3686423C219EC2 (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __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*)&_stringLiteralAE47EE882C030D6F8B3095321B2682496980AD09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC76700A6BCE0A51E781CE61B2684D8DAAAA5C0D); s_Il2CppMethodInitialized = true; } { SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info; StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context; Exception_GetObjectData_mD69929DB0BB2512240908B9EEE21778CB7B72DA9(__this, L_0, L_1, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_info; String_t* L_3; L_3 = WarningException_get_HelpUrl_m4E3F4F609A8B87C036F5D5A1F2EF36D1A6D36BCD_inline(__this, NULL); NullCheck(L_2); SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_2, _stringLiteralAE47EE882C030D6F8B3095321B2682496980AD09, L_3, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = ___0_info; String_t* L_5; L_5 = WarningException_get_HelpTopic_m1CBEEBEC3C8EBAD3B3AFCE23F49F2B4650D0AF56_inline(__this, NULL); NullCheck(L_4); SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_4, _stringLiteralCC76700A6BCE0A51E781CE61B2684D8DAAAA5C0D, L_5, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancelEventArgs_get_Cancel_mDD0F3CF7211C57E25DFCDEBB40FE82D995460FFA (CancelEventArgs_tAD564CEFFA4EF53B4EB4A619443F8E2FE74116A6* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CCancelU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventArgs_set_Cancel_mA919728C72348CDC2EA46E635699B88C94810F41 (CancelEventArgs_tAD564CEFFA4EF53B4EB4A619443F8E2FE74116A6* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CCancelU3Ek__BackingField = L_0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventArgs__ctor_m4EDAD870F47970C9DE226A8471C72834CC8ACFB2 (CancelEventArgs_tAD564CEFFA4EF53B4EB4A619443F8E2FE74116A6* __this, 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); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventArgs__ctor_mAE77DBE59AD683100C4C255EF4540916042A1308 (CancelEventArgs_tAD564CEFFA4EF53B4EB4A619443F8E2FE74116A6* __this, bool ___0_cancel, 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); bool L_0 = ___0_cancel; CancelEventArgs_set_Cancel_mA919728C72348CDC2EA46E635699B88C94810F41_inline(__this, L_0, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataErrorsChangedEventArgs__ctor_mE804704E84B52CC4B03A1637AFB1FD63186BF706 (DataErrorsChangedEventArgs_tAB8A052A5C71D2D4C9C4F16A3BD262FD42F5A5EB* __this, String_t* ___0_propertyName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); String_t* L_0 = ___0_propertyName; __this->____propertyName = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____propertyName), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DataErrorsChangedEventArgs_get_PropertyName_mC2A78D14A5E6A8346C2A989A33975153F0EF738D (DataErrorsChangedEventArgs_tAB8A052A5C71D2D4C9C4F16A3BD262FD42F5A5EB* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____propertyName; 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 PropertyChangedEventArgs__ctor_mE3C901440BE057E5F17062BA316019C0B53A39B5 (PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* __this, String_t* ___0_propertyName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); String_t* L_0 = ___0_propertyName; __this->____propertyName = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____propertyName), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PropertyChangedEventArgs_get_PropertyName_m7B7B7502C4B001532252A37150E4C5B3FE251D15 (PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____propertyName; 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 PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_Multicast(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___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++) { PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_sender, ___1_e, reinterpret_cast(currentDelegate->___method)); } } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenInst(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); typedef void (*FunctionPointerType) (RuntimeObject*, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenStatic(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenVirtual(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); VirtualActionInvoker1< PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_e); } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenInterface(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); InterfaceActionInvoker1< PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_e); } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenGenericVirtual(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericVirtualActionInvoker1< PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* >::Invoke(method, ___0_sender, ___1_e); } void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenGenericInterface(PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericInterfaceActionInvoker1< PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* >::Invoke(method, ___0_sender, ___1_e); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventHandler__ctor_m4015A035EDCA8077D1EA9A8EAB5FE1CCD06A5B82 (PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr = (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)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_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)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenInterface; else __this->___invoke_impl = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_OpenInst; } } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl = __this->___method_ptr; __this->___method_code = (intptr_t)__this->___m_target; } } __this->___extra_arg = (intptr_t)&PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventHandler_Invoke_m040B3056C279FDDC4EC678519D5D415771905298 (PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_sender, ___1_e, reinterpret_cast(__this->___method)); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyChangedEventHandler_BeginInvoke_mA35FD21788FBCB86093361809FD13618A2A84390 (PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __this, RuntimeObject* ___0_sender, PropertyChangedEventArgs_tFA01343D8F2BD799951B40A3EBF4A6B38EE63321* ___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 PropertyChangedEventHandler_EndInvoke_m17081B082A7CA992694F4A75023DC014E9E1D1C4 (PropertyChangedEventHandler_tF1250C146BE6FB43477D29C5D18A10B6329419DA* __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 PropertyChangingEventArgs__ctor_m4AFC06E25F7FD55532ADDB41CFAB6FE1FF250FF3 (PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* __this, String_t* ___0_propertyName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs__ctor_mC6F9412D03203ADEF854117542C8EBF61624C8C3(__this, NULL); String_t* L_0 = ___0_propertyName; __this->____propertyName = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____propertyName), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PropertyChangingEventArgs_get_PropertyName_m602C680730B492907D5E23227F24F92DF7B0E1C3 (PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____propertyName; 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 PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_Multicast(PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD* __this, RuntimeObject* ___0_sender, PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* ___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++) { PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_sender, ___1_e, reinterpret_cast(currentDelegate->___method)); } } void PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_OpenInst(PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD* __this, RuntimeObject* ___0_sender, PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); typedef void (*FunctionPointerType) (RuntimeObject*, PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_OpenStatic(PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD* __this, RuntimeObject* ___0_sender, PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_OpenVirtual(PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD* __this, RuntimeObject* ___0_sender, PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); VirtualActionInvoker1< PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_e); } void PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_OpenInterface(PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD* __this, RuntimeObject* ___0_sender, PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); InterfaceActionInvoker1< PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_e); } void PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_OpenGenericVirtual(PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD* __this, RuntimeObject* ___0_sender, PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericVirtualActionInvoker1< PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* >::Invoke(method, ___0_sender, ___1_e); } void PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_OpenGenericInterface(PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD* __this, RuntimeObject* ___0_sender, PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericInterfaceActionInvoker1< PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* >::Invoke(method, ___0_sender, ___1_e); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangingEventHandler__ctor_m351C924D7BF162D903BF4E999E6862393760404E (PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD* __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)&PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_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)&PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_OpenInterface; else __this->___invoke_impl = (intptr_t)&PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_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)&PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangingEventHandler_Invoke_m0AD3FF849300633B97ADE239D8C99D9890C663EE (PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD* __this, RuntimeObject* ___0_sender, PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02*, 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* PropertyChangingEventHandler_BeginInvoke_m62E841C6371A711084F0F9454EBED82EDB375F6C (PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD* __this, RuntimeObject* ___0_sender, PropertyChangingEventArgs_tD07F209045F11017F7B549C178E4AD44690B0E02* ___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 PropertyChangingEventHandler_EndInvoke_mC9767E751C094629D23A4A2655C3AECDB1EC9D8A (PropertyChangingEventHandler_tF293724DEA588C35A7E94C4F4413AEE6438FE9CD* __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 ArraySubsetEnumerator__ctor_m5B723DBD13E9D2CF299DF5AF2EC781F4F3284FA5 (ArraySubsetEnumerator_tA6A7C4AA9E81141E6A9BB552EEA9CED4A6D708F2* __this, RuntimeArray* ___0_array, int32_t ___1_count, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); RuntimeArray* L_0 = ___0_array; __this->___array = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___array), (void*)L_0); int32_t L_1 = ___1_count; __this->___total = L_1; __this->___current = (-1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArraySubsetEnumerator_MoveNext_m7D6935FB0F09F3FD12A31109F078E36F0F3DBEF5 (ArraySubsetEnumerator_tA6A7C4AA9E81141E6A9BB552EEA9CED4A6D708F2* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___current; int32_t L_1 = __this->___total; if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, 1))))) { goto IL_0020; } } { int32_t L_2 = __this->___current; __this->___current = ((int32_t)il2cpp_codegen_add(L_2, 1)); return (bool)1; } IL_0020: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArraySubsetEnumerator_Reset_mAE834D101CA22709C7A642ADE1D3C574B5AD8971 (ArraySubsetEnumerator_tA6A7C4AA9E81141E6A9BB552EEA9CED4A6D708F2* __this, const RuntimeMethod* method) { { __this->___current = (-1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ArraySubsetEnumerator_get_Current_mD765EE84A67782F89CB3111D5E221D4D0D24E152 (ArraySubsetEnumerator_tA6A7C4AA9E81141E6A9BB552EEA9CED4A6D708F2* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___current; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000f; } } { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArraySubsetEnumerator_get_Current_mD765EE84A67782F89CB3111D5E221D4D0D24E152_RuntimeMethod_var))); } IL_000f: { RuntimeArray* L_2 = __this->___array; int32_t L_3 = __this->___current; NullCheck(L_2); RuntimeObject* L_4; L_4 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_2, L_3, NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventArgs__ctor_mEBC6C841AF9D2751A043F20C0B6D782692ACBD2D (AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* __this, 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); return; } } 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) { 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); Exception_t* L_0 = ___0_error; __this->___error = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___error), (void*)L_0); bool L_1 = ___1_cancelled; __this->___cancelled = L_1; RuntimeObject* L_2 = ___2_userState; __this->___userState = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___userState), (void*)L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncCompletedEventArgs_get_Cancelled_m4E6D97151694376A1E2BEFC7C393C9FED0DC8057 (AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* __this, const RuntimeMethod* method) { { bool L_0 = __this->___cancelled; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* AsyncCompletedEventArgs_get_Error_mAA8ADE845C2025D52372FB9512FFDF2F53099E9D (AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* __this, const RuntimeMethod* method) { { Exception_t* L_0 = __this->___error; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AsyncCompletedEventArgs_get_UserState_m8AB684ED4325EF13BA61B55FF3C0E0BD5BB84F11 (AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___userState; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventArgs_RaiseExceptionIfNecessary_m2C5BAB57402F5C9B4C041E280D1C0CEF6E349BFA (AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* __this, const RuntimeMethod* method) { { Exception_t* L_0; L_0 = AsyncCompletedEventArgs_get_Error_mAA8ADE845C2025D52372FB9512FFDF2F53099E9D_inline(__this, NULL); if (!L_0) { goto IL_001e; } } { String_t* L_1; L_1 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral20682669B023ECE328769A4DE26211F74F992A1C)), NULL); Exception_t* L_2; L_2 = AsyncCompletedEventArgs_get_Error_mAA8ADE845C2025D52372FB9512FFDF2F53099E9D_inline(__this, NULL); TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* L_3 = (TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var))); TargetInvocationException__ctor_mEE5FEDD311B4396452D5AFF140B2D79907447F94(L_3, L_1, L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncCompletedEventArgs_RaiseExceptionIfNecessary_m2C5BAB57402F5C9B4C041E280D1C0CEF6E349BFA_RuntimeMethod_var))); } IL_001e: { bool L_4; L_4 = AsyncCompletedEventArgs_get_Cancelled_m4E6D97151694376A1E2BEFC7C393C9FED0DC8057_inline(__this, NULL); if (!L_4) { goto IL_0036; } } { String_t* L_5; L_5 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8BDAEFC099BD1D0B714E8C424CC8A8C88A463B6E)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, L_5, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncCompletedEventArgs_RaiseExceptionIfNecessary_m2C5BAB57402F5C9B4C041E280D1C0CEF6E349BFA_RuntimeMethod_var))); } IL_0036: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_Multicast(AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D* __this, RuntimeObject* ___0_sender, AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* ___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++) { AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_sender, ___1_e, reinterpret_cast(currentDelegate->___method)); } } void AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_OpenInst(AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D* __this, RuntimeObject* ___0_sender, AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); typedef void (*FunctionPointerType) (RuntimeObject*, AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_OpenStatic(AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D* __this, RuntimeObject* ___0_sender, AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_OpenVirtual(AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D* __this, RuntimeObject* ___0_sender, AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); VirtualActionInvoker1< AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_e); } void AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_OpenInterface(AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D* __this, RuntimeObject* ___0_sender, AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); InterfaceActionInvoker1< AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_e); } void AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_OpenGenericVirtual(AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D* __this, RuntimeObject* ___0_sender, AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericVirtualActionInvoker1< AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* >::Invoke(method, ___0_sender, ___1_e); } void AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_OpenGenericInterface(AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D* __this, RuntimeObject* ___0_sender, AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericInterfaceActionInvoker1< AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* >::Invoke(method, ___0_sender, ___1_e); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventHandler__ctor_m38B62DB0D9EFF138FE4453B878EA9C57C492DC8B (AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D* __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)&AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_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)&AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_OpenInterface; else __this->___invoke_impl = (intptr_t)&AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_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)&AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventHandler_Invoke_m9F1AADBBCF22355193AEF95F0A4441ED13521CFD (AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D* __this, RuntimeObject* ___0_sender, AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9*, 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* AsyncCompletedEventHandler_BeginInvoke_m45B9B05B46DE730D486B46360F9D207F23AAF123 (AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D* __this, RuntimeObject* ___0_sender, AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* ___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 AsyncCompletedEventHandler_EndInvoke_m4950DD7D5FEF710B51BC930FEC61C4081EF8EB09 (AsyncCompletedEventHandler_tCF3E9DBCBA16361DB3602FB594FEADB76702605D* __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 CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_Action_m1CADD1AD590FD093BD2E200F63BDA4833AD1507D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD86881DBA7E6B755DFE2849A5B0579CC3D828CD); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___action; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(L_1, _stringLiteralDD86881DBA7E6B755DFE2849A5B0579CC3D828CD, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___action = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___action), (void*)L_1); } IL_001a: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___action; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_Appearance_m21837AEE7794D671F2592C32E7720DF04E6F3B2F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1E3C16C9C1A5D04CF77B335EB6F14AD0DCC7645); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___appearance; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(L_1, _stringLiteralC1E3C16C9C1A5D04CF77B335EB6F14AD0DCC7645, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___appearance = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___appearance), (void*)L_1); } IL_001a: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___appearance; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_Asynchronous_m1E42C3850058A5678E63BA3C3F2A3E404C40B28E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC627B84D388D2C76B8D3F47B9219AAF7240C11CE); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___asynchronous; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(L_1, _stringLiteralC627B84D388D2C76B8D3F47B9219AAF7240C11CE, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___asynchronous = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___asynchronous), (void*)L_1); } IL_001a: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___asynchronous; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_Behavior_mE2920F30F848DA796D969DDC27DA4695517EE600 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F87426D22AEE44544168F0CDC2ECCEE865ABCA6); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___behavior; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(L_1, _stringLiteral8F87426D22AEE44544168F0CDC2ECCEE865ABCA6, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___behavior = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___behavior), (void*)L_1); } IL_001a: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___behavior; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_Data_m4FFAB77AA5E71E3C615F32DC993AF830B05384A9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4D8750C59CE123025990AD22F8E27C3459AF91F); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___data; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(L_1, _stringLiteralB4D8750C59CE123025990AD22F8E27C3459AF91F, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___data = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___data), (void*)L_1); } IL_001a: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___data; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_Default_m7DC93908254DFC8D77931357EB4F7B05B2B783E7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___defAttr; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0015; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0F8E2B1F50BA8EEFD3C69C57896071F9E893B615(L_1, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___defAttr = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___defAttr), (void*)L_1); } IL_0015: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___defAttr; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_Design_m699642E565EA5160D30E2EF9B76B2CDF570D88C4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CC2FEA880A089FA5B6DB02498B4783DC9BDA299); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___design; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(L_1, _stringLiteral5CC2FEA880A089FA5B6DB02498B4783DC9BDA299, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___design = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___design), (void*)L_1); } IL_001a: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___design; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_DragDrop_m552CD4FDDEF4613D64B409AAA2E04DCE6E64A5ED (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE60C7407BB0FC2EC3924B9755760504EB386E16); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___dragDrop; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(L_1, _stringLiteralCE60C7407BB0FC2EC3924B9755760504EB386E16, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___dragDrop = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___dragDrop), (void*)L_1); } IL_001a: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___dragDrop; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_Focus_m0A92B59363D92494A3F94A1EE8CEEC1E35E52BC4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71C0C5D6DEFFF553F1A16F55E32CB5DD206B4779); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___focus; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(L_1, _stringLiteral71C0C5D6DEFFF553F1A16F55E32CB5DD206B4779, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___focus = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___focus), (void*)L_1); } IL_001a: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___focus; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_Format_m2A7D6641C5B65EC37DF1F49B14B7504C022BFC71 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B07F5EDF87ACC1F2BD4653FA600C1D9B73139B); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___format; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(L_1, _stringLiteral37B07F5EDF87ACC1F2BD4653FA600C1D9B73139B, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___format = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___format), (void*)L_1); } IL_001a: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___format; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_Key_m27219DA37F63286D08B352D6DEF110A75463EF50 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___key; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(L_1, _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___key = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___key), (void*)L_1); } IL_001a: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___key; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_Layout_m78A5EDB1A637E443B9D8FEA27D480BA5762F5677 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___layout; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(L_1, _stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___layout = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___layout), (void*)L_1); } IL_001a: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___layout; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_Mouse_mC76D7048BF8AED7D6DF09C6CD4A3A2F0D27566A4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___mouse; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(L_1, _stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___mouse = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___mouse), (void*)L_1); } IL_001a: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___mouse; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* CategoryAttribute_get_WindowStyle_m8065D1035B028DFBCF9BE1C4FF8485CD80E02D5E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CAA837D43A6D5218506C4B8A9CA2E51F7EF693D); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_0 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___windowStyle; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1 = (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)il2cpp_codegen_object_new(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(L_1, _stringLiteral7CAA837D43A6D5218506C4B8A9CA2E51F7EF693D, NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___windowStyle = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___windowStyle), (void*)L_1); } IL_001a: { CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_2 = ((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))->___windowStyle; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryAttribute__ctor_m0F8E2B1F50BA8EEFD3C69C57896071F9E893B615 (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E); s_Il2CppMethodInitialized = true; } { CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8(__this, _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryAttribute__ctor_mE335AC5BA8DDFA32333CCB2FC7317BB8FEF241F8 (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* __this, String_t* ___0_category, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_category; __this->___categoryValue = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___categoryValue), (void*)L_0); __this->___localized = (bool)0; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CategoryAttribute_get_Category_m2CBF9A5E77191E414E879293395732962EC8A1BB (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { bool L_0 = __this->___localized; if (L_0) { goto IL_0026; } } { __this->___localized = (bool)1; String_t* L_1 = __this->___categoryValue; String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(7, __this, L_1); V_0 = L_2; String_t* L_3 = V_0; if (!L_3) { goto IL_0026; } } { String_t* L_4 = V_0; __this->___categoryValue = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___categoryValue), (void*)L_4); } IL_0026: { String_t* L_5 = __this->___categoryValue; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CategoryAttribute_Equals_m5BF5E549FD06B7512CAC45D1FF44CC872B5313B9 (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; if (!((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)IsInstClass((RuntimeObject*)L_1, CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))) { goto IL_0025; } } { String_t* L_2; L_2 = CategoryAttribute_get_Category_m2CBF9A5E77191E414E879293395732962EC8A1BB(__this, NULL); RuntimeObject* L_3 = ___0_obj; NullCheck(((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)CastclassClass((RuntimeObject*)L_3, CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = CategoryAttribute_get_Category_m2CBF9A5E77191E414E879293395732962EC8A1BB(((CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB*)CastclassClass((RuntimeObject*)L_3, CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB_il2cpp_TypeInfo_var)), NULL); NullCheck(L_2); bool L_5; L_5 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_2, L_4, NULL); return L_5; } IL_0025: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CategoryAttribute_GetHashCode_mE3A504D14CB376A21493D5CB95F10E3AFE623AEC (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = CategoryAttribute_get_Category_m2CBF9A5E77191E414E879293395732962EC8A1BB(__this, NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_0); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CategoryAttribute_GetLocalizedString_m3E3EBF770556B182CF4234BE32C1A10C49AE3D9C (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* __this, String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0970CF2FD3560786B3DFD69BC3EE83E1A9521103); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral138938A63672EEB2629F899313126D92DFB6DE16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F85BE44F7DC01CA0EC942D07BDDFEA8EF186252); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral570A8C820BD3B01A870C767E1B234057A3ABC60F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CC2FEA880A089FA5B6DB02498B4783DC9BDA299); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71C0C5D6DEFFF553F1A16F55E32CB5DD206B4779); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E726DA69119456565965AD4A7E41D2FD45369DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CDA7C69956AC5A33C80AA1964D740023C8C99F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F87426D22AEE44544168F0CDC2ECCEE865ABCA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7F7BBA3AABC787815F5A83054BA163D213D1763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4D8750C59CE123025990AD22F8E27C3459AF91F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1E3C16C9C1A5D04CF77B335EB6F14AD0DCC7645); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD86881DBA7E6B755DFE2849A5B0579CC3D828CD); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { String_t* L_0 = ___0_value; uint32_t L_1; L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m171C269D828658C44041FA68B6DE8CA290ED517F(L_0, NULL); V_0 = L_1; uint32_t L_2 = V_0; if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)1762750224))))) { goto IL_0096; } } { uint32_t L_3 = V_0; if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)723360612))))) { goto IL_0058; } } { uint32_t L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)521774151))))) { goto IL_003d; } } { uint32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)175614239)))) { goto IL_0117; } } { uint32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)521774151)))) { goto IL_0141; } } { goto IL_02b2; } IL_003d: { uint32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)676498961)))) { goto IL_0234; } } { uint32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)723360612)))) { goto IL_01fe; } } { goto IL_02b2; } IL_0058: { uint32_t L_9 = V_0; if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)1041509726))))) { goto IL_007b; } } { uint32_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)822184863)))) { goto IL_012c; } } { uint32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)1041509726)))) { goto IL_0225; } } { goto IL_02b2; } IL_007b: { uint32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)1062369733)))) { goto IL_0156; } } { uint32_t L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)1762750224)))) { goto IL_016b; } } { goto IL_02b2; } IL_0096: { uint32_t L_14 = V_0; if ((!(((uint32_t)L_14) <= ((uint32_t)((int32_t)-1135103565))))) { goto IL_00dc; } } { uint32_t L_15 = V_0; if ((!(((uint32_t)L_15) <= ((uint32_t)((int32_t)-1926678623))))) { goto IL_00c1; } } { uint32_t L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)((int32_t)1779622119)))) { goto IL_0243; } } { uint32_t L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)((int32_t)-1926678623)))) { goto IL_01d4; } } { goto IL_02b2; } IL_00c1: { uint32_t L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)-1485152592)))) { goto IL_01aa; } } { uint32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)-1135103565)))) { goto IL_0195; } } { goto IL_02b2; } IL_00dc: { uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) <= ((uint32_t)((int32_t)-494980054))))) { goto IL_00ff; } } { uint32_t L_21 = V_0; if ((((int32_t)L_21) == ((int32_t)((int32_t)-853882612)))) { goto IL_01bf; } } { uint32_t L_22 = V_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)-494980054)))) { goto IL_0213; } } { goto IL_02b2; } IL_00ff: { uint32_t L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)((int32_t)-393411857)))) { goto IL_0180; } } { uint32_t L_24 = V_0; if ((((int32_t)L_24) == ((int32_t)((int32_t)-142065121)))) { goto IL_01e9; } } { goto IL_02b2; } IL_0117: { String_t* L_25 = ___0_value; bool L_26; L_26 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_25, _stringLiteralDD86881DBA7E6B755DFE2849A5B0579CC3D828CD, NULL); if (L_26) { goto IL_0252; } } { goto IL_02b2; } IL_012c: { String_t* L_27 = ___0_value; bool L_28; L_28 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_27, _stringLiteralC1E3C16C9C1A5D04CF77B335EB6F14AD0DCC7645, NULL); if (L_28) { goto IL_0258; } } { goto IL_02b2; } IL_0141: { String_t* L_29 = ___0_value; bool L_30; L_30 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_29, _stringLiteral8F87426D22AEE44544168F0CDC2ECCEE865ABCA6, NULL); if (L_30) { goto IL_025e; } } { goto IL_02b2; } IL_0156: { String_t* L_31 = ___0_value; bool L_32; L_32 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_31, _stringLiteralB4D8750C59CE123025990AD22F8E27C3459AF91F, NULL); if (L_32) { goto IL_0264; } } { goto IL_02b2; } IL_016b: { String_t* L_33 = ___0_value; bool L_34; L_34 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_33, _stringLiteral8CDA7C69956AC5A33C80AA1964D740023C8C99F9, NULL); if (L_34) { goto IL_026a; } } { goto IL_02b2; } IL_0180: { String_t* L_35 = ___0_value; bool L_36; L_36 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_35, _stringLiteral5CC2FEA880A089FA5B6DB02498B4783DC9BDA299, NULL); if (L_36) { goto IL_0270; } } { goto IL_02b2; } IL_0195: { String_t* L_37 = ___0_value; bool L_38; L_38 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_37, _stringLiteral71C0C5D6DEFFF553F1A16F55E32CB5DD206B4779, NULL); if (L_38) { goto IL_0276; } } { goto IL_02b2; } IL_01aa: { String_t* L_39 = ___0_value; bool L_40; L_40 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_39, _stringLiteral138938A63672EEB2629F899313126D92DFB6DE16, NULL); if (L_40) { goto IL_027c; } } { goto IL_02b2; } IL_01bf: { String_t* L_41 = ___0_value; bool L_42; L_42 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_41, _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07, NULL); if (L_42) { goto IL_0282; } } { goto IL_02b2; } IL_01d4: { String_t* L_43 = ___0_value; bool L_44; L_44 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_43, _stringLiteral7E726DA69119456565965AD4A7E41D2FD45369DC, NULL); if (L_44) { goto IL_0288; } } { goto IL_02b2; } IL_01e9: { String_t* L_45 = ___0_value; bool L_46; L_46 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_45, _stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8, NULL); if (L_46) { goto IL_028e; } } { goto IL_02b2; } IL_01fe: { String_t* L_47 = ___0_value; bool L_48; L_48 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_47, _stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7, NULL); if (L_48) { goto IL_0294; } } { goto IL_02b2; } IL_0213: { String_t* L_49 = ___0_value; bool L_50; L_50 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_49, _stringLiteral570A8C820BD3B01A870C767E1B234057A3ABC60F, NULL); if (L_50) { goto IL_029a; } } { goto IL_02b2; } IL_0225: { String_t* L_51 = ___0_value; bool L_52; L_52 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_51, _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9, NULL); if (L_52) { goto IL_02a0; } } { goto IL_02b2; } IL_0234: { String_t* L_53 = ___0_value; bool L_54; L_54 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_53, _stringLiteral0970CF2FD3560786B3DFD69BC3EE83E1A9521103, NULL); if (L_54) { goto IL_02a6; } } { goto IL_02b2; } IL_0243: { String_t* L_55 = ___0_value; bool L_56; L_56 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_55, _stringLiteralA7F7BBA3AABC787815F5A83054BA163D213D1763, NULL); if (L_56) { goto IL_02ac; } } { goto IL_02b2; } IL_0252: { return _stringLiteralDD86881DBA7E6B755DFE2849A5B0579CC3D828CD; } IL_0258: { return _stringLiteralC1E3C16C9C1A5D04CF77B335EB6F14AD0DCC7645; } IL_025e: { return _stringLiteral8F87426D22AEE44544168F0CDC2ECCEE865ABCA6; } IL_0264: { return _stringLiteralB4D8750C59CE123025990AD22F8E27C3459AF91F; } IL_026a: { return _stringLiteral8CDA7C69956AC5A33C80AA1964D740023C8C99F9; } IL_0270: { return _stringLiteral5CC2FEA880A089FA5B6DB02498B4783DC9BDA299; } IL_0276: { return _stringLiteral71C0C5D6DEFFF553F1A16F55E32CB5DD206B4779; } IL_027c: { return _stringLiteral138938A63672EEB2629F899313126D92DFB6DE16; } IL_0282: { return _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07; } IL_0288: { return _stringLiteral7E726DA69119456565965AD4A7E41D2FD45369DC; } IL_028e: { return _stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8; } IL_0294: { return _stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7; } IL_029a: { return _stringLiteral570A8C820BD3B01A870C767E1B234057A3ABC60F; } IL_02a0: { return _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9; } IL_02a6: { return _stringLiteral0970CF2FD3560786B3DFD69BC3EE83E1A9521103; } IL_02ac: { return _stringLiteral2F85BE44F7DC01CA0EC942D07BDDFEA8EF186252; } IL_02b2: { String_t* L_57 = ___0_value; return L_57; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CategoryAttribute_IsDefaultAttribute_mC87B5D2C64E278D1BBEAB5A9D402C3BD7C14B1C2 (CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = CategoryAttribute_get_Category_m2CBF9A5E77191E414E879293395732962EC8A1BB(__this, NULL); CategoryAttribute_tBA4309ADAF92290C5F879988D4311BF0C923B7DB* L_1; L_1 = CategoryAttribute_get_Default_m7DC93908254DFC8D77931357EB4F7B05B2B783E7(NULL); NullCheck(L_1); String_t* L_2; L_2 = CategoryAttribute_get_Category_m2CBF9A5E77191E414E879293395732962EC8A1BB(L_1, NULL); NullCheck(L_0); bool L_3; L_3 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_0, L_2, NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionConverter_ConvertTo_m79E20F624C9391C76B8081E74BF16EB4C04535E7 (CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7131F911FD45436156733287EA93A3628FF2E11C); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionConverter_ConvertTo_m79E20F624C9391C76B8081E74BF16EB4C04535E7_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_003b; } } { RuntimeObject* L_7 = ___2_value; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_7, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var))) { goto IL_003b; } } { String_t* L_8; L_8 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(_stringLiteral7131F911FD45436156733287EA93A3628FF2E11C, NULL); return L_8; } IL_003b: { RuntimeObject* L_9 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10 = ___1_culture; RuntimeObject* L_11 = ___2_value; Type_t* L_12 = ___3_destinationType; RuntimeObject* L_13; L_13 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_9, L_10, L_11, L_12, NULL); return L_13; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* CollectionConverter_GetProperties_m5E61C7ABF345599E670E2FD270A35190DA1DBF20 (CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0* __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 CollectionConverter_GetPropertiesSupported_m2068FA7A17AA42142E42EBF63151013E0934C728 (CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionConverter__ctor_m20ED0C661750EBE427D356F24AED92A407988147 (CollectionConverter_t47EAA5F1386CB891414AB5096CFA50418A5D64B0* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1* CompModSwitches_get_CommonDesignerServices_m305FDA554FE91CCF3F62A00229BDFB881FA7AAA9 (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*)&CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0646CD297CCBFE38038529366B7F53422421DA4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8768920A3D9376883BADAF7F1D5DB2C55471C612); s_Il2CppMethodInitialized = true; } { BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1* L_0 = ((CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_il2cpp_TypeInfo_var))->___commonDesignerServices; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001f; } } { BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1* L_1 = (BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1*)il2cpp_codegen_object_new(BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1_il2cpp_TypeInfo_var); BooleanSwitch__ctor_mA9232C7B57B18DBDDFD4F14DA26483509C0FFD53(L_1, _stringLiteral8768920A3D9376883BADAF7F1D5DB2C55471C612, _stringLiteral0646CD297CCBFE38038529366B7F53422421DA4C, NULL); il2cpp_codegen_memory_barrier(); ((CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_il2cpp_TypeInfo_var))->___commonDesignerServices = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_il2cpp_TypeInfo_var))->___commonDesignerServices), (void*)L_1); } IL_001f: { BooleanSwitch_tF8C9C56BCA0DF054365CDFC4664C0E8B30312BB1* L_2 = ((CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_il2cpp_TypeInfo_var))->___commonDesignerServices; il2cpp_codegen_memory_barrier(); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* CompModSwitches_get_EventLog_m8B45ADABEF06D07985B7BEF48FDF6E12D1E3B6A3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EE1D8C7EF4342732FEAC9B1815342A087EB469C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87DD49519EF57D785689671BB43333C580C75EE0); s_Il2CppMethodInitialized = true; } { TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* L_0 = ((CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_il2cpp_TypeInfo_var))->___eventLog; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001f; } } { TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* L_1 = (TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4*)il2cpp_codegen_object_new(TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4_il2cpp_TypeInfo_var); TraceSwitch__ctor_m775278D7946F29D7A7939D2048CA72DBCB0A5ABF(L_1, _stringLiteral87DD49519EF57D785689671BB43333C580C75EE0, _stringLiteral7EE1D8C7EF4342732FEAC9B1815342A087EB469C, NULL); il2cpp_codegen_memory_barrier(); ((CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_il2cpp_TypeInfo_var))->___eventLog = L_1; Il2CppCodeGenWriteBarrier((void**)(&((CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_il2cpp_TypeInfo_var))->___eventLog), (void*)L_1); } IL_001f: { TraceSwitch_t199A0DB240149B5CDCF2754FC0E11CCBF51224B4* L_2 = ((CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_t025E2833808CACEBED928694F057E73B486F714E_il2cpp_TypeInfo_var))->___eventLog; il2cpp_codegen_memory_barrier(); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Finalize_m124F6FA2207E76C9DF18740E653C49D483A6E5C6 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0009: { Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; } }); try { VirtualActionInvoker1< bool >::Invoke(14, __this, (bool)0); goto IL_0010; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0010: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_CanRaiseEvents_m23993A519269D33F515ADADAB081C6ADF1551AF4 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_CanRaiseEventsInternal_mAF68FD325FA909AEA171953DF83CB1051A9EA3CC (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(11, __this); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_add_Disposed_mFE277466AE032B80419D873E5B3862C01A74723A (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_0; L_0 = Component_get_Events_mF9B0F379B2F1AA6B5DD1F3CA449519CD74DA0992(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_StaticFields*)il2cpp_codegen_static_fields_for(Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var))->___EventDisposed; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_2 = ___0_value; NullCheck(L_0); EventHandlerList_AddHandler_mB1FF265C32A4D6DD6F2129B0418308C705C855F0(L_0, L_1, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_remove_Disposed_mFDADECC33CF13445CD6DED5C95F8EE794C0DF6F7 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_0; L_0 = Component_get_Events_mF9B0F379B2F1AA6B5DD1F3CA449519CD74DA0992(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_StaticFields*)il2cpp_codegen_static_fields_for(Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var))->___EventDisposed; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_2 = ___0_value; NullCheck(L_0); EventHandlerList_RemoveHandler_m4268AB4FEBEAB018DE6B9F03E7273B71135CF3E2(L_0, L_1, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* Component_get_Events_mF9B0F379B2F1AA6B5DD1F3CA449519CD74DA0992 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_0 = __this->___events; if (L_0) { goto IL_0014; } } { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_1 = (EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8*)il2cpp_codegen_object_new(EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8_il2cpp_TypeInfo_var); EventHandlerList__ctor_m39301E4A2762FA0B6F9C4D283DE190D40E213D23(L_1, __this, NULL); __this->___events = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___events), (void*)L_1); } IL_0014: { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_2 = __this->___events; return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_get_Site_mAB0D574C04230287AFDEB9E691F885A49E18A80C (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___site; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_set_Site_mDC8FD8EA8786544A54036827EFD4906E5CAB81CE (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___site = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___site), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Dispose_m7D0C063EA18E1FFA59CB369232131150372DC7B2 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(14, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Dispose_mD106692D0A494758CFFA2C9ACC0D7F94DD389192 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* V_0 = NULL; bool V_1 = false; EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* V_2 = NULL; { bool L_0 = ___0_disposing; if (!L_0) { goto IL_006e; } } { V_0 = __this; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0064: { { bool L_1 = V_1; if (!L_1) { goto IL_006d; } } { Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_006d: { return; } } }); try { { Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); RuntimeObject* L_4 = __this->___site; if (!L_4) { goto IL_0035_1; } } { RuntimeObject* L_5 = __this->___site; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_5); if (!L_6) { goto IL_0035_1; } } { RuntimeObject* L_7 = __this->___site; NullCheck(L_7); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_7); NullCheck(L_8); InterfaceActionInvoker1< RuntimeObject* >::Invoke(3, IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var, L_8, __this); } IL_0035_1: { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_9 = __this->___events; if (!L_9) { goto IL_0062_1; } } { EventHandlerList_t057D7531265C1DF014C8C83AF251E908D1A0B1C8* L_10 = __this->___events; il2cpp_codegen_runtime_class_init_inline(Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var); RuntimeObject* L_11 = ((Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_StaticFields*)il2cpp_codegen_static_fields_for(Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var))->___EventDisposed; NullCheck(L_10); Delegate_t* L_12; L_12 = EventHandlerList_get_Item_m9AD24EA65E3832B81146EC24604BABE4FC3CFCC7(L_10, L_11, NULL); V_2 = ((EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82*)CastclassSealed((RuntimeObject*)L_12, EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82_il2cpp_TypeInfo_var)); EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_13 = V_2; if (!L_13) { goto IL_0062_1; } } { EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* L_14 = V_2; il2cpp_codegen_runtime_class_init_inline(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var); EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* L_15 = ((EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_il2cpp_TypeInfo_var))->___Empty; NullCheck(L_14); EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_inline(L_14, __this, L_15, NULL); } IL_0062_1: { goto IL_006e; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_006e: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_get_Container_m15C412041AE45587041785B15DD532089E8F4C83 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->___site; V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0011; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_2); return L_3; } IL_0011: { return (RuntimeObject*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetService_mBAA7A515C81E800F2EEF6B796A5C4AA7C08B0A57 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, Type_t* ___0_service, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->___site; V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0012; } } { RuntimeObject* L_2 = V_0; Type_t* L_3 = ___0_service; NullCheck(L_2); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(0, IServiceProvider_t642A40617C0AF43F2D9DF6DF156D3F1809AD2BB6_il2cpp_TypeInfo_var, L_2, L_3); return L_4; } IL_0012: { return NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_DesignMode_m1F9F6A7CF2856B86B6571430C7F403A6393B90F0 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->___site; V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0011; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = InterfaceFuncInvoker0< bool >::Invoke(2, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_2); return L_3; } IL_0011: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Component_ToString_m6B31E5C41739F547FD9F10B6439E8C3F1E15EBC3 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->___site; V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_002b; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(3, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_2); Type_t* L_4; L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_4); String_t* L_6; L_6 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_3, _stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5, L_5, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, NULL); return L_6; } IL_002b: { Type_t* L_7; L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_7); return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component__ctor_mDA70A27899B8D66203C57A3E8678A11E033B4DF6 (Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083* __this, const RuntimeMethod* method) { { MarshalByRefObject__ctor_mCBAD191F9BB35587528256781970FDFEFCDBE538(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component__cctor_mFA01BE8B3C6836B029B2E607352AF2E0D3D10057 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_StaticFields*)il2cpp_codegen_static_fields_for(Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var))->___EventDisposed = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_StaticFields*)il2cpp_codegen_static_fields_for(Component_t7DA251DAA9E59801CC5FE8E27F37027143BED083_il2cpp_TypeInfo_var))->___EventDisposed), (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 ComponentConverter__ctor_m55556BF96FD3D27C7D9F5B413514A01DF0A3911C (ComponentConverter_tFE75D55373FA41F9E4EC733FEDC24C8166A3D7CE* __this, Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; il2cpp_codegen_runtime_class_init_inline(ReferenceConverter_tEE21E5B01337B87A67DD99890A0427DAB108CAD2_il2cpp_TypeInfo_var); ReferenceConverter__ctor_mECD358A5C07B37EFD8659FDEF4C067A16E51171E(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* ComponentConverter_GetProperties_m4F3603B7ECD6D068347C2FEF980F9D45B12A7C39 (ComponentConverter_tFE75D55373FA41F9E4EC733FEDC24C8166A3D7CE* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* ___2_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 = ___1_value; AttributeU5BU5D_t0F73488E6F1249C889608E8DCC0BCC28A874E8F1* L_1 = ___2_attributes; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* L_2; L_2 = TypeDescriptor_GetProperties_m2CAA3739E943D46E1808DF53B1F7373B825A7382(L_0, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ComponentConverter_GetPropertiesSupported_m1FFE2EBD79D67503C67D3D6DAD3C1D24490FA780 (ComponentConverter_tFE75D55373FA41F9E4EC733FEDC24C8166A3D7CE* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Finalize_mE84D0972EF1091C2BE73D193941AC3B4B416B24B (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, const RuntimeMethod* method) { { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0009: { Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; } }); try { VirtualActionInvoker1< bool >::Invoke(12, __this, (bool)0); goto IL_0010; } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0010: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Add_m7A99D69F6F9B59631A89862D8963A9028F14BD0A (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, RuntimeObject* ___0_component, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_component; VirtualActionInvoker2< RuntimeObject*, String_t* >::Invoke(10, __this, L_0, (String_t*)NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Add_m57D92913423E5F8EC6428F661540718B45B9B961 (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, RuntimeObject* ___0_component, String_t* ___1_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* V_4 = NULL; int32_t V_5 = 0; { RuntimeObject* L_0 = __this->___syncObj; 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; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_00d8: { return; } } }); try { { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); RuntimeObject* L_4 = ___0_component; if (L_4) { goto IL_0019_1; } } { goto IL_00d9; } IL_0019_1: { RuntimeObject* L_5 = ___0_component; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_5); V_2 = L_6; RuntimeObject* L_7 = V_2; if (!L_7) { goto IL_0031_1; } } { RuntimeObject* L_8 = V_2; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_8); if ((!(((RuntimeObject*)(RuntimeObject*)L_9) == ((RuntimeObject*)(Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE*)__this)))) { goto IL_0031_1; } } { goto IL_00d9; } IL_0031_1: { ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_10 = __this->___sites; if (L_10) { goto IL_0047_1; } } { ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_11 = (ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645*)(ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645*)SZArrayNew(ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645_il2cpp_TypeInfo_var, (uint32_t)4); __this->___sites = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___sites), (void*)L_11); goto IL_008b_1; } IL_0047_1: { RuntimeObject* L_12 = ___0_component; String_t* L_13 = ___1_name; VirtualActionInvoker2< RuntimeObject*, String_t* >::Invoke(16, __this, L_12, L_13); ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_14 = __this->___sites; NullCheck(L_14); int32_t L_15 = __this->___siteCount; if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))) == ((uint32_t)L_15)))) { goto IL_008b_1; } } { int32_t L_16 = __this->___siteCount; ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_17 = (ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645*)(ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645*)SZArrayNew(ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_16, 2))); V_4 = L_17; ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_18 = __this->___sites; ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_19 = V_4; int32_t L_20 = __this->___siteCount; Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_18, 0, (RuntimeArray*)L_19, 0, L_20, NULL); ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_21 = V_4; __this->___sites = L_21; Il2CppCodeGenWriteBarrier((void**)(&__this->___sites), (void*)L_21); } IL_008b_1: { RuntimeObject* L_22 = V_2; if (!L_22) { goto IL_009a_1; } } { RuntimeObject* L_23 = V_2; NullCheck(L_23); RuntimeObject* L_24; L_24 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_23); RuntimeObject* L_25 = ___0_component; NullCheck(L_24); InterfaceActionInvoker1< RuntimeObject* >::Invoke(3, IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_il2cpp_TypeInfo_var, L_24, L_25); } IL_009a_1: { RuntimeObject* L_26 = ___0_component; String_t* L_27 = ___1_name; RuntimeObject* L_28; L_28 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, String_t* >::Invoke(11, __this, L_26, L_27); V_3 = L_28; ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_29 = __this->___sites; int32_t L_30 = __this->___siteCount; V_5 = L_30; int32_t L_31 = V_5; __this->___siteCount = ((int32_t)il2cpp_codegen_add(L_31, 1)); int32_t L_32 = V_5; RuntimeObject* L_33 = V_3; NullCheck(L_29); ArrayElementTypeCheck (L_29, L_33); (L_29)->SetAt(static_cast(L_32), (RuntimeObject*)L_33); RuntimeObject* L_34 = ___0_component; RuntimeObject* L_35 = V_3; NullCheck(L_34); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_34, L_35); __this->___components = (ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___components), (void*)(ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007*)NULL); goto IL_00d9; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00d9: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Container_CreateSite_mECD7654DE57B2EB6C90C9606DC5AD41D5EEC31AC (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, RuntimeObject* ___0_component, String_t* ___1_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___0_component; String_t* L_1 = ___1_name; Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4* L_2 = (Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4*)il2cpp_codegen_object_new(Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4_il2cpp_TypeInfo_var); Site__ctor_m645E67461E3228BAE1508F2F6EB210142795BE04(L_2, L_0, __this, L_1, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Dispose_m2BF4169F5D5AB5838C428FF665795DF7422A73D4 (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(12, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Dispose_m7579B30207F0D7E2058516AD23A6B202C17B1A84 (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; { bool L_0 = ___0_disposing; if (!L_0) { goto IL_0067; } } { RuntimeObject* L_1 = __this->___syncObj; V_0 = L_1; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_005d: { { bool L_2 = V_1; if (!L_2) { goto IL_0066; } } { RuntimeObject* L_3 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL); } IL_0066: { return; } } }); try { { RuntimeObject* L_4 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_1), NULL); goto IL_0044_1; } IL_0016_1: { ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_5 = __this->___sites; int32_t L_6 = __this->___siteCount; V_2 = ((int32_t)il2cpp_codegen_subtract(L_6, 1)); int32_t L_7 = V_2; __this->___siteCount = L_7; int32_t L_8 = V_2; NullCheck(L_5); int32_t L_9 = L_8; RuntimeObject* L_10 = (L_5)->GetAt(static_cast(L_9)); RuntimeObject* L_11 = L_10; NullCheck(L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_11); NullCheck(L_12); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_12, (RuntimeObject*)NULL); NullCheck(L_11); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_11); NullCheck(L_13); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_13); } IL_0044_1: { int32_t L_14 = __this->___siteCount; if ((((int32_t)L_14) > ((int32_t)0))) { goto IL_0016_1; } } { __this->___sites = (ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___sites), (void*)(ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645*)NULL); __this->___components = (ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___components), (void*)(ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007*)NULL); goto IL_0067; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0067: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Container_GetService_m28534D16BB364CFD5B26D7EB806E604EB51475EC (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, Type_t* ___0_service, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_service; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (IContainer_t717EF6801E89E9463045041A0C482723AC06DA86_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 NULL; } IL_0014: { return __this; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* Container_get_Components_m8E198A829F769E72EDE8724FB2721C38876CAF98 (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentU5BU5D_t2C5D2AE3E6AC86F2F5260CB2BC5A2388057A1AB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; IComponentU5BU5D_t2C5D2AE3E6AC86F2F5260CB2BC5A2388057A1AB1* V_2 = NULL; int32_t V_3 = 0; ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* V_4 = NULL; ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* V_5 = NULL; { RuntimeObject* L_0 = __this->___syncObj; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00c4: { { bool L_1 = V_1; if (!L_1) { goto IL_00cd; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_00cd: { return; } } }); try { { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* L_4 = __this->___components; if (L_4) { goto IL_0069_1; } } { int32_t L_5 = __this->___siteCount; IComponentU5BU5D_t2C5D2AE3E6AC86F2F5260CB2BC5A2388057A1AB1* L_6 = (IComponentU5BU5D_t2C5D2AE3E6AC86F2F5260CB2BC5A2388057A1AB1*)(IComponentU5BU5D_t2C5D2AE3E6AC86F2F5260CB2BC5A2388057A1AB1*)SZArrayNew(IComponentU5BU5D_t2C5D2AE3E6AC86F2F5260CB2BC5A2388057A1AB1_il2cpp_TypeInfo_var, (uint32_t)L_5); V_2 = L_6; V_3 = 0; goto IL_003d_1; } IL_0029_1: { IComponentU5BU5D_t2C5D2AE3E6AC86F2F5260CB2BC5A2388057A1AB1* L_7 = V_2; int32_t L_8 = V_3; ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_9 = __this->___sites; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; RuntimeObject* L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_12); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_13); (L_7)->SetAt(static_cast(L_8), (RuntimeObject*)L_13); int32_t L_14 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_14, 1)); } IL_003d_1: { int32_t L_15 = V_3; int32_t L_16 = __this->___siteCount; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0029_1; } } { IComponentU5BU5D_t2C5D2AE3E6AC86F2F5260CB2BC5A2388057A1AB1* L_17 = V_2; ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* L_18 = (ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007*)il2cpp_codegen_object_new(ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007_il2cpp_TypeInfo_var); ComponentCollection__ctor_mC347AF6B1AF076AFD6EF0F2F0D0142929B1DA3B9(L_18, L_17, NULL); __this->___components = L_18; Il2CppCodeGenWriteBarrier((void**)(&__this->___components), (void*)L_18); ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F* L_19 = __this->___filter; if (L_19) { goto IL_0069_1; } } { bool L_20 = __this->___checkedFilter; if (!L_20) { goto IL_0069_1; } } { __this->___checkedFilter = (bool)0; } IL_0069_1: { bool L_21 = __this->___checkedFilter; if (L_21) { goto IL_0093_1; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_22 = { reinterpret_cast (ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F_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); RuntimeObject* L_24; L_24 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(13, __this, L_23); __this->___filter = ((ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F*)IsInstClass((RuntimeObject*)L_24, ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___filter), (void*)((ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F*)IsInstClass((RuntimeObject*)L_24, ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F_il2cpp_TypeInfo_var))); __this->___checkedFilter = (bool)1; } IL_0093_1: { ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F* L_25 = __this->___filter; if (!L_25) { goto IL_00ba_1; } } { ContainerFilterService_t954F22C57C92706D3ED115D67BA75C9CF0C3410F* L_26 = __this->___filter; ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* L_27 = __this->___components; NullCheck(L_26); ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* L_28; L_28 = VirtualFuncInvoker1< ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007*, ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* >::Invoke(4, L_26, L_27); V_4 = L_28; ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* L_29 = V_4; if (!L_29) { goto IL_00ba_1; } } { ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* L_30 = V_4; __this->___components = L_30; Il2CppCodeGenWriteBarrier((void**)(&__this->___components), (void*)L_30); } IL_00ba_1: { ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* L_31 = __this->___components; V_5 = L_31; goto IL_00ce; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00ce: { ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007* L_32 = V_5; return L_32; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Remove_m13A1BCE0F4E3BAE41917F5CF2910BBF5338A713F (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, RuntimeObject* ___0_component, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_component; Container_Remove_m1D564F9DF36202CF21F330FE3D7F51B101C84931(__this, L_0, (bool)0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Remove_m1D564F9DF36202CF21F330FE3D7F51B101C84931 (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, RuntimeObject* ___0_component, bool ___1_preserveSite, 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*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; { RuntimeObject* L_0 = __this->___syncObj; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0098: { { bool L_1 = V_1; if (!L_1) { goto IL_00a1; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_00a1: { return; } } }); try { { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); RuntimeObject* L_4 = ___0_component; if (L_4) { goto IL_0019_1; } } { goto IL_00a2; } IL_0019_1: { RuntimeObject* L_5 = ___0_component; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_5); V_2 = L_6; RuntimeObject* L_7 = V_2; if (!L_7) { goto IL_002c_1; } } { RuntimeObject* L_8 = V_2; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_8); if ((((RuntimeObject*)(RuntimeObject*)L_9) == ((RuntimeObject*)(Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE*)__this))) { goto IL_002e_1; } } IL_002c_1: { goto IL_00a2; } IL_002e_1: { bool L_10 = ___1_preserveSite; if (L_10) { goto IL_0038_1; } } { RuntimeObject* L_11 = ___0_component; NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1, IComponent_t0D1EA18B207431B187FBE8ECE5D3BC551877419E_il2cpp_TypeInfo_var, L_11, (RuntimeObject*)NULL); } IL_0038_1: { V_3 = 0; goto IL_008d_1; } IL_003c_1: { ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_12 = __this->___sites; int32_t L_13 = V_3; NullCheck(L_12); int32_t L_14 = L_13; RuntimeObject* L_15 = (L_12)->GetAt(static_cast(L_14)); RuntimeObject* L_16 = V_2; if ((!(((RuntimeObject*)(RuntimeObject*)L_15) == ((RuntimeObject*)(RuntimeObject*)L_16)))) { goto IL_0089_1; } } { int32_t L_17 = __this->___siteCount; __this->___siteCount = ((int32_t)il2cpp_codegen_subtract(L_17, 1)); ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_18 = __this->___sites; int32_t L_19 = V_3; ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_20 = __this->___sites; int32_t L_21 = V_3; int32_t L_22 = __this->___siteCount; int32_t L_23 = V_3; Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_18, ((int32_t)il2cpp_codegen_add(L_19, 1)), (RuntimeArray*)L_20, L_21, ((int32_t)il2cpp_codegen_subtract(L_22, L_23)), NULL); ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_24 = __this->___sites; int32_t L_25 = __this->___siteCount; NullCheck(L_24); ArrayElementTypeCheck (L_24, NULL); (L_24)->SetAt(static_cast(L_25), (RuntimeObject*)NULL); __this->___components = (ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___components), (void*)(ComponentCollection_tE198245F6502C2BE5CC177D4A3B5564A26433007*)NULL); goto IL_00a2; } IL_0089_1: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_26, 1)); } IL_008d_1: { int32_t L_27 = V_3; int32_t L_28 = __this->___siteCount; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_003c_1; } } { goto IL_00a2; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a2: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_RemoveWithoutUnsiting_m9390B9C654CEF933CAA012597E577C77162F7199 (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, RuntimeObject* ___0_component, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_component; Container_Remove_m1D564F9DF36202CF21F330FE3D7F51B101C84931(__this, L_0, (bool)1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_ValidateName_mC36703C64508ECC681390D25E74B4A7FB7794391 (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, RuntimeObject* ___0_component, String_t* ___1_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_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; } int32_t V_0 = 0; RuntimeObject* 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*)&Container_ValidateName_mC36703C64508ECC681390D25E74B4A7FB7794391_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___1_name; if (!L_2) { goto IL_00a2; } } { V_0 = 0; goto IL_0089; } IL_0018: { ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_3 = __this->___sites; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject* L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = L_6; RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0085; } } { RuntimeObject* L_8 = V_1; NullCheck(L_8); String_t* L_9; L_9 = InterfaceFuncInvoker0< String_t* >::Invoke(3, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_8); if (!L_9) { goto IL_0085; } } { RuntimeObject* L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = InterfaceFuncInvoker0< String_t* >::Invoke(3, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_10); String_t* L_12 = ___1_name; bool L_13; L_13 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_11, L_12, 5, NULL); if (!L_13) { goto IL_0085; } } { RuntimeObject* L_14 = V_1; NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_14); RuntimeObject* L_16 = ___0_component; if ((((RuntimeObject*)(RuntimeObject*)L_15) == ((RuntimeObject*)(RuntimeObject*)L_16))) { goto IL_0085; } } { RuntimeObject* L_17 = V_1; NullCheck(L_17); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_il2cpp_TypeInfo_var, L_17); il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); AttributeCollection_tD55D3E17234E299E07B6071F31FEEB993C9AD8CA* L_19; L_19 = TypeDescriptor_GetAttributes_m1DAD37A0AC65444B9778B29B1946A615580A4B69(L_18, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_20 = { reinterpret_cast (InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083_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); Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_22; L_22 = VirtualFuncInvoker1< Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*, Type_t* >::Invoke(11, L_19, L_21); NullCheck(((InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083*)CastclassSealed((RuntimeObject*)L_22, InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083_il2cpp_TypeInfo_var))); int32_t L_23; L_23 = InheritanceAttribute_get_InheritanceLevel_m2FE68D98B89F93571872CAB4B7199992BDC2E28A_inline(((InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083*)CastclassSealed((RuntimeObject*)L_22, InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083_il2cpp_TypeInfo_var)), NULL); if ((((int32_t)L_23) == ((int32_t)2))) { goto IL_0085; } } { 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)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = L_24; String_t* L_26 = ___1_name; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(0), (RuntimeObject*)L_26); String_t* L_27; L_27 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7DAD03E2407C168787EE99B9A8DA48A7A2B7E59)), L_25, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_28 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_28, L_27, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Container_ValidateName_mC36703C64508ECC681390D25E74B4A7FB7794391_RuntimeMethod_var))); } IL_0085: { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_29, 1)); } IL_0089: { int32_t L_30 = V_0; int32_t L_31 = __this->___siteCount; ISiteU5BU5D_tDC0DE8E0C17AD26B9C3860A4F245D0F62FD00645* L_32 = __this->___sites; NullCheck(L_32); il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_33; L_33 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_31, ((int32_t)(((RuntimeArray*)L_32)->max_length)), NULL); if ((((int32_t)L_30) < ((int32_t)L_33))) { goto IL_0018; } } IL_00a2: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_mFE594A7A2AD8B053FDE312C75EBDBBE3008719FA (Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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->___syncObj = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___syncObj), (void*)L_0); 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 Site__ctor_m645E67461E3228BAE1508F2F6EB210142795BE04 (Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4* __this, RuntimeObject* ___0_component, Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* ___1_container, String_t* ___2_name, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); RuntimeObject* L_0 = ___0_component; __this->___component = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___component), (void*)L_0); Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* L_1 = ___1_container; __this->___container = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___container), (void*)L_1); String_t* L_2 = ___2_name; __this->___name = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___name), (void*)L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Component_m09D9F0EDF84B9E5CB9AEF911985185AC5AE8B6CB (Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___component; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Container_m99538C6BB61A59E54AD3AE776F97EBB3C561B40A (Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4* __this, const RuntimeMethod* method) { { Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* L_0 = __this->___container; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Site_GetService_m9D9455D613EDA65DE7048D4FDDCBA4BC36279655 (Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4* __this, Type_t* ___0_service, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_service; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (ISite_t4BB2A7E2B477FC6B1AF9D0554FF8B07204356E93_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_001f; } } { Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* L_4 = __this->___container; Type_t* L_5 = ___0_service; NullCheck(L_4); RuntimeObject* L_6; L_6 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(13, L_4, L_5); return L_6; } IL_001f: { return __this; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Site_get_DesignMode_m922DC43DCCCE09B392252067200A69E8D50C46DA (Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4* __this, const RuntimeMethod* method) { { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Site_get_Name_m13AA683C8659575581596FD6C5FB246661024048 (Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___name; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Site_set_Name_mFF503E0DD42DB013F9D2F47C74442421F0FD504B (Site_tAD39F5A2CEB5307005EC0B343499C11A2FC32BD4* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; if (!L_0) { goto IL_0019; } } { String_t* L_1 = __this->___name; if (!L_1) { goto IL_0019; } } { String_t* L_2 = ___0_value; String_t* L_3 = __this->___name; NullCheck(L_2); bool L_4; L_4 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_2, L_3, NULL); if (L_4) { goto IL_0032; } } IL_0019: { Container_t5A5F6526A7B87FCE9FFF9070E2B221ED9D5C5AEE* L_5 = __this->___container; RuntimeObject* L_6 = __this->___component; String_t* L_7 = ___0_value; NullCheck(L_5); VirtualActionInvoker2< RuntimeObject*, String_t* >::Invoke(16, L_5, L_6, L_7); String_t* L_8 = ___0_value; __this->___name = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___name), (void*)L_8); } IL_0032: { 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 bool DateTimeOffsetConverter_CanConvertFrom_m752B632B1BE46DE15FFB81F3BA80074BC9C19926 (DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_sourceType; bool L_6; L_6 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_4, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeOffsetConverter_CanConvertTo_m75D8F554948138E9D1EE74B2DEB2BB495569D2E7 (DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___0_context; Type_t* L_5 = ___1_destinationType; bool L_6; L_6 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_4, L_5, NULL); return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DateTimeOffsetConverter_ConvertFrom_m09E9F2F495D4659A661E1178D7AD966E08DFD496 (DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* V_1 = NULL; RuntimeObject* V_2 = NULL; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___2_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0090; } } { RuntimeObject* L_1 = ___2_value; NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), NULL); V_0 = L_2; String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL); if (L_4) { goto IL_002a; } } { il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_5 = ((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))->___MinValue; DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_6 = L_5; RuntimeObject* L_7 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_6); return L_7; } IL_002a: { } try { { V_1 = (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)NULL; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8 = ___1_culture; if (!L_8) { goto IL_0046_1; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9 = ___1_culture; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_11; L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL); NullCheck(L_9); RuntimeObject* L_12; L_12 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(19, L_9, L_11); V_1 = ((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)CastclassSealed((RuntimeObject*)L_12, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var)); } IL_0046_1: { DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_13 = V_1; if (!L_13) { goto IL_0058_1; } } { String_t* L_14 = V_0; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_15 = V_1; il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_16; L_16 = DateTimeOffset_Parse_m8424EADCF014945BF1C47215B851C735B26BC341(L_14, L_15, NULL); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_17 = L_16; RuntimeObject* L_18 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_17); V_2 = L_18; goto IL_009a; } IL_0058_1: { String_t* L_19 = V_0; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_21; L_21 = DateTimeOffset_Parse_m8424EADCF014945BF1C47215B851C735B26BC341(L_19, L_20, NULL); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_22 = L_21; RuntimeObject* L_23 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_22); V_2 = L_23; goto IL_009a; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0067; } throw e; } CATCH_0067: { FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_24 = ((FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*));; V_3 = L_24; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = (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_26 = L_25; RuntimeObject* L_27 = ___2_value; NullCheck(L_26); ArrayElementTypeCheck (L_26, ((String_t*)CastclassSealed((RuntimeObject*)L_27, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); (L_26)->SetAt(static_cast(0), (RuntimeObject*)((String_t*)CastclassSealed((RuntimeObject*)L_27, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = L_26; NullCheck(L_28); ArrayElementTypeCheck (L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral11FD2EF9BA651049A2864C7E2D89C93F249C0898))); (L_28)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral11FD2EF9BA651049A2864C7E2D89C93F249C0898))); String_t* L_29; L_29 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), L_28, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_30 = V_3; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_31 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(L_31, L_29, L_30, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DateTimeOffsetConverter_ConvertFrom_m09E9F2F495D4659A661E1178D7AD966E08DFD496_RuntimeMethod_var))); } IL_0090: { RuntimeObject* L_32 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_33 = ___1_culture; RuntimeObject* L_34 = ___2_value; RuntimeObject* L_35; L_35 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_32, L_33, L_34, NULL); return L_35; } IL_009a: { RuntimeObject* L_36 = V_2; return L_36; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DateTimeOffsetConverter_ConvertTo_mF7EC512FDD50688023991888858A9ED3426DC0D7 (DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral245C581F22FACB13167A7469B960289230699AE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral684A14C4CF87A4E1369E91731863BD2B50CBEC35); s_Il2CppMethodInitialized = true; } DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 V_0; memset((&V_0), 0, sizeof(V_0)); DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* V_1 = NULL; String_t* V_2 = NULL; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_3; memset((&V_3), 0, sizeof(V_3)); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 V_4; memset((&V_4), 0, sizeof(V_4)); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_5 = NULL; ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* V_6 = NULL; { Type_t* L_0 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (!L_3) { goto IL_00ed; } } { RuntimeObject* L_4 = ___2_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_4, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))) { goto IL_00ed; } } { RuntimeObject* L_5 = ___2_value; V_0 = ((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_5, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var)))); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_6 = V_0; il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_7 = ((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))->___MinValue; bool L_8; L_8 = DateTimeOffset_op_Equality_m1823BFC1B9CBFFB9867D1B2C00CA2DAF0B8D03BA(L_6, L_7, NULL); if (!L_8) { goto IL_003b; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty; return L_9; } IL_003b: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10 = ___1_culture; if (L_10) { goto IL_0045; } } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11; L_11 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); ___1_culture = L_11; } IL_0045: { V_1 = (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)NULL; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12 = ___1_culture; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_14; L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL); NullCheck(L_12); RuntimeObject* L_15; L_15 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(19, L_12, L_14); V_1 = ((DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A*)CastclassSealed((RuntimeObject*)L_15, DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var)); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_17; L_17 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); if ((!(((RuntimeObject*)(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)L_16) == ((RuntimeObject*)(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0*)L_17)))) { goto IL_0096; } } { il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_18; L_18 = DateTimeOffset_get_TimeOfDay_m69147AD62D671A2C719A2A3C17B3AEC6592AFCAC((&V_0), NULL); V_3 = L_18; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); double L_19; L_19 = TimeSpan_get_TotalSeconds_mED686E7CECE6A76A7DC38518698B9199DB8CDEA8((&V_3), NULL); if ((!(((double)L_19) == ((double)(0.0))))) { goto IL_008d; } } { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_20 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); String_t* L_21; L_21 = DateTimeOffset_ToString_m4B5BB65E069D2146E808A1CE5F424ACA2F4D2281((&V_0), _stringLiteral684A14C4CF87A4E1369E91731863BD2B50CBEC35, L_20, NULL); return L_21; } IL_008d: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_22 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); String_t* L_23; L_23 = DateTimeOffset_ToString_mB9E1813AAC8B185A5B374B150F5080AF1CB119C6((&V_0), L_22, NULL); return L_23; } IL_0096: { il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_24; L_24 = DateTimeOffset_get_TimeOfDay_m69147AD62D671A2C719A2A3C17B3AEC6592AFCAC((&V_0), NULL); V_3 = L_24; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); double L_25; L_25 = TimeSpan_get_TotalSeconds_mED686E7CECE6A76A7DC38518698B9199DB8CDEA8((&V_3), NULL); if ((!(((double)L_25) == ((double)(0.0))))) { goto IL_00c3; } } { DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_26 = V_1; NullCheck(L_26); String_t* L_27; L_27 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_26, NULL); String_t* L_28; L_28 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_27, _stringLiteral245C581F22FACB13167A7469B960289230699AE1, NULL); V_2 = L_28; goto IL_00df; } IL_00c3: { DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_29 = V_1; NullCheck(L_29); String_t* L_30; L_30 = DateTimeFormatInfo_get_ShortDatePattern_m8B5B3BC573F1836C9257B9CCB9C3C4B890E66A0D(L_29, NULL); DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_31 = V_1; NullCheck(L_31); String_t* L_32; L_32 = DateTimeFormatInfo_get_ShortTimePattern_m1ECB24D998656104918CCFD092207FA9FA4300A6(L_31, NULL); String_t* L_33; L_33 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_30, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_32, _stringLiteral245C581F22FACB13167A7469B960289230699AE1, NULL); V_2 = L_33; } IL_00df: { String_t* L_34 = V_2; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_35; L_35 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL); il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); String_t* L_36; L_36 = DateTimeOffset_ToString_m4B5BB65E069D2146E808A1CE5F424ACA2F4D2281((&V_0), L_34, L_35, NULL); return L_36; } IL_00ed: { Type_t* L_37 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_38 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_39; L_39 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_38, NULL); bool L_40; L_40 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_37, L_39, NULL); if (!L_40) { goto IL_027c; } } { RuntimeObject* L_41 = ___2_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_41, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))) { goto IL_027c; } } { RuntimeObject* L_42 = ___2_value; V_4 = ((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_42, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var)))); il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); int64_t L_43; L_43 = DateTimeOffset_get_Ticks_m7CE3081B8071C2D3F0AC768766AD3933E50637A8((&V_4), NULL); if (L_43) { goto IL_016a; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_44 = { reinterpret_cast (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_45; L_45 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_44, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_46 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_47 = L_46; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_48 = { reinterpret_cast (Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var) }; Type_t* L_49; L_49 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_48, NULL); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_49); (L_47)->SetAt(static_cast(0), (Type_t*)L_49); NullCheck(L_45); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_50; L_50 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_45, L_47, NULL); V_6 = L_50; ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_51 = V_6; il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); bool L_52; L_52 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_51, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL); if (!L_52) { goto IL_016a; } } { ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_53 = V_6; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_54 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_55 = L_54; il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); int64_t L_56; L_56 = DateTimeOffset_get_Ticks_m7CE3081B8071C2D3F0AC768766AD3933E50637A8((&V_4), NULL); int64_t L_57 = L_56; RuntimeObject* L_58 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_57); NullCheck(L_55); ArrayElementTypeCheck (L_55, L_58); (L_55)->SetAt(static_cast(0), (RuntimeObject*)L_58); InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_59 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_59, L_53, (RuntimeObject*)L_55, NULL); return L_59; } IL_016a: { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_60 = { reinterpret_cast (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_61; L_61 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_60, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_62 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)8); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_63 = L_62; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_64 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_65; L_65 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_64, NULL); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_65); (L_63)->SetAt(static_cast(0), (Type_t*)L_65); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_66 = L_63; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_67 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_68; L_68 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_67, NULL); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_68); (L_66)->SetAt(static_cast(1), (Type_t*)L_68); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_69 = L_66; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_70 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_71; L_71 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_70, NULL); NullCheck(L_69); ArrayElementTypeCheck (L_69, L_71); (L_69)->SetAt(static_cast(2), (Type_t*)L_71); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_72 = L_69; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_73 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_74; L_74 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_73, NULL); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_74); (L_72)->SetAt(static_cast(3), (Type_t*)L_74); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_75 = L_72; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_76 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_77; L_77 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_76, NULL); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_77); (L_75)->SetAt(static_cast(4), (Type_t*)L_77); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_78 = L_75; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_79 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_80; L_80 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_79, NULL); NullCheck(L_78); ArrayElementTypeCheck (L_78, L_80); (L_78)->SetAt(static_cast(5), (Type_t*)L_80); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_81 = L_78; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_82 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_83; L_83 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_82, NULL); NullCheck(L_81); ArrayElementTypeCheck (L_81, L_83); (L_81)->SetAt(static_cast(6), (Type_t*)L_83); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_84 = L_81; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_85 = { reinterpret_cast (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var) }; Type_t* L_86; L_86 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_85, NULL); NullCheck(L_84); ArrayElementTypeCheck (L_84, L_86); (L_84)->SetAt(static_cast(7), (Type_t*)L_86); NullCheck(L_61); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_87; L_87 = Type_GetConstructor_m7F0E5E1A61477DE81B35AE780C21FA6830124554(L_61, L_84, NULL); V_5 = L_87; ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_88 = V_5; il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); bool L_89; L_89 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_88, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL); if (!L_89) { goto IL_027c; } } { ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_90 = V_5; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_91 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)8); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_92 = L_91; il2cpp_codegen_runtime_class_init_inline(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var); int32_t L_93; L_93 = DateTimeOffset_get_Year_m54401DEF20BE909A0755A3114FB7EE9C8D036F4B((&V_4), NULL); int32_t L_94 = L_93; RuntimeObject* L_95 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_94); NullCheck(L_92); ArrayElementTypeCheck (L_92, L_95); (L_92)->SetAt(static_cast(0), (RuntimeObject*)L_95); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_96 = L_92; int32_t L_97; L_97 = DateTimeOffset_get_Month_m5A687714A6D2A568D9451C86A8A31063069A058A((&V_4), NULL); int32_t L_98 = L_97; RuntimeObject* L_99 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_98); NullCheck(L_96); ArrayElementTypeCheck (L_96, L_99); (L_96)->SetAt(static_cast(1), (RuntimeObject*)L_99); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_100 = L_96; int32_t L_101; L_101 = DateTimeOffset_get_Day_mF72B2C44207A9374AAB4A39FBFA6DCA90E3458A6((&V_4), NULL); int32_t L_102 = L_101; RuntimeObject* L_103 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_102); NullCheck(L_100); ArrayElementTypeCheck (L_100, L_103); (L_100)->SetAt(static_cast(2), (RuntimeObject*)L_103); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_104 = L_100; int32_t L_105; L_105 = DateTimeOffset_get_Hour_mAA51486FDE29FD49729296A98088DF2F0F371504((&V_4), NULL); int32_t L_106 = L_105; RuntimeObject* L_107 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_106); NullCheck(L_104); ArrayElementTypeCheck (L_104, L_107); (L_104)->SetAt(static_cast(3), (RuntimeObject*)L_107); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_108 = L_104; int32_t L_109; L_109 = DateTimeOffset_get_Minute_mD701BE3B0BB92F5A108703DF2013D7F1E4BEE566((&V_4), NULL); int32_t L_110 = L_109; RuntimeObject* L_111 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_110); NullCheck(L_108); ArrayElementTypeCheck (L_108, L_111); (L_108)->SetAt(static_cast(4), (RuntimeObject*)L_111); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_112 = L_108; int32_t L_113; L_113 = DateTimeOffset_get_Second_m466C219209B1092B7A6AE1F56D01FD37BBC917C4((&V_4), NULL); int32_t L_114 = L_113; RuntimeObject* L_115 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_114); NullCheck(L_112); ArrayElementTypeCheck (L_112, L_115); (L_112)->SetAt(static_cast(5), (RuntimeObject*)L_115); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_116 = L_112; int32_t L_117; L_117 = DateTimeOffset_get_Millisecond_m0AD718E4BA49BBF8A2FE960AB07F8448A692015F((&V_4), NULL); int32_t L_118 = L_117; RuntimeObject* L_119 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_118); NullCheck(L_116); ArrayElementTypeCheck (L_116, L_119); (L_116)->SetAt(static_cast(6), (RuntimeObject*)L_119); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_120 = L_116; TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_121; L_121 = DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4((&V_4), NULL); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_122 = L_121; RuntimeObject* L_123 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_122); NullCheck(L_120); ArrayElementTypeCheck (L_120, L_123); (L_120)->SetAt(static_cast(7), (RuntimeObject*)L_123); InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_124 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_124, L_90, (RuntimeObject*)L_120, NULL); return L_124; } IL_027c: { RuntimeObject* L_125 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_126 = ___1_culture; RuntimeObject* L_127 = ___2_value; Type_t* L_128 = ___3_destinationType; RuntimeObject* L_129; L_129 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_125, L_126, L_127, L_128, NULL); return L_129; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffsetConverter__ctor_mA4F6898E4799D1353761D2E86E71A3916D92387C (DateTimeOffsetConverter_t12049A65753BF1885691F1B67954B11EB11AE460* __this, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerAttribute__ctor_m5DC0000BC5E5265E3FF5C4DA7FE34224CE0EA411 (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, String_t* ___0_designerTypeName, 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*)&IDesigner_tE54ED7190E706A382D979BA422D195AA4B859AF5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_designerTypeName; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); NullCheck(L_0); String_t* L_2; L_2 = String_ToUpper_mFC5C17C8BFF52540CC7A73E36DFC9617281325D1(L_0, L_1, NULL); String_t* L_3 = ___0_designerTypeName; __this->___designerTypeName = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___designerTypeName), (void*)L_3); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (IDesigner_tE54ED7190E706A382D979BA422D195AA4B859AF5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_5); __this->___designerBaseTypeName = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___designerBaseTypeName), (void*)L_6); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerAttribute__ctor_m7623EE457E90FEAB1A81A316D3EFECE2F9BC063C (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, Type_t* ___0_designerType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDesigner_tE54ED7190E706A382D979BA422D195AA4B859AF5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); Type_t* L_0 = ___0_designerType; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(25, L_0); __this->___designerTypeName = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___designerTypeName), (void*)L_1); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (IDesigner_tE54ED7190E706A382D979BA422D195AA4B859AF5_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_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_3); __this->___designerBaseTypeName = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___designerBaseTypeName), (void*)L_4); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerAttribute__ctor_mA1E0BDCE764B7EEE70DE3B7473708CDFFD5769EE (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, String_t* ___0_designerTypeName, String_t* ___1_designerBaseTypeName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_designerTypeName; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); NullCheck(L_0); String_t* L_2; L_2 = String_ToUpper_mFC5C17C8BFF52540CC7A73E36DFC9617281325D1(L_0, L_1, NULL); String_t* L_3 = ___0_designerTypeName; __this->___designerTypeName = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___designerTypeName), (void*)L_3); String_t* L_4 = ___1_designerBaseTypeName; __this->___designerBaseTypeName = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___designerBaseTypeName), (void*)L_4); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerAttribute__ctor_m227FE6994A9820565F4531766C12B4BEB9DBC099 (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, String_t* ___0_designerTypeName, Type_t* ___1_designerBaseType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); String_t* L_0 = ___0_designerTypeName; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); NullCheck(L_0); String_t* L_2; L_2 = String_ToUpper_mFC5C17C8BFF52540CC7A73E36DFC9617281325D1(L_0, L_1, NULL); String_t* L_3 = ___0_designerTypeName; __this->___designerTypeName = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___designerTypeName), (void*)L_3); Type_t* L_4 = ___1_designerBaseType; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(25, L_4); __this->___designerBaseTypeName = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___designerBaseTypeName), (void*)L_5); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignerAttribute__ctor_m861116B2DD91AC4D5C9CEA8296B63AB131FABA44 (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, Type_t* ___0_designerType, Type_t* ___1_designerBaseType, const RuntimeMethod* method) { { Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); Type_t* L_0 = ___0_designerType; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(25, L_0); __this->___designerTypeName = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___designerTypeName), (void*)L_1); Type_t* L_2 = ___1_designerBaseType; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(25, L_2); __this->___designerBaseTypeName = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___designerBaseTypeName), (void*)L_3); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerBaseTypeName_m563234B0182AF168B6948E960DC6BDF306EB6833 (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___designerBaseTypeName; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerTypeName_m256B923244339F7AEAA0ED171B5590D9326E1DC8 (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___designerTypeName; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DesignerAttribute_get_TypeId_mC417B3D2B73F8BE6B8807DE81349ADD788217FB6 (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = __this->___typeId; if (L_0) { goto IL_003c; } } { String_t* L_1 = __this->___designerBaseTypeName; V_0 = L_1; String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_2, ((int32_t)44), NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0025; } } { String_t* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); String_t* L_7; L_7 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_5, 0, L_6, NULL); V_0 = L_7; } IL_0025: { Type_t* L_8; L_8 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(26, L_8); String_t* L_10 = V_0; String_t* L_11; L_11 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_9, L_10, NULL); __this->___typeId = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___typeId), (void*)L_11); } IL_003c: { String_t* L_12 = __this->___typeId; return L_12; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignerAttribute_Equals_mA1B09C88CC2DB3D87E0F089566B230D15778FFF1 (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* V_0 = NULL; { RuntimeObject* L_0 = ___0_obj; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355*)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_obj; V_0 = ((DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355*)IsInstSealed((RuntimeObject*)L_1, DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355_il2cpp_TypeInfo_var)); DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* L_2 = V_0; if (!L_2) { goto IL_0035; } } { DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->___designerBaseTypeName; String_t* L_5 = __this->___designerBaseTypeName; bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, L_5, NULL); if (!L_6) { goto IL_0035; } } { DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* L_7 = V_0; NullCheck(L_7); String_t* L_8 = L_7->___designerTypeName; String_t* L_9 = __this->___designerTypeName; bool L_10; L_10 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_8, L_9, NULL); return L_10; } IL_0035: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesignerAttribute_GetHashCode_mAAB438F07A090A8D8A6EB9E16E58A530BBAED5C5 (DesignerAttribute_t52B0DE7CF80C5AFFCFCA49F6ABB6609BB9E99355* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___designerTypeName; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_0); String_t* L_2 = __this->___designerBaseTypeName; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_2); return ((int32_t)(L_1^L_3)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoWorkEventArgs__ctor_mF42E549CF85E4AFE1CA6D9006AA95D0EAEB5807B (DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* __this, RuntimeObject* ___0_argument, const RuntimeMethod* method) { { CancelEventArgs__ctor_m4EDAD870F47970C9DE226A8471C72834CC8ACFB2(__this, NULL); RuntimeObject* L_0 = ___0_argument; __this->___argument = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___argument), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DoWorkEventArgs_get_Argument_mA89A4ED49A15F2101CCD8839A1B9B27D90F74077 (DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___argument; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DoWorkEventArgs_get_Result_mECF99FEF2384ADC4B441A59E774AD22F21E16679 (DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___result; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoWorkEventArgs_set_Result_m9DBA6D89630DAF26D3806459114174BA4BFB835C (DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___result = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___result), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_Multicast(DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4* __this, RuntimeObject* ___0_sender, DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* ___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++) { DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_sender, ___1_e, reinterpret_cast(currentDelegate->___method)); } } void DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_OpenInst(DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4* __this, RuntimeObject* ___0_sender, DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); typedef void (*FunctionPointerType) (RuntimeObject*, DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_OpenStatic(DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4* __this, RuntimeObject* ___0_sender, DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr)(___0_sender, ___1_e, method); } void DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_OpenVirtual(DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4* __this, RuntimeObject* ___0_sender, DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); VirtualActionInvoker1< DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_sender, ___1_e); } void DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_OpenInterface(DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4* __this, RuntimeObject* ___0_sender, DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); InterfaceActionInvoker1< DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_sender, ___1_e); } void DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_OpenGenericVirtual(DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4* __this, RuntimeObject* ___0_sender, DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericVirtualActionInvoker1< DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* >::Invoke(method, ___0_sender, ___1_e); } void DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_OpenGenericInterface(DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4* __this, RuntimeObject* ___0_sender, DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* ___1_e, const RuntimeMethod* method) { NullCheck(___0_sender); GenericInterfaceActionInvoker1< DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* >::Invoke(method, ___0_sender, ___1_e); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoWorkEventHandler__ctor_mC836CE2ADFAE7D0FD4795BCA4A31EDC143586FED (DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4* __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)&DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_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)&DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_OpenGenericInterface; else __this->___invoke_impl = (intptr_t)&DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl = (intptr_t)&DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_OpenInterface; else __this->___invoke_impl = (intptr_t)&DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_OpenVirtual; } else { __this->___invoke_impl = (intptr_t)&DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_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)&DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328_Multicast; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoWorkEventHandler_Invoke_mE812894EF12C41AF78456A7D140849C0A9682328 (DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4* __this, RuntimeObject* ___0_sender, DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84*, 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* DoWorkEventHandler_BeginInvoke_m013201AE2C3DB204C1FCE48A98F3F0A87AFEC484 (DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4* __this, RuntimeObject* ___0_sender, DoWorkEventArgs_tC4CC198FD7427B4E4D77F56BBB36D33891595E84* ___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 DoWorkEventHandler_EndInvoke_mB1C82B5628BA08B1E37BEB64C4E368542BE7DFAE (DoWorkEventHandler_tF23D541792E78468559BF6E61636A961480B0AB4* __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 EnumConverter__ctor_m3E3C7D81C8092A5591BAA556288B2A3E22DCA99B (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, Type_t* ___0_type, const RuntimeMethod* method) { { TypeConverter__ctor_mA5B1882A94D0491297B903563E8B03D75B2F67A2(__this, NULL); Type_t* L_0 = ___0_type; __this->___type = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___type), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* EnumConverter_get_EnumType_m745036FD3479ACF13C1B84EBCB88748F6772C833 (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___type; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* EnumConverter_get_Values_m38259AFAE956592D51B4DB49A5309C4638382B7D (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, const RuntimeMethod* method) { { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_0 = __this->___values; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumConverter_set_Values_m34DFCC85B325D13A758C323768D2A0FC23630F76 (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* ___0_value, const RuntimeMethod* method) { { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_0 = ___0_value; __this->___values = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___values), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumConverter_CanConvertFrom_m08BA3C1DC3D84B157F087AE1E407A974E3A85D11 (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, Type_t* ___1_sourceType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_0024; } } { Type_t* L_4 = ___1_sourceType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast (EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_6; L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL); bool L_7; L_7 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_4, L_6, NULL); if (!L_7) { goto IL_0026; } } IL_0024: { return (bool)1; } IL_0026: { RuntimeObject* L_8 = ___0_context; Type_t* L_9 = ___1_sourceType; bool L_10; L_10 = TypeConverter_CanConvertFrom_m5E04D8BFD5D73042127767BD65B6434DAAEC2E53(__this, L_8, L_9, NULL); return L_10; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumConverter_CanConvertTo_mF6140EA2D6D701B21DC1EEFAAA2C62DF8CAB690A (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, Type_t* ___1_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_2, NULL); if (L_3) { goto IL_0024; } } { Type_t* L_4 = ___1_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast (EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_6; L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL); bool L_7; L_7 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_4, L_6, NULL); if (!L_7) { goto IL_0026; } } IL_0024: { return (bool)1; } IL_0026: { RuntimeObject* L_8 = ___0_context; Type_t* L_9 = ___1_destinationType; bool L_10; L_10 = TypeConverter_CanConvertTo_m959B290C863DDFBDD575AF3236B0A17E02E44013(__this, L_8, L_9, NULL); return L_10; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnumConverter_get_Comparer_mBB79A346E8150D9554B6FBCD0EF1B981A7696DEC (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_il2cpp_TypeInfo_var); InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29* L_0 = ((InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_StaticFields*)il2cpp_codegen_static_fields_for(InvariantComparer_t5A401D36AA00460401811D681C947A8DEFCA7C29_il2cpp_TypeInfo_var))->___Default; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnumConverter_ConvertFrom_mD1D0496C621971B0610C92ABC562B26BEA40EC61 (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int64_t V_1 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t* V_6 = NULL; int64_t V_7 = 0; EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* V_8 = NULL; Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* V_9 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___2_value; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_00b6; } } try { { RuntimeObject* L_1 = ___2_value; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_2, ((int32_t)44), NULL); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0074_1; } } { V_1 = ((int64_t)0); String_t* L_4 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_4); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7; L_7 = String_Split_m101D35FEC86371D2BB4E3480F6F896880093B2E9(L_4, L_6, NULL); V_2 = L_7; V_3 = 0; goto IL_005b_1; } IL_0036_1: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = V_2; int32_t L_9 = V_3; NullCheck(L_8); int32_t L_10 = L_9; String_t* L_11 = (L_8)->GetAt(static_cast(L_10)); V_4 = L_11; int64_t L_12 = V_1; Type_t* L_13 = __this->___type; String_t* L_14 = V_4; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_15; L_15 = Enum_Parse_m0316ABE916ED60AA2257A464A33A33D544EDEE12(L_13, L_14, (bool)1, NULL); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_16 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int64_t L_17; L_17 = Convert_ToInt64_m6CA00ABB70FAD8242C62ED9913F7D7C3B811FC31(((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_15, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var)), L_16, NULL); V_1 = ((int64_t)(L_12|L_17)); int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_18, 1)); } IL_005b_1: { int32_t L_19 = V_3; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))) { goto IL_0036_1; } } { Type_t* L_21 = __this->___type; int64_t L_22 = V_1; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_23; L_23 = Enum_ToObject_m83185EF7C28B56935B2C8073AC8FF02BF5A03355(L_21, L_22, NULL); V_5 = L_23; goto IL_0104; } IL_0074_1: { Type_t* L_24 = __this->___type; String_t* L_25 = V_0; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_26; L_26 = Enum_Parse_m0316ABE916ED60AA2257A464A33A33D544EDEE12(L_24, L_25, (bool)1, NULL); V_5 = L_26; goto IL_0104; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0085; } throw e; } CATCH_0085: { Exception_t* L_27 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));; V_6 = L_27; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = (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_29 = L_28; RuntimeObject* L_30 = ___2_value; NullCheck(L_29); ArrayElementTypeCheck (L_29, ((String_t*)CastclassSealed((RuntimeObject*)L_30, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); (L_29)->SetAt(static_cast(0), (RuntimeObject*)((String_t*)CastclassSealed((RuntimeObject*)L_30, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = L_29; Type_t* L_32 = __this->___type; NullCheck(L_32); String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_32); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_33); (L_31)->SetAt(static_cast(1), (RuntimeObject*)L_33); String_t* L_34; L_34 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), L_31, NULL); Exception_t* L_35 = V_6; FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_36 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(L_36, L_34, L_35, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumConverter_ConvertFrom_mD1D0496C621971B0610C92ABC562B26BEA40EC61_RuntimeMethod_var))); } IL_00b6: { RuntimeObject* L_37 = ___2_value; if (!((EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912*)IsInst((RuntimeObject*)L_37, EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_il2cpp_TypeInfo_var))) { goto IL_00fa; } } { V_7 = ((int64_t)0); RuntimeObject* L_38 = ___2_value; V_8 = ((EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912*)Castclass((RuntimeObject*)L_38, EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_il2cpp_TypeInfo_var)); V_3 = 0; goto IL_00e5; } IL_00ce: { EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* L_39 = V_8; int32_t L_40 = V_3; NullCheck(L_39); int32_t L_41 = L_40; Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* L_42 = (L_39)->GetAt(static_cast(L_41)); V_9 = L_42; int64_t L_43 = V_7; Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* L_44 = V_9; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_45 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int64_t L_46; L_46 = Convert_ToInt64_m6CA00ABB70FAD8242C62ED9913F7D7C3B811FC31(L_44, L_45, NULL); V_7 = ((int64_t)(L_43|L_46)); int32_t L_47 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_47, 1)); } IL_00e5: { int32_t L_48 = V_3; EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* L_49 = V_8; NullCheck(L_49); if ((((int32_t)L_48) < ((int32_t)((int32_t)(((RuntimeArray*)L_49)->max_length))))) { goto IL_00ce; } } { Type_t* L_50 = __this->___type; int64_t L_51 = V_7; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_52; L_52 = Enum_ToObject_m83185EF7C28B56935B2C8073AC8FF02BF5A03355(L_50, L_51, NULL); return L_52; } IL_00fa: { RuntimeObject* L_53 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_54 = ___1_culture; RuntimeObject* L_55 = ___2_value; RuntimeObject* L_56; L_56 = TypeConverter_ConvertFrom_mDE2D27BF8934184429496B39ED63BD3702868774(__this, L_53, L_54, L_55, NULL); return L_56; } IL_0104: { RuntimeObject* L_57 = V_5; return L_57; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EnumConverter_ConvertTo_m95581FDC64EFF404D3646BA0BB09A316C58126D1 (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___1_culture, RuntimeObject* ___2_value, Type_t* ___3_destinationType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m4F793B000A11FB437B10559BE7E07F0C8F4DBC85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE469B94E6CE60E9DB94985628B0242B069F9083B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EB2A97C2ED3A1E1D613F74C8B7F7B07A1BFC6EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } Type_t* V_0 = NULL; String_t* V_1 = NULL; Type_t* V_2 = NULL; RuntimeObject* V_3 = NULL; MethodInfo_t* V_4 = NULL; FieldInfo_t* V_5 = NULL; List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* V_6 = NULL; RuntimeArray* V_7 = NULL; Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* V_8 = NULL; int64_t V_9 = 0; bool V_10 = false; int32_t V_11 = 0; Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* V_12 = NULL; int32_t V_13 = 0; int64_t V_14 = 0; { Type_t* L_0 = ___3_destinationType; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumConverter_ConvertTo_m95581FDC64EFF404D3646BA0BB09A316C58126D1_RuntimeMethod_var))); } IL_0015: { Type_t* L_3 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_5; L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_5, NULL); if (!L_6) { goto IL_00c7; } } { RuntimeObject* L_7 = ___2_value; if (!L_7) { goto IL_00c7; } } { Type_t* L_8 = __this->___type; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); Type_t* L_9; L_9 = Enum_GetUnderlyingType_mEDDDC2C9F74ECC841E65E401C3703D59C37CBB05(L_8, NULL); V_0 = L_9; RuntimeObject* L_10 = ___2_value; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_10, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var))) { goto IL_0062; } } { RuntimeObject* L_11 = ___2_value; NullCheck(L_11); Type_t* L_12; L_12 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_11, NULL); Type_t* L_13 = V_0; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_14; L_14 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_12, L_13, NULL); if (!L_14) { goto IL_0062; } } { RuntimeObject* L_15 = ___2_value; Type_t* L_16 = V_0; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_17 = ___1_culture; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_15, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var))); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_15, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var)), L_16, L_17); ___2_value = L_18; } IL_0062: { Type_t* L_19 = __this->___type; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_20 = { reinterpret_cast (FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_21; L_21 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_20, NULL); NullCheck(L_19); bool L_22; L_22 = VirtualFuncInvoker2< bool, Type_t*, bool >::Invoke(12, L_19, L_21, (bool)0); if (L_22) { goto IL_00b5; } } { Type_t* L_23 = __this->___type; RuntimeObject* L_24 = ___2_value; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); bool L_25; L_25 = Enum_IsDefined_m1C9A0C4F54B0538351585FF563A01091A6FE2F28(L_23, L_24, NULL); if (L_25) { goto IL_00b5; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_27 = L_26; RuntimeObject* L_28 = ___2_value; NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_28); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_29); (L_27)->SetAt(static_cast(0), (RuntimeObject*)L_29); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_30 = L_27; Type_t* L_31 = __this->___type; NullCheck(L_31); String_t* L_32; L_32 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_31); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(1), (RuntimeObject*)L_32); String_t* L_33; L_33 = SR_GetString_m56640423E54C5F10BFDEF27B7E692A33745EB696(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49366C5F142E2254CE6A216AA46DB08AB180DD26)), L_30, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_34 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_34, L_33, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumConverter_ConvertTo_m95581FDC64EFF404D3646BA0BB09A316C58126D1_RuntimeMethod_var))); } IL_00b5: { Type_t* L_35 = __this->___type; RuntimeObject* L_36 = ___2_value; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); String_t* L_37; L_37 = Enum_Format_mD3003265952FEAACFE90887811F9C8855B799ACD(L_35, L_36, _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, NULL); return L_37; } IL_00c7: { Type_t* L_38 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_39 = { reinterpret_cast (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_40; L_40 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_39, NULL); bool L_41; L_41 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_38, L_40, NULL); if (!L_41) { goto IL_01aa; } } { RuntimeObject* L_42 = ___2_value; if (!L_42) { goto IL_01aa; } } { RuntimeObject* L_43 = ___0_context; RuntimeObject* L_44 = ___2_value; String_t* L_45; L_45 = TypeConverter_ConvertToInvariantString_mF902AFB0FE32B8E7014DE226455D3FC79030FF92(__this, L_43, L_44, NULL); V_1 = L_45; Type_t* L_46 = __this->___type; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_47 = { reinterpret_cast (FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_48; L_48 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_47, NULL); NullCheck(L_46); bool L_49; L_49 = VirtualFuncInvoker2< bool, Type_t*, bool >::Invoke(12, L_46, L_48, (bool)0); if (!L_49) { goto IL_0189; } } { String_t* L_50 = V_1; NullCheck(L_50); int32_t L_51; L_51 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_50, ((int32_t)44), NULL); if ((((int32_t)L_51) == ((int32_t)(-1)))) { goto IL_0189; } } { Type_t* L_52 = __this->___type; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); Type_t* L_53; L_53 = Enum_GetUnderlyingType_mEDDDC2C9F74ECC841E65E401C3703D59C37CBB05(L_52, NULL); V_2 = L_53; RuntimeObject* L_54 = ___2_value; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_54, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var))) { goto IL_01aa; } } { RuntimeObject* L_55 = ___2_value; Type_t* L_56 = V_2; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_57 = ___1_culture; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_55, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var))); RuntimeObject* L_58; L_58 = InterfaceFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(16, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_55, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var)), L_56, L_57); V_3 = L_58; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_59 = { reinterpret_cast (Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_60; L_60 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_59, NULL); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_61 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_62 = L_61; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_63 = { reinterpret_cast (Type_t_0_0_0_var) }; Type_t* L_64; L_64 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_63, NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_64); (L_62)->SetAt(static_cast(0), (Type_t*)L_64); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_65 = L_62; Type_t* L_66 = V_2; NullCheck(L_65); ArrayElementTypeCheck (L_65, L_66); (L_65)->SetAt(static_cast(1), (Type_t*)L_66); NullCheck(L_60); MethodInfo_t* L_67; L_67 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_60, _stringLiteral2EB2A97C2ED3A1E1D613F74C8B7F7B07A1BFC6EE, L_65, NULL); V_4 = L_67; MethodInfo_t* L_68 = V_4; bool L_69; L_69 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_68, (MethodInfo_t*)NULL, NULL); if (!L_69) { goto IL_01aa; } } { MethodInfo_t* L_70 = V_4; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_71 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_72 = L_71; Type_t* L_73 = __this->___type; NullCheck(L_72); ArrayElementTypeCheck (L_72, L_73); (L_72)->SetAt(static_cast(0), (RuntimeObject*)L_73); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_74 = L_72; RuntimeObject* L_75 = V_3; NullCheck(L_74); ArrayElementTypeCheck (L_74, L_75); (L_74)->SetAt(static_cast(1), (RuntimeObject*)L_75); InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_76 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_76, L_70, (RuntimeObject*)L_74, NULL); return L_76; } IL_0189: { Type_t* L_77 = __this->___type; String_t* L_78 = V_1; NullCheck(L_77); FieldInfo_t* L_79; L_79 = Type_GetField_m0BF55B1A27A1B6AB6D3477E7F9E1CF2A3451E1E0(L_77, L_78, NULL); V_5 = L_79; FieldInfo_t* L_80 = V_5; bool L_81; L_81 = FieldInfo_op_Inequality_m95789A98E646494987E66A9E4188DCA86185066B(L_80, (FieldInfo_t*)NULL, NULL); if (!L_81) { goto IL_01aa; } } { FieldInfo_t* L_82 = V_5; InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5* L_83 = (InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5*)il2cpp_codegen_object_new(InstanceDescriptor_t19684A5B2EDEBF906D50F65DC39F9B4D5E0843A5_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m4A88597D681C8A8A9551AB318F8CBB47D49BEC57(L_83, L_82, (RuntimeObject*)NULL, NULL); return L_83; } IL_01aa: { Type_t* L_84 = ___3_destinationType; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_85 = { reinterpret_cast (EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_86; L_86 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_85, NULL); bool L_87; L_87 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_84, L_86, NULL); if (!L_87) { goto IL_02eb; } } { RuntimeObject* L_88 = ___2_value; if (!L_88) { goto IL_02eb; } } { Type_t* L_89 = __this->___type; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_90 = { reinterpret_cast (FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_91; L_91 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_90, NULL); NullCheck(L_89); bool L_92; L_92 = VirtualFuncInvoker2< bool, Type_t*, bool >::Invoke(12, L_89, L_91, (bool)0); if (!L_92) { goto IL_02d0; } } { List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* L_93 = (List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2*)il2cpp_codegen_object_new(List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2_il2cpp_TypeInfo_var); List_1__ctor_mE469B94E6CE60E9DB94985628B0242B069F9083B(L_93, List_1__ctor_mE469B94E6CE60E9DB94985628B0242B069F9083B_RuntimeMethod_var); V_6 = L_93; Type_t* L_94 = __this->___type; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeArray* L_95; L_95 = Enum_GetValues_m803B9D68C367FAABC5AFB6B5B52775C8A573CEF9(L_94, NULL); V_7 = L_95; RuntimeArray* L_96 = V_7; NullCheck(L_96); int32_t L_97; L_97 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_96, NULL); Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_98 = (Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D*)(Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D*)SZArrayNew(Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D_il2cpp_TypeInfo_var, (uint32_t)L_97); V_8 = L_98; V_11 = 0; goto IL_0227; } IL_0208: { Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_99 = V_8; int32_t L_100 = V_11; RuntimeArray* L_101 = V_7; int32_t L_102 = V_11; NullCheck(L_101); RuntimeObject* L_103; L_103 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_101, L_102, NULL); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_104 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int64_t L_105; L_105 = Convert_ToInt64_m6CA00ABB70FAD8242C62ED9913F7D7C3B811FC31(((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_103, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var)), L_104, NULL); NullCheck(L_99); (L_99)->SetAt(static_cast(L_100), (int64_t)L_105); int32_t L_106 = V_11; V_11 = ((int32_t)il2cpp_codegen_add(L_106, 1)); } IL_0227: { int32_t L_107 = V_11; RuntimeArray* L_108 = V_7; NullCheck(L_108); int32_t L_109; L_109 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_108, NULL); if ((((int32_t)L_107) < ((int32_t)L_109))) { goto IL_0208; } } { RuntimeObject* L_110 = ___2_value; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_111 = ___1_culture; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int64_t L_112; L_112 = Convert_ToInt64_m6CA00ABB70FAD8242C62ED9913F7D7C3B811FC31(((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_110, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var)), L_111, NULL); V_9 = L_112; V_10 = (bool)1; goto IL_02a3; } IL_0245: { V_10 = (bool)0; Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_113 = V_8; V_12 = L_113; V_13 = 0; goto IL_0297; } IL_0251: { Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_114 = V_12; int32_t L_115 = V_13; NullCheck(L_114); int32_t L_116 = L_115; int64_t L_117 = (L_114)->GetAt(static_cast(L_116)); V_14 = L_117; int64_t L_118 = V_14; if (!L_118) { goto IL_0265; } } { int64_t L_119 = V_14; int64_t L_120 = V_9; int64_t L_121 = V_14; if ((((int64_t)((int64_t)(L_119&L_120))) == ((int64_t)L_121))) { goto IL_026b; } } IL_0265: { int64_t L_122 = V_14; int64_t L_123 = V_9; if ((!(((uint64_t)L_122) == ((uint64_t)L_123)))) { goto IL_0291; } } IL_026b: { List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* L_124 = V_6; Type_t* L_125 = __this->___type; int64_t L_126 = V_14; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_127; L_127 = Enum_ToObject_m83185EF7C28B56935B2C8073AC8FF02BF5A03355(L_125, L_126, NULL); NullCheck(L_124); List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_inline(L_124, ((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_127, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var)), List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_RuntimeMethod_var); V_10 = (bool)1; int64_t L_128 = V_9; int64_t L_129 = V_14; V_9 = ((int64_t)(L_128&((~L_129)))); goto IL_029f; } IL_0291: { int32_t L_130 = V_13; V_13 = ((int32_t)il2cpp_codegen_add(L_130, 1)); } IL_0297: { int32_t L_131 = V_13; Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_132 = V_12; NullCheck(L_132); if ((((int32_t)L_131) < ((int32_t)((int32_t)(((RuntimeArray*)L_132)->max_length))))) { goto IL_0251; } } IL_029f: { int64_t L_133 = V_9; if (!L_133) { goto IL_02a7; } } IL_02a3: { bool L_134 = V_10; if (L_134) { goto IL_0245; } } IL_02a7: { bool L_135 = V_10; if (L_135) { goto IL_02c8; } } { int64_t L_136 = V_9; if (!L_136) { goto IL_02c8; } } { List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* L_137 = V_6; Type_t* L_138 = __this->___type; int64_t L_139 = V_9; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_140; L_140 = Enum_ToObject_m83185EF7C28B56935B2C8073AC8FF02BF5A03355(L_138, L_139, NULL); NullCheck(L_137); List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_inline(L_137, ((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_140, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var)), List_1_Add_m7808C8AFCCA9AC396FF407E9D29E2E6AE7C44BFB_RuntimeMethod_var); } IL_02c8: { List_1_t5DCDE352E01DA0E9F50AC451BA76A13478CA27D2* L_141 = V_6; NullCheck(L_141); EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* L_142; L_142 = List_1_ToArray_m4F793B000A11FB437B10559BE7E07F0C8F4DBC85(L_141, List_1_ToArray_m4F793B000A11FB437B10559BE7E07F0C8F4DBC85_RuntimeMethod_var); return (RuntimeObject*)L_142; } IL_02d0: { EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* L_143 = (EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912*)(EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912*)SZArrayNew(EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912_il2cpp_TypeInfo_var, (uint32_t)1); EnumU5BU5D_t6106A94708E3435454078BF14FA50152B7301912* L_144 = L_143; Type_t* L_145 = __this->___type; RuntimeObject* L_146 = ___2_value; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_147; L_147 = Enum_ToObject_mD898E0819FA640BC4E98924613B5DBD41146D1FF(L_145, L_146, NULL); NullCheck(L_144); ArrayElementTypeCheck (L_144, ((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_147, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var))); (L_144)->SetAt(static_cast(0), (Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)CastclassClass((RuntimeObject*)L_147, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var))); return (RuntimeObject*)L_144; } IL_02eb: { RuntimeObject* L_148 = ___0_context; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_149 = ___1_culture; RuntimeObject* L_150 = ___2_value; Type_t* L_151 = ___3_destinationType; RuntimeObject* L_152; L_152 = TypeConverter_ConvertTo_m5D4785A320B7ED351B677E28B77171F70E389B96(__this, L_148, L_149, L_150, L_151, NULL); return L_152; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* EnumConverter_GetStandardValues_mAF14DECB7670119DFE61D9955A5667BC43A1F023 (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t* V_0 = NULL; FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* V_1 = NULL; ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_2 = NULL; RuntimeArray* V_3 = NULL; RuntimeObject* V_4 = NULL; FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* V_5 = NULL; int32_t V_6 = 0; FieldInfo_t* V_7 = NULL; BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* V_8 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_9 = NULL; int32_t V_10 = 0; RuntimeObject* V_11 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B27_0 = NULL; { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_0 = __this->___values; if (L_0) { goto IL_0112; } } { Type_t* L_1 = __this->___type; il2cpp_codegen_runtime_class_init_inline(TypeDescriptor_tC36C76617F823DE4F887E1D17846077CE7B0C3D0_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = TypeDescriptor_GetReflectionType_m3FC1564747E22975A1C08197692A1D9CA378BD3A(L_1, NULL); V_0 = L_2; Type_t* L_3 = V_0; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, (Type_t*)NULL, NULL); if (!L_4) { goto IL_0027; } } { Type_t* L_5 = __this->___type; V_0 = L_5; } IL_0027: { Type_t* L_6 = V_0; NullCheck(L_6); FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_7; L_7 = VirtualFuncInvoker1< FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8*, int32_t >::Invoke(89, L_6, ((int32_t)24)); V_1 = L_7; V_2 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)NULL; FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_8 = V_1; if (!L_8) { goto IL_0042; } } { FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_9 = V_1; NullCheck(L_9); if (!(((RuntimeArray*)L_9)->max_length)) { goto IL_0042; } } { FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_10 = V_1; NullCheck(L_10); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_11 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var); ArrayList__ctor_m4637812384C075439BB17EEC1C2DF802BD41EBD0(L_11, ((int32_t)(((RuntimeArray*)L_10)->max_length)), NULL); V_2 = L_11; } IL_0042: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_12 = V_2; if (!L_12) { goto IL_00f9; } } { FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_13 = V_1; V_5 = L_13; V_6 = 0; goto IL_00da; } IL_0053: { FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_14 = V_5; int32_t L_15 = V_6; NullCheck(L_14); int32_t L_16 = L_15; FieldInfo_t* L_17 = (L_14)->GetAt(static_cast(L_16)); V_7 = L_17; V_8 = (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76*)NULL; FieldInfo_t* L_18 = V_7; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_19 = { reinterpret_cast (BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_20; L_20 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_19, NULL); NullCheck(L_18); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21; L_21 = VirtualFuncInvoker2< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, Type_t*, bool >::Invoke(14, L_18, L_20, (bool)0); V_9 = L_21; V_10 = 0; goto IL_008d; } IL_0076: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = V_9; int32_t L_23 = V_10; NullCheck(L_22); int32_t L_24 = L_23; RuntimeObject* L_25 = (L_22)->GetAt(static_cast(L_24)); V_8 = ((BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76*)IsInstSealed((RuntimeObject*)((Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA*)CastclassClass((RuntimeObject*)L_25, Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA_il2cpp_TypeInfo_var)), BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76_il2cpp_TypeInfo_var)); int32_t L_26 = V_10; V_10 = ((int32_t)il2cpp_codegen_add(L_26, 1)); } IL_008d: { int32_t L_27 = V_10; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = V_9; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))))) { goto IL_0076; } } { BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* L_29 = V_8; if (!L_29) { goto IL_00a2; } } { BrowsableAttribute_t23D64CB326CFFC294A95C80A8A3BE13C878F8F76* L_30 = V_8; NullCheck(L_30); bool L_31; L_31 = BrowsableAttribute_get_Browsable_m23594845C49373D8D6AB753D89DB39D8285250F0_inline(L_30, NULL); if (!L_31) { goto IL_00d4; } } IL_00a2: { V_11 = NULL; } try { { FieldInfo_t* L_32 = V_7; NullCheck(L_32); String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_32); if (!L_33) { goto IL_00c2_1; } } { Type_t* L_34 = __this->___type; FieldInfo_t* L_35 = V_7; NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_35); il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); RuntimeObject* L_37; L_37 = Enum_Parse_m2846B01D5DEA00E4674AED09DE0B2E59ECEED61F(L_34, L_36, NULL); V_11 = L_37; } IL_00c2_1: { goto IL_00c7; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c4; } throw e; } CATCH_00c4: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_38 = ((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_00c7; } IL_00c7: { RuntimeObject* L_39 = V_11; if (!L_39) { goto IL_00d4; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_40 = V_2; RuntimeObject* L_41 = V_11; NullCheck(L_40); int32_t L_42; L_42 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29, L_40, L_41); } IL_00d4: { int32_t L_43 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_43, 1)); } IL_00da: { int32_t L_44 = V_6; FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_45 = V_5; NullCheck(L_45); if ((((int32_t)L_44) < ((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length))))) { goto IL_0053; } } { RuntimeObject* L_46; L_46 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16, __this); V_4 = L_46; RuntimeObject* L_47 = V_4; if (!L_47) { goto IL_00f9; } } { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_48 = V_2; RuntimeObject* L_49 = V_4; NullCheck(L_48); VirtualActionInvoker1< RuntimeObject* >::Invoke(46, L_48, L_49); } IL_00f9: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_50 = V_2; if (L_50) { goto IL_00ff; } } { G_B27_0 = ((ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(NULL)); goto IL_0105; } IL_00ff: { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_51 = V_2; NullCheck(L_51); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_52; L_52 = VirtualFuncInvoker0< ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(48, L_51); G_B27_0 = L_52; } IL_0105: { V_3 = (RuntimeArray*)G_B27_0; RuntimeArray* L_53 = V_3; StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_54 = (StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3*)il2cpp_codegen_object_new(StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m9049046DA81FD7B6FE279E063A43DC9B1D3B26B0(L_54, L_53, NULL); __this->___values = L_54; Il2CppCodeGenWriteBarrier((void**)(&__this->___values), (void*)L_54); } IL_0112: { StandardValuesCollection_tC5F10128EB5F9B6E4E5519E6AE47DA01384F91E3* L_55 = __this->___values; return L_55; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumConverter_GetStandardValuesExclusive_mFFEE5BB5AEA41073002C03D1CB163E3F42619317 (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = __this->___type; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (FlagsAttribute_t902A411320FCE075B57DB7157C695B392C610D1D_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); bool L_3; L_3 = VirtualFuncInvoker2< bool, Type_t*, bool >::Invoke(12, L_0, L_2, (bool)0); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumConverter_GetStandardValuesSupported_m049732C08BD2A4300C75A9FB12BE6082C2DAA5EA (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, const RuntimeMethod* method) { { return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumConverter_IsValid_mF38C2D56D21042513C025A195EBF00C9626CB105 (EnumConverter_t2E799BC1F322DBF25DEFEC2C57C006223320182D* __this, RuntimeObject* ___0_context, RuntimeObject* ___1_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = __this->___type; RuntimeObject* L_1 = ___1_value; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); bool L_2; L_2 = Enum_IsDefined_m1C9A0C4F54B0538351585FF563A01091A6FE2F28(L_0, L_1, NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif 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 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 void ExtenderProvidedPropertyAttribute_set_ExtenderProperty_m5279B5B90E5F59477E2532ACDBB79AC91C05A872_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = ___0_value; __this->___U3CExtenderPropertyU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CExtenderPropertyU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_ReceiverType_m5F6D231C461377D0A3B458165D32F3DF5C05A103_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CReceiverTypeU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CReceiverTypeU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ExtenderProvidedPropertyAttribute_set_Provider_m46510700A5C4993F2C8B9F1867407758D50764FE_inline (ExtenderProvidedPropertyAttribute_tB717B141895064563A5B2D60A10AD1EE214EB72E* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___U3CProviderU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CProviderU3Ek__BackingField), (void*)L_0); return; } } 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 void HandledEventArgs_set_Handled_m27F28A88DFE7C3F8623C9A79EA699B37E0108ECA_inline (HandledEventArgs_t2CFA0546F9EBD868B1456C1D62B9C497278CACEF* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CHandledU3Ek__BackingField = L_0; return; } } 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 bool ListBindableAttribute_get_ListBindable_m04B1C3A2A83ABC5769A6B72D42AC75D22FE47F01_inline (ListBindableAttribute_t9CEF5416BE8F70CE47130DA0897D2AC603BD3517* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CListBindableU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ListSortDescription_set_PropertyDescriptor_m2DEBB2BF5F2654711E80737B6237888BD692F7C2_inline (ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* __this, PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* ___0_value, const RuntimeMethod* method) { { PropertyDescriptor_t03F8CBE01C4EDA631BF9BE7D9EB32C8F30F13381* L_0 = ___0_value; __this->___U3CPropertyDescriptorU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPropertyDescriptorU3Ek__BackingField), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ListSortDescription_set_SortDirection_m4277CBBA7668BA5F20139B755577B17555938799_inline (ListSortDescription_t80C69010A0729439AC3C12BCCB44D25316E870CC* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CSortDirectionU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LookupBindingPropertiesAttribute_get_DataSource_mD0EA13696282DFDF113DBB6BE1EDA42078389769_inline (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CDataSourceU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LookupBindingPropertiesAttribute_get_DisplayMember_m80713E75ED8606DD38F58FAFB203E5B5AF662B1C_inline (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CDisplayMemberU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LookupBindingPropertiesAttribute_get_ValueMember_mFAA5BBF9CE8D1B204BAEFA321909BDA236E4D5F6_inline (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CValueMemberU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LookupBindingPropertiesAttribute_get_LookupMember_m3A324DC3221E137C16F6381A85782414B03882C3_inline (LookupBindingPropertiesAttribute_tCDC5FD2264809A8E425CF725073E12C8858BB70D* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CLookupMemberU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventHandler_Invoke_m9D3126CBE291A3E7E7C304094E1DA846832F9B96_inline (EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* __this, RuntimeObject* ___0_sender, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_sender, ___1_e, reinterpret_cast(__this->___method)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* MaskedTextProvider_get_Culture_m5C3AB0327F9A710F498C4F25B807FF9E2FD94B1E_inline (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = __this->___U3CCultureU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CultureInfo_get_IsReadOnly_m53947CBF80905492B4AC82C8A148088E2DB8F8EF_inline (CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* __this, const RuntimeMethod* method) { { bool L_0 = __this->___m_isReadOnly; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_get_Mask_m599BD073AAEAF9596FD5B04D0213C52A79D995A3_inline (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CMaskU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_m7413FA8739F3FA6F5D61B54331DBF3232FC6BFC7_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___numberDecimalSeparator; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m0556B092AA471513B1EDC31C047712226D39BEB6_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___numberGroupSeparator; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencySymbol_m69E8700B6E102ADA1351AD4C6BBC7779D9F13F43_inline (NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___currencySymbol; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_AssignedEditPositionCount_m9ED53E540B5C88F393225936E30A67EEEBC074F3_inline (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CAssignedEditPositionCountU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_PromptChar_mDF13ACB9F41F795A89E24681B6C821775C871D4A_inline (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->____promptChar; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_PasswordChar_mCBE18695BC0289A9D86CAED5077CC133F88577AD_inline (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->____passwordChar; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MaskedTextProvider_set_AssignedEditPositionCount_mC6F5D53C6E96FBA39863104EC6025E74CB5585DB_inline (MaskedTextProvider_t2BCD6D08F1D7386E2EE2D1A0FAEDCCA24A313787* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CAssignedEditPositionCountU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* NestedContainer_get_Owner_m7EEE81CD299313D82E856638016BF4BA94C66E8E_inline (NestedContainer_t11814E82290DCDAEC890F06B51AA68CF1EAD05DC* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3COwnerU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Container_m2D275CD2784C103BD6A37A4CE27570F459CFA5A1_inline (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CContainerU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Component_mF3EB214916339906BDC3332BD5F7EAC272A148E1_inline (Site_t3271FAFBE7839944A1AE80A63B6E01EDEF4084B1* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CComponentU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* NullableConverter_get_UnderlyingType_m6AB527D54B196B9D1C4A6A806D730135102E8C49_inline (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CUnderlyingTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* NullableConverter_get_UnderlyingTypeConverter_mA8D60EF01136EE7AFB72BC17F7DEE6273A5B7695_inline (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) { { TypeConverter_t5257E1653EB845D0044BBEDEB7B8AED7A061592C* L_0 = __this->___U3CUnderlyingTypeConverterU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* NullableConverter_get_NullableType_m3BC58499FE25377295EE62DFF1930716FB478188_inline (NullableConverter_t907D1AE3F23A8639F8DA2DB09CF012CD4F6CA769* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CNullableTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PasswordPropertyTextAttribute_get_Password_mD3A1D12A941EA2C8DDCD09D5021547CE3DB8E767_inline (PasswordPropertyTextAttribute_t035FC29386F7110822FC29192D579C74E9F19A3C* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CPasswordU3Ek__BackingField; 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 int32_t DesignerSerializationVisibilityAttribute_get_Visibility_mACD772642393B55DC72E03BB90D67C6C829C4D5E_inline (DesignerSerializationVisibilityAttribute_tA31A916C0B6AEBC3C62EB64562DF733079B7FD83* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CVisibilityU3Ek__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 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 void PropertyDescriptorCollection_set_Count_m035F2DDDDD3FEFC8EF701C3A584CA6BCDAB6D854_inline (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CCountU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_get_Count_m9121E7236AF94FE7AD4BB3C48ADBBB2A8ACF3508_inline (PropertyDescriptorCollection_tC4C2FA51126BD032E2E9A0472995F7FCAC6E70DE* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CCountU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06* StringComparer_get_OrdinalIgnoreCase_m071AA1B1747345CCA058A3879EBDEBBA2EA4B169_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var); OrdinalIgnoreCaseComparer_t8BAE11990A4C855D3BCBBFB42F4EF8D45088FBB0* L_0 = ((StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06_il2cpp_TypeInfo_var))->___s_ordinalIgnoreCase; 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 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 bool RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m1F43641CEBF3BF49F0CAC07E95FB96FC8465CB74_inline (RecommendedAsConfigurableAttribute_t8EABB64DFD68C2A7FD0C43BD4C73AB2DB0ED2F9A* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CRecommendedAsConfigurableU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RunInstallerAttribute_get_RunInstaller_mBB96D7E7823FF0AD4EF138FBD899CE622A75E100_inline (RunInstallerAttribute_tE4887214D7B2794A6D835C3F2F6BF3F8647D3C11* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CRunInstallerU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SettingsBindableAttribute_get_Bindable_m448BA41F157DF20B461625E635BAA0DD861668F3_inline (SettingsBindableAttribute_t2E3B199C3490063EF65B8B2FFD112C3BA2E8F62B* __this, const RuntimeMethod* method) { { bool L_0 = __this->___U3CBindableU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ToolboxItemFilterAttribute_get_FilterString_m04671485525A6FE9D3108E5832671F3D30AC8DE1_inline (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFilterStringU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ToolboxItemFilterAttribute_get_FilterType_mE933AFDA1192CDE9F52B08C494B517CC0A6FD0A8_inline (ToolboxItemFilterAttribute_t507C4E1427FA6AD739154F9B7C99FF5FFABE1B5B* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CFilterTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WarningException_get_HelpUrl_m4E3F4F609A8B87C036F5D5A1F2EF36D1A6D36BCD_inline (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CHelpUrlU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WarningException_get_HelpTopic_m1CBEEBEC3C8EBAD3B3AFCE23F49F2B4650D0AF56_inline (WarningException_tBA43921966E18F1577B7A59E4A7D8AF9F16672CA* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CHelpTopicU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CancelEventArgs_set_Cancel_mA919728C72348CDC2EA46E635699B88C94810F41_inline (CancelEventArgs_tAD564CEFFA4EF53B4EB4A619443F8E2FE74116A6* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___U3CCancelU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* AsyncCompletedEventArgs_get_Error_mAA8ADE845C2025D52372FB9512FFDF2F53099E9D_inline (AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* __this, const RuntimeMethod* method) { { Exception_t* L_0 = __this->___error; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AsyncCompletedEventArgs_get_Cancelled_m4E6D97151694376A1E2BEFC7C393C9FED0DC8057_inline (AsyncCompletedEventArgs_t801BFEA7C4C260D6666B4EB313E4CB49C4B151E9* __this, const RuntimeMethod* method) { { bool L_0 = __this->___cancelled; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InheritanceAttribute_get_InheritanceLevel_m2FE68D98B89F93571872CAB4B7199992BDC2E28A_inline (InheritanceAttribute_t45764ABEE9D0B39175F17155702237DCC9B04083* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CInheritanceLevelU3Ek__BackingField; 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 void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->____version; __this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = __this->____items; V_0 = L_1; int32_t L_2 = __this->____size; V_1 = L_2; int32_t L_3 = V_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0; NullCheck(L_4); if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0034; } } { int32_t L_5 = V_1; __this->____size = ((int32_t)il2cpp_codegen_add(L_5, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0; int32_t L_7 = V_1; RuntimeObject* L_8 = ___0_item; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (RuntimeObject*)L_8); return; } IL_0034: { RuntimeObject* L_9 = ___0_item; List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____size; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 2)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ((EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 2)))->___Value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____current; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method) { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->____version; __this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1)); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = __this->____items; V_0 = L_1; int32_t L_2 = __this->____size; V_1 = L_2; int32_t L_3 = V_1; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = V_0; NullCheck(L_4); if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0034; } } { int32_t L_5 = V_1; __this->____size = ((int32_t)il2cpp_codegen_add(L_5, 1)); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = V_0; int32_t L_7 = V_1; int32_t L_8 = ___0_item; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int32_t)L_8); return; } IL_0034: { int32_t L_9 = ___0_item; List_1_AddWithResize_m378B392086AAB6F400944FA9839516326B3F7BB8(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14)); return; } }