#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #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); } }; 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); } }; 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); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // System.EventHandler`1 struct EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1; // System.Collections.Generic.IComparer`1 struct IComparer_1_t20C0141C3FEEDAA44BFE8521FEEDDF47289CB40B; // System.Collections.Generic.IComparer`1 struct IComparer_1_tEB2B2F9B2EC0C021E6D4D84A6695BE7B8B64D109; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4; // System.Collections.Generic.List`1 struct List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.ComponentModel.EventDescriptor[] struct EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9; // System.ComponentModel.IExtenderProvider[] struct IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75; // System.ComponentModel.PropertyTabScope[] struct PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.ComponentModel.AttributeCollection/AttributeEntry[] struct AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping[] struct LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E; // System.Text.RegularExpressions.RegexCharClass/SingleRange[] struct SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E; // System.String[0...,0...] struct StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90; // Mono.Security.ASN1 struct ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8; // System.ComponentModel.AmbientValueAttribute struct AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B; // System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.Security.Cryptography.AsnEncodedData struct AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA; // System.Reflection.Assembly struct Assembly_t; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.ComponentModel.AttributeCollection struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C; // System.ComponentModel.AttributeProviderAttribute struct AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0; // Mono.Math.BigInteger struct BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Text.RegularExpressions.CachedCodeEntry struct CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B; // System.Security.Cryptography.CryptographicException struct CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Security.Cryptography.DSA struct DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7; // System.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A; // Mono.Security.Cryptography.DSAManaged struct DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.ComponentModel.DesignerSerializationVisibilityAttribute struct DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268; // System.ComponentModel.EditorAttribute struct EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.ComponentModel.EventDescriptor struct EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4; // System.ComponentModel.EventDescriptorCollection struct EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B; // System.Reflection.EventInfo struct EventInfo_t; // System.Exception struct Exception_t; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // System.ComponentModel.ExtendedPropertyDescriptor struct ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420; // System.ComponentModel.ExtenderProvidedPropertyAttribute struct ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.ComponentModel.ICustomTypeDescriptor struct ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.ComponentModel.IExtenderProvider struct IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // System.IServiceProvider struct IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3; // System.ComponentModel.ISite struct ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790; // System.ComponentModel.ITypeDescriptorContext struct ITypeDescriptorContext_t54BAF45FE51089E764D7B7ACB9FC8086B4326DF0; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A; // System.Collections.Specialized.ListDictionary struct ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E; // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Security.Cryptography.Oid struct Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7; // System.Diagnostics.ProcessWaitHandle struct ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94; // System.ComponentModel.ProgressChangedEventArgs struct ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684; // System.ComponentModel.ProgressChangedEventHandler struct ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20; // System.ComponentModel.PropertyChangedEventArgs struct PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99; // System.ComponentModel.PropertyChangingEventArgs struct PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED; // System.ComponentModel.PropertyChangingEventHandler struct PropertyChangingEventHandler_t5EA6F6EAA933D35C0AAD9D347A3BD53D343E4C22; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.ComponentModel.PropertyTabAttribute struct PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B; // System.Net.ProtocolViolationException struct ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299; // System.ComponentModel.ProvidePropertyAttribute struct ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951; // System.Net.Configuration.ProxyElement struct ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA; // System.Security.Cryptography.X509Certificates.PublicKey struct PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2; // System.Security.Cryptography.RSA struct RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.ComponentModel.ReadOnlyAttribute struct ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC; // System.ComponentModel.RecommendedAsConfigurableAttribute struct RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310; // System.ComponentModel.ReferenceConverter struct ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B; // System.ComponentModel.ReflectEventDescriptor struct ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF; // System.ComponentModel.ReflectPropertyDescriptor struct ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92; // System.ComponentModel.ReflectTypeDescriptionProvider struct ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B; // System.ComponentModel.RefreshEventArgs struct RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273; // System.ComponentModel.RefreshEventHandler struct RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C; // System.ComponentModel.RefreshPropertiesAttribute struct RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Text.RegularExpressions.RegexBoyerMoore struct RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2; // System.Text.RegularExpressions.RegexCharClass struct RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // System.Text.RegularExpressions.RegexInterpreter struct RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E; // System.Text.RegularExpressions.RegexNode struct RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43; // System.Text.RegularExpressions.RegexPrefix struct RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301; // System.Text.RegularExpressions.RegexReplacement struct RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32; // System.Text.RegularExpressions.RegexRunner struct RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // System.Text.RegularExpressions.RegexTree struct RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3; // System.ResolveEventHandler struct ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B; // Microsoft.Win32.SafeHandles.SafeProcessHandle struct SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // System.Reflection.TargetInvocationException struct TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.Diagnostics.TraceSwitch struct TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D; // System.Type struct Type_t; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4; // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83; // System.ComponentModel.TypeDescriptionProvider struct TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0; // System.Reflection.TypeFilter struct TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3; // System.TypeLoadException struct TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842; // System.WeakReference struct WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76; // Mono.Security.X509.X509Certificate struct X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4; // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // System.Reflection.EventInfo/AddEventAdapter struct AddEventAdapter_t6E27B946DE3E58DCAC2BF10DF7992922E7D8987F; // System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator struct PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA; // System.ComponentModel.ReferenceConverter/ReferenceComparer struct ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4; // System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData struct ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF; // System.Text.RegularExpressions.RegexCharClass/SingleRange struct SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624; // System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer struct SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075; // System.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1; // System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor struct EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; IL2CPP_EXTERN_C RuntimeClass* ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Delegate_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IExtenderListService_t82FF411EDC49E2E64099010DB88BEC6151517AE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* INestedSite_tC36666BA3417B5FC87033B26B79F7971BCA8BA2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITypeDescriptorContext_t54BAF45FE51089E764D7B7ACB9FC8086B4326DF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral000F57CC5E07B45534A096C11FC9672E840B7F68; IL2CPP_EXTERN_C String_t* _stringLiteral011DF8383E0C2BB51ACA74815C24731CD9E6CE0F; IL2CPP_EXTERN_C String_t* _stringLiteral0140171DEC0E182AA67E7F6CFEEBAB7C8B5C0FCE; IL2CPP_EXTERN_C String_t* _stringLiteral01AA0D36274A76E5B82E172EB39CD0A2B7C42F6F; IL2CPP_EXTERN_C String_t* _stringLiteral02D01A395AF97E58F8F8A5BA7AD3BC1C84EAE235; IL2CPP_EXTERN_C String_t* _stringLiteral04F6959FE66299139C73EEDA75304959291465E4; IL2CPP_EXTERN_C String_t* _stringLiteral069699C2DC3D7235D2D4851E6EFEFA65C216817B; IL2CPP_EXTERN_C String_t* _stringLiteral070D6014844E6DF132D41B316BE8094A83EA1438; IL2CPP_EXTERN_C String_t* _stringLiteral078B26963F0AABA0E769F9FE2FD2A435F23963D3; IL2CPP_EXTERN_C String_t* _stringLiteral07C1C7BA92E50F21FFD892D17457CF1A69BB791D; IL2CPP_EXTERN_C String_t* _stringLiteral08DD4EB050E73CCA4453097A7DBA79D40E0E3979; IL2CPP_EXTERN_C String_t* _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10; IL2CPP_EXTERN_C String_t* _stringLiteral096B13703C72B9AEA7C14C090DF850AD4A3A1041; IL2CPP_EXTERN_C String_t* _stringLiteral0A4E2151BBA9A1D6C1D5A0AD327D1B10C9EE9832; IL2CPP_EXTERN_C String_t* _stringLiteral0B5D93AFD273766B7965DD30D79F0F1A361CB57B; IL2CPP_EXTERN_C String_t* _stringLiteral0DB5D60B71A46B7795916FE26C1C4DBC53DE160A; IL2CPP_EXTERN_C String_t* _stringLiteral0DF7C1A0741BEED9A8C63FAA83056EC4B6BEE7A6; IL2CPP_EXTERN_C String_t* _stringLiteral0EA4B1CC43D32D001CCC7AEB31AED2F319871953; IL2CPP_EXTERN_C String_t* _stringLiteral0F622D75F0434A833C1A20335861864CB07278C7; IL2CPP_EXTERN_C String_t* _stringLiteral101267D78B17257986305184E104E56DAAB7F530; IL2CPP_EXTERN_C String_t* _stringLiteral10FD1944C65E314C0A29404FEA92EF36B361E76F; IL2CPP_EXTERN_C String_t* _stringLiteral114F963FF5A99D30DEF5029A17A2882AE35F3351; IL2CPP_EXTERN_C String_t* _stringLiteral11E7A22EB71C40109AE6CB22789A72565B8017FC; IL2CPP_EXTERN_C String_t* _stringLiteral1210E68C52ADBB898A6E113C26B325E97793204E; IL2CPP_EXTERN_C String_t* _stringLiteral128334FD6CDD6094EC6C44C09CAD6FF7669AF5E2; IL2CPP_EXTERN_C String_t* _stringLiteral130E357173B69D89809090B52517E63B39F780E8; IL2CPP_EXTERN_C String_t* _stringLiteral13D9C88B313302420C8CFE519F4C703FF034E7EE; IL2CPP_EXTERN_C String_t* _stringLiteral143C872360343241D83008E13DCCEBD90A41C3C5; IL2CPP_EXTERN_C String_t* _stringLiteral1489F923C4DCA729178B3E3233458550D8DDDF29; IL2CPP_EXTERN_C String_t* _stringLiteral15040C7E5288B7B711A62DA4A28F41E54CDA46C6; IL2CPP_EXTERN_C String_t* _stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2; IL2CPP_EXTERN_C String_t* _stringLiteral15511681E57C6B2F87C98682ED71B8CA850A8F9D; IL2CPP_EXTERN_C String_t* _stringLiteral15CF5C2792462326B481E11AC5840FB1C9BD9753; IL2CPP_EXTERN_C String_t* _stringLiteral1617F2BEE10D5175D04111AF86F02617CABA97F8; IL2CPP_EXTERN_C String_t* _stringLiteral16E57333086571811A55FB94A0709583DE6ED3ED; IL2CPP_EXTERN_C String_t* _stringLiteral17138F1A25103243037965AF0DACDE016F009F1F; IL2CPP_EXTERN_C String_t* _stringLiteral1957A3E746ABE2F553BFCCE9CB0D765AF0E28F1F; IL2CPP_EXTERN_C String_t* _stringLiteral19E0261B9934BD92A6FCAC8943D903675768820D; IL2CPP_EXTERN_C String_t* _stringLiteral19F63BC67A386ED4A60194F8544D07544E0ED578; IL2CPP_EXTERN_C String_t* _stringLiteral1AB68A0E52A32EE36A9AE0A3D6EFEB01F0F7FADA; IL2CPP_EXTERN_C String_t* _stringLiteral1C7F51C9DB9BE64870719C518062BBF577083F00; IL2CPP_EXTERN_C String_t* _stringLiteral1C84EA7A858FB95C60BAF49D996A607787A1E26F; IL2CPP_EXTERN_C String_t* _stringLiteral1DCAF254E462C711D74E7655EF57F6ADFE0005F3; IL2CPP_EXTERN_C String_t* _stringLiteral1DE5A73ADD8E12B2946578D4ECFC5F00255F2C55; IL2CPP_EXTERN_C String_t* _stringLiteral1E972889E9B24A074D194A58B80B967B519863E2; IL2CPP_EXTERN_C String_t* _stringLiteral1E9F798EB462039BB2177A8C3030D8E9736FDC2F; IL2CPP_EXTERN_C String_t* _stringLiteral1EC89EE4781577447EF59AEA1BDCB577E3152BED; IL2CPP_EXTERN_C String_t* _stringLiteral1F4340BCC7E7398B271CC84B0581D86C3498E89B; IL2CPP_EXTERN_C String_t* _stringLiteral206A50481A582043159547C0CBBBBDCC728C7AEB; IL2CPP_EXTERN_C String_t* _stringLiteral2086C9392E067629621EF48286148B3F05A73E71; IL2CPP_EXTERN_C String_t* _stringLiteral20CB4BC9AD027C4DBCABC34553F9EDA5EF3DA0A5; IL2CPP_EXTERN_C String_t* _stringLiteral21A998A9E8032EA402184FF6E9E027A017C5E340; IL2CPP_EXTERN_C String_t* _stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380; IL2CPP_EXTERN_C String_t* _stringLiteral247E61BCA5CC999BD7DF819AFB4BD1625BD89B92; IL2CPP_EXTERN_C String_t* _stringLiteral2532DF950B4388A092C5014E3ED2E06043E01B06; IL2CPP_EXTERN_C String_t* _stringLiteral25AE09788E4F4652C4499CDB887696F30D3C0A14; IL2CPP_EXTERN_C String_t* _stringLiteral26B8A55537BB75F22B06B27AB210733192EB9255; IL2CPP_EXTERN_C String_t* _stringLiteral26F6EDFC76E72DC536C20E57742C3028CF19D0E4; IL2CPP_EXTERN_C String_t* _stringLiteral27CDC5C40A6244DAB073099C8597F6AE59E64332; IL2CPP_EXTERN_C String_t* _stringLiteral28B479468676DD63B85F4D86A55B2B645958E13F; IL2CPP_EXTERN_C String_t* _stringLiteral2902B5C63D20C1606E907DA9F61375852E78DE0A; IL2CPP_EXTERN_C String_t* _stringLiteral291D5871DD89F1D30A07082FF0F885DB96ED978E; IL2CPP_EXTERN_C String_t* _stringLiteral29588F1CB3A3C49E44B9901B49671B5BFACA26AD; IL2CPP_EXTERN_C String_t* _stringLiteral29F549847E6C95D5723845123BD2C0D50AB9BD5F; IL2CPP_EXTERN_C String_t* _stringLiteral2A6312F3D68C885205BF84CED395D8AF4B0AE871; IL2CPP_EXTERN_C String_t* _stringLiteral2A7EF3D582665CA41115B9D210D25F834B8A136E; IL2CPP_EXTERN_C String_t* _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8; IL2CPP_EXTERN_C String_t* _stringLiteral2A9DB411D2677142C609D070E692BAF2D45522FD; IL2CPP_EXTERN_C String_t* _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD; IL2CPP_EXTERN_C String_t* _stringLiteral2B9C80C1D9D6D29DCFBF1AF4BBC3F8B76CA52758; IL2CPP_EXTERN_C String_t* _stringLiteral2BA36E0ECAE4F6481FD29426D81E78B78AFC7010; IL2CPP_EXTERN_C String_t* _stringLiteral2BC80923BC3E932EEF70C3EADA463E4AFCEAF41C; IL2CPP_EXTERN_C String_t* _stringLiteral2DA4F5666B10D635F4124ED2863B7EDAE4456F97; IL2CPP_EXTERN_C String_t* _stringLiteral2E36B6524DCDA0E1F8E3C5E4DE0EDEE1CE1D593E; IL2CPP_EXTERN_C String_t* _stringLiteral2EDB0ADF83E638339660943B119E0C22374070AB; IL2CPP_EXTERN_C String_t* _stringLiteral2F15DCEA75308906FE22DC8E2CB71A007135A75B; IL2CPP_EXTERN_C String_t* _stringLiteral2F627E050FC96CB06809DD00B72C043AF06DD74F; IL2CPP_EXTERN_C String_t* _stringLiteral2FA567A6E7C4AF82CD3E48D19E671A027AA8C39F; IL2CPP_EXTERN_C String_t* _stringLiteral2FE2C0AAB1B3726B4599067198204955DC8B58BC; IL2CPP_EXTERN_C String_t* _stringLiteral30677B8BA7ED8BE7E7E8F9BC87DE11BEDECF6B94; IL2CPP_EXTERN_C String_t* _stringLiteral32A14D70913B30E357C574C847E795B24E48CAC2; IL2CPP_EXTERN_C String_t* _stringLiteral3311705E737BEADF911B313590BF8CF65EB59CC1; IL2CPP_EXTERN_C String_t* _stringLiteral33AAE7E3BDF099D0868E4C15621108A967FE4DC4; IL2CPP_EXTERN_C String_t* _stringLiteral340B59088D1E7ED96B802B2F82F9F37B545A0D7D; IL2CPP_EXTERN_C String_t* _stringLiteral34706AEB52EC7987B7354AFAEFBE4DE3FF8A91EF; IL2CPP_EXTERN_C String_t* _stringLiteral34ACA0350B0D7DEE2485343251B1984C498672B7; IL2CPP_EXTERN_C String_t* _stringLiteral35896C163A11D689243E387537FCD8A2318B554F; IL2CPP_EXTERN_C String_t* _stringLiteral35B8114AC69BEBAACEEF31EAE37667FA389CB075; IL2CPP_EXTERN_C String_t* _stringLiteral3673FF002279CCCC33A113C482FD3DB9FE3D429A; IL2CPP_EXTERN_C String_t* _stringLiteral36CB796E61D012C499558795200D7D4714DA234C; IL2CPP_EXTERN_C String_t* _stringLiteral37B18B4FDEC37ECA95A5E9D9C8B31C5C413A09A6; IL2CPP_EXTERN_C String_t* _stringLiteral382CEA341283C799FB6CF03C7FD23F5A61EA9F7E; IL2CPP_EXTERN_C String_t* _stringLiteral38383EE49792CC3B3E578FC02137E10AFCD4758D; IL2CPP_EXTERN_C String_t* _stringLiteral3B74C4EE573585B536403D684B3EBF642E92483B; IL2CPP_EXTERN_C String_t* _stringLiteral3C2555089D217F13B7AA63E80C445CC9BB96E4F8; IL2CPP_EXTERN_C String_t* _stringLiteral3C585604E87F855973731FEA83E21FAB9392D2FC; IL2CPP_EXTERN_C String_t* _stringLiteral3E0F8D65BB2C91CC1B08E6BF17D4F04D124FB22D; IL2CPP_EXTERN_C String_t* _stringLiteral3E8C94A3E14E14AA02CE50BE5898BFE459EFF966; IL2CPP_EXTERN_C String_t* _stringLiteral3F312D3A9558BFCCCA55C437288461A61D8E1D93; IL2CPP_EXTERN_C String_t* _stringLiteral3FF3E7DECFB9C95D2D63B46FEE99497F03EA7B17; IL2CPP_EXTERN_C String_t* _stringLiteral4073D00CB09BBEA83C116CD6C23565C9EA25BD79; IL2CPP_EXTERN_C String_t* _stringLiteral417B904D495BF7B5B00D670B422777028B0F07DA; IL2CPP_EXTERN_C String_t* _stringLiteral41DC862347F6094C3DE052ECE9EDE8691528B858; IL2CPP_EXTERN_C String_t* _stringLiteral4251DBF5ADF22DF838851BDEA678ED6D151EF9C1; IL2CPP_EXTERN_C String_t* _stringLiteral42B381340E99A7D1B67884D1B8FC702C25279D7E; IL2CPP_EXTERN_C String_t* _stringLiteral430944DE69F10C0B23DC2BCA3D2D3116A748687C; IL2CPP_EXTERN_C String_t* _stringLiteral43248ADAE46B03C6973C36912CF5A1F9388DA3CA; IL2CPP_EXTERN_C String_t* _stringLiteral4366DE5220453B7E4119C139B5899C931A1996B1; IL2CPP_EXTERN_C String_t* _stringLiteral44164D1EBC6AEE4BF7519590E8E1EC986D7AE6AB; IL2CPP_EXTERN_C String_t* _stringLiteral44B60543C50583A2A430E5FA54F980E8284D55D1; IL2CPP_EXTERN_C String_t* _stringLiteral44B9BD7E0CF8DFB1AE4286D58C477BC0EAD8DB8A; IL2CPP_EXTERN_C String_t* _stringLiteral4647EBF68BAADB1E3B9B0C77F3A69B79BF1A0C1E; IL2CPP_EXTERN_C String_t* _stringLiteral46E1FF853298BBE44C51916BE2DE99315FDA94EE; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral46FE6AEAF3CC2C63CB04108AD734B8F3343F9CEC; IL2CPP_EXTERN_C String_t* _stringLiteral48B15371F248E055C6B88CA5F7E8908A2F9528A1; IL2CPP_EXTERN_C String_t* _stringLiteral492FBC692FA08806670CCBD96D41280D1A10D87C; IL2CPP_EXTERN_C String_t* _stringLiteral49FDD37399D8F47722B2A2D5F3272B1F0A84C50A; IL2CPP_EXTERN_C String_t* _stringLiteral4A94750FA069FF6E0CA4240635D562EC6A9A3CD9; IL2CPP_EXTERN_C String_t* _stringLiteral4C301992B1F446471CFF312BEC98B68362ED7195; IL2CPP_EXTERN_C String_t* _stringLiteral4C834A0A1BF9CAFE03A200455551D5F3BE9F6A17; IL2CPP_EXTERN_C String_t* _stringLiteral4F6FCE005462468B85E1B17BF50DABD387E2AA0D; IL2CPP_EXTERN_C String_t* _stringLiteral4F976B576FF11797205EF4CC68ACD9A800BE2AC1; IL2CPP_EXTERN_C String_t* _stringLiteral5059FE07AF01D26644CD156256DE05A498559F40; IL2CPP_EXTERN_C String_t* _stringLiteral507838B99A8D85F0312998B7DAFF905BD48ED124; IL2CPP_EXTERN_C String_t* _stringLiteral516E5BE6DD9745A9A8953C8F5212FB4B0BAC5414; IL2CPP_EXTERN_C String_t* _stringLiteral51B91EE138D75025CB4AD85CAE46A3613A4FE4F1; IL2CPP_EXTERN_C String_t* _stringLiteral5213C5B281E693868174731B42C5D30C8046AD88; IL2CPP_EXTERN_C String_t* _stringLiteral536FBABA39FCBBBEAC12562490EE276814293C4E; IL2CPP_EXTERN_C String_t* _stringLiteral5573AC6AB93A9166E7A15D98F63033348624AB14; IL2CPP_EXTERN_C String_t* _stringLiteral5672E54AB2E54B13506540FFFD4046D50ADD13F5; IL2CPP_EXTERN_C String_t* _stringLiteral572C38B92C9B0B812EDF7214BF6A234D5B82A1BF; IL2CPP_EXTERN_C String_t* _stringLiteral585541DFE94914F2247B4370A9C9041BA8A8817A; IL2CPP_EXTERN_C String_t* _stringLiteral58ECA1815AE37FF755F51324305C6B20EEB5CA43; IL2CPP_EXTERN_C String_t* _stringLiteral5AE3E2392ABAEEE58F65D916BE33310C6700316C; IL2CPP_EXTERN_C String_t* _stringLiteral5D0500A33A5D752B7F9B7739B149EF5093EB4A4C; IL2CPP_EXTERN_C String_t* _stringLiteral5D87BBECD21302E784C8C8CBE6A07BB1F9F99A6A; IL2CPP_EXTERN_C String_t* _stringLiteral5E2FCEA4A7480B304F0A57BA73C66905F03F82D8; IL2CPP_EXTERN_C String_t* _stringLiteral5EA04EBADB6862D231CCC55599471F40B5853152; IL2CPP_EXTERN_C String_t* _stringLiteral5F802F2CCDDC761DBC132CF3C338C39FE047A6C5; IL2CPP_EXTERN_C String_t* _stringLiteral60820866198451E7A511DDE45223B743485E091B; IL2CPP_EXTERN_C String_t* _stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB; IL2CPP_EXTERN_C String_t* _stringLiteral6384916204C3C792C7ADFE16CD44673450DC60BF; IL2CPP_EXTERN_C String_t* _stringLiteral63CBAAA066EA660C960DD134AECF48535F87D341; IL2CPP_EXTERN_C String_t* _stringLiteral6400E1A9A53D55249951EBDFEFD090A6FEEA713C; IL2CPP_EXTERN_C String_t* _stringLiteral6437668AAFF3C7A470F151AD7B4EE6B5D8AF0CDD; IL2CPP_EXTERN_C String_t* _stringLiteral64CEBA4D1E05040C825F3B67FF36104CDF8C140B; IL2CPP_EXTERN_C String_t* _stringLiteral656D9E0C66BEC4E7D31947D0F46CDD1F3D0780C4; IL2CPP_EXTERN_C String_t* _stringLiteral65C91159DE73AB664AD579C104F3EE3E6A5B9308; IL2CPP_EXTERN_C String_t* _stringLiteral67A5CD5B9B1936E3A2E1D14DF804FE6F86F90FBF; IL2CPP_EXTERN_C String_t* _stringLiteral68C5BFBDA21C60E498829E6DC505022F5F16F460; IL2CPP_EXTERN_C String_t* _stringLiteral692E718E338FFD039FB1673ADA7E9AB5DED4BB98; IL2CPP_EXTERN_C String_t* _stringLiteral697C469609DEBC892F8465E2D7EFBE41919EE6C4; IL2CPP_EXTERN_C String_t* _stringLiteral699E5CF5FC92D12C09117936E6A4F78CFD297C40; IL2CPP_EXTERN_C String_t* _stringLiteral69E08279F3AF3F2F95DAE723B001E20161FBE38C; IL2CPP_EXTERN_C String_t* _stringLiteral69E73A35FA56B5A7C368371EE1AA96E00AA5E7F6; IL2CPP_EXTERN_C String_t* _stringLiteral6B1E5651A6A221CCC8E859CCB7CCB4C9377DAD2D; IL2CPP_EXTERN_C String_t* _stringLiteral6BBBCAD0FED20F4E716FA5226DA069AD1A531464; IL2CPP_EXTERN_C String_t* _stringLiteral6C0BC2730DF1DA7E9466490A785A29CFB04110BF; IL2CPP_EXTERN_C String_t* _stringLiteral6D6909BC795B5728D6DDEA208DA7986143605B77; IL2CPP_EXTERN_C String_t* _stringLiteral70A458D9D35DAA83073018B72782A5859364AEC2; IL2CPP_EXTERN_C String_t* _stringLiteral732A3DD582071D41FA00671D01893D635D8037D1; IL2CPP_EXTERN_C String_t* _stringLiteral733D641F947EBAC83E1A3ADC5E4FB146EE86B900; IL2CPP_EXTERN_C String_t* _stringLiteral74037E48AC20A388E61DF94BF787B61C405AB756; IL2CPP_EXTERN_C String_t* _stringLiteral74AE75B992F1B9D977C2A9EB14D1887671443FD9; IL2CPP_EXTERN_C String_t* _stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3; IL2CPP_EXTERN_C String_t* _stringLiteral761474E731109EBFC61E66B2EA5CF80B189944C4; IL2CPP_EXTERN_C String_t* _stringLiteral78FDF6509F51FFE965CF86F9D7B2D7478FBC3CC8; IL2CPP_EXTERN_C String_t* _stringLiteral79872D0EDAA11B89BD19D3E51D0881503A87EDA1; IL2CPP_EXTERN_C String_t* _stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC; IL2CPP_EXTERN_C String_t* _stringLiteral7B5E86CF8187B91807877AF0725E3F9554E40645; IL2CPP_EXTERN_C String_t* _stringLiteral7B8F4658E4EF61B30477317B0A3F810822B218E2; IL2CPP_EXTERN_C String_t* _stringLiteral7BB02F22CCAAAF38745BF587A5C3005D1AD136BE; IL2CPP_EXTERN_C String_t* _stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A; IL2CPP_EXTERN_C String_t* _stringLiteral7EADE718A2652FC00E2DC3C5311A1FC3B7EB0994; IL2CPP_EXTERN_C String_t* _stringLiteral7EDBBD688A51BC51974DE73C92E8E8E44A70B70B; IL2CPP_EXTERN_C String_t* _stringLiteral802D3A4E1213A50A2A168149B9FD26645A8A87A2; IL2CPP_EXTERN_C String_t* _stringLiteral8078BB087D77C6D4148EE3E592BE857E12EC82BD; IL2CPP_EXTERN_C String_t* _stringLiteral815CF156B85729CF6777A81E222C740FEE04C774; IL2CPP_EXTERN_C String_t* _stringLiteral8175D6867E215079046783AF13663AA07AF75633; IL2CPP_EXTERN_C String_t* _stringLiteral8259BDC645D534B5B71BDC6C8AD2D935199FFA07; IL2CPP_EXTERN_C String_t* _stringLiteral8280C6CBF3DFC21B10377BE693A06682AF6F0152; IL2CPP_EXTERN_C String_t* _stringLiteral82FE3474C49C05BF5FDB35ACB3EAFF407B81BEC2; IL2CPP_EXTERN_C String_t* _stringLiteral847F72FEB0580436035F6D3588EE4923C9664F52; IL2CPP_EXTERN_C String_t* _stringLiteral84D767750F508A5D8214DC4EF507F64102853819; IL2CPP_EXTERN_C String_t* _stringLiteral8503C1230DB9F8ED4C302C9ACA86BE76005A7AD4; IL2CPP_EXTERN_C String_t* _stringLiteral8524162C1D54A81B8F41E8ABC73B7F338BCBF999; IL2CPP_EXTERN_C String_t* _stringLiteral85A82DCF7E610B3F027071C9E03590C558821E8B; IL2CPP_EXTERN_C String_t* _stringLiteral86AAD9106A4B33A52D356C887F9FCCD9575A84FD; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88CC141217D41B201641CF8FBC99ABE39D231BED; IL2CPP_EXTERN_C String_t* _stringLiteral89E1EA169C60546C4BD1EF37579FE39231438D24; IL2CPP_EXTERN_C String_t* _stringLiteral8AA46685E79CC9C6CF70A788C04B335A1EDB671A; IL2CPP_EXTERN_C String_t* _stringLiteral8B196021BB84888FED22FF4F69DE2891530E658E; IL2CPP_EXTERN_C String_t* _stringLiteral8C1BBD97ACA7E0F0DABD7D5A3480E8D91A8BF27E; IL2CPP_EXTERN_C String_t* _stringLiteral8CB0CD7CE18209A25B0A83FA41BF1814407366B2; IL2CPP_EXTERN_C String_t* _stringLiteral8D8FB160B4C212DAD2E50C479B19DFEAE167F4A3; IL2CPP_EXTERN_C String_t* _stringLiteral8DE7291AD6C60143F257C33D0032851C6605B3D5; IL2CPP_EXTERN_C String_t* _stringLiteral8EA5CF52FFE7CFAC422779A2A3A79A89B2C32DD0; IL2CPP_EXTERN_C String_t* _stringLiteral8FC9007895DB64A6B839275F76D1C08A3877082E; IL2CPP_EXTERN_C String_t* _stringLiteral905A5E6884BC6877A3AB37B1447674394A694C9D; IL2CPP_EXTERN_C String_t* _stringLiteral9069CA78E7450A285173431B3E52C5C25299E473; IL2CPP_EXTERN_C String_t* _stringLiteral90CE8CBDC840E407D5B2A4C6CF6E6A4F4794897F; IL2CPP_EXTERN_C String_t* _stringLiteral923C91A55674664C20A3103F09FC6FC4F3831DEF; IL2CPP_EXTERN_C String_t* _stringLiteral958F6341A9F87CE00B85F8434E98205AFF29E113; IL2CPP_EXTERN_C String_t* _stringLiteral9646358C9E75E51D9842A7C6E688647074D38F76; IL2CPP_EXTERN_C String_t* _stringLiteral96B82B1111F719249D6B1FFE1997AC237C3C1BB5; IL2CPP_EXTERN_C String_t* _stringLiteral96C094BE3157837A8972ED02015161B75EBCF5C8; IL2CPP_EXTERN_C String_t* _stringLiteral9782BAAC1929C850665C4846404B90AE23B25CD5; IL2CPP_EXTERN_C String_t* _stringLiteral981A1EE15001C9DF28C187157C9FE56248389856; IL2CPP_EXTERN_C String_t* _stringLiteral98A4DE8EF9F62DFF4A8C0BECFE7D99D6D24B4F04; IL2CPP_EXTERN_C String_t* _stringLiteral99CDE5CF8466BD020DE0C38EC323DBB9E10A2523; IL2CPP_EXTERN_C String_t* _stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9; IL2CPP_EXTERN_C String_t* _stringLiteral9ACABBE7C959ED3E3557E5F849A9541171B808CB; IL2CPP_EXTERN_C String_t* _stringLiteral9D254E50F4DE5BE7CA9E72BD2F890B87F910B88B; IL2CPP_EXTERN_C String_t* _stringLiteral9F11BF96AA5B3A5F06F42DC23DCB6903ADA909CB; IL2CPP_EXTERN_C String_t* _stringLiteral9FC89E4E581ACD10FED351BAADA0107858CD0772; IL2CPP_EXTERN_C String_t* _stringLiteral9FEB4C9AB9914D2D0C51EA57D72B50A208A74A7C; IL2CPP_EXTERN_C String_t* _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03; IL2CPP_EXTERN_C String_t* _stringLiteralA0B01570F19FFDB1BF93C5800215D40A3CECE8CA; IL2CPP_EXTERN_C String_t* _stringLiteralA0CEAF0BD3FADF6359126DC7C9D79D9E24E0C446; IL2CPP_EXTERN_C String_t* _stringLiteralA0E4803448ED328FB6169A86026FEEFF36A78441; IL2CPP_EXTERN_C String_t* _stringLiteralA13DE744B01F63C5DE74C2AEADCEEB872A243DC4; IL2CPP_EXTERN_C String_t* _stringLiteralA17E97D5B68A896AB2F537CA1EE9FD4C545D7923; IL2CPP_EXTERN_C String_t* _stringLiteralA1927043DBE274F716E7BB98AC63A1A852D80205; IL2CPP_EXTERN_C String_t* _stringLiteralA25635816BE6BF5F9885D4A2338FD40C8B7DC8F9; IL2CPP_EXTERN_C String_t* _stringLiteralA329D18BF9C9A4F354B5EC57F9B7D834C6032C03; IL2CPP_EXTERN_C String_t* _stringLiteralA392C242A443C3023ABF204424167CEB86A765BB; IL2CPP_EXTERN_C String_t* _stringLiteralA453C374F6792B40611F98BF51F5D93A3E737CF6; IL2CPP_EXTERN_C String_t* _stringLiteralA46556E3586F9581468C3C15BA58F8F32AA80D97; IL2CPP_EXTERN_C String_t* _stringLiteralA4FC45147C51541AA3B68C8DE185FC773C7F6CAD; IL2CPP_EXTERN_C String_t* _stringLiteralA74ACAA1F61DE0EB348EC03946685B0B6270CB36; IL2CPP_EXTERN_C String_t* _stringLiteralA78E6DE17205365FF846BB0AEBE6FFBC845BDDCB; IL2CPP_EXTERN_C String_t* _stringLiteralA81B3CACE590267ABAC8F88DC90A961A186D07CF; IL2CPP_EXTERN_C String_t* _stringLiteralA922C7ADD6A014291A7FFA692FA08A7256871463; IL2CPP_EXTERN_C String_t* _stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D; IL2CPP_EXTERN_C String_t* _stringLiteralAA47367E18DA97EF3E14E15715D8040CD17C608E; IL2CPP_EXTERN_C String_t* _stringLiteralAAB6296466565113D9AAC1E6D930A78C4D894D6A; IL2CPP_EXTERN_C String_t* _stringLiteralABE9CD4CAAC47E6616956B57C733BDA8F7C48677; IL2CPP_EXTERN_C String_t* _stringLiteralAC962E75D837A73A3F0732B044C75133EF240B72; IL2CPP_EXTERN_C String_t* _stringLiteralAE073D669EEEC0D4EBD6B8BA56FC2EB068FC8CC5; IL2CPP_EXTERN_C String_t* _stringLiteralAEB44B3AF9B25AF5609DB2851CC6DBBFBD804E36; IL2CPP_EXTERN_C String_t* _stringLiteralAF8BC0EC6A1874C3FFEB5694BC36974F673E80C2; IL2CPP_EXTERN_C String_t* _stringLiteralB10277638EC53EB7D22B3B79D907BFD78922FC76; IL2CPP_EXTERN_C String_t* _stringLiteralB17AD117813334488CF4057081F2A11E84A72B95; IL2CPP_EXTERN_C String_t* _stringLiteralB3540DC5F4E7161FB5ACC0E521B524D09EFBB39D; IL2CPP_EXTERN_C String_t* _stringLiteralB3BEEC8B86540DA8BBF1877930CF5FDDA2E8F963; IL2CPP_EXTERN_C String_t* _stringLiteralB596320AE4D74537B29168E9BDF95B753E2B5301; IL2CPP_EXTERN_C String_t* _stringLiteralB5A115BB1CE4803865CD66B55FC8156AC0679670; IL2CPP_EXTERN_C String_t* _stringLiteralB5D9D630D3F3D38953C83CBDD8DFE9F787ED2539; IL2CPP_EXTERN_C String_t* _stringLiteralB7A8E72255793F3D559B82C227A7B54D89AB39C9; IL2CPP_EXTERN_C String_t* _stringLiteralB7DE1ACA72F835F3396AD81830488D0727FF94A3; IL2CPP_EXTERN_C String_t* _stringLiteralB9BCAD8EF32FEB9A0CCCAFF0922FE79049BEA3F5; IL2CPP_EXTERN_C String_t* _stringLiteralBB91B6F05EA4E92AA0B68BF2F9397F4B779488A3; IL2CPP_EXTERN_C String_t* _stringLiteralBBEC53F210EEFBB98EF2CAE4411F7B8752E7FACC; IL2CPP_EXTERN_C String_t* _stringLiteralBD7AA40D7F79963E492840CC4D90A895B7BCA7C6; IL2CPP_EXTERN_C String_t* _stringLiteralBF2221AB16FB9687DDA842ED1CFE5633B877E6F0; IL2CPP_EXTERN_C String_t* _stringLiteralBF53E31F872A964047C43886D54F04889191A28A; IL2CPP_EXTERN_C String_t* _stringLiteralBF86C9E9E7FE0EF09A2EAE8066CDC31F859254CC; IL2CPP_EXTERN_C String_t* _stringLiteralC44C2F590228488B806D8213DBB719C19809D150; IL2CPP_EXTERN_C String_t* _stringLiteralC4FCD561B8C5DA432455F7E3ADBAC02546B61A38; IL2CPP_EXTERN_C String_t* _stringLiteralC7AEB4DBED56DD7667D53D9D797A7112C1253094; IL2CPP_EXTERN_C String_t* _stringLiteralC7B7AF7E20FE503A74EE797E05BBC5470FF66124; IL2CPP_EXTERN_C String_t* _stringLiteralC86FCE1203EE3CAA6611690288314B0C99D501B9; IL2CPP_EXTERN_C String_t* _stringLiteralCB67ED3E50C5654AA77B99B4554E3AFAEEE311B7; IL2CPP_EXTERN_C String_t* _stringLiteralCBD3E9D3F4E9D9956F458F1B0BAECA6A02588D00; IL2CPP_EXTERN_C String_t* _stringLiteralCD24D4C14B3F256EB99D0167475D3F3E3C8CE558; IL2CPP_EXTERN_C String_t* _stringLiteralCE0F5818CCD7D6797586BC1FA0752C6E48E439B5; IL2CPP_EXTERN_C String_t* _stringLiteralCEB6FFBDFB48FCAF07F10A052F01C570D7215633; IL2CPP_EXTERN_C String_t* _stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A; IL2CPP_EXTERN_C String_t* _stringLiteralD0B508D8B38DC8221EF81CCB26367A9A83211BC9; IL2CPP_EXTERN_C String_t* _stringLiteralD1544DEAD240C6096C5860AB974ECDD19CA2E201; IL2CPP_EXTERN_C String_t* _stringLiteralD1CEBB9049B4505763F2EE8BDFDC123DF8F1DF08; IL2CPP_EXTERN_C String_t* _stringLiteralD22FB8178574254C2A9BCF06DF9F5835B11AC8D3; IL2CPP_EXTERN_C String_t* _stringLiteralD3E190B5EC5D5C32F6121F694010F47769FCBDD1; IL2CPP_EXTERN_C String_t* _stringLiteralD40F98F04519E8B839CB845B706DE89A31373E6D; IL2CPP_EXTERN_C String_t* _stringLiteralD513926BC65531B10DF4D71DB0A350013DA25BDB; IL2CPP_EXTERN_C String_t* _stringLiteralD6A89F463B2D89A9279731202698C58374A26D23; IL2CPP_EXTERN_C String_t* _stringLiteralD7CC7E478F16C73256D19059051F024252A028A8; IL2CPP_EXTERN_C String_t* _stringLiteralD884F35E59A1E1A56C51BCEE6A01D6B3DDBA9CAD; IL2CPP_EXTERN_C String_t* _stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0; IL2CPP_EXTERN_C String_t* _stringLiteralD99B048E5E2132B0C4C39A7C2BF2D6C91DE6C0F3; IL2CPP_EXTERN_C String_t* _stringLiteralDA1679121AAD822018502ECC16BA2D35114EF119; IL2CPP_EXTERN_C String_t* _stringLiteralDAAC8074AC3DFB6E43BF44F036CA368289069A09; IL2CPP_EXTERN_C String_t* _stringLiteralDACE06C925094389C244AE9CE840DEC99974705B; IL2CPP_EXTERN_C String_t* _stringLiteralDAFE8F412E5C9A2B1CB554D39DEA0D6CD543C0E7; IL2CPP_EXTERN_C String_t* _stringLiteralDBAE7A16641727E84CF74581E4727DAC4B78897A; IL2CPP_EXTERN_C String_t* _stringLiteralDC86C4C7779BA26AAC7ABC828D643C5F57E2DED0; IL2CPP_EXTERN_C String_t* _stringLiteralDD0F2FA94C795CDE376C1F8D06FA9BB64450D454; IL2CPP_EXTERN_C String_t* _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17; IL2CPP_EXTERN_C String_t* _stringLiteralDEF14698D1C0D2A1D64529BEAB4A86A685650609; IL2CPP_EXTERN_C String_t* _stringLiteralDF1CF539722D58CC569DAE01700516448ABF534B; IL2CPP_EXTERN_C String_t* _stringLiteralE14F1B14BE116CFA355535FCD1863D382601BDE0; IL2CPP_EXTERN_C String_t* _stringLiteralE3234876E15804436882B2C3806341594D339F4F; IL2CPP_EXTERN_C String_t* _stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26; IL2CPP_EXTERN_C String_t* _stringLiteralE35D6A21B557408AC6AD57457A73222633C0C7B7; IL2CPP_EXTERN_C String_t* _stringLiteralE3AECE0361D3EBD6F53120D1A60E09EDF69E0C2D; IL2CPP_EXTERN_C String_t* _stringLiteralE42E8BB820D4F7550A0F04619F4E15FDC56943B9; IL2CPP_EXTERN_C String_t* _stringLiteralE56748CDD247AC396C7847513B2D2D24821D48DA; IL2CPP_EXTERN_C String_t* _stringLiteralE729A02D79E425BEB3FDD6C02B8B5922A8026780; IL2CPP_EXTERN_C String_t* _stringLiteralE737077F82A6A1C9D7B4A05167CF04250F549BC4; IL2CPP_EXTERN_C String_t* _stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralE7E8A279C6B408C8115ECB8D5D20FFD0A71025C3; IL2CPP_EXTERN_C String_t* _stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB; IL2CPP_EXTERN_C String_t* _stringLiteralE8F8956EC2DD3FD7AA7C20BA5CD0ED3EE5739BED; IL2CPP_EXTERN_C String_t* _stringLiteralEA8E729CC5987110F10D39A9A665EE53E922C344; IL2CPP_EXTERN_C String_t* _stringLiteralEB8804A531370DBDDE190078E101C64B7CB3BC7F; IL2CPP_EXTERN_C String_t* _stringLiteralEBE46DF54B01B606DB21F86C7C40D5E6231B0C66; IL2CPP_EXTERN_C String_t* _stringLiteralEC19713AECB91118EB8A64B101AE7339B2AB59FC; IL2CPP_EXTERN_C String_t* _stringLiteralED4642B9462EF943DD5E810FB4B4B61803DB85A8; IL2CPP_EXTERN_C String_t* _stringLiteralED5AFE132A97BA24E8306366DD70B9A8D78BFA48; IL2CPP_EXTERN_C String_t* _stringLiteralEDD0B5EECD58DD1FC50E50A6FDCB780B42076BDB; IL2CPP_EXTERN_C String_t* _stringLiteralEE17B9A3774B84CC5EF248A0C6133425A90545CB; IL2CPP_EXTERN_C String_t* _stringLiteralEE8F28023EC9CDDD92DEF34472DB9261ECBF59AD; IL2CPP_EXTERN_C String_t* _stringLiteralEF3BAED9292CF98983DB6849376890F2994BFFD8; IL2CPP_EXTERN_C String_t* _stringLiteralEFA8BED8E96B526AE693D294B1F2669AE609AB32; IL2CPP_EXTERN_C String_t* _stringLiteralF0F1DAD540221F03C448A3AE9F0242B2388C05D4; IL2CPP_EXTERN_C String_t* _stringLiteralF23271A51B0CAD6D72E7ADE5AD13B8927F6F770C; IL2CPP_EXTERN_C String_t* _stringLiteralF2564EEB56D40593CB508FC692C0A8909F572CA6; IL2CPP_EXTERN_C String_t* _stringLiteralF25C8369F2CB39B76E314E1965B832A8A976C9B9; IL2CPP_EXTERN_C String_t* _stringLiteralF263CCD44CB2B9304F9F18DC1F6912F785B7E34C; IL2CPP_EXTERN_C String_t* _stringLiteralF2B24C7410972079451510683171FAFB0B4A4999; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF4509A041EA8302549B9E119D97A7AB78C63BC8C; IL2CPP_EXTERN_C String_t* _stringLiteralF53390C74D60B2DC19B777A65C813262B3859D6C; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralF8D8397ADB5D5049DE1EA528891B9EFEA8264944; IL2CPP_EXTERN_C String_t* _stringLiteralF9B788DCC0D65BA8F1E9F11D9E451C2E37BACE77; IL2CPP_EXTERN_C String_t* _stringLiteralFB122B8CB35BF93949E7890FE572C6C46564EDE4; IL2CPP_EXTERN_C String_t* _stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34; IL2CPP_EXTERN_C String_t* _stringLiteralFDE0C40B48F344565494A602561F2C8DD806E00F; IL2CPP_EXTERN_C String_t* _stringLiteralFE0B3298C2A71B0C504421DE1D5782EBAD7F5CD8; IL2CPP_EXTERN_C String_t* _stringLiteralFEE32A45D8A04516F9D627B9E45532DCB07259F7; IL2CPP_EXTERN_C String_t* _stringLiteralFFD23053085F6DD265328D7B65A7C42E13AC3DA7; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisPropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_mF37EC25A4FF4457FF478EB04F5CEFBEB109E1960_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mCBCCAD6E1A920367AE36BD7AC5B7135E61B5A5C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Next_m171F1B2896732CA7C3145271CD4A48B6ECAF726B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Value_mE8E877BEBBD3E32AF07BB9494DDFF445B55A23C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddFirst_m568E3D6F171C80D9E3FD857606640D54201DB4DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddFirst_mBB9AE7A968A226CFBF78E7ABCDEA6DCABC7A5369_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_RemoveLast_m8915CCD6E20A447490A39727BE0F3DB5D26A38BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_m43BA463FBFABC3163209EAF6CD3788FCB9248B72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1__ctor_m52D5CEC939526CFC21378944079108F376088823_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_Count_mC4E2C15BD25B1511DF3C10A0252A60A73C6DF6DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_First_mF15ECBEDF972579A7308F61A3B9D4873E227B00D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_m84E8138D9C57275D0DC794C2614085B57D0AC433_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m26B63197215DA12747550DE05F7B1D9D703FC1CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mA3DBE040EEF5DE50ABFAB025BD78EEC1985296FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProcessWaitHandle__ctor_m4245C175DE3C813642C8505CC6EF501A2D98B571_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_Add_mFD0446EF7C7F01E2DDBBA8F0ED3F8C5032CC21BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_Clear_mCD708128A8F7A938EA59BD4A03CA9906074B8669_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_Insert_m1640168D014CF18C3FF9CF926D201FB5EA0F4A2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_RemoveAt_m3B381D97316A8BD230FA572EA2FE637198B56C6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_Remove_m6DBDA01682BE0A51A885466A1DE9CBB6E8DC6F8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_System_Collections_IDictionary_Add_m13AAE39646C19F96E68CDEDC00673621AB4C40B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_m9EF323C052E7C84FCF4D83F690A4A8CE5432AFC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_System_Collections_IList_set_Item_m0A6C267388E2BB2096A30DDF4CF8260AB4B72748_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptorCollection_get_Item_m1E0F8663227AB47081503762A7D23D8C15321984_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptor_AddValueChanged_m9C10DF1969778E24B7F195A2F39347E69C898C21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptor_GetTypeFromName_m85262A7175CC1D7D6BF11B1CDE6B491CDA815FA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyDescriptor_RemoveValueChanged_m53DAD55289BF8D507CBFB738D93F733A2FDBFDCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyTabAttribute_InitializeArrays_m38F3DA17A2F14AD3B2C137F230EA29DE08AA6647_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyTabAttribute__ctor_mB339479634E54F10CA939C16802A9700C6994555_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyTabAttribute__ctor_mB39030E2A49F206FF222D1B7BB01E4AA265AAEA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PropertyTabAttribute_get_TabClasses_m37A7E28B004C2A31EA6C30A6042B63D8FB19CB8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement__ctor_m6D9B4D4118C0EC9F069E83A6C3DCAA36209DEB75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_get_AutoDetect_mF6D0D71CC630A869F0971611827312D2C8810DA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_get_BypassOnLocal_mFFDD587B6CF471BF21EBBE3590BA7F596C75A50E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_get_Properties_mB7790E9D638EC711E4783ACC846BE1568332E9B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_get_ProxyAddress_mBFAEB00E58329853CFE93AD8E86A37FF969703A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_get_ScriptLocation_mD4F1E8C4EA3A11D1AD84DF989A21497441529985_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_get_UseSystemDefault_m06318F64D5AD8616DE042BB525E08FE560506128_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_set_AutoDetect_m8B28863E5558F72CDE2C79897F5FB8AFDC055BF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_set_BypassOnLocal_m93EA82ECE456A6E30200C490D83C72F8D4AA788E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_set_ProxyAddress_m4F4E8E34A6B46B21E1327E0EC92F00712D50E5E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_set_ScriptLocation_m1CC05D152DCC054C957AB79F946048BAFD43529E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_set_UseSystemDefault_mE85DF548D0226F11A544CCBBA9B8CEE51518AA91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PublicKey_DecodeDSA_mE287558C57A529CD95CF1198679DC1EB6D8D026D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PublicKey_DecodeRSA_m0DC1D6C55C4FE7663351264681DD318DD58DAF30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PublicKey_get_Key_mF430DCB9952B3B936420D1F3CAE486DBF7570ECF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReferenceConverter_ConvertTo_m86FD5D8E4533ECE73E541C0D103E587F82656AD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectEventDescriptor_AddEventHandler_mEE8569E24ADC6ABF61CE61456A56D1EBAA7068E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectEventDescriptor_FillMethods_mD1ABD0B6F719E682E66F99367EE6BEF85B3E4744_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectEventDescriptor_RemoveEventHandler_m7459BF30C69239D123C5F212674D243E5F30B875_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectEventDescriptor__ctor_m7B5D76C02629562815ACF2248610E835BF2DB356_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectEventDescriptor__ctor_mDF1B5292319139D6B209872C923C8DF998B60250_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_AddValueChanged_m3944585DC693BBE9319821F2411586C133FEC102_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_ExtenderResetValue_m779998D7C7CEC431DD13AA36350EA60D6F6AEBAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_ExtenderSetValue_m3A2AF4406EE888D4BA9ED1D680DAA4CC975C8BFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_FillAttributes_mAC72E75F1F36B73FF17182A1D2191CDEAC53F7F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_GetValue_m67B0C2944B90FF7E404387992595C7460936F1D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_OnINotifyPropertyChanged_m7CA367013AF8DAB1BCF7F61A1D3786026BDB4FD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_RemoveValueChanged_m8B8129941444F632760F0DD751081A5FFBF150D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_ResetValue_m788467AB98149BCC8EB3D5D96E21818A4B38FFCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_SetValue_m634B87C17FDA164FB409D5D8A0CDE89622EBA681_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor__ctor_m30F66F2C895725D8A9414793B635A490BAA07F83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor__ctor_mED990C023A8DB91A1886823EFAEFFFA11828BE96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectPropertyDescriptor_get_GetMethodValue_m9115C546F7F5AD4E392EDC34BD4149FDDC3D5045_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectTypeDescriptionProvider_AddEditorTable_mE3F01626E2AE719550BE6BCC3F873285CC12B442_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectTypeDescriptionProvider_GetExtenderProviders_mF79DAF0C827F60F52086C8A056886F0191728893_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectTypeDescriptionProvider_GetTypeFromName_m1CEFE86C67362741423584F3E2954961790FD83A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectTypeDescriptionProvider_SearchIntrinsicTable_mA755F252197F5EB8366F3AE93B0EF10DEF4215E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegexCharClass_SetFromProperty_m5938519AC2682F7F0E6491A0D71C11FCA825B827_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_InitDefaultMatchTimeout_mB8E2FD4834968D6E775632A6D55FCA39D65F402F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_InitializeReferences_mE235C9E46D78418A5D0C2D20AD885CA08A7963CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_IsMatch_mDDCAABF0AAA48842BD96EE728A7A6732D579DB6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_Match_m172D74CF011CD3C89EA61D47BE7DEA1E689B5C7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_Matches_mA3CAFBD1A581E7409F82E96AB033F62A5F305465_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_Matches_mE1B9FFC45683E3446029B8449C3361CDA2BD1B15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_Replace_m47C8C4AF6A7F1D1A2728F9ADA7791F4EABA49E2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_Replace_mDCC89468106F966C02DF2A0D7B56B305E95463EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex_ValidateMatchTimeout_m4C1557E40D27540F8F9E8CDA35473D94F7B1B2F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ArrayConverter_tFBDB50F33C968783C3D43A57A7EB5FD2E7105E03_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ByteConverter_t4E8CBEAA386EC5ABA62EF232D11504F0B9AB8653_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CharConverter_t29DEC889E461BCFD7BD224AFB3D6DB6A9E4189A9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeConverter_t49DF440D603EA3B80DF6985DC10DAB78513A9A86_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeOffsetConverter_t6DA5C7194BD4F53C74514B27932E76403337B05E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Delegate_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DoubleConverter_t086E77489968A1C31C6C83DC40033F6B2884A606_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Enum_t23B90B40F60E677A8025267341651C94AE079CDA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* GuidConverter_t27D023D55EE237735492E3831AEDE23FD65ACBEB_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Guid_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IExtenderListService_t82FF411EDC49E2E64099010DB88BEC6151517AE1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16Converter_t06F8132C8D9EB4AACD2798F07FF71AA0F4D23363_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32Converter_t7CB6D229AF03701BFDDC546C8C398AAF320BA094_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64Converter_t397B7C232C9417FB27D70380FD5C9287819F19F5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* MulticastDelegate_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeArray_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByteConverter_t17E8430E910075C56A4B3161FDEE2AA082C21794_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* StringConverter_tEC598B89E55C16F1669CFBC98F5C2308E2F232E5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpanConverter_t5F2498D1A18C834B1F4B9E7A3CF59069D2B72D2E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Type_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16Converter_tBB0C3CF13D8C87EF0C769D6A269EB09D0C51D287_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32Converter_t6ED01E2D8FE7683FEC79FE8C412E2BDAFB9A47F9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64Converter_tB5A8B76C8A72481E4528B53033D7BB9CA72ABF24_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var; struct Assembly_t_marshaled_com; struct Assembly_t_marshaled_pinvoke; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457; struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9; struct EventInfoU5BU5D_tF52FAA4D1D1C1E3F5C14EB30F5FB2A2F7D3DB681; struct IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75; struct PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A; struct PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9; struct ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E; struct StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___entries_1)); } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___keys_7)); } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___values_8)); } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * get_values_8() const { return ___values_8; } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::list LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::next LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * ___next_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::prev LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * ___prev_2; // T System.Collections.Generic.LinkedListNode`1::item CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * ___item_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA, ___list_0)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_list_0() const { return ___list_0; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA, ___next_1)); } inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * get_next_1() const { return ___next_1; } inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } inline static int32_t get_offset_of_prev_2() { return static_cast(offsetof(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA, ___prev_2)); } inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * get_prev_2() const { return ___prev_2; } inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA ** get_address_of_prev_2() { return &___prev_2; } inline void set_prev_2(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * value) { ___prev_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___prev_2), (void*)value); } inline static int32_t get_offset_of_item_3() { return static_cast(offsetof(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA, ___item_3)); } inline CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * get_item_3() const { return ___item_3; } inline CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 ** get_address_of_item_3() { return &___item_3; } inline void set_item_3(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * value) { ___item_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_3), (void*)value); } }; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 System.Collections.Generic.LinkedListNode`1::list LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * ___list_0; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::next LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___next_1; // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::prev LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___prev_2; // T System.Collections.Generic.LinkedListNode`1::item RuntimeObject * ___item_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F, ___list_0)); } inline LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * get_list_0() const { return ___list_0; } inline LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F, ___next_1)); } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * get_next_1() const { return ___next_1; } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } inline static int32_t get_offset_of_prev_2() { return static_cast(offsetof(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F, ___prev_2)); } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * get_prev_2() const { return ___prev_2; } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F ** get_address_of_prev_2() { return &___prev_2; } inline void set_prev_2(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * value) { ___prev_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___prev_2), (void*)value); } inline static int32_t get_offset_of_item_3() { return static_cast(offsetof(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F, ___item_3)); } inline RuntimeObject * get_item_3() const { return ___item_3; } inline RuntimeObject ** get_address_of_item_3() { return &___item_3; } inline void set_item_3(RuntimeObject * value) { ___item_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_3), (void*)value); } }; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * ___head_0; // System.Int32 System.Collections.Generic.LinkedList`1::count int32_t ___count_1; // System.Int32 System.Collections.Generic.LinkedList`1::version int32_t ___version_2; // System.Object System.Collections.Generic.LinkedList`1::_syncRoot RuntimeObject * ____syncRoot_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_4; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92, ___head_0)); } inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * get_head_0() const { return ___head_0; } inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } inline static int32_t get_offset_of__siInfo_4() { return static_cast(offsetof(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92, ____siInfo_4)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_4() const { return ____siInfo_4; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_4() { return &____siInfo_4; } inline void set__siInfo_4(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_4), (void*)value); } }; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B : public RuntimeObject { public: // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::head LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___head_0; // System.Int32 System.Collections.Generic.LinkedList`1::count int32_t ___count_1; // System.Int32 System.Collections.Generic.LinkedList`1::version int32_t ___version_2; // System.Object System.Collections.Generic.LinkedList`1::_syncRoot RuntimeObject * ____syncRoot_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_4; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ___head_0)); } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * get_head_0() const { return ___head_0; } inline LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } inline static int32_t get_offset_of__siInfo_4() { return static_cast(offsetof(LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B, ____siInfo_4)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_4() const { return ____siInfo_4; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_4() { return &____siInfo_4; } inline void set__siInfo_4(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3, ____items_1)); } inline SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E* get__items_1() const { return ____items_1; } inline SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_StaticFields, ____emptyArray_5)); } inline SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E* get__emptyArray_5() const { return ____emptyArray_5; } inline SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SingleRangeU5BU5D_tC4949ABA95185EC7D44A8541D94E78622540787E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // Mono.Security.ASN1 struct ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 : public RuntimeObject { public: // System.Byte Mono.Security.ASN1::m_nTag uint8_t ___m_nTag_0; // System.Byte[] Mono.Security.ASN1::m_aValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_aValue_1; // System.Collections.ArrayList Mono.Security.ASN1::elist ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___elist_2; public: inline static int32_t get_offset_of_m_nTag_0() { return static_cast(offsetof(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8, ___m_nTag_0)); } inline uint8_t get_m_nTag_0() const { return ___m_nTag_0; } inline uint8_t* get_address_of_m_nTag_0() { return &___m_nTag_0; } inline void set_m_nTag_0(uint8_t value) { ___m_nTag_0 = value; } inline static int32_t get_offset_of_m_aValue_1() { return static_cast(offsetof(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8, ___m_aValue_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_aValue_1() const { return ___m_aValue_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_aValue_1() { return &___m_aValue_1; } inline void set_m_aValue_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_aValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_aValue_1), (void*)value); } inline static int32_t get_offset_of_elist_2() { return static_cast(offsetof(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8, ___elist_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_elist_2() const { return ___elist_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_elist_2() { return &___elist_2; } inline void set_elist_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___elist_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elist_2), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.Security.Cryptography.AsnEncodedData struct AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA : public RuntimeObject { public: // System.Security.Cryptography.Oid System.Security.Cryptography.AsnEncodedData::_oid Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ____oid_0; // System.Byte[] System.Security.Cryptography.AsnEncodedData::_raw ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____raw_1; public: inline static int32_t get_offset_of__oid_0() { return static_cast(offsetof(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA, ____oid_0)); } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * get__oid_0() const { return ____oid_0; } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 ** get_address_of__oid_0() { return &____oid_0; } inline void set__oid_0(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * value) { ____oid_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____oid_0), (void*)value); } inline static int32_t get_offset_of__raw_1() { return static_cast(offsetof(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA, ____raw_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__raw_1() const { return ____raw_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__raw_1() { return &____raw_1; } inline void set__raw_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____raw_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____raw_1), (void*)value); } }; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F, ___KeySizeValue_0)); } inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; } inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; } inline void set_KeySizeValue_0(int32_t value) { ___KeySizeValue_0 = value; } inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast(offsetof(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_1), (void*)value); } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.ComponentModel.AttributeCollection struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C : public RuntimeObject { public: // System.Attribute[] System.ComponentModel.AttributeCollection::_attributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ____attributes_2; // System.ComponentModel.AttributeCollection/AttributeEntry[] System.ComponentModel.AttributeCollection::_foundAttributeTypes AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* ____foundAttributeTypes_5; // System.Int32 System.ComponentModel.AttributeCollection::_index int32_t ____index_6; public: inline static int32_t get_offset_of__attributes_2() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C, ____attributes_2)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get__attributes_2() const { return ____attributes_2; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of__attributes_2() { return &____attributes_2; } inline void set__attributes_2(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ____attributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributes_2), (void*)value); } inline static int32_t get_offset_of__foundAttributeTypes_5() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C, ____foundAttributeTypes_5)); } inline AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* get__foundAttributeTypes_5() const { return ____foundAttributeTypes_5; } inline AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735** get_address_of__foundAttributeTypes_5() { return &____foundAttributeTypes_5; } inline void set__foundAttributeTypes_5(AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* value) { ____foundAttributeTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____foundAttributeTypes_5), (void*)value); } inline static int32_t get_offset_of__index_6() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C, ____index_6)); } inline int32_t get__index_6() const { return ____index_6; } inline int32_t* get_address_of__index_6() { return &____index_6; } inline void set__index_6(int32_t value) { ____index_6 = value; } }; struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields { public: // System.ComponentModel.AttributeCollection System.ComponentModel.AttributeCollection::Empty AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___Empty_0; // System.Collections.Hashtable System.ComponentModel.AttributeCollection::_defaultAttributes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____defaultAttributes_1; // System.Object System.ComponentModel.AttributeCollection::internalSyncObject RuntimeObject * ___internalSyncObject_3; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields, ___Empty_0)); } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * get_Empty_0() const { return ___Empty_0; } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } inline static int32_t get_offset_of__defaultAttributes_1() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields, ____defaultAttributes_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__defaultAttributes_1() const { return ____defaultAttributes_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__defaultAttributes_1() { return &____defaultAttributes_1; } inline void set__defaultAttributes_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____defaultAttributes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultAttributes_1), (void*)value); } inline static int32_t get_offset_of_internalSyncObject_3() { return static_cast(offsetof(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields, ___internalSyncObject_3)); } inline RuntimeObject * get_internalSyncObject_3() const { return ___internalSyncObject_3; } inline RuntimeObject ** get_address_of_internalSyncObject_3() { return &___internalSyncObject_3; } inline void set_internalSyncObject_3(RuntimeObject * value) { ___internalSyncObject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalSyncObject_3), (void*)value); } }; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 : public RuntimeObject { public: public: }; // System.Text.RegularExpressions.CachedCodeEntry struct CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.CachedCodeEntry::_key String_t* ____key_0; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.CachedCodeEntry::_code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ____code_1; // System.Collections.Hashtable System.Text.RegularExpressions.CachedCodeEntry::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_2; // System.Collections.Hashtable System.Text.RegularExpressions.CachedCodeEntry::_capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____capnames_3; // System.String[] System.Text.RegularExpressions.CachedCodeEntry::_capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____capslist_4; // System.Int32 System.Text.RegularExpressions.CachedCodeEntry::_capsize int32_t ____capsize_5; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.CachedCodeEntry::_factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ____factory_6; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.CachedCodeEntry::_runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ____runnerref_7; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.CachedCodeEntry::_replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ____replref_8; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____key_0)); } inline String_t* get__key_0() const { return ____key_0; } inline String_t** get_address_of__key_0() { return &____key_0; } inline void set__key_0(String_t* value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__code_1() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____code_1)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get__code_1() const { return ____code_1; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of__code_1() { return &____code_1; } inline void set__code_1(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ____code_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____code_1), (void*)value); } inline static int32_t get_offset_of__caps_2() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____caps_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_2() const { return ____caps_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_2() { return &____caps_2; } inline void set__caps_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_2), (void*)value); } inline static int32_t get_offset_of__capnames_3() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____capnames_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__capnames_3() const { return ____capnames_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__capnames_3() { return &____capnames_3; } inline void set__capnames_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____capnames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____capnames_3), (void*)value); } inline static int32_t get_offset_of__capslist_4() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____capslist_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__capslist_4() const { return ____capslist_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__capslist_4() { return &____capslist_4; } inline void set__capslist_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____capslist_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____capslist_4), (void*)value); } inline static int32_t get_offset_of__capsize_5() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____capsize_5)); } inline int32_t get__capsize_5() const { return ____capsize_5; } inline int32_t* get_address_of__capsize_5() { return &____capsize_5; } inline void set__capsize_5(int32_t value) { ____capsize_5 = value; } inline static int32_t get_offset_of__factory_6() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____factory_6)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get__factory_6() const { return ____factory_6; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of__factory_6() { return &____factory_6; } inline void set__factory_6(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ____factory_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____factory_6), (void*)value); } inline static int32_t get_offset_of__runnerref_7() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____runnerref_7)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get__runnerref_7() const { return ____runnerref_7; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of__runnerref_7() { return &____runnerref_7; } inline void set__runnerref_7(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ____runnerref_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____runnerref_7), (void*)value); } inline static int32_t get_offset_of__replref_8() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____replref_8)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get__replref_8() const { return ____replref_8; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of__replref_8() { return &____replref_8; } inline void set__replref_8(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ____replref_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____replref_8), (void*)value); } }; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Capture::_text String_t* ____text_0; // System.Int32 System.Text.RegularExpressions.Capture::_index int32_t ____index_1; // System.Int32 System.Text.RegularExpressions.Capture::_length int32_t ____length_2; public: inline static int32_t get_offset_of__text_0() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____text_0)); } inline String_t* get__text_0() const { return ____text_0; } inline String_t** get_address_of__text_0() { return &____text_0; } inline void set__text_0(String_t* value) { ____text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____text_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Configuration.ConfigurationElement struct ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA : public RuntimeObject { public: public: }; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B : public RuntimeObject { public: public: }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 : public RuntimeObject { public: public: }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.ComponentModel.EventDescriptorCollection struct EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 : public RuntimeObject { public: // System.ComponentModel.EventDescriptor[] System.ComponentModel.EventDescriptorCollection::events EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ___events_0; // System.String[] System.ComponentModel.EventDescriptorCollection::namedSort StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort_1; // System.Collections.IComparer System.ComponentModel.EventDescriptorCollection::comparer RuntimeObject* ___comparer_2; // System.Boolean System.ComponentModel.EventDescriptorCollection::eventsOwned bool ___eventsOwned_3; // System.Boolean System.ComponentModel.EventDescriptorCollection::needSort bool ___needSort_4; // System.Int32 System.ComponentModel.EventDescriptorCollection::eventCount int32_t ___eventCount_5; // System.Boolean System.ComponentModel.EventDescriptorCollection::readOnly bool ___readOnly_6; public: inline static int32_t get_offset_of_events_0() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___events_0)); } inline EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* get_events_0() const { return ___events_0; } inline EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9** get_address_of_events_0() { return &___events_0; } inline void set_events_0(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* value) { ___events_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___events_0), (void*)value); } inline static int32_t get_offset_of_namedSort_1() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___namedSort_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_namedSort_1() const { return ___namedSort_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_namedSort_1() { return &___namedSort_1; } inline void set_namedSort_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___namedSort_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___namedSort_1), (void*)value); } inline static int32_t get_offset_of_comparer_2() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___comparer_2)); } inline RuntimeObject* get_comparer_2() const { return ___comparer_2; } inline RuntimeObject** get_address_of_comparer_2() { return &___comparer_2; } inline void set_comparer_2(RuntimeObject* value) { ___comparer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_2), (void*)value); } inline static int32_t get_offset_of_eventsOwned_3() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___eventsOwned_3)); } inline bool get_eventsOwned_3() const { return ___eventsOwned_3; } inline bool* get_address_of_eventsOwned_3() { return &___eventsOwned_3; } inline void set_eventsOwned_3(bool value) { ___eventsOwned_3 = value; } inline static int32_t get_offset_of_needSort_4() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___needSort_4)); } inline bool get_needSort_4() const { return ___needSort_4; } inline bool* get_address_of_needSort_4() { return &___needSort_4; } inline void set_needSort_4(bool value) { ___needSort_4 = value; } inline static int32_t get_offset_of_eventCount_5() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___eventCount_5)); } inline int32_t get_eventCount_5() const { return ___eventCount_5; } inline int32_t* get_address_of_eventCount_5() { return &___eventCount_5; } inline void set_eventCount_5(int32_t value) { ___eventCount_5 = value; } inline static int32_t get_offset_of_readOnly_6() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37, ___readOnly_6)); } inline bool get_readOnly_6() const { return ___readOnly_6; } inline bool* get_address_of_readOnly_6() { return &___readOnly_6; } inline void set_readOnly_6(bool value) { ___readOnly_6 = value; } }; struct EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields { public: // System.ComponentModel.EventDescriptorCollection System.ComponentModel.EventDescriptorCollection::Empty EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * ___Empty_7; public: inline static int32_t get_offset_of_Empty_7() { return static_cast(offsetof(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields, ___Empty_7)); } inline EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * get_Empty_7() const { return ___Empty_7; } inline EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 ** get_address_of_Empty_7() { return &___Empty_7; } inline void set_Empty_7(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * value) { ___Empty_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_7), (void*)value); } }; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 : public RuntimeObject { public: // System.Text.RegularExpressions.RegexRunner System.Text.RegularExpressions.ExclusiveReference::_ref RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * ____ref_0; // System.Object System.Text.RegularExpressions.ExclusiveReference::_obj RuntimeObject * ____obj_1; // System.Int32 System.Text.RegularExpressions.ExclusiveReference::_locked int32_t ____locked_2; public: inline static int32_t get_offset_of__ref_0() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____ref_0)); } inline RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * get__ref_0() const { return ____ref_0; } inline RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 ** get_address_of__ref_0() { return &____ref_0; } inline void set__ref_0(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * value) { ____ref_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ref_0), (void*)value); } inline static int32_t get_offset_of__obj_1() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____obj_1)); } inline RuntimeObject * get__obj_1() const { return ____obj_1; } inline RuntimeObject ** get_address_of__obj_1() { return &____obj_1; } inline void set__obj_1(RuntimeObject * value) { ____obj_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____obj_1), (void*)value); } inline static int32_t get_offset_of__locked_2() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____locked_2)); } inline int32_t get__locked_2() const { return ____locked_2; } inline int32_t* get_address_of__locked_2() { return &____locked_2; } inline void set__locked_2(int32_t value) { ____locked_2 = value; } }; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::list ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * ___list_0; // System.Collections.Hashtable System.Collections.Specialized.HybridDictionary::hashtable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___hashtable_1; // System.Boolean System.Collections.Specialized.HybridDictionary::caseInsensitive bool ___caseInsensitive_2; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A, ___list_0)); } inline ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * get_list_0() const { return ___list_0; } inline ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_hashtable_1() { return static_cast(offsetof(HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A, ___hashtable_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_hashtable_1() const { return ___hashtable_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_hashtable_1() { return &___hashtable_1; } inline void set_hashtable_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___hashtable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashtable_1), (void*)value); } inline static int32_t get_offset_of_caseInsensitive_2() { return static_cast(offsetof(HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A, ___caseInsensitive_2)); } inline bool get_caseInsensitive_2() const { return ___caseInsensitive_2; } inline bool* get_address_of_caseInsensitive_2() { return &___caseInsensitive_2; } inline void set_caseInsensitive_2(bool value) { ___caseInsensitive_2 = value; } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E : public RuntimeObject { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.MatchCollection::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_0; // System.Collections.ArrayList System.Text.RegularExpressions.MatchCollection::_matches ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____matches_1; // System.Boolean System.Text.RegularExpressions.MatchCollection::_done bool ____done_2; // System.String System.Text.RegularExpressions.MatchCollection::_input String_t* ____input_3; // System.Int32 System.Text.RegularExpressions.MatchCollection::_beginning int32_t ____beginning_4; // System.Int32 System.Text.RegularExpressions.MatchCollection::_length int32_t ____length_5; // System.Int32 System.Text.RegularExpressions.MatchCollection::_startat int32_t ____startat_6; // System.Int32 System.Text.RegularExpressions.MatchCollection::_prevlen int32_t ____prevlen_7; public: inline static int32_t get_offset_of__regex_0() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____regex_0)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_0() const { return ____regex_0; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_0() { return &____regex_0; } inline void set__regex_0(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_0), (void*)value); } inline static int32_t get_offset_of__matches_1() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____matches_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__matches_1() const { return ____matches_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__matches_1() { return &____matches_1; } inline void set__matches_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____matches_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_1), (void*)value); } inline static int32_t get_offset_of__done_2() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____done_2)); } inline bool get__done_2() const { return ____done_2; } inline bool* get_address_of__done_2() { return &____done_2; } inline void set__done_2(bool value) { ____done_2 = value; } inline static int32_t get_offset_of__input_3() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____input_3)); } inline String_t* get__input_3() const { return ____input_3; } inline String_t** get_address_of__input_3() { return &____input_3; } inline void set__input_3(String_t* value) { ____input_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____input_3), (void*)value); } inline static int32_t get_offset_of__beginning_4() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____beginning_4)); } inline int32_t get__beginning_4() const { return ____beginning_4; } inline int32_t* get_address_of__beginning_4() { return &____beginning_4; } inline void set__beginning_4(int32_t value) { ____beginning_4 = value; } inline static int32_t get_offset_of__length_5() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____length_5)); } inline int32_t get__length_5() const { return ____length_5; } inline int32_t* get_address_of__length_5() { return &____length_5; } inline void set__length_5(int32_t value) { ____length_5 = value; } inline static int32_t get_offset_of__startat_6() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____startat_6)); } inline int32_t get__startat_6() const { return ____startat_6; } inline int32_t* get_address_of__startat_6() { return &____startat_6; } inline void set__startat_6(int32_t value) { ____startat_6 = value; } inline static int32_t get_offset_of__prevlen_7() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____prevlen_7)); } inline int32_t get__prevlen_7() const { return ____prevlen_7; } inline int32_t* get_address_of__prevlen_7() { return &____prevlen_7; } inline void set__prevlen_7(int32_t value) { ____prevlen_7 = value; } }; struct MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_StaticFields { public: // System.Int32 System.Text.RegularExpressions.MatchCollection::infinite int32_t ___infinite_8; public: inline static int32_t get_offset_of_infinite_8() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_StaticFields, ___infinite_8)); } inline int32_t get_infinite_8() const { return ___infinite_8; } inline int32_t* get_address_of_infinite_8() { return &___infinite_8; } inline void set_infinite_8(int32_t value) { ___infinite_8 = value; } }; // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F : public RuntimeObject { public: // System.String System.ComponentModel.MemberDescriptor::name String_t* ___name_0; // System.String System.ComponentModel.MemberDescriptor::displayName String_t* ___displayName_1; // System.Int32 System.ComponentModel.MemberDescriptor::nameHash int32_t ___nameHash_2; // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::attributeCollection AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___attributeCollection_3; // System.Attribute[] System.ComponentModel.MemberDescriptor::attributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes_4; // System.Attribute[] System.ComponentModel.MemberDescriptor::originalAttributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___originalAttributes_5; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFiltered bool ___attributesFiltered_6; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFilled bool ___attributesFilled_7; // System.Int32 System.ComponentModel.MemberDescriptor::metadataVersion int32_t ___metadataVersion_8; // System.String System.ComponentModel.MemberDescriptor::category String_t* ___category_9; // System.String System.ComponentModel.MemberDescriptor::description String_t* ___description_10; // System.Object System.ComponentModel.MemberDescriptor::lockCookie RuntimeObject * ___lockCookie_11; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_displayName_1() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___displayName_1)); } inline String_t* get_displayName_1() const { return ___displayName_1; } inline String_t** get_address_of_displayName_1() { return &___displayName_1; } inline void set_displayName_1(String_t* value) { ___displayName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayName_1), (void*)value); } inline static int32_t get_offset_of_nameHash_2() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___nameHash_2)); } inline int32_t get_nameHash_2() const { return ___nameHash_2; } inline int32_t* get_address_of_nameHash_2() { return &___nameHash_2; } inline void set_nameHash_2(int32_t value) { ___nameHash_2 = value; } inline static int32_t get_offset_of_attributeCollection_3() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributeCollection_3)); } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * get_attributeCollection_3() const { return ___attributeCollection_3; } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C ** get_address_of_attributeCollection_3() { return &___attributeCollection_3; } inline void set_attributeCollection_3(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * value) { ___attributeCollection_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeCollection_3), (void*)value); } inline static int32_t get_offset_of_attributes_4() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributes_4)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_attributes_4() const { return ___attributes_4; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_attributes_4() { return &___attributes_4; } inline void set_attributes_4(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___attributes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_4), (void*)value); } inline static int32_t get_offset_of_originalAttributes_5() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___originalAttributes_5)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_originalAttributes_5() const { return ___originalAttributes_5; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_originalAttributes_5() { return &___originalAttributes_5; } inline void set_originalAttributes_5(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___originalAttributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___originalAttributes_5), (void*)value); } inline static int32_t get_offset_of_attributesFiltered_6() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFiltered_6)); } inline bool get_attributesFiltered_6() const { return ___attributesFiltered_6; } inline bool* get_address_of_attributesFiltered_6() { return &___attributesFiltered_6; } inline void set_attributesFiltered_6(bool value) { ___attributesFiltered_6 = value; } inline static int32_t get_offset_of_attributesFilled_7() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFilled_7)); } inline bool get_attributesFilled_7() const { return ___attributesFilled_7; } inline bool* get_address_of_attributesFilled_7() { return &___attributesFilled_7; } inline void set_attributesFilled_7(bool value) { ___attributesFilled_7 = value; } inline static int32_t get_offset_of_metadataVersion_8() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___metadataVersion_8)); } inline int32_t get_metadataVersion_8() const { return ___metadataVersion_8; } inline int32_t* get_address_of_metadataVersion_8() { return &___metadataVersion_8; } inline void set_metadataVersion_8(int32_t value) { ___metadataVersion_8 = value; } inline static int32_t get_offset_of_category_9() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___category_9)); } inline String_t* get_category_9() const { return ___category_9; } inline String_t** get_address_of_category_9() { return &___category_9; } inline void set_category_9(String_t* value) { ___category_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___category_9), (void*)value); } inline static int32_t get_offset_of_description_10() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___description_10)); } inline String_t* get_description_10() const { return ___description_10; } inline String_t** get_address_of_description_10() { return &___description_10; } inline void set_description_10(String_t* value) { ___description_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_10), (void*)value); } inline static int32_t get_offset_of_lockCookie_11() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___lockCookie_11)); } inline RuntimeObject * get_lockCookie_11() const { return ___lockCookie_11; } inline RuntimeObject ** get_address_of_lockCookie_11() { return &___lockCookie_11; } inline void set_lockCookie_11(RuntimeObject * value) { ___lockCookie_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___lockCookie_11), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Diagnostics.ProcessInfo struct ProcessInfo_tF04D791821A3852114D48FF2FD645423FAA7D6F9 : public RuntimeObject { public: public: }; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F : public RuntimeObject { public: // System.Collections.IDictionary System.ComponentModel.PropertyDescriptorCollection::cachedFoundProperties RuntimeObject* ___cachedFoundProperties_1; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::cachedIgnoreCase bool ___cachedIgnoreCase_2; // System.ComponentModel.PropertyDescriptor[] System.ComponentModel.PropertyDescriptorCollection::properties PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties_3; // System.Int32 System.ComponentModel.PropertyDescriptorCollection::propCount int32_t ___propCount_4; // System.String[] System.ComponentModel.PropertyDescriptorCollection::namedSort StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort_5; // System.Collections.IComparer System.ComponentModel.PropertyDescriptorCollection::comparer RuntimeObject* ___comparer_6; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::propsOwned bool ___propsOwned_7; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::needSort bool ___needSort_8; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::readOnly bool ___readOnly_9; public: inline static int32_t get_offset_of_cachedFoundProperties_1() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___cachedFoundProperties_1)); } inline RuntimeObject* get_cachedFoundProperties_1() const { return ___cachedFoundProperties_1; } inline RuntimeObject** get_address_of_cachedFoundProperties_1() { return &___cachedFoundProperties_1; } inline void set_cachedFoundProperties_1(RuntimeObject* value) { ___cachedFoundProperties_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedFoundProperties_1), (void*)value); } inline static int32_t get_offset_of_cachedIgnoreCase_2() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___cachedIgnoreCase_2)); } inline bool get_cachedIgnoreCase_2() const { return ___cachedIgnoreCase_2; } inline bool* get_address_of_cachedIgnoreCase_2() { return &___cachedIgnoreCase_2; } inline void set_cachedIgnoreCase_2(bool value) { ___cachedIgnoreCase_2 = value; } inline static int32_t get_offset_of_properties_3() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___properties_3)); } inline PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* get_properties_3() const { return ___properties_3; } inline PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75** get_address_of_properties_3() { return &___properties_3; } inline void set_properties_3(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* value) { ___properties_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___properties_3), (void*)value); } inline static int32_t get_offset_of_propCount_4() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___propCount_4)); } inline int32_t get_propCount_4() const { return ___propCount_4; } inline int32_t* get_address_of_propCount_4() { return &___propCount_4; } inline void set_propCount_4(int32_t value) { ___propCount_4 = value; } inline static int32_t get_offset_of_namedSort_5() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___namedSort_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_namedSort_5() const { return ___namedSort_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_namedSort_5() { return &___namedSort_5; } inline void set_namedSort_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___namedSort_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___namedSort_5), (void*)value); } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_propsOwned_7() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___propsOwned_7)); } inline bool get_propsOwned_7() const { return ___propsOwned_7; } inline bool* get_address_of_propsOwned_7() { return &___propsOwned_7; } inline void set_propsOwned_7(bool value) { ___propsOwned_7 = value; } inline static int32_t get_offset_of_needSort_8() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___needSort_8)); } inline bool get_needSort_8() const { return ___needSort_8; } inline bool* get_address_of_needSort_8() { return &___needSort_8; } inline void set_needSort_8(bool value) { ___needSort_8 = value; } inline static int32_t get_offset_of_readOnly_9() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___readOnly_9)); } inline bool get_readOnly_9() const { return ___readOnly_9; } inline bool* get_address_of_readOnly_9() { return &___readOnly_9; } inline void set_readOnly_9(bool value) { ___readOnly_9 = value; } }; struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields { public: // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Empty PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields, ___Empty_0)); } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * get_Empty_0() const { return ___Empty_0; } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.Security.Cryptography.X509Certificates.PublicKey struct PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 : public RuntimeObject { public: // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.PublicKey::_key AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ____key_0; // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::_keyValue AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ____keyValue_1; // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::_params AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ____params_2; // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.PublicKey::_oid Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ____oid_3; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2, ____key_0)); } inline AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * get__key_0() const { return ____key_0; } inline AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__keyValue_1() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2, ____keyValue_1)); } inline AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * get__keyValue_1() const { return ____keyValue_1; } inline AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA ** get_address_of__keyValue_1() { return &____keyValue_1; } inline void set__keyValue_1(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * value) { ____keyValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyValue_1), (void*)value); } inline static int32_t get_offset_of__params_2() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2, ____params_2)); } inline AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * get__params_2() const { return ____params_2; } inline AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA ** get_address_of__params_2() { return &____params_2; } inline void set__params_2(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * value) { ____params_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____params_2), (void*)value); } inline static int32_t get_offset_of__oid_3() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2, ____oid_3)); } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * get__oid_3() const { return ____oid_3; } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 ** get_address_of__oid_3() { return &____oid_3; } inline void set__oid_3(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * value) { ____oid_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____oid_3), (void*)value); } }; struct PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_StaticFields { public: // System.Byte[] System.Security.Cryptography.X509Certificates.PublicKey::Empty ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Empty_4; public: inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_StaticFields, ___Empty_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Empty_4() const { return ___Empty_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // System.Collections.ReadOnlyCollectionBase struct ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492, ___list_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_list_0() const { return ___list_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.Text.RegularExpressions.RegexBoyerMoore struct RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 : public RuntimeObject { public: // System.Int32[] System.Text.RegularExpressions.RegexBoyerMoore::_positive Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____positive_0; // System.Int32[] System.Text.RegularExpressions.RegexBoyerMoore::_negativeASCII Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____negativeASCII_1; // System.Int32[][] System.Text.RegularExpressions.RegexBoyerMoore::_negativeUnicode Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ____negativeUnicode_2; // System.String System.Text.RegularExpressions.RegexBoyerMoore::_pattern String_t* ____pattern_3; // System.Int32 System.Text.RegularExpressions.RegexBoyerMoore::_lowASCII int32_t ____lowASCII_4; // System.Int32 System.Text.RegularExpressions.RegexBoyerMoore::_highASCII int32_t ____highASCII_5; // System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::_rightToLeft bool ____rightToLeft_6; // System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::_caseInsensitive bool ____caseInsensitive_7; // System.Globalization.CultureInfo System.Text.RegularExpressions.RegexBoyerMoore::_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____culture_8; public: inline static int32_t get_offset_of__positive_0() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____positive_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__positive_0() const { return ____positive_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__positive_0() { return &____positive_0; } inline void set__positive_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____positive_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____positive_0), (void*)value); } inline static int32_t get_offset_of__negativeASCII_1() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____negativeASCII_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__negativeASCII_1() const { return ____negativeASCII_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__negativeASCII_1() { return &____negativeASCII_1; } inline void set__negativeASCII_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____negativeASCII_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____negativeASCII_1), (void*)value); } inline static int32_t get_offset_of__negativeUnicode_2() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____negativeUnicode_2)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get__negativeUnicode_2() const { return ____negativeUnicode_2; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of__negativeUnicode_2() { return &____negativeUnicode_2; } inline void set__negativeUnicode_2(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ____negativeUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____negativeUnicode_2), (void*)value); } inline static int32_t get_offset_of__pattern_3() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____pattern_3)); } inline String_t* get__pattern_3() const { return ____pattern_3; } inline String_t** get_address_of__pattern_3() { return &____pattern_3; } inline void set__pattern_3(String_t* value) { ____pattern_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____pattern_3), (void*)value); } inline static int32_t get_offset_of__lowASCII_4() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____lowASCII_4)); } inline int32_t get__lowASCII_4() const { return ____lowASCII_4; } inline int32_t* get_address_of__lowASCII_4() { return &____lowASCII_4; } inline void set__lowASCII_4(int32_t value) { ____lowASCII_4 = value; } inline static int32_t get_offset_of__highASCII_5() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____highASCII_5)); } inline int32_t get__highASCII_5() const { return ____highASCII_5; } inline int32_t* get_address_of__highASCII_5() { return &____highASCII_5; } inline void set__highASCII_5(int32_t value) { ____highASCII_5 = value; } inline static int32_t get_offset_of__rightToLeft_6() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____rightToLeft_6)); } inline bool get__rightToLeft_6() const { return ____rightToLeft_6; } inline bool* get_address_of__rightToLeft_6() { return &____rightToLeft_6; } inline void set__rightToLeft_6(bool value) { ____rightToLeft_6 = value; } inline static int32_t get_offset_of__caseInsensitive_7() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____caseInsensitive_7)); } inline bool get__caseInsensitive_7() const { return ____caseInsensitive_7; } inline bool* get_address_of__caseInsensitive_7() { return &____caseInsensitive_7; } inline void set__caseInsensitive_7(bool value) { ____caseInsensitive_7 = value; } inline static int32_t get_offset_of__culture_8() { return static_cast(offsetof(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2, ____culture_8)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__culture_8() const { return ____culture_8; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__culture_8() { return &____culture_8; } inline void set__culture_8(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____culture_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_8), (void*)value); } }; // System.Text.RegularExpressions.RegexCharClass struct RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 : public RuntimeObject { public: // System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexCharClass::_rangelist List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * ____rangelist_0; // System.Text.StringBuilder System.Text.RegularExpressions.RegexCharClass::_categories StringBuilder_t * ____categories_1; // System.Boolean System.Text.RegularExpressions.RegexCharClass::_canonical bool ____canonical_2; // System.Boolean System.Text.RegularExpressions.RegexCharClass::_negate bool ____negate_3; // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::_subtractor RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ____subtractor_4; public: inline static int32_t get_offset_of__rangelist_0() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____rangelist_0)); } inline List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * get__rangelist_0() const { return ____rangelist_0; } inline List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 ** get_address_of__rangelist_0() { return &____rangelist_0; } inline void set__rangelist_0(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * value) { ____rangelist_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangelist_0), (void*)value); } inline static int32_t get_offset_of__categories_1() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____categories_1)); } inline StringBuilder_t * get__categories_1() const { return ____categories_1; } inline StringBuilder_t ** get_address_of__categories_1() { return &____categories_1; } inline void set__categories_1(StringBuilder_t * value) { ____categories_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____categories_1), (void*)value); } inline static int32_t get_offset_of__canonical_2() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____canonical_2)); } inline bool get__canonical_2() const { return ____canonical_2; } inline bool* get_address_of__canonical_2() { return &____canonical_2; } inline void set__canonical_2(bool value) { ____canonical_2 = value; } inline static int32_t get_offset_of__negate_3() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____negate_3)); } inline bool get__negate_3() const { return ____negate_3; } inline bool* get_address_of__negate_3() { return &____negate_3; } inline void set__negate_3(bool value) { ____negate_3 = value; } inline static int32_t get_offset_of__subtractor_4() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5, ____subtractor_4)); } inline RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * get__subtractor_4() const { return ____subtractor_4; } inline RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 ** get_address_of__subtractor_4() { return &____subtractor_4; } inline void set__subtractor_4(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * value) { ____subtractor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____subtractor_4), (void*)value); } }; struct RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields { public: // System.String System.Text.RegularExpressions.RegexCharClass::InternalRegexIgnoreCase String_t* ___InternalRegexIgnoreCase_5; // System.String System.Text.RegularExpressions.RegexCharClass::Space String_t* ___Space_6; // System.String System.Text.RegularExpressions.RegexCharClass::NotSpace String_t* ___NotSpace_7; // System.String System.Text.RegularExpressions.RegexCharClass::Word String_t* ___Word_8; // System.String System.Text.RegularExpressions.RegexCharClass::NotWord String_t* ___NotWord_9; // System.String System.Text.RegularExpressions.RegexCharClass::SpaceClass String_t* ___SpaceClass_10; // System.String System.Text.RegularExpressions.RegexCharClass::NotSpaceClass String_t* ___NotSpaceClass_11; // System.String System.Text.RegularExpressions.RegexCharClass::WordClass String_t* ___WordClass_12; // System.String System.Text.RegularExpressions.RegexCharClass::NotWordClass String_t* ___NotWordClass_13; // System.String System.Text.RegularExpressions.RegexCharClass::DigitClass String_t* ___DigitClass_14; // System.String System.Text.RegularExpressions.RegexCharClass::NotDigitClass String_t* ___NotDigitClass_15; // System.Collections.Generic.Dictionary`2 System.Text.RegularExpressions.RegexCharClass::_definedCategories Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ____definedCategories_16; // System.String[0...,0...] System.Text.RegularExpressions.RegexCharClass::_propTable StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* ____propTable_17; // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping[] System.Text.RegularExpressions.RegexCharClass::_lcTable LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* ____lcTable_18; public: inline static int32_t get_offset_of_InternalRegexIgnoreCase_5() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___InternalRegexIgnoreCase_5)); } inline String_t* get_InternalRegexIgnoreCase_5() const { return ___InternalRegexIgnoreCase_5; } inline String_t** get_address_of_InternalRegexIgnoreCase_5() { return &___InternalRegexIgnoreCase_5; } inline void set_InternalRegexIgnoreCase_5(String_t* value) { ___InternalRegexIgnoreCase_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalRegexIgnoreCase_5), (void*)value); } inline static int32_t get_offset_of_Space_6() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___Space_6)); } inline String_t* get_Space_6() const { return ___Space_6; } inline String_t** get_address_of_Space_6() { return &___Space_6; } inline void set_Space_6(String_t* value) { ___Space_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Space_6), (void*)value); } inline static int32_t get_offset_of_NotSpace_7() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___NotSpace_7)); } inline String_t* get_NotSpace_7() const { return ___NotSpace_7; } inline String_t** get_address_of_NotSpace_7() { return &___NotSpace_7; } inline void set_NotSpace_7(String_t* value) { ___NotSpace_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotSpace_7), (void*)value); } inline static int32_t get_offset_of_Word_8() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___Word_8)); } inline String_t* get_Word_8() const { return ___Word_8; } inline String_t** get_address_of_Word_8() { return &___Word_8; } inline void set_Word_8(String_t* value) { ___Word_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Word_8), (void*)value); } inline static int32_t get_offset_of_NotWord_9() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___NotWord_9)); } inline String_t* get_NotWord_9() const { return ___NotWord_9; } inline String_t** get_address_of_NotWord_9() { return &___NotWord_9; } inline void set_NotWord_9(String_t* value) { ___NotWord_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotWord_9), (void*)value); } inline static int32_t get_offset_of_SpaceClass_10() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___SpaceClass_10)); } inline String_t* get_SpaceClass_10() const { return ___SpaceClass_10; } inline String_t** get_address_of_SpaceClass_10() { return &___SpaceClass_10; } inline void set_SpaceClass_10(String_t* value) { ___SpaceClass_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SpaceClass_10), (void*)value); } inline static int32_t get_offset_of_NotSpaceClass_11() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___NotSpaceClass_11)); } inline String_t* get_NotSpaceClass_11() const { return ___NotSpaceClass_11; } inline String_t** get_address_of_NotSpaceClass_11() { return &___NotSpaceClass_11; } inline void set_NotSpaceClass_11(String_t* value) { ___NotSpaceClass_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotSpaceClass_11), (void*)value); } inline static int32_t get_offset_of_WordClass_12() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___WordClass_12)); } inline String_t* get_WordClass_12() const { return ___WordClass_12; } inline String_t** get_address_of_WordClass_12() { return &___WordClass_12; } inline void set_WordClass_12(String_t* value) { ___WordClass_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___WordClass_12), (void*)value); } inline static int32_t get_offset_of_NotWordClass_13() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___NotWordClass_13)); } inline String_t* get_NotWordClass_13() const { return ___NotWordClass_13; } inline String_t** get_address_of_NotWordClass_13() { return &___NotWordClass_13; } inline void set_NotWordClass_13(String_t* value) { ___NotWordClass_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotWordClass_13), (void*)value); } inline static int32_t get_offset_of_DigitClass_14() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___DigitClass_14)); } inline String_t* get_DigitClass_14() const { return ___DigitClass_14; } inline String_t** get_address_of_DigitClass_14() { return &___DigitClass_14; } inline void set_DigitClass_14(String_t* value) { ___DigitClass_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___DigitClass_14), (void*)value); } inline static int32_t get_offset_of_NotDigitClass_15() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ___NotDigitClass_15)); } inline String_t* get_NotDigitClass_15() const { return ___NotDigitClass_15; } inline String_t** get_address_of_NotDigitClass_15() { return &___NotDigitClass_15; } inline void set_NotDigitClass_15(String_t* value) { ___NotDigitClass_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotDigitClass_15), (void*)value); } inline static int32_t get_offset_of__definedCategories_16() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ____definedCategories_16)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get__definedCategories_16() const { return ____definedCategories_16; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of__definedCategories_16() { return &____definedCategories_16; } inline void set__definedCategories_16(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ____definedCategories_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____definedCategories_16), (void*)value); } inline static int32_t get_offset_of__propTable_17() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ____propTable_17)); } inline StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* get__propTable_17() const { return ____propTable_17; } inline StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90** get_address_of__propTable_17() { return &____propTable_17; } inline void set__propTable_17(StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* value) { ____propTable_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____propTable_17), (void*)value); } inline static int32_t get_offset_of__lcTable_18() { return static_cast(offsetof(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields, ____lcTable_18)); } inline LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* get__lcTable_18() const { return ____lcTable_18; } inline LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E** get_address_of__lcTable_18() { return &____lcTable_18; } inline void set__lcTable_18(LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* value) { ____lcTable_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____lcTable_18), (void*)value); } }; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 : public RuntimeObject { public: // System.Int32[] System.Text.RegularExpressions.RegexCode::_codes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____codes_48; // System.String[] System.Text.RegularExpressions.RegexCode::_strings StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____strings_49; // System.Int32 System.Text.RegularExpressions.RegexCode::_trackcount int32_t ____trackcount_50; // System.Collections.Hashtable System.Text.RegularExpressions.RegexCode::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_51; // System.Int32 System.Text.RegularExpressions.RegexCode::_capsize int32_t ____capsize_52; // System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexCode::_fcPrefix RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * ____fcPrefix_53; // System.Text.RegularExpressions.RegexBoyerMoore System.Text.RegularExpressions.RegexCode::_bmPrefix RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * ____bmPrefix_54; // System.Int32 System.Text.RegularExpressions.RegexCode::_anchors int32_t ____anchors_55; // System.Boolean System.Text.RegularExpressions.RegexCode::_rightToLeft bool ____rightToLeft_56; public: inline static int32_t get_offset_of__codes_48() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____codes_48)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__codes_48() const { return ____codes_48; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__codes_48() { return &____codes_48; } inline void set__codes_48(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____codes_48 = value; Il2CppCodeGenWriteBarrier((void**)(&____codes_48), (void*)value); } inline static int32_t get_offset_of__strings_49() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____strings_49)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__strings_49() const { return ____strings_49; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__strings_49() { return &____strings_49; } inline void set__strings_49(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____strings_49 = value; Il2CppCodeGenWriteBarrier((void**)(&____strings_49), (void*)value); } inline static int32_t get_offset_of__trackcount_50() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____trackcount_50)); } inline int32_t get__trackcount_50() const { return ____trackcount_50; } inline int32_t* get_address_of__trackcount_50() { return &____trackcount_50; } inline void set__trackcount_50(int32_t value) { ____trackcount_50 = value; } inline static int32_t get_offset_of__caps_51() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____caps_51)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_51() const { return ____caps_51; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_51() { return &____caps_51; } inline void set__caps_51(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_51 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_51), (void*)value); } inline static int32_t get_offset_of__capsize_52() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____capsize_52)); } inline int32_t get__capsize_52() const { return ____capsize_52; } inline int32_t* get_address_of__capsize_52() { return &____capsize_52; } inline void set__capsize_52(int32_t value) { ____capsize_52 = value; } inline static int32_t get_offset_of__fcPrefix_53() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____fcPrefix_53)); } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * get__fcPrefix_53() const { return ____fcPrefix_53; } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 ** get_address_of__fcPrefix_53() { return &____fcPrefix_53; } inline void set__fcPrefix_53(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * value) { ____fcPrefix_53 = value; Il2CppCodeGenWriteBarrier((void**)(&____fcPrefix_53), (void*)value); } inline static int32_t get_offset_of__bmPrefix_54() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____bmPrefix_54)); } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * get__bmPrefix_54() const { return ____bmPrefix_54; } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 ** get_address_of__bmPrefix_54() { return &____bmPrefix_54; } inline void set__bmPrefix_54(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * value) { ____bmPrefix_54 = value; Il2CppCodeGenWriteBarrier((void**)(&____bmPrefix_54), (void*)value); } inline static int32_t get_offset_of__anchors_55() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____anchors_55)); } inline int32_t get__anchors_55() const { return ____anchors_55; } inline int32_t* get_address_of__anchors_55() { return &____anchors_55; } inline void set__anchors_55(int32_t value) { ____anchors_55 = value; } inline static int32_t get_offset_of__rightToLeft_56() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____rightToLeft_56)); } inline bool get__rightToLeft_56() const { return ____rightToLeft_56; } inline bool* get_address_of__rightToLeft_56() { return &____rightToLeft_56; } inline void set__rightToLeft_56(bool value) { ____rightToLeft_56 = value; } }; // System.Text.RegularExpressions.RegexReplacement struct RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.RegexReplacement::_rep String_t* ____rep_0; // System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexReplacement::_strings List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ____strings_1; // System.Collections.Generic.List`1 System.Text.RegularExpressions.RegexReplacement::_rules List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ____rules_2; public: inline static int32_t get_offset_of__rep_0() { return static_cast(offsetof(RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32, ____rep_0)); } inline String_t* get__rep_0() const { return ____rep_0; } inline String_t** get_address_of__rep_0() { return &____rep_0; } inline void set__rep_0(String_t* value) { ____rep_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____rep_0), (void*)value); } inline static int32_t get_offset_of__strings_1() { return static_cast(offsetof(RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32, ____strings_1)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get__strings_1() const { return ____strings_1; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of__strings_1() { return &____strings_1; } inline void set__strings_1(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ____strings_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____strings_1), (void*)value); } inline static int32_t get_offset_of__rules_2() { return static_cast(offsetof(RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32, ____rules_2)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get__rules_2() const { return ____rules_2; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of__rules_2() { return &____rules_2; } inline void set__rules_2(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ____rules_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____rules_2), (void*)value); } }; // System.Text.RegularExpressions.RegexRunner struct RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 : public RuntimeObject { public: // System.Int32 System.Text.RegularExpressions.RegexRunner::runtextbeg int32_t ___runtextbeg_0; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtextend int32_t ___runtextend_1; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtextstart int32_t ___runtextstart_2; // System.String System.Text.RegularExpressions.RegexRunner::runtext String_t* ___runtext_3; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtextpos int32_t ___runtextpos_4; // System.Int32[] System.Text.RegularExpressions.RegexRunner::runtrack Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runtrack_5; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtrackpos int32_t ___runtrackpos_6; // System.Int32[] System.Text.RegularExpressions.RegexRunner::runstack Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runstack_7; // System.Int32 System.Text.RegularExpressions.RegexRunner::runstackpos int32_t ___runstackpos_8; // System.Int32[] System.Text.RegularExpressions.RegexRunner::runcrawl Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runcrawl_9; // System.Int32 System.Text.RegularExpressions.RegexRunner::runcrawlpos int32_t ___runcrawlpos_10; // System.Int32 System.Text.RegularExpressions.RegexRunner::runtrackcount int32_t ___runtrackcount_11; // System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::runmatch Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ___runmatch_12; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.RegexRunner::runregex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___runregex_13; // System.Int32 System.Text.RegularExpressions.RegexRunner::timeout int32_t ___timeout_14; // System.Boolean System.Text.RegularExpressions.RegexRunner::ignoreTimeout bool ___ignoreTimeout_15; // System.Int32 System.Text.RegularExpressions.RegexRunner::timeoutOccursAt int32_t ___timeoutOccursAt_16; // System.Int32 System.Text.RegularExpressions.RegexRunner::timeoutChecksToSkip int32_t ___timeoutChecksToSkip_18; public: inline static int32_t get_offset_of_runtextbeg_0() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtextbeg_0)); } inline int32_t get_runtextbeg_0() const { return ___runtextbeg_0; } inline int32_t* get_address_of_runtextbeg_0() { return &___runtextbeg_0; } inline void set_runtextbeg_0(int32_t value) { ___runtextbeg_0 = value; } inline static int32_t get_offset_of_runtextend_1() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtextend_1)); } inline int32_t get_runtextend_1() const { return ___runtextend_1; } inline int32_t* get_address_of_runtextend_1() { return &___runtextend_1; } inline void set_runtextend_1(int32_t value) { ___runtextend_1 = value; } inline static int32_t get_offset_of_runtextstart_2() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtextstart_2)); } inline int32_t get_runtextstart_2() const { return ___runtextstart_2; } inline int32_t* get_address_of_runtextstart_2() { return &___runtextstart_2; } inline void set_runtextstart_2(int32_t value) { ___runtextstart_2 = value; } inline static int32_t get_offset_of_runtext_3() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtext_3)); } inline String_t* get_runtext_3() const { return ___runtext_3; } inline String_t** get_address_of_runtext_3() { return &___runtext_3; } inline void set_runtext_3(String_t* value) { ___runtext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___runtext_3), (void*)value); } inline static int32_t get_offset_of_runtextpos_4() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtextpos_4)); } inline int32_t get_runtextpos_4() const { return ___runtextpos_4; } inline int32_t* get_address_of_runtextpos_4() { return &___runtextpos_4; } inline void set_runtextpos_4(int32_t value) { ___runtextpos_4 = value; } inline static int32_t get_offset_of_runtrack_5() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtrack_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runtrack_5() const { return ___runtrack_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runtrack_5() { return &___runtrack_5; } inline void set_runtrack_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runtrack_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___runtrack_5), (void*)value); } inline static int32_t get_offset_of_runtrackpos_6() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtrackpos_6)); } inline int32_t get_runtrackpos_6() const { return ___runtrackpos_6; } inline int32_t* get_address_of_runtrackpos_6() { return &___runtrackpos_6; } inline void set_runtrackpos_6(int32_t value) { ___runtrackpos_6 = value; } inline static int32_t get_offset_of_runstack_7() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runstack_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runstack_7() const { return ___runstack_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runstack_7() { return &___runstack_7; } inline void set_runstack_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runstack_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___runstack_7), (void*)value); } inline static int32_t get_offset_of_runstackpos_8() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runstackpos_8)); } inline int32_t get_runstackpos_8() const { return ___runstackpos_8; } inline int32_t* get_address_of_runstackpos_8() { return &___runstackpos_8; } inline void set_runstackpos_8(int32_t value) { ___runstackpos_8 = value; } inline static int32_t get_offset_of_runcrawl_9() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runcrawl_9)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runcrawl_9() const { return ___runcrawl_9; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runcrawl_9() { return &___runcrawl_9; } inline void set_runcrawl_9(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runcrawl_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___runcrawl_9), (void*)value); } inline static int32_t get_offset_of_runcrawlpos_10() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runcrawlpos_10)); } inline int32_t get_runcrawlpos_10() const { return ___runcrawlpos_10; } inline int32_t* get_address_of_runcrawlpos_10() { return &___runcrawlpos_10; } inline void set_runcrawlpos_10(int32_t value) { ___runcrawlpos_10 = value; } inline static int32_t get_offset_of_runtrackcount_11() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runtrackcount_11)); } inline int32_t get_runtrackcount_11() const { return ___runtrackcount_11; } inline int32_t* get_address_of_runtrackcount_11() { return &___runtrackcount_11; } inline void set_runtrackcount_11(int32_t value) { ___runtrackcount_11 = value; } inline static int32_t get_offset_of_runmatch_12() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runmatch_12)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get_runmatch_12() const { return ___runmatch_12; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of_runmatch_12() { return &___runmatch_12; } inline void set_runmatch_12(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ___runmatch_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___runmatch_12), (void*)value); } inline static int32_t get_offset_of_runregex_13() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___runregex_13)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get_runregex_13() const { return ___runregex_13; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of_runregex_13() { return &___runregex_13; } inline void set_runregex_13(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ___runregex_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___runregex_13), (void*)value); } inline static int32_t get_offset_of_timeout_14() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___timeout_14)); } inline int32_t get_timeout_14() const { return ___timeout_14; } inline int32_t* get_address_of_timeout_14() { return &___timeout_14; } inline void set_timeout_14(int32_t value) { ___timeout_14 = value; } inline static int32_t get_offset_of_ignoreTimeout_15() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___ignoreTimeout_15)); } inline bool get_ignoreTimeout_15() const { return ___ignoreTimeout_15; } inline bool* get_address_of_ignoreTimeout_15() { return &___ignoreTimeout_15; } inline void set_ignoreTimeout_15(bool value) { ___ignoreTimeout_15 = value; } inline static int32_t get_offset_of_timeoutOccursAt_16() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___timeoutOccursAt_16)); } inline int32_t get_timeoutOccursAt_16() const { return ___timeoutOccursAt_16; } inline int32_t* get_address_of_timeoutOccursAt_16() { return &___timeoutOccursAt_16; } inline void set_timeoutOccursAt_16(int32_t value) { ___timeoutOccursAt_16 = value; } inline static int32_t get_offset_of_timeoutChecksToSkip_18() { return static_cast(offsetof(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934, ___timeoutChecksToSkip_18)); } inline int32_t get_timeoutChecksToSkip_18() const { return ___timeoutChecksToSkip_18; } inline int32_t* get_address_of_timeoutChecksToSkip_18() { return &___timeoutChecksToSkip_18; } inline void set_timeoutChecksToSkip_18(int32_t value) { ___timeoutChecksToSkip_18 = value; } }; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 : public RuntimeObject { public: public: }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 : public RuntimeObject { public: // System.WeakReference System.Text.RegularExpressions.SharedReference::_ref WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * ____ref_0; // System.Int32 System.Text.RegularExpressions.SharedReference::_locked int32_t ____locked_1; public: inline static int32_t get_offset_of__ref_0() { return static_cast(offsetof(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926, ____ref_0)); } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * get__ref_0() const { return ____ref_0; } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 ** get_address_of__ref_0() { return &____ref_0; } inline void set__ref_0(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * value) { ____ref_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ref_0), (void*)value); } inline static int32_t get_offset_of__locked_1() { return static_cast(offsetof(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926, ____locked_1)); } inline int32_t get__locked_1() const { return ____locked_1; } inline int32_t* get_address_of__locked_1() { return &____locked_1; } inline void set__locked_1(int32_t value) { ____locked_1 = value; } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.Diagnostics.Switch struct Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC : public RuntimeObject { public: // System.String System.Diagnostics.Switch::description String_t* ___description_0; // System.String System.Diagnostics.Switch::displayName String_t* ___displayName_1; // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.Switch::switchValueString String_t* ___switchValueString_2; // System.String System.Diagnostics.Switch::defaultValue String_t* ___defaultValue_3; public: inline static int32_t get_offset_of_description_0() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC, ___description_0)); } inline String_t* get_description_0() const { return ___description_0; } inline String_t** get_address_of_description_0() { return &___description_0; } inline void set_description_0(String_t* value) { ___description_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_0), (void*)value); } inline static int32_t get_offset_of_displayName_1() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC, ___displayName_1)); } inline String_t* get_displayName_1() const { return ___displayName_1; } inline String_t** get_address_of_displayName_1() { return &___displayName_1; } inline void set_displayName_1(String_t* value) { ___displayName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayName_1), (void*)value); } inline static int32_t get_offset_of_switchValueString_2() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC, ___switchValueString_2)); } inline String_t* get_switchValueString_2() const { return ___switchValueString_2; } inline String_t** get_address_of_switchValueString_2() { return &___switchValueString_2; } inline void set_switchValueString_2(String_t* value) { ___switchValueString_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___switchValueString_2), (void*)value); } inline static int32_t get_offset_of_defaultValue_3() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC, ___defaultValue_3)); } inline String_t* get_defaultValue_3() const { return ___defaultValue_3; } inline String_t** get_address_of_defaultValue_3() { return &___defaultValue_3; } inline void set_defaultValue_3(String_t* value) { ___defaultValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValue_3), (void*)value); } }; struct Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields { public: // System.Collections.Generic.List`1 System.Diagnostics.Switch::switches List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * ___switches_4; // System.Int32 System.Diagnostics.Switch::s_LastCollectionCount int32_t ___s_LastCollectionCount_5; public: inline static int32_t get_offset_of_switches_4() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields, ___switches_4)); } inline List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * get_switches_4() const { return ___switches_4; } inline List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 ** get_address_of_switches_4() { return &___switches_4; } inline void set_switches_4(List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * value) { ___switches_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___switches_4), (void*)value); } inline static int32_t get_offset_of_s_LastCollectionCount_5() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields, ___s_LastCollectionCount_5)); } inline int32_t get_s_LastCollectionCount_5() const { return ___s_LastCollectionCount_5; } inline int32_t* get_address_of_s_LastCollectionCount_5() { return &___s_LastCollectionCount_5; } inline void set_s_LastCollectionCount_5(int32_t value) { ___s_LastCollectionCount_5 = value; } }; // System.ComponentModel.TypeDescriptionProvider struct TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 : public RuntimeObject { public: // System.ComponentModel.TypeDescriptionProvider System.ComponentModel.TypeDescriptionProvider::_parent TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * ____parent_0; // System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor System.ComponentModel.TypeDescriptionProvider::_emptyDescriptor EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * ____emptyDescriptor_1; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0, ____parent_0)); } inline TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * get__parent_0() const { return ____parent_0; } inline TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 ** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value); } inline static int32_t get_offset_of__emptyDescriptor_1() { return static_cast(offsetof(TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0, ____emptyDescriptor_1)); } inline EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * get__emptyDescriptor_1() const { return ____emptyDescriptor_1; } inline EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 ** get_address_of__emptyDescriptor_1() { return &____emptyDescriptor_1; } inline void set__emptyDescriptor_1(EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4 * value) { ____emptyDescriptor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyDescriptor_1), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator struct PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009 : public RuntimeObject { public: // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::owner PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___owner_0; // System.Int32 System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::index int32_t ___index_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009, ___owner_0)); } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * get_owner_0() const { return ___owner_0; } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } }; // System.ComponentModel.ReferenceConverter/ReferenceComparer struct ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4 : public RuntimeObject { public: // System.ComponentModel.ReferenceConverter System.ComponentModel.ReferenceConverter/ReferenceComparer::converter ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * ___converter_0; public: inline static int32_t get_offset_of_converter_0() { return static_cast(offsetof(ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4, ___converter_0)); } inline ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * get_converter_0() const { return ___converter_0; } inline ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B ** get_address_of_converter_0() { return &___converter_0; } inline void set_converter_0(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * value) { ___converter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_0), (void*)value); } }; // System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData struct ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF : public RuntimeObject { public: // System.Type System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_type Type_t * ____type_0; // System.ComponentModel.AttributeCollection System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_attributes AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ____attributes_1; // System.ComponentModel.EventDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_events EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * ____events_2; // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_properties PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ____properties_3; // System.ComponentModel.TypeConverter System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_converter TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ____converter_4; // System.Object[] System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_editors ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____editors_5; // System.Type[] System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_editorTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____editorTypes_6; // System.Int32 System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_editorCount int32_t ____editorCount_7; public: inline static int32_t get_offset_of__type_0() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____type_0)); } inline Type_t * get__type_0() const { return ____type_0; } inline Type_t ** get_address_of__type_0() { return &____type_0; } inline void set__type_0(Type_t * value) { ____type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____type_0), (void*)value); } inline static int32_t get_offset_of__attributes_1() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____attributes_1)); } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * get__attributes_1() const { return ____attributes_1; } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C ** get_address_of__attributes_1() { return &____attributes_1; } inline void set__attributes_1(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * value) { ____attributes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributes_1), (void*)value); } inline static int32_t get_offset_of__events_2() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____events_2)); } inline EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * get__events_2() const { return ____events_2; } inline EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 ** get_address_of__events_2() { return &____events_2; } inline void set__events_2(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * value) { ____events_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____events_2), (void*)value); } inline static int32_t get_offset_of__properties_3() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____properties_3)); } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * get__properties_3() const { return ____properties_3; } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F ** get_address_of__properties_3() { return &____properties_3; } inline void set__properties_3(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * value) { ____properties_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____properties_3), (void*)value); } inline static int32_t get_offset_of__converter_4() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____converter_4)); } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * get__converter_4() const { return ____converter_4; } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 ** get_address_of__converter_4() { return &____converter_4; } inline void set__converter_4(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * value) { ____converter_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____converter_4), (void*)value); } inline static int32_t get_offset_of__editors_5() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____editors_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__editors_5() const { return ____editors_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__editors_5() { return &____editors_5; } inline void set__editors_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____editors_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____editors_5), (void*)value); } inline static int32_t get_offset_of__editorTypes_6() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____editorTypes_6)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__editorTypes_6() const { return ____editorTypes_6; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__editorTypes_6() { return &____editorTypes_6; } inline void set__editorTypes_6(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____editorTypes_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____editorTypes_6), (void*)value); } inline static int32_t get_offset_of__editorCount_7() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____editorCount_7)); } inline int32_t get__editorCount_7() const { return ____editorCount_7; } inline int32_t* get_address_of__editorCount_7() { return &____editorCount_7; } inline void set__editorCount_7(int32_t value) { ____editorCount_7 = value; } }; // System.Text.RegularExpressions.RegexCharClass/SingleRange struct SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 : public RuntimeObject { public: // System.Char System.Text.RegularExpressions.RegexCharClass/SingleRange::_first Il2CppChar ____first_0; // System.Char System.Text.RegularExpressions.RegexCharClass/SingleRange::_last Il2CppChar ____last_1; public: inline static int32_t get_offset_of__first_0() { return static_cast(offsetof(SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624, ____first_0)); } inline Il2CppChar get__first_0() const { return ____first_0; } inline Il2CppChar* get_address_of__first_0() { return &____first_0; } inline void set__first_0(Il2CppChar value) { ____first_0 = value; } inline static int32_t get_offset_of__last_1() { return static_cast(offsetof(SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624, ____last_1)); } inline Il2CppChar get__last_1() const { return ____last_1; } inline Il2CppChar* get_address_of__last_1() { return &____last_1; } inline void set__last_1(Il2CppChar value) { ____last_1 = value; } }; // System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer struct SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075 : public RuntimeObject { public: public: }; // System.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 : public RuntimeObject { public: // System.Collections.ICollection System.ComponentModel.TypeConverter/StandardValuesCollection::values RuntimeObject* ___values_0; // System.Array System.ComponentModel.TypeConverter/StandardValuesCollection::valueArray RuntimeArray * ___valueArray_1; public: inline static int32_t get_offset_of_values_0() { return static_cast(offsetof(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1, ___values_0)); } inline RuntimeObject* get_values_0() const { return ___values_0; } inline RuntimeObject** get_address_of_values_0() { return &___values_0; } inline void set_values_0(RuntimeObject* value) { ___values_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_0), (void*)value); } inline static int32_t get_offset_of_valueArray_1() { return static_cast(offsetof(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1, ___valueArray_1)); } inline RuntimeArray * get_valueArray_1() const { return ___valueArray_1; } inline RuntimeArray ** get_address_of_valueArray_1() { return &___valueArray_1; } inline void set_valueArray_1(RuntimeArray * value) { ___valueArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueArray_1), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.ComponentModel.AmbientValueAttribute struct AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Object System.ComponentModel.AmbientValueAttribute::value RuntimeObject * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B, ___value_0)); } inline RuntimeObject * get_value_0() const { return ___value_0; } inline RuntimeObject ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(RuntimeObject * value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value); } }; // System.ComponentModel.AttributeProviderAttribute struct AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.AttributeProviderAttribute::_typeName String_t* ____typeName_0; // System.String System.ComponentModel.AttributeProviderAttribute::_propertyName String_t* ____propertyName_1; public: inline static int32_t get_offset_of__typeName_0() { return static_cast(offsetof(AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0, ____typeName_0)); } inline String_t* get__typeName_0() const { return ____typeName_0; } inline String_t** get_address_of__typeName_0() { return &____typeName_0; } inline void set__typeName_0(String_t* value) { ____typeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeName_0), (void*)value); } inline static int32_t get_offset_of__propertyName_1() { return static_cast(offsetof(AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0, ____propertyName_1)); } inline String_t* get__propertyName_1() const { return ____propertyName_1; } inline String_t** get_address_of__propertyName_1() { return &____propertyName_1; } inline void set__propertyName_1(String_t* value) { ____propertyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____propertyName_1), (void*)value); } }; // System.Collections.Specialized.BitVector32 struct BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 { public: // System.UInt32 System.Collections.Specialized.BitVector32::data uint32_t ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968, ___data_0)); } inline uint32_t get_data_0() const { return ___data_0; } inline uint32_t* get_address_of_data_0() { return &___data_0; } inline void set_data_0(uint32_t value) { ___data_0 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.ComponentModel.ComponentCollection struct ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 : public ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 { public: public: }; // System.Security.Cryptography.DSA struct DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 : public AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F { public: public: }; // System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 { public: // System.Byte[] System.Security.Cryptography.DSAParameters::P ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___P_0; // System.Byte[] System.Security.Cryptography.DSAParameters::Q ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Q_1; // System.Byte[] System.Security.Cryptography.DSAParameters::G ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___G_2; // System.Byte[] System.Security.Cryptography.DSAParameters::Y ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Y_3; // System.Byte[] System.Security.Cryptography.DSAParameters::J ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___J_4; // System.Byte[] System.Security.Cryptography.DSAParameters::X ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___X_5; // System.Byte[] System.Security.Cryptography.DSAParameters::Seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Seed_6; // System.Int32 System.Security.Cryptography.DSAParameters::Counter int32_t ___Counter_7; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___P_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_P_0() const { return ___P_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_P_0() { return &___P_0; } inline void set_P_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value); } inline static int32_t get_offset_of_Q_1() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Q_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Q_1() const { return ___Q_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Q_1() { return &___Q_1; } inline void set_Q_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_1), (void*)value); } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___G_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_G_2() const { return ___G_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_G_2() { return &___G_2; } inline void set_G_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___G_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___G_2), (void*)value); } inline static int32_t get_offset_of_Y_3() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Y_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Y_3() const { return ___Y_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Y_3() { return &___Y_3; } inline void set_Y_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Y_3), (void*)value); } inline static int32_t get_offset_of_J_4() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___J_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_J_4() const { return ___J_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_J_4() { return &___J_4; } inline void set_J_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___J_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___J_4), (void*)value); } inline static int32_t get_offset_of_X_5() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___X_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_X_5() const { return ___X_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_X_5() { return &___X_5; } inline void set_X_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___X_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_5), (void*)value); } inline static int32_t get_offset_of_Seed_6() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Seed_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Seed_6() const { return ___Seed_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Seed_6() { return &___Seed_6; } inline void set_Seed_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Seed_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Seed_6), (void*)value); } inline static int32_t get_offset_of_Counter_7() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Counter_7)); } inline int32_t get_Counter_7() const { return ___Counter_7; } inline int32_t* get_address_of_Counter_7() { return &___Counter_7; } inline void set_Counter_7(int32_t value) { ___Counter_7 = value; } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // Native definition for COM marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1_marshaled_com { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Object System.ComponentModel.DefaultValueAttribute::value RuntimeObject * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6, ___value_0)); } inline RuntimeObject * get_value_0() const { return ___value_0; } inline RuntimeObject ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(RuntimeObject * value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value); } }; // System.ComponentModel.DesignOnlyAttribute struct DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.DesignOnlyAttribute::isDesignOnly bool ___isDesignOnly_0; public: inline static int32_t get_offset_of_isDesignOnly_0() { return static_cast(offsetof(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D, ___isDesignOnly_0)); } inline bool get_isDesignOnly_0() const { return ___isDesignOnly_0; } inline bool* get_address_of_isDesignOnly_0() { return &___isDesignOnly_0; } inline void set_isDesignOnly_0(bool value) { ___isDesignOnly_0 = value; } }; struct DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields { public: // System.ComponentModel.DesignOnlyAttribute System.ComponentModel.DesignOnlyAttribute::Yes DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * ___Yes_1; // System.ComponentModel.DesignOnlyAttribute System.ComponentModel.DesignOnlyAttribute::No DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * ___No_2; // System.ComponentModel.DesignOnlyAttribute System.ComponentModel.DesignOnlyAttribute::Default DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * ___Default_3; public: inline static int32_t get_offset_of_Yes_1() { return static_cast(offsetof(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields, ___Yes_1)); } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * get_Yes_1() const { return ___Yes_1; } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D ** get_address_of_Yes_1() { return &___Yes_1; } inline void set_Yes_1(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * value) { ___Yes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_1), (void*)value); } inline static int32_t get_offset_of_No_2() { return static_cast(offsetof(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields, ___No_2)); } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * get_No_2() const { return ___No_2; } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D ** get_address_of_No_2() { return &___No_2; } inline void set_No_2(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * value) { ___No_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_2), (void*)value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields, ___Default_3)); } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * get_Default_3() const { return ___Default_3; } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.ComponentModel.EditorAttribute struct EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.EditorAttribute::baseTypeName String_t* ___baseTypeName_0; // System.String System.ComponentModel.EditorAttribute::typeName String_t* ___typeName_1; // System.String System.ComponentModel.EditorAttribute::typeId String_t* ___typeId_2; public: inline static int32_t get_offset_of_baseTypeName_0() { return static_cast(offsetof(EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9, ___baseTypeName_0)); } inline String_t* get_baseTypeName_0() const { return ___baseTypeName_0; } inline String_t** get_address_of_baseTypeName_0() { return &___baseTypeName_0; } inline void set_baseTypeName_0(String_t* value) { ___baseTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseTypeName_0), (void*)value); } inline static int32_t get_offset_of_typeName_1() { return static_cast(offsetof(EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9, ___typeName_1)); } inline String_t* get_typeName_1() const { return ___typeName_1; } inline String_t** get_address_of_typeName_1() { return &___typeName_1; } inline void set_typeName_1(String_t* value) { ___typeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeName_1), (void*)value); } inline static int32_t get_offset_of_typeId_2() { return static_cast(offsetof(EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9, ___typeId_2)); } inline String_t* get_typeId_2() const { return ___typeId_2; } inline String_t** get_address_of_typeId_2() { return &___typeId_2; } inline void set_typeId_2(String_t* value) { ___typeId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeId_2), (void*)value); } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.ComponentModel.EventDescriptor struct EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 : public MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F { public: public: }; // System.Reflection.EventInfo struct EventInfo_t : public MemberInfo_t { public: // System.Reflection.EventInfo/AddEventAdapter System.Reflection.EventInfo::cached_add_event AddEventAdapter_t6E27B946DE3E58DCAC2BF10DF7992922E7D8987F * ___cached_add_event_0; public: inline static int32_t get_offset_of_cached_add_event_0() { return static_cast(offsetof(EventInfo_t, ___cached_add_event_0)); } inline AddEventAdapter_t6E27B946DE3E58DCAC2BF10DF7992922E7D8987F * get_cached_add_event_0() const { return ___cached_add_event_0; } inline AddEventAdapter_t6E27B946DE3E58DCAC2BF10DF7992922E7D8987F ** get_address_of_cached_add_event_0() { return &___cached_add_event_0; } inline void set_cached_add_event_0(AddEventAdapter_t6E27B946DE3E58DCAC2BF10DF7992922E7D8987F * value) { ___cached_add_event_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_add_event_0), (void*)value); } }; // System.ComponentModel.ExtenderProvidedPropertyAttribute struct ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.ComponentModel.PropertyDescriptor System.ComponentModel.ExtenderProvidedPropertyAttribute::extenderProperty PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___extenderProperty_0; // System.ComponentModel.IExtenderProvider System.ComponentModel.ExtenderProvidedPropertyAttribute::provider RuntimeObject* ___provider_1; // System.Type System.ComponentModel.ExtenderProvidedPropertyAttribute::receiverType Type_t * ___receiverType_2; public: inline static int32_t get_offset_of_extenderProperty_0() { return static_cast(offsetof(ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4, ___extenderProperty_0)); } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * get_extenderProperty_0() const { return ___extenderProperty_0; } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B ** get_address_of_extenderProperty_0() { return &___extenderProperty_0; } inline void set_extenderProperty_0(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * value) { ___extenderProperty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___extenderProperty_0), (void*)value); } inline static int32_t get_offset_of_provider_1() { return static_cast(offsetof(ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4, ___provider_1)); } inline RuntimeObject* get_provider_1() const { return ___provider_1; } inline RuntimeObject** get_address_of_provider_1() { return &___provider_1; } inline void set_provider_1(RuntimeObject* value) { ___provider_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_1), (void*)value); } inline static int32_t get_offset_of_receiverType_2() { return static_cast(offsetof(ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4, ___receiverType_2)); } inline Type_t * get_receiverType_2() const { return ___receiverType_2; } inline Type_t ** get_address_of_receiverType_2() { return &___receiverType_2; } inline void set_receiverType_2(Type_t * value) { ___receiverType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___receiverType_2), (void*)value); } }; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 : public Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 { public: // System.Int32[] System.Text.RegularExpressions.Group::_caps Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____caps_4; // System.Int32 System.Text.RegularExpressions.Group::_capcount int32_t ____capcount_5; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::_capcoll CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * ____capcoll_6; // System.String System.Text.RegularExpressions.Group::_name String_t* ____name_7; public: inline static int32_t get_offset_of__caps_4() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____caps_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__caps_4() const { return ____caps_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__caps_4() { return &____caps_4; } inline void set__caps_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____caps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_4), (void*)value); } inline static int32_t get_offset_of__capcount_5() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcount_5)); } inline int32_t get__capcount_5() const { return ____capcount_5; } inline int32_t* get_address_of__capcount_5() { return &____capcount_5; } inline void set__capcount_5(int32_t value) { ____capcount_5 = value; } inline static int32_t get_offset_of__capcoll_6() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcoll_6)); } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * get__capcoll_6() const { return ____capcoll_6; } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 ** get_address_of__capcoll_6() { return &____capcoll_6; } inline void set__capcoll_6(CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * value) { ____capcoll_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____capcoll_6), (void*)value); } inline static int32_t get_offset_of__name_7() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____name_7)); } inline String_t* get__name_7() const { return ____name_7; } inline String_t** get_address_of__name_7() { return &____name_7; } inline void set__name_7(String_t* value) { ____name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_7), (void*)value); } }; struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * ____emptygroup_3; public: inline static int32_t get_offset_of__emptygroup_3() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields, ____emptygroup_3)); } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * get__emptygroup_3() const { return ____emptygroup_3; } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 ** get_address_of__emptygroup_3() { return &____emptygroup_3; } inline void set__emptygroup_3(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * value) { ____emptygroup_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptygroup_3), (void*)value); } }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value); } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.ComponentModel.LocalizableAttribute struct LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.LocalizableAttribute::isLocalizable bool ___isLocalizable_0; public: inline static int32_t get_offset_of_isLocalizable_0() { return static_cast(offsetof(LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB, ___isLocalizable_0)); } inline bool get_isLocalizable_0() const { return ___isLocalizable_0; } inline bool* get_address_of_isLocalizable_0() { return &___isLocalizable_0; } inline void set_isLocalizable_0(bool value) { ___isLocalizable_0 = value; } }; struct LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB_StaticFields { public: // System.ComponentModel.LocalizableAttribute System.ComponentModel.LocalizableAttribute::Yes LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB * ___Yes_1; // System.ComponentModel.LocalizableAttribute System.ComponentModel.LocalizableAttribute::No LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB * ___No_2; // System.ComponentModel.LocalizableAttribute System.ComponentModel.LocalizableAttribute::Default LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB * ___Default_3; public: inline static int32_t get_offset_of_Yes_1() { return static_cast(offsetof(LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB_StaticFields, ___Yes_1)); } inline LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB * get_Yes_1() const { return ___Yes_1; } inline LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB ** get_address_of_Yes_1() { return &___Yes_1; } inline void set_Yes_1(LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB * value) { ___Yes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_1), (void*)value); } inline static int32_t get_offset_of_No_2() { return static_cast(offsetof(LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB_StaticFields, ___No_2)); } inline LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB * get_No_2() const { return ___No_2; } inline LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB ** get_address_of_No_2() { return &___No_2; } inline void set_No_2(LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB * value) { ___No_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_2), (void*)value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB_StaticFields, ___Default_3)); } inline LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB * get_Default_3() const { return ___Default_3; } inline LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA { public: // System.Boolean[] System.Reflection.ParameterModifier::_byRef BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ____byRef_0; public: inline static int32_t get_offset_of__byRef_0() { return static_cast(offsetof(ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA, ____byRef_0)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get__byRef_0() const { return ____byRef_0; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of__byRef_0() { return &____byRef_0; } inline void set__byRef_0(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ____byRef_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_pinvoke { int32_t* ____byRef_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_com { int32_t* ____byRef_0; }; // System.Diagnostics.ProcessModuleCollection struct ProcessModuleCollection_t42ACCF1BC88B6A694EE6841DEE9CD906EE1A46B1 : public ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 { public: public: }; // System.Diagnostics.ProcessThreadCollection struct ProcessThreadCollection_t933E50A1F8B7F6294FC743D7CAE864D36EDD6DC8 : public ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 { public: public: }; // System.ComponentModel.ProgressChangedEventArgs struct ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Int32 System.ComponentModel.ProgressChangedEventArgs::progressPercentage int32_t ___progressPercentage_1; // System.Object System.ComponentModel.ProgressChangedEventArgs::userState RuntimeObject * ___userState_2; public: inline static int32_t get_offset_of_progressPercentage_1() { return static_cast(offsetof(ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684, ___progressPercentage_1)); } inline int32_t get_progressPercentage_1() const { return ___progressPercentage_1; } inline int32_t* get_address_of_progressPercentage_1() { return &___progressPercentage_1; } inline void set_progressPercentage_1(int32_t value) { ___progressPercentage_1 = value; } inline static int32_t get_offset_of_userState_2() { return static_cast(offsetof(ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684, ___userState_2)); } inline RuntimeObject * get_userState_2() const { return ___userState_2; } inline RuntimeObject ** get_address_of_userState_2() { return &___userState_2; } inline void set_userState_2(RuntimeObject * value) { ___userState_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___userState_2), (void*)value); } }; // System.ComponentModel.PropertyChangedEventArgs struct PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.String System.ComponentModel.PropertyChangedEventArgs::propertyName String_t* ___propertyName_1; public: inline static int32_t get_offset_of_propertyName_1() { return static_cast(offsetof(PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22, ___propertyName_1)); } inline String_t* get_propertyName_1() const { return ___propertyName_1; } inline String_t** get_address_of_propertyName_1() { return &___propertyName_1; } inline void set_propertyName_1(String_t* value) { ___propertyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___propertyName_1), (void*)value); } }; // System.ComponentModel.PropertyChangingEventArgs struct PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.String System.ComponentModel.PropertyChangingEventArgs::propertyName String_t* ___propertyName_1; public: inline static int32_t get_offset_of_propertyName_1() { return static_cast(offsetof(PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED, ___propertyName_1)); } inline String_t* get_propertyName_1() const { return ___propertyName_1; } inline String_t** get_address_of_propertyName_1() { return &___propertyName_1; } inline void set_propertyName_1(String_t* value) { ___propertyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___propertyName_1), (void*)value); } }; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B : public MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F { public: // System.ComponentModel.TypeConverter System.ComponentModel.PropertyDescriptor::converter TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ___converter_12; // System.Collections.Hashtable System.ComponentModel.PropertyDescriptor::valueChangedHandlers Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___valueChangedHandlers_13; // System.Object[] System.ComponentModel.PropertyDescriptor::editors ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___editors_14; // System.Type[] System.ComponentModel.PropertyDescriptor::editorTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___editorTypes_15; // System.Int32 System.ComponentModel.PropertyDescriptor::editorCount int32_t ___editorCount_16; public: inline static int32_t get_offset_of_converter_12() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___converter_12)); } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * get_converter_12() const { return ___converter_12; } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 ** get_address_of_converter_12() { return &___converter_12; } inline void set_converter_12(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * value) { ___converter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_12), (void*)value); } inline static int32_t get_offset_of_valueChangedHandlers_13() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___valueChangedHandlers_13)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_valueChangedHandlers_13() const { return ___valueChangedHandlers_13; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_valueChangedHandlers_13() { return &___valueChangedHandlers_13; } inline void set_valueChangedHandlers_13(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___valueChangedHandlers_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueChangedHandlers_13), (void*)value); } inline static int32_t get_offset_of_editors_14() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editors_14)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_editors_14() const { return ___editors_14; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_editors_14() { return &___editors_14; } inline void set_editors_14(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___editors_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___editors_14), (void*)value); } inline static int32_t get_offset_of_editorTypes_15() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editorTypes_15)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_editorTypes_15() const { return ___editorTypes_15; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_editorTypes_15() { return &___editorTypes_15; } inline void set_editorTypes_15(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___editorTypes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___editorTypes_15), (void*)value); } inline static int32_t get_offset_of_editorCount_16() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editorCount_16)); } inline int32_t get_editorCount_16() const { return ___editorCount_16; } inline int32_t* get_address_of_editorCount_16() { return &___editorCount_16; } inline void set_editorCount_16(int32_t value) { ___editorCount_16 = value; } }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // System.ComponentModel.PropertyTabAttribute struct PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.ComponentModel.PropertyTabScope[] System.ComponentModel.PropertyTabAttribute::tabScopes PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* ___tabScopes_0; // System.Type[] System.ComponentModel.PropertyTabAttribute::tabClasses TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___tabClasses_1; // System.String[] System.ComponentModel.PropertyTabAttribute::tabClassNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___tabClassNames_2; public: inline static int32_t get_offset_of_tabScopes_0() { return static_cast(offsetof(PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B, ___tabScopes_0)); } inline PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* get_tabScopes_0() const { return ___tabScopes_0; } inline PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9** get_address_of_tabScopes_0() { return &___tabScopes_0; } inline void set_tabScopes_0(PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* value) { ___tabScopes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___tabScopes_0), (void*)value); } inline static int32_t get_offset_of_tabClasses_1() { return static_cast(offsetof(PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B, ___tabClasses_1)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_tabClasses_1() const { return ___tabClasses_1; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_tabClasses_1() { return &___tabClasses_1; } inline void set_tabClasses_1(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___tabClasses_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tabClasses_1), (void*)value); } inline static int32_t get_offset_of_tabClassNames_2() { return static_cast(offsetof(PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B, ___tabClassNames_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_tabClassNames_2() const { return ___tabClassNames_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_tabClassNames_2() { return &___tabClassNames_2; } inline void set_tabClassNames_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___tabClassNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tabClassNames_2), (void*)value); } }; // System.ComponentModel.ProvidePropertyAttribute struct ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.ProvidePropertyAttribute::propertyName String_t* ___propertyName_0; // System.String System.ComponentModel.ProvidePropertyAttribute::receiverTypeName String_t* ___receiverTypeName_1; public: inline static int32_t get_offset_of_propertyName_0() { return static_cast(offsetof(ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951, ___propertyName_0)); } inline String_t* get_propertyName_0() const { return ___propertyName_0; } inline String_t** get_address_of_propertyName_0() { return &___propertyName_0; } inline void set_propertyName_0(String_t* value) { ___propertyName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___propertyName_0), (void*)value); } inline static int32_t get_offset_of_receiverTypeName_1() { return static_cast(offsetof(ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951, ___receiverTypeName_1)); } inline String_t* get_receiverTypeName_1() const { return ___receiverTypeName_1; } inline String_t** get_address_of_receiverTypeName_1() { return &___receiverTypeName_1; } inline void set_receiverTypeName_1(String_t* value) { ___receiverTypeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___receiverTypeName_1), (void*)value); } }; // System.Net.Configuration.ProxyElement struct ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Security.Cryptography.RSA struct RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B : public AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F { public: public: }; // System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 { public: // System.Byte[] System.Security.Cryptography.RSAParameters::Exponent ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Exponent_0; // System.Byte[] System.Security.Cryptography.RSAParameters::Modulus ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Modulus_1; // System.Byte[] System.Security.Cryptography.RSAParameters::P ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___P_2; // System.Byte[] System.Security.Cryptography.RSAParameters::Q ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Q_3; // System.Byte[] System.Security.Cryptography.RSAParameters::DP ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___DP_4; // System.Byte[] System.Security.Cryptography.RSAParameters::DQ ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___DQ_5; // System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___InverseQ_6; // System.Byte[] System.Security.Cryptography.RSAParameters::D ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___D_7; public: inline static int32_t get_offset_of_Exponent_0() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Exponent_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Exponent_0() const { return ___Exponent_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Exponent_0() { return &___Exponent_0; } inline void set_Exponent_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Exponent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Exponent_0), (void*)value); } inline static int32_t get_offset_of_Modulus_1() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Modulus_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Modulus_1() const { return ___Modulus_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Modulus_1() { return &___Modulus_1; } inline void set_Modulus_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Modulus_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Modulus_1), (void*)value); } inline static int32_t get_offset_of_P_2() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___P_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_P_2() const { return ___P_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_P_2() { return &___P_2; } inline void set_P_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___P_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_2), (void*)value); } inline static int32_t get_offset_of_Q_3() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Q_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Q_3() const { return ___Q_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Q_3() { return &___Q_3; } inline void set_Q_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_3), (void*)value); } inline static int32_t get_offset_of_DP_4() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___DP_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_DP_4() const { return ___DP_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_DP_4() { return &___DP_4; } inline void set_DP_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___DP_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DP_4), (void*)value); } inline static int32_t get_offset_of_DQ_5() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___DQ_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_DQ_5() const { return ___DQ_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_DQ_5() { return &___DQ_5; } inline void set_DQ_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___DQ_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DQ_5), (void*)value); } inline static int32_t get_offset_of_InverseQ_6() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___InverseQ_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_InverseQ_6() const { return ___InverseQ_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_InverseQ_6() { return &___InverseQ_6; } inline void set_InverseQ_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___InverseQ_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___InverseQ_6), (void*)value); } inline static int32_t get_offset_of_D_7() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___D_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_D_7() const { return ___D_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_D_7() { return &___D_7; } inline void set_D_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___D_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___D_7), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // Native definition for COM marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_com { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // System.ComponentModel.ReadOnlyAttribute struct ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.ReadOnlyAttribute::isReadOnly bool ___isReadOnly_0; public: inline static int32_t get_offset_of_isReadOnly_0() { return static_cast(offsetof(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC, ___isReadOnly_0)); } inline bool get_isReadOnly_0() const { return ___isReadOnly_0; } inline bool* get_address_of_isReadOnly_0() { return &___isReadOnly_0; } inline void set_isReadOnly_0(bool value) { ___isReadOnly_0 = value; } }; struct ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields { public: // System.ComponentModel.ReadOnlyAttribute System.ComponentModel.ReadOnlyAttribute::Yes ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * ___Yes_1; // System.ComponentModel.ReadOnlyAttribute System.ComponentModel.ReadOnlyAttribute::No ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * ___No_2; // System.ComponentModel.ReadOnlyAttribute System.ComponentModel.ReadOnlyAttribute::Default ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * ___Default_3; public: inline static int32_t get_offset_of_Yes_1() { return static_cast(offsetof(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields, ___Yes_1)); } inline ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * get_Yes_1() const { return ___Yes_1; } inline ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC ** get_address_of_Yes_1() { return &___Yes_1; } inline void set_Yes_1(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * value) { ___Yes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_1), (void*)value); } inline static int32_t get_offset_of_No_2() { return static_cast(offsetof(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields, ___No_2)); } inline ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * get_No_2() const { return ___No_2; } inline ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC ** get_address_of_No_2() { return &___No_2; } inline void set_No_2(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * value) { ___No_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_2), (void*)value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields, ___Default_3)); } inline ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * get_Default_3() const { return ___Default_3; } inline ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } }; // System.ComponentModel.RecommendedAsConfigurableAttribute struct RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.RecommendedAsConfigurableAttribute::recommendedAsConfigurable bool ___recommendedAsConfigurable_0; public: inline static int32_t get_offset_of_recommendedAsConfigurable_0() { return static_cast(offsetof(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310, ___recommendedAsConfigurable_0)); } inline bool get_recommendedAsConfigurable_0() const { return ___recommendedAsConfigurable_0; } inline bool* get_address_of_recommendedAsConfigurable_0() { return &___recommendedAsConfigurable_0; } inline void set_recommendedAsConfigurable_0(bool value) { ___recommendedAsConfigurable_0 = value; } }; struct RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_StaticFields { public: // System.ComponentModel.RecommendedAsConfigurableAttribute System.ComponentModel.RecommendedAsConfigurableAttribute::No RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * ___No_1; // System.ComponentModel.RecommendedAsConfigurableAttribute System.ComponentModel.RecommendedAsConfigurableAttribute::Yes RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * ___Yes_2; // System.ComponentModel.RecommendedAsConfigurableAttribute System.ComponentModel.RecommendedAsConfigurableAttribute::Default RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * ___Default_3; public: inline static int32_t get_offset_of_No_1() { return static_cast(offsetof(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_StaticFields, ___No_1)); } inline RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * get_No_1() const { return ___No_1; } inline RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 ** get_address_of_No_1() { return &___No_1; } inline void set_No_1(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * value) { ___No_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_1), (void*)value); } inline static int32_t get_offset_of_Yes_2() { return static_cast(offsetof(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_StaticFields, ___Yes_2)); } inline RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * get_Yes_2() const { return ___Yes_2; } inline RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 ** get_address_of_Yes_2() { return &___Yes_2; } inline void set_Yes_2(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * value) { ___Yes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_2), (void*)value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_StaticFields, ___Default_3)); } inline RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * get_Default_3() const { return ___Default_3; } inline RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } }; // System.ComponentModel.RefreshEventArgs struct RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Object System.ComponentModel.RefreshEventArgs::componentChanged RuntimeObject * ___componentChanged_1; // System.Type System.ComponentModel.RefreshEventArgs::typeChanged Type_t * ___typeChanged_2; public: inline static int32_t get_offset_of_componentChanged_1() { return static_cast(offsetof(RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273, ___componentChanged_1)); } inline RuntimeObject * get_componentChanged_1() const { return ___componentChanged_1; } inline RuntimeObject ** get_address_of_componentChanged_1() { return &___componentChanged_1; } inline void set_componentChanged_1(RuntimeObject * value) { ___componentChanged_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___componentChanged_1), (void*)value); } inline static int32_t get_offset_of_typeChanged_2() { return static_cast(offsetof(RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273, ___typeChanged_2)); } inline Type_t * get_typeChanged_2() const { return ___typeChanged_2; } inline Type_t ** get_address_of_typeChanged_2() { return &___typeChanged_2; } inline void set_typeChanged_2(Type_t * value) { ___typeChanged_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeChanged_2), (void*)value); } }; // System.Text.RegularExpressions.RegexInterpreter struct RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E : public RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 { public: // System.Int32 System.Text.RegularExpressions.RegexInterpreter::runoperator int32_t ___runoperator_19; // System.Int32[] System.Text.RegularExpressions.RegexInterpreter::runcodes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___runcodes_20; // System.Int32 System.Text.RegularExpressions.RegexInterpreter::runcodepos int32_t ___runcodepos_21; // System.String[] System.Text.RegularExpressions.RegexInterpreter::runstrings StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___runstrings_22; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexInterpreter::runcode RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___runcode_23; // System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexInterpreter::runfcPrefix RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * ___runfcPrefix_24; // System.Text.RegularExpressions.RegexBoyerMoore System.Text.RegularExpressions.RegexInterpreter::runbmPrefix RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * ___runbmPrefix_25; // System.Int32 System.Text.RegularExpressions.RegexInterpreter::runanchors int32_t ___runanchors_26; // System.Boolean System.Text.RegularExpressions.RegexInterpreter::runrtl bool ___runrtl_27; // System.Boolean System.Text.RegularExpressions.RegexInterpreter::runci bool ___runci_28; // System.Globalization.CultureInfo System.Text.RegularExpressions.RegexInterpreter::runculture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___runculture_29; public: inline static int32_t get_offset_of_runoperator_19() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runoperator_19)); } inline int32_t get_runoperator_19() const { return ___runoperator_19; } inline int32_t* get_address_of_runoperator_19() { return &___runoperator_19; } inline void set_runoperator_19(int32_t value) { ___runoperator_19 = value; } inline static int32_t get_offset_of_runcodes_20() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runcodes_20)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_runcodes_20() const { return ___runcodes_20; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_runcodes_20() { return &___runcodes_20; } inline void set_runcodes_20(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___runcodes_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___runcodes_20), (void*)value); } inline static int32_t get_offset_of_runcodepos_21() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runcodepos_21)); } inline int32_t get_runcodepos_21() const { return ___runcodepos_21; } inline int32_t* get_address_of_runcodepos_21() { return &___runcodepos_21; } inline void set_runcodepos_21(int32_t value) { ___runcodepos_21 = value; } inline static int32_t get_offset_of_runstrings_22() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runstrings_22)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_runstrings_22() const { return ___runstrings_22; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_runstrings_22() { return &___runstrings_22; } inline void set_runstrings_22(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___runstrings_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___runstrings_22), (void*)value); } inline static int32_t get_offset_of_runcode_23() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runcode_23)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_runcode_23() const { return ___runcode_23; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_runcode_23() { return &___runcode_23; } inline void set_runcode_23(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___runcode_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___runcode_23), (void*)value); } inline static int32_t get_offset_of_runfcPrefix_24() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runfcPrefix_24)); } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * get_runfcPrefix_24() const { return ___runfcPrefix_24; } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 ** get_address_of_runfcPrefix_24() { return &___runfcPrefix_24; } inline void set_runfcPrefix_24(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * value) { ___runfcPrefix_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___runfcPrefix_24), (void*)value); } inline static int32_t get_offset_of_runbmPrefix_25() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runbmPrefix_25)); } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * get_runbmPrefix_25() const { return ___runbmPrefix_25; } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 ** get_address_of_runbmPrefix_25() { return &___runbmPrefix_25; } inline void set_runbmPrefix_25(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * value) { ___runbmPrefix_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___runbmPrefix_25), (void*)value); } inline static int32_t get_offset_of_runanchors_26() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runanchors_26)); } inline int32_t get_runanchors_26() const { return ___runanchors_26; } inline int32_t* get_address_of_runanchors_26() { return &___runanchors_26; } inline void set_runanchors_26(int32_t value) { ___runanchors_26 = value; } inline static int32_t get_offset_of_runrtl_27() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runrtl_27)); } inline bool get_runrtl_27() const { return ___runrtl_27; } inline bool* get_address_of_runrtl_27() { return &___runrtl_27; } inline void set_runrtl_27(bool value) { ___runrtl_27 = value; } inline static int32_t get_offset_of_runci_28() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runci_28)); } inline bool get_runci_28() const { return ___runci_28; } inline bool* get_address_of_runci_28() { return &___runci_28; } inline void set_runci_28(bool value) { ___runci_28 = value; } inline static int32_t get_offset_of_runculture_29() { return static_cast(offsetof(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E, ___runculture_29)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_runculture_29() const { return ___runculture_29; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_runculture_29() { return &___runculture_29; } inline void set_runculture_29(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___runculture_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___runculture_29), (void*)value); } }; // System.Diagnostics.TraceSwitch struct TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D : public Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC { public: public: }; // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.TypeConverterAttribute::typeName String_t* ___typeName_0; public: inline static int32_t get_offset_of_typeName_0() { return static_cast(offsetof(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83, ___typeName_0)); } inline String_t* get_typeName_0() const { return ___typeName_0; } inline String_t** get_address_of_typeName_0() { return &___typeName_0; } inline void set_typeName_0(String_t* value) { ___typeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeName_0), (void*)value); } }; struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_StaticFields { public: // System.ComponentModel.TypeConverterAttribute System.ComponentModel.TypeConverterAttribute::Default TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * ___Default_1; public: inline static int32_t get_offset_of_Default_1() { return static_cast(offsetof(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_StaticFields, ___Default_1)); } inline TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * get_Default_1() const { return ___Default_1; } inline TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 ** get_address_of_Default_1() { return &___Default_1; } inline void set_Default_1(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * value) { ___Default_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value); } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping struct LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE { public: // System.Char System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::_chMin Il2CppChar ____chMin_0; // System.Char System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::_chMax Il2CppChar ____chMax_1; // System.Int32 System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::_lcOp int32_t ____lcOp_2; // System.Int32 System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::_data int32_t ____data_3; public: inline static int32_t get_offset_of__chMin_0() { return static_cast(offsetof(LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE, ____chMin_0)); } inline Il2CppChar get__chMin_0() const { return ____chMin_0; } inline Il2CppChar* get_address_of__chMin_0() { return &____chMin_0; } inline void set__chMin_0(Il2CppChar value) { ____chMin_0 = value; } inline static int32_t get_offset_of__chMax_1() { return static_cast(offsetof(LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE, ____chMax_1)); } inline Il2CppChar get__chMax_1() const { return ____chMax_1; } inline Il2CppChar* get_address_of__chMax_1() { return &____chMax_1; } inline void set__chMax_1(Il2CppChar value) { ____chMax_1 = value; } inline static int32_t get_offset_of__lcOp_2() { return static_cast(offsetof(LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE, ____lcOp_2)); } inline int32_t get__lcOp_2() const { return ____lcOp_2; } inline int32_t* get_address_of__lcOp_2() { return &____lcOp_2; } inline void set__lcOp_2(int32_t value) { ____lcOp_2 = value; } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE, ____data_3)); } inline int32_t get__data_3() const { return ____data_3; } inline int32_t* get_address_of__data_3() { return &____data_3; } inline void set__data_3(int32_t value) { ____data_3 = value; } }; // Native definition for P/Invoke marshalling of System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping struct LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE_marshaled_pinvoke { uint8_t ____chMin_0; uint8_t ____chMax_1; int32_t ____lcOp_2; int32_t ____data_3; }; // Native definition for COM marshalling of System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping struct LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE_marshaled_com { uint8_t ____chMin_0; uint8_t ____chMax_1; int32_t ____lcOp_2; int32_t ____data_3; }; // System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Object System.AppDomain::_evidence RuntimeObject * ____evidence_6; // System.Object System.AppDomain::_granted RuntimeObject * ____granted_7; // System.Int32 System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * ___AssemblyLoad_11; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___AssemblyResolve_12; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___DomainUnload_13; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___ProcessExit_14; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___ResourceResolve_15; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___TypeResolve_16; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * ___UnhandledException_17; // System.EventHandler`1 System.AppDomain::FirstChanceException EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * ___FirstChanceException_18; // System.Object System.AppDomain::_domain_manager RuntimeObject * ____domain_manager_19; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___ReflectionOnlyAssemblyResolve_20; // System.Object System.AppDomain::_activation RuntimeObject * ____activation_21; // System.Object System.AppDomain::_applicationIdentity RuntimeObject * ____applicationIdentity_22; // System.Collections.Generic.List`1 System.AppDomain::compatibility_switch List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____evidence_6)); } inline RuntimeObject * get__evidence_6() const { return ____evidence_6; } inline RuntimeObject ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(RuntimeObject * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_6), (void*)value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____granted_7)); } inline RuntimeObject * get__granted_7() const { return ____granted_7; } inline RuntimeObject ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(RuntimeObject * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_7), (void*)value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of_AssemblyLoad_11() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___AssemblyLoad_11)); } inline AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * get_AssemblyLoad_11() const { return ___AssemblyLoad_11; } inline AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C ** get_address_of_AssemblyLoad_11() { return &___AssemblyLoad_11; } inline void set_AssemblyLoad_11(AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * value) { ___AssemblyLoad_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyLoad_11), (void*)value); } inline static int32_t get_offset_of_AssemblyResolve_12() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___AssemblyResolve_12)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_AssemblyResolve_12() const { return ___AssemblyResolve_12; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_AssemblyResolve_12() { return &___AssemblyResolve_12; } inline void set_AssemblyResolve_12(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___AssemblyResolve_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyResolve_12), (void*)value); } inline static int32_t get_offset_of_DomainUnload_13() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___DomainUnload_13)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_DomainUnload_13() const { return ___DomainUnload_13; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_DomainUnload_13() { return &___DomainUnload_13; } inline void set_DomainUnload_13(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___DomainUnload_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DomainUnload_13), (void*)value); } inline static int32_t get_offset_of_ProcessExit_14() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ProcessExit_14)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_ProcessExit_14() const { return ___ProcessExit_14; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_ProcessExit_14() { return &___ProcessExit_14; } inline void set_ProcessExit_14(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___ProcessExit_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProcessExit_14), (void*)value); } inline static int32_t get_offset_of_ResourceResolve_15() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ResourceResolve_15)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_ResourceResolve_15() const { return ___ResourceResolve_15; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_ResourceResolve_15() { return &___ResourceResolve_15; } inline void set_ResourceResolve_15(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___ResourceResolve_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResourceResolve_15), (void*)value); } inline static int32_t get_offset_of_TypeResolve_16() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___TypeResolve_16)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_TypeResolve_16() const { return ___TypeResolve_16; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_TypeResolve_16() { return &___TypeResolve_16; } inline void set_TypeResolve_16(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___TypeResolve_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeResolve_16), (void*)value); } inline static int32_t get_offset_of_UnhandledException_17() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___UnhandledException_17)); } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * get_UnhandledException_17() const { return ___UnhandledException_17; } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 ** get_address_of_UnhandledException_17() { return &___UnhandledException_17; } inline void set_UnhandledException_17(UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * value) { ___UnhandledException_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnhandledException_17), (void*)value); } inline static int32_t get_offset_of_FirstChanceException_18() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___FirstChanceException_18)); } inline EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * get_FirstChanceException_18() const { return ___FirstChanceException_18; } inline EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 ** get_address_of_FirstChanceException_18() { return &___FirstChanceException_18; } inline void set_FirstChanceException_18(EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * value) { ___FirstChanceException_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___FirstChanceException_18), (void*)value); } inline static int32_t get_offset_of__domain_manager_19() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____domain_manager_19)); } inline RuntimeObject * get__domain_manager_19() const { return ____domain_manager_19; } inline RuntimeObject ** get_address_of__domain_manager_19() { return &____domain_manager_19; } inline void set__domain_manager_19(RuntimeObject * value) { ____domain_manager_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____domain_manager_19), (void*)value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_20() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ReflectionOnlyAssemblyResolve_20)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_ReflectionOnlyAssemblyResolve_20() const { return ___ReflectionOnlyAssemblyResolve_20; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_ReflectionOnlyAssemblyResolve_20() { return &___ReflectionOnlyAssemblyResolve_20; } inline void set_ReflectionOnlyAssemblyResolve_20(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___ReflectionOnlyAssemblyResolve_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReflectionOnlyAssemblyResolve_20), (void*)value); } inline static int32_t get_offset_of__activation_21() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____activation_21)); } inline RuntimeObject * get__activation_21() const { return ____activation_21; } inline RuntimeObject ** get_address_of__activation_21() { return &____activation_21; } inline void set__activation_21(RuntimeObject * value) { ____activation_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____activation_21), (void*)value); } inline static int32_t get_offset_of__applicationIdentity_22() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____applicationIdentity_22)); } inline RuntimeObject * get__applicationIdentity_22() const { return ____applicationIdentity_22; } inline RuntimeObject ** get_address_of__applicationIdentity_22() { return &____applicationIdentity_22; } inline void set__applicationIdentity_22(RuntimeObject * value) { ____applicationIdentity_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____applicationIdentity_22), (void*)value); } inline static int32_t get_offset_of_compatibility_switch_23() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___compatibility_switch_23)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_compatibility_switch_23() const { return ___compatibility_switch_23; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_compatibility_switch_23() { return &___compatibility_switch_23; } inline void set_compatibility_switch_23(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___compatibility_switch_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___compatibility_switch_23), (void*)value); } }; struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields, ____process_guid_2)); } inline String_t* get__process_guid_2() const { return ____process_guid_2; } inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; } inline void set__process_guid_2(String_t* value) { ____process_guid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____process_guid_2), (void*)value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields, ___default_domain_10)); } inline AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_domain_10), (void*)value); } }; struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields { public: // System.Collections.Generic.Dictionary`2 System.AppDomain::type_resolve_in_progress Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___type_resolve_in_progress_3; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___assembly_resolve_in_progress_4; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress_refonly Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___assembly_resolve_in_progress_refonly_5; // System.Object System.AppDomain::_principal RuntimeObject * ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_resolve_in_progress_3), (void*)value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_4), (void*)value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; } inline void set_assembly_resolve_in_progress_refonly_5(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_refonly_5), (void*)value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ____principal_9)); } inline RuntimeObject * get__principal_9() const { return ____principal_9; } inline RuntimeObject ** get_address_of__principal_9() { return &____principal_9; } inline void set__principal_9(RuntimeObject * value) { ____principal_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____principal_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_11; Il2CppMethodPointer ___AssemblyResolve_12; Il2CppMethodPointer ___DomainUnload_13; Il2CppMethodPointer ___ProcessExit_14; Il2CppMethodPointer ___ResourceResolve_15; Il2CppMethodPointer ___TypeResolve_16; Il2CppMethodPointer ___UnhandledException_17; Il2CppMethodPointer ___FirstChanceException_18; Il2CppIUnknown* ____domain_manager_19; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20; Il2CppIUnknown* ____activation_21; Il2CppIUnknown* ____applicationIdentity_22; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; }; // Native definition for COM marshalling of System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_11; Il2CppMethodPointer ___AssemblyResolve_12; Il2CppMethodPointer ___DomainUnload_13; Il2CppMethodPointer ___ProcessExit_14; Il2CppMethodPointer ___ResourceResolve_15; Il2CppMethodPointer ___TypeResolve_16; Il2CppMethodPointer ___UnhandledException_17; Il2CppMethodPointer ___FirstChanceException_18; Il2CppIUnknown* ____domain_manager_19; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20; Il2CppIUnknown* ____activation_21; Il2CppIUnknown* ____applicationIdentity_22; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; }; // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; // System.Object System.Reflection.Assembly::_evidence RuntimeObject * ____evidence_2; // System.Object System.Reflection.Assembly::_minimum RuntimeObject * ____minimum_3; // System.Object System.Reflection.Assembly::_optional RuntimeObject * ____optional_4; // System.Object System.Reflection.Assembly::_refuse RuntimeObject * ____refuse_5; // System.Object System.Reflection.Assembly::_granted RuntimeObject * ____granted_6; // System.Object System.Reflection.Assembly::_denied RuntimeObject * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline RuntimeObject * get__evidence_2() const { return ____evidence_2; } inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(RuntimeObject * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline RuntimeObject * get__minimum_3() const { return ____minimum_3; } inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(RuntimeObject * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline RuntimeObject * get__optional_4() const { return ____optional_4; } inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(RuntimeObject * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline RuntimeObject * get__refuse_5() const { return ____refuse_5; } inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(RuntimeObject * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline RuntimeObject * get__granted_6() const { return ____granted_6; } inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(RuntimeObject * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline RuntimeObject * get__denied_7() const { return ____denied_7; } inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(RuntimeObject * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; char* ___assemblyName_9; }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; Il2CppChar* ___assemblyName_9; }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B : public MethodBase_t { public: public: }; struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value); } }; // System.Security.Cryptography.CspProviderFlags struct CspProviderFlags_t8981EF4CA441D46FBF242ABAA443608B474586D1 { public: // System.Int32 System.Security.Cryptography.CspProviderFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CspProviderFlags_t8981EF4CA441D46FBF242ABAA443608B474586D1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A : public DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.DSACryptoServiceProvider::store KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * ___store_3; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persistKey bool ___persistKey_4; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persisted bool ___persisted_5; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_6; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::m_disposed bool ___m_disposed_7; // Mono.Security.Cryptography.DSAManaged System.Security.Cryptography.DSACryptoServiceProvider::dsa DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA * ___dsa_8; public: inline static int32_t get_offset_of_store_3() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___store_3)); } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * get_store_3() const { return ___store_3; } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A ** get_address_of_store_3() { return &___store_3; } inline void set_store_3(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * value) { ___store_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_3), (void*)value); } inline static int32_t get_offset_of_persistKey_4() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___persistKey_4)); } inline bool get_persistKey_4() const { return ___persistKey_4; } inline bool* get_address_of_persistKey_4() { return &___persistKey_4; } inline void set_persistKey_4(bool value) { ___persistKey_4 = value; } inline static int32_t get_offset_of_persisted_5() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___persisted_5)); } inline bool get_persisted_5() const { return ___persisted_5; } inline bool* get_address_of_persisted_5() { return &___persisted_5; } inline void set_persisted_5(bool value) { ___persisted_5 = value; } inline static int32_t get_offset_of_privateKeyExportable_6() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___privateKeyExportable_6)); } inline bool get_privateKeyExportable_6() const { return ___privateKeyExportable_6; } inline bool* get_address_of_privateKeyExportable_6() { return &___privateKeyExportable_6; } inline void set_privateKeyExportable_6(bool value) { ___privateKeyExportable_6 = value; } inline static int32_t get_offset_of_m_disposed_7() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___m_disposed_7)); } inline bool get_m_disposed_7() const { return ___m_disposed_7; } inline bool* get_address_of_m_disposed_7() { return &___m_disposed_7; } inline void set_m_disposed_7(bool value) { ___m_disposed_7 = value; } inline static int32_t get_offset_of_dsa_8() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___dsa_8)); } inline DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA * get_dsa_8() const { return ___dsa_8; } inline DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA ** get_address_of_dsa_8() { return &___dsa_8; } inline void set_dsa_8(DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA * value) { ___dsa_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dsa_8), (void*)value); } }; struct DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_StaticFields { public: // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::useMachineKeyStore bool ___useMachineKeyStore_9; public: inline static int32_t get_offset_of_useMachineKeyStore_9() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_StaticFields, ___useMachineKeyStore_9)); } inline bool get_useMachineKeyStore_9() const { return ___useMachineKeyStore_9; } inline bool* get_address_of_useMachineKeyStore_9() { return &___useMachineKeyStore_9; } inline void set_useMachineKeyStore_9(bool value) { ___useMachineKeyStore_9 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.ComponentModel.DesignerSerializationVisibility struct DesignerSerializationVisibility_t155C8CC27DDAE52BCAD80E429E807019DF48E12F { public: // System.Int32 System.ComponentModel.DesignerSerializationVisibility::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DesignerSerializationVisibility_t155C8CC27DDAE52BCAD80E429E807019DF48E12F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.ComponentModel.ExtendedPropertyDescriptor struct ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 : public PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B { public: // System.ComponentModel.ReflectPropertyDescriptor System.ComponentModel.ExtendedPropertyDescriptor::extenderInfo ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * ___extenderInfo_17; // System.ComponentModel.IExtenderProvider System.ComponentModel.ExtendedPropertyDescriptor::provider RuntimeObject* ___provider_18; public: inline static int32_t get_offset_of_extenderInfo_17() { return static_cast(offsetof(ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420, ___extenderInfo_17)); } inline ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * get_extenderInfo_17() const { return ___extenderInfo_17; } inline ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 ** get_address_of_extenderInfo_17() { return &___extenderInfo_17; } inline void set_extenderInfo_17(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * value) { ___extenderInfo_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___extenderInfo_17), (void*)value); } inline static int32_t get_offset_of_provider_18() { return static_cast(offsetof(ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420, ___provider_18)); } inline RuntimeObject* get_provider_18() const { return ___provider_18; } inline RuntimeObject** get_address_of_provider_18() { return &___provider_18; } inline void set_provider_18(RuntimeObject* value) { ___provider_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_18), (void*)value); } }; // System.Runtime.InteropServices.HandleRef struct HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF { public: // System.Object System.Runtime.InteropServices.HandleRef::m_wrapper RuntimeObject * ___m_wrapper_0; // System.IntPtr System.Runtime.InteropServices.HandleRef::m_handle intptr_t ___m_handle_1; public: inline static int32_t get_offset_of_m_wrapper_0() { return static_cast(offsetof(HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF, ___m_wrapper_0)); } inline RuntimeObject * get_m_wrapper_0() const { return ___m_wrapper_0; } inline RuntimeObject ** get_address_of_m_wrapper_0() { return &___m_wrapper_0; } inline void set_m_wrapper_0(RuntimeObject * value) { ___m_wrapper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_wrapper_0), (void*)value); } inline static int32_t get_offset_of_m_handle_1() { return static_cast(offsetof(HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF, ___m_handle_1)); } inline intptr_t get_m_handle_1() const { return ___m_handle_1; } inline intptr_t* get_address_of_m_handle_1() { return &___m_handle_1; } inline void set_m_handle_1(intptr_t value) { ___m_handle_1 = value; } }; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___buckets_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B : public Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 { public: // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::_groupcoll GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * ____groupcoll_9; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_10; // System.Int32 System.Text.RegularExpressions.Match::_textbeg int32_t ____textbeg_11; // System.Int32 System.Text.RegularExpressions.Match::_textpos int32_t ____textpos_12; // System.Int32 System.Text.RegularExpressions.Match::_textend int32_t ____textend_13; // System.Int32 System.Text.RegularExpressions.Match::_textstart int32_t ____textstart_14; // System.Int32[][] System.Text.RegularExpressions.Match::_matches Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ____matches_15; // System.Int32[] System.Text.RegularExpressions.Match::_matchcount Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____matchcount_16; // System.Boolean System.Text.RegularExpressions.Match::_balancing bool ____balancing_17; public: inline static int32_t get_offset_of__groupcoll_9() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____groupcoll_9)); } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * get__groupcoll_9() const { return ____groupcoll_9; } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 ** get_address_of__groupcoll_9() { return &____groupcoll_9; } inline void set__groupcoll_9(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * value) { ____groupcoll_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____groupcoll_9), (void*)value); } inline static int32_t get_offset_of__regex_10() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____regex_10)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_10() const { return ____regex_10; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_10() { return &____regex_10; } inline void set__regex_10(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_10), (void*)value); } inline static int32_t get_offset_of__textbeg_11() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textbeg_11)); } inline int32_t get__textbeg_11() const { return ____textbeg_11; } inline int32_t* get_address_of__textbeg_11() { return &____textbeg_11; } inline void set__textbeg_11(int32_t value) { ____textbeg_11 = value; } inline static int32_t get_offset_of__textpos_12() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textpos_12)); } inline int32_t get__textpos_12() const { return ____textpos_12; } inline int32_t* get_address_of__textpos_12() { return &____textpos_12; } inline void set__textpos_12(int32_t value) { ____textpos_12 = value; } inline static int32_t get_offset_of__textend_13() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textend_13)); } inline int32_t get__textend_13() const { return ____textend_13; } inline int32_t* get_address_of__textend_13() { return &____textend_13; } inline void set__textend_13(int32_t value) { ____textend_13 = value; } inline static int32_t get_offset_of__textstart_14() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textstart_14)); } inline int32_t get__textstart_14() const { return ____textstart_14; } inline int32_t* get_address_of__textstart_14() { return &____textstart_14; } inline void set__textstart_14(int32_t value) { ____textstart_14 = value; } inline static int32_t get_offset_of__matches_15() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matches_15)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get__matches_15() const { return ____matches_15; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of__matches_15() { return &____matches_15; } inline void set__matches_15(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ____matches_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_15), (void*)value); } inline static int32_t get_offset_of__matchcount_16() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matchcount_16)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__matchcount_16() const { return ____matchcount_16; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__matchcount_16() { return &____matchcount_16; } inline void set__matchcount_16(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____matchcount_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____matchcount_16), (void*)value); } inline static int32_t get_offset_of__balancing_17() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____balancing_17)); } inline bool get__balancing_17() const { return ____balancing_17; } inline bool* get_address_of__balancing_17() { return &____balancing_17; } inline void set__balancing_17(bool value) { ____balancing_17 = value; } }; struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____empty_8; public: inline static int32_t get_offset_of__empty_8() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields, ____empty_8)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__empty_8() const { return ____empty_8; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__empty_8() { return &____empty_8; } inline void set__empty_8(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____empty_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____empty_8), (void*)value); } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // System.Globalization.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.OidGroup struct OidGroup_tA8D8DA27353F8D70638E08569F65A34BCA3D5EB4 { public: // System.Int32 System.Security.Cryptography.OidGroup::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OidGroup_tA8D8DA27353F8D70638E08569F65A34BCA3D5EB4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.ParameterAttributes struct ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ComponentModel.PropertyTabScope struct PropertyTabScope_tCFF546AAF0DB8858CCA43EFEAEF8F9523E1B1FC9 { public: // System.Int32 System.ComponentModel.PropertyTabScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PropertyTabScope_tCFF546AAF0DB8858CCA43EFEAEF8F9523E1B1FC9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Sockets.ProtocolType struct ProtocolType_t07C7AB65B583B132A2D99BC06BB2A909BDDCE156 { public: // System.Int32 System.Net.Sockets.ProtocolType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProtocolType_t07C7AB65B583B132A2D99BC06BB2A909BDDCE156, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 : public RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B { public: // System.Boolean Mono.Security.Cryptography.RSAManaged::isCRTpossible bool ___isCRTpossible_2; // System.Boolean Mono.Security.Cryptography.RSAManaged::keypairGenerated bool ___keypairGenerated_3; // System.Boolean Mono.Security.Cryptography.RSAManaged::m_disposed bool ___m_disposed_4; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::d BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___d_5; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::p BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___p_6; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::q BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___q_7; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dp BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___dp_8; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dq BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___dq_9; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::qInv BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___qInv_10; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::n BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___n_11; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::e BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___e_12; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler Mono.Security.Cryptography.RSAManaged::KeyGenerated KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA * ___KeyGenerated_13; public: inline static int32_t get_offset_of_isCRTpossible_2() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___isCRTpossible_2)); } inline bool get_isCRTpossible_2() const { return ___isCRTpossible_2; } inline bool* get_address_of_isCRTpossible_2() { return &___isCRTpossible_2; } inline void set_isCRTpossible_2(bool value) { ___isCRTpossible_2 = value; } inline static int32_t get_offset_of_keypairGenerated_3() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___keypairGenerated_3)); } inline bool get_keypairGenerated_3() const { return ___keypairGenerated_3; } inline bool* get_address_of_keypairGenerated_3() { return &___keypairGenerated_3; } inline void set_keypairGenerated_3(bool value) { ___keypairGenerated_3 = value; } inline static int32_t get_offset_of_m_disposed_4() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___m_disposed_4)); } inline bool get_m_disposed_4() const { return ___m_disposed_4; } inline bool* get_address_of_m_disposed_4() { return &___m_disposed_4; } inline void set_m_disposed_4(bool value) { ___m_disposed_4 = value; } inline static int32_t get_offset_of_d_5() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___d_5)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_d_5() const { return ___d_5; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_d_5() { return &___d_5; } inline void set_d_5(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___d_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___d_5), (void*)value); } inline static int32_t get_offset_of_p_6() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___p_6)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_p_6() const { return ___p_6; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_p_6() { return &___p_6; } inline void set_p_6(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___p_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_6), (void*)value); } inline static int32_t get_offset_of_q_7() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___q_7)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_q_7() const { return ___q_7; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_q_7() { return &___q_7; } inline void set_q_7(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___q_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_7), (void*)value); } inline static int32_t get_offset_of_dp_8() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___dp_8)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_dp_8() const { return ___dp_8; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_dp_8() { return &___dp_8; } inline void set_dp_8(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___dp_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dp_8), (void*)value); } inline static int32_t get_offset_of_dq_9() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___dq_9)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_dq_9() const { return ___dq_9; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_dq_9() { return &___dq_9; } inline void set_dq_9(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___dq_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___dq_9), (void*)value); } inline static int32_t get_offset_of_qInv_10() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___qInv_10)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_qInv_10() const { return ___qInv_10; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_qInv_10() { return &___qInv_10; } inline void set_qInv_10(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___qInv_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___qInv_10), (void*)value); } inline static int32_t get_offset_of_n_11() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___n_11)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_n_11() const { return ___n_11; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_n_11() { return &___n_11; } inline void set_n_11(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___n_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_11), (void*)value); } inline static int32_t get_offset_of_e_12() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___e_12)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_e_12() const { return ___e_12; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_e_12() { return &___e_12; } inline void set_e_12(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___e_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___e_12), (void*)value); } inline static int32_t get_offset_of_KeyGenerated_13() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___KeyGenerated_13)); } inline KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA * get_KeyGenerated_13() const { return ___KeyGenerated_13; } inline KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA ** get_address_of_KeyGenerated_13() { return &___KeyGenerated_13; } inline void set_KeyGenerated_13(KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA * value) { ___KeyGenerated_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyGenerated_13), (void*)value); } }; // System.Net.ReadState struct ReadState_t0E475A5684B2F293CB70C968652B094EB3E3949F { public: // System.Int32 System.Net.ReadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadState_t0E475A5684B2F293CB70C968652B094EB3E3949F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ComponentModel.ReflectEventDescriptor struct ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF : public EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 { public: // System.Type System.ComponentModel.ReflectEventDescriptor::type Type_t * ___type_12; // System.Type System.ComponentModel.ReflectEventDescriptor::componentClass Type_t * ___componentClass_13; // System.Reflection.MethodInfo System.ComponentModel.ReflectEventDescriptor::addMethod MethodInfo_t * ___addMethod_14; // System.Reflection.MethodInfo System.ComponentModel.ReflectEventDescriptor::removeMethod MethodInfo_t * ___removeMethod_15; // System.Reflection.EventInfo System.ComponentModel.ReflectEventDescriptor::realEvent EventInfo_t * ___realEvent_16; // System.Boolean System.ComponentModel.ReflectEventDescriptor::filledMethods bool ___filledMethods_17; public: inline static int32_t get_offset_of_type_12() { return static_cast(offsetof(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF, ___type_12)); } inline Type_t * get_type_12() const { return ___type_12; } inline Type_t ** get_address_of_type_12() { return &___type_12; } inline void set_type_12(Type_t * value) { ___type_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_12), (void*)value); } inline static int32_t get_offset_of_componentClass_13() { return static_cast(offsetof(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF, ___componentClass_13)); } inline Type_t * get_componentClass_13() const { return ___componentClass_13; } inline Type_t ** get_address_of_componentClass_13() { return &___componentClass_13; } inline void set_componentClass_13(Type_t * value) { ___componentClass_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___componentClass_13), (void*)value); } inline static int32_t get_offset_of_addMethod_14() { return static_cast(offsetof(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF, ___addMethod_14)); } inline MethodInfo_t * get_addMethod_14() const { return ___addMethod_14; } inline MethodInfo_t ** get_address_of_addMethod_14() { return &___addMethod_14; } inline void set_addMethod_14(MethodInfo_t * value) { ___addMethod_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___addMethod_14), (void*)value); } inline static int32_t get_offset_of_removeMethod_15() { return static_cast(offsetof(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF, ___removeMethod_15)); } inline MethodInfo_t * get_removeMethod_15() const { return ___removeMethod_15; } inline MethodInfo_t ** get_address_of_removeMethod_15() { return &___removeMethod_15; } inline void set_removeMethod_15(MethodInfo_t * value) { ___removeMethod_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___removeMethod_15), (void*)value); } inline static int32_t get_offset_of_realEvent_16() { return static_cast(offsetof(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF, ___realEvent_16)); } inline EventInfo_t * get_realEvent_16() const { return ___realEvent_16; } inline EventInfo_t ** get_address_of_realEvent_16() { return &___realEvent_16; } inline void set_realEvent_16(EventInfo_t * value) { ___realEvent_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___realEvent_16), (void*)value); } inline static int32_t get_offset_of_filledMethods_17() { return static_cast(offsetof(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF, ___filledMethods_17)); } inline bool get_filledMethods_17() const { return ___filledMethods_17; } inline bool* get_address_of_filledMethods_17() { return &___filledMethods_17; } inline void set_filledMethods_17(bool value) { ___filledMethods_17 = value; } }; // System.ComponentModel.ReflectPropertyDescriptor struct ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 : public PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B { public: // System.Collections.Specialized.BitVector32 System.ComponentModel.ReflectPropertyDescriptor::state BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 ___state_31; // System.Type System.ComponentModel.ReflectPropertyDescriptor::componentClass Type_t * ___componentClass_32; // System.Type System.ComponentModel.ReflectPropertyDescriptor::type Type_t * ___type_33; // System.Object System.ComponentModel.ReflectPropertyDescriptor::defaultValue RuntimeObject * ___defaultValue_34; // System.Object System.ComponentModel.ReflectPropertyDescriptor::ambientValue RuntimeObject * ___ambientValue_35; // System.Reflection.PropertyInfo System.ComponentModel.ReflectPropertyDescriptor::propInfo PropertyInfo_t * ___propInfo_36; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::getMethod MethodInfo_t * ___getMethod_37; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::setMethod MethodInfo_t * ___setMethod_38; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::shouldSerializeMethod MethodInfo_t * ___shouldSerializeMethod_39; // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::resetMethod MethodInfo_t * ___resetMethod_40; // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectPropertyDescriptor::realChangedEvent EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___realChangedEvent_41; // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectPropertyDescriptor::realIPropChangedEvent EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___realIPropChangedEvent_42; // System.Type System.ComponentModel.ReflectPropertyDescriptor::receiverType Type_t * ___receiverType_43; public: inline static int32_t get_offset_of_state_31() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___state_31)); } inline BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 get_state_31() const { return ___state_31; } inline BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * get_address_of_state_31() { return &___state_31; } inline void set_state_31(BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 value) { ___state_31 = value; } inline static int32_t get_offset_of_componentClass_32() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___componentClass_32)); } inline Type_t * get_componentClass_32() const { return ___componentClass_32; } inline Type_t ** get_address_of_componentClass_32() { return &___componentClass_32; } inline void set_componentClass_32(Type_t * value) { ___componentClass_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___componentClass_32), (void*)value); } inline static int32_t get_offset_of_type_33() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___type_33)); } inline Type_t * get_type_33() const { return ___type_33; } inline Type_t ** get_address_of_type_33() { return &___type_33; } inline void set_type_33(Type_t * value) { ___type_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_33), (void*)value); } inline static int32_t get_offset_of_defaultValue_34() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___defaultValue_34)); } inline RuntimeObject * get_defaultValue_34() const { return ___defaultValue_34; } inline RuntimeObject ** get_address_of_defaultValue_34() { return &___defaultValue_34; } inline void set_defaultValue_34(RuntimeObject * value) { ___defaultValue_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValue_34), (void*)value); } inline static int32_t get_offset_of_ambientValue_35() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___ambientValue_35)); } inline RuntimeObject * get_ambientValue_35() const { return ___ambientValue_35; } inline RuntimeObject ** get_address_of_ambientValue_35() { return &___ambientValue_35; } inline void set_ambientValue_35(RuntimeObject * value) { ___ambientValue_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___ambientValue_35), (void*)value); } inline static int32_t get_offset_of_propInfo_36() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___propInfo_36)); } inline PropertyInfo_t * get_propInfo_36() const { return ___propInfo_36; } inline PropertyInfo_t ** get_address_of_propInfo_36() { return &___propInfo_36; } inline void set_propInfo_36(PropertyInfo_t * value) { ___propInfo_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___propInfo_36), (void*)value); } inline static int32_t get_offset_of_getMethod_37() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___getMethod_37)); } inline MethodInfo_t * get_getMethod_37() const { return ___getMethod_37; } inline MethodInfo_t ** get_address_of_getMethod_37() { return &___getMethod_37; } inline void set_getMethod_37(MethodInfo_t * value) { ___getMethod_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___getMethod_37), (void*)value); } inline static int32_t get_offset_of_setMethod_38() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___setMethod_38)); } inline MethodInfo_t * get_setMethod_38() const { return ___setMethod_38; } inline MethodInfo_t ** get_address_of_setMethod_38() { return &___setMethod_38; } inline void set_setMethod_38(MethodInfo_t * value) { ___setMethod_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___setMethod_38), (void*)value); } inline static int32_t get_offset_of_shouldSerializeMethod_39() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___shouldSerializeMethod_39)); } inline MethodInfo_t * get_shouldSerializeMethod_39() const { return ___shouldSerializeMethod_39; } inline MethodInfo_t ** get_address_of_shouldSerializeMethod_39() { return &___shouldSerializeMethod_39; } inline void set_shouldSerializeMethod_39(MethodInfo_t * value) { ___shouldSerializeMethod_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___shouldSerializeMethod_39), (void*)value); } inline static int32_t get_offset_of_resetMethod_40() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___resetMethod_40)); } inline MethodInfo_t * get_resetMethod_40() const { return ___resetMethod_40; } inline MethodInfo_t ** get_address_of_resetMethod_40() { return &___resetMethod_40; } inline void set_resetMethod_40(MethodInfo_t * value) { ___resetMethod_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___resetMethod_40), (void*)value); } inline static int32_t get_offset_of_realChangedEvent_41() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___realChangedEvent_41)); } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * get_realChangedEvent_41() const { return ___realChangedEvent_41; } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 ** get_address_of_realChangedEvent_41() { return &___realChangedEvent_41; } inline void set_realChangedEvent_41(EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * value) { ___realChangedEvent_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___realChangedEvent_41), (void*)value); } inline static int32_t get_offset_of_realIPropChangedEvent_42() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___realIPropChangedEvent_42)); } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * get_realIPropChangedEvent_42() const { return ___realIPropChangedEvent_42; } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 ** get_address_of_realIPropChangedEvent_42() { return &___realIPropChangedEvent_42; } inline void set_realIPropChangedEvent_42(EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * value) { ___realIPropChangedEvent_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___realIPropChangedEvent_42), (void*)value); } inline static int32_t get_offset_of_receiverType_43() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92, ___receiverType_43)); } inline Type_t * get_receiverType_43() const { return ___receiverType_43; } inline Type_t ** get_address_of_receiverType_43() { return &___receiverType_43; } inline void set_receiverType_43(Type_t * value) { ___receiverType_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___receiverType_43), (void*)value); } }; struct ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields { public: // System.Type[] System.ComponentModel.ReflectPropertyDescriptor::argsNone TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___argsNone_17; // System.Object System.ComponentModel.ReflectPropertyDescriptor::noValue RuntimeObject * ___noValue_18; // System.Diagnostics.TraceSwitch System.ComponentModel.ReflectPropertyDescriptor::PropDescCreateSwitch TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * ___PropDescCreateSwitch_19; // System.Diagnostics.TraceSwitch System.ComponentModel.ReflectPropertyDescriptor::PropDescUsageSwitch TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * ___PropDescUsageSwitch_20; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitDefaultValueQueried int32_t ___BitDefaultValueQueried_21; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitGetQueried int32_t ___BitGetQueried_22; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitSetQueried int32_t ___BitSetQueried_23; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitShouldSerializeQueried int32_t ___BitShouldSerializeQueried_24; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitResetQueried int32_t ___BitResetQueried_25; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitChangedQueried int32_t ___BitChangedQueried_26; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitIPropChangedQueried int32_t ___BitIPropChangedQueried_27; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitReadOnlyChecked int32_t ___BitReadOnlyChecked_28; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitAmbientValueQueried int32_t ___BitAmbientValueQueried_29; // System.Int32 System.ComponentModel.ReflectPropertyDescriptor::BitSetOnDemand int32_t ___BitSetOnDemand_30; public: inline static int32_t get_offset_of_argsNone_17() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___argsNone_17)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_argsNone_17() const { return ___argsNone_17; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_argsNone_17() { return &___argsNone_17; } inline void set_argsNone_17(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___argsNone_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___argsNone_17), (void*)value); } inline static int32_t get_offset_of_noValue_18() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___noValue_18)); } inline RuntimeObject * get_noValue_18() const { return ___noValue_18; } inline RuntimeObject ** get_address_of_noValue_18() { return &___noValue_18; } inline void set_noValue_18(RuntimeObject * value) { ___noValue_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___noValue_18), (void*)value); } inline static int32_t get_offset_of_PropDescCreateSwitch_19() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___PropDescCreateSwitch_19)); } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * get_PropDescCreateSwitch_19() const { return ___PropDescCreateSwitch_19; } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D ** get_address_of_PropDescCreateSwitch_19() { return &___PropDescCreateSwitch_19; } inline void set_PropDescCreateSwitch_19(TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * value) { ___PropDescCreateSwitch_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropDescCreateSwitch_19), (void*)value); } inline static int32_t get_offset_of_PropDescUsageSwitch_20() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___PropDescUsageSwitch_20)); } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * get_PropDescUsageSwitch_20() const { return ___PropDescUsageSwitch_20; } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D ** get_address_of_PropDescUsageSwitch_20() { return &___PropDescUsageSwitch_20; } inline void set_PropDescUsageSwitch_20(TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * value) { ___PropDescUsageSwitch_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropDescUsageSwitch_20), (void*)value); } inline static int32_t get_offset_of_BitDefaultValueQueried_21() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitDefaultValueQueried_21)); } inline int32_t get_BitDefaultValueQueried_21() const { return ___BitDefaultValueQueried_21; } inline int32_t* get_address_of_BitDefaultValueQueried_21() { return &___BitDefaultValueQueried_21; } inline void set_BitDefaultValueQueried_21(int32_t value) { ___BitDefaultValueQueried_21 = value; } inline static int32_t get_offset_of_BitGetQueried_22() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitGetQueried_22)); } inline int32_t get_BitGetQueried_22() const { return ___BitGetQueried_22; } inline int32_t* get_address_of_BitGetQueried_22() { return &___BitGetQueried_22; } inline void set_BitGetQueried_22(int32_t value) { ___BitGetQueried_22 = value; } inline static int32_t get_offset_of_BitSetQueried_23() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitSetQueried_23)); } inline int32_t get_BitSetQueried_23() const { return ___BitSetQueried_23; } inline int32_t* get_address_of_BitSetQueried_23() { return &___BitSetQueried_23; } inline void set_BitSetQueried_23(int32_t value) { ___BitSetQueried_23 = value; } inline static int32_t get_offset_of_BitShouldSerializeQueried_24() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitShouldSerializeQueried_24)); } inline int32_t get_BitShouldSerializeQueried_24() const { return ___BitShouldSerializeQueried_24; } inline int32_t* get_address_of_BitShouldSerializeQueried_24() { return &___BitShouldSerializeQueried_24; } inline void set_BitShouldSerializeQueried_24(int32_t value) { ___BitShouldSerializeQueried_24 = value; } inline static int32_t get_offset_of_BitResetQueried_25() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitResetQueried_25)); } inline int32_t get_BitResetQueried_25() const { return ___BitResetQueried_25; } inline int32_t* get_address_of_BitResetQueried_25() { return &___BitResetQueried_25; } inline void set_BitResetQueried_25(int32_t value) { ___BitResetQueried_25 = value; } inline static int32_t get_offset_of_BitChangedQueried_26() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitChangedQueried_26)); } inline int32_t get_BitChangedQueried_26() const { return ___BitChangedQueried_26; } inline int32_t* get_address_of_BitChangedQueried_26() { return &___BitChangedQueried_26; } inline void set_BitChangedQueried_26(int32_t value) { ___BitChangedQueried_26 = value; } inline static int32_t get_offset_of_BitIPropChangedQueried_27() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitIPropChangedQueried_27)); } inline int32_t get_BitIPropChangedQueried_27() const { return ___BitIPropChangedQueried_27; } inline int32_t* get_address_of_BitIPropChangedQueried_27() { return &___BitIPropChangedQueried_27; } inline void set_BitIPropChangedQueried_27(int32_t value) { ___BitIPropChangedQueried_27 = value; } inline static int32_t get_offset_of_BitReadOnlyChecked_28() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitReadOnlyChecked_28)); } inline int32_t get_BitReadOnlyChecked_28() const { return ___BitReadOnlyChecked_28; } inline int32_t* get_address_of_BitReadOnlyChecked_28() { return &___BitReadOnlyChecked_28; } inline void set_BitReadOnlyChecked_28(int32_t value) { ___BitReadOnlyChecked_28 = value; } inline static int32_t get_offset_of_BitAmbientValueQueried_29() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitAmbientValueQueried_29)); } inline int32_t get_BitAmbientValueQueried_29() const { return ___BitAmbientValueQueried_29; } inline int32_t* get_address_of_BitAmbientValueQueried_29() { return &___BitAmbientValueQueried_29; } inline void set_BitAmbientValueQueried_29(int32_t value) { ___BitAmbientValueQueried_29 = value; } inline static int32_t get_offset_of_BitSetOnDemand_30() { return static_cast(offsetof(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields, ___BitSetOnDemand_30)); } inline int32_t get_BitSetOnDemand_30() const { return ___BitSetOnDemand_30; } inline int32_t* get_address_of_BitSetOnDemand_30() { return &___BitSetOnDemand_30; } inline void set_BitSetOnDemand_30(int32_t value) { ___BitSetOnDemand_30 = value; } }; // System.ComponentModel.ReflectTypeDescriptionProvider struct ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B : public TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 { public: // System.Collections.Hashtable System.ComponentModel.ReflectTypeDescriptionProvider::_typeData Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____typeData_2; public: inline static int32_t get_offset_of__typeData_2() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B, ____typeData_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__typeData_2() const { return ____typeData_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__typeData_2() { return &____typeData_2; } inline void set__typeData_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____typeData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeData_2), (void*)value); } }; struct ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields { public: // System.Type[] System.ComponentModel.ReflectTypeDescriptionProvider::_typeConstructor TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____typeConstructor_3; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_editorTables Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____editorTables_4; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_intrinsicTypeConverters Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____intrinsicTypeConverters_5; // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_intrinsicReferenceKey RuntimeObject * ____intrinsicReferenceKey_6; // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_intrinsicNullableKey RuntimeObject * ____intrinsicNullableKey_7; // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_dictionaryKey RuntimeObject * ____dictionaryKey_8; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_propertyCache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____propertyCache_9; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_eventCache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____eventCache_10; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_attributeCache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____attributeCache_11; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_extendedPropertyCache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____extendedPropertyCache_12; // System.Guid System.ComponentModel.ReflectTypeDescriptionProvider::_extenderProviderKey Guid_t ____extenderProviderKey_13; // System.Guid System.ComponentModel.ReflectTypeDescriptionProvider::_extenderPropertiesKey Guid_t ____extenderPropertiesKey_14; // System.Guid System.ComponentModel.ReflectTypeDescriptionProvider::_extenderProviderPropertiesKey Guid_t ____extenderProviderPropertiesKey_15; // System.Type[] System.ComponentModel.ReflectTypeDescriptionProvider::_skipInterfaceAttributeList TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____skipInterfaceAttributeList_16; // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_internalSyncObject RuntimeObject * ____internalSyncObject_17; public: inline static int32_t get_offset_of__typeConstructor_3() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____typeConstructor_3)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__typeConstructor_3() const { return ____typeConstructor_3; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__typeConstructor_3() { return &____typeConstructor_3; } inline void set__typeConstructor_3(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____typeConstructor_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeConstructor_3), (void*)value); } inline static int32_t get_offset_of__editorTables_4() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____editorTables_4)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__editorTables_4() const { return ____editorTables_4; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__editorTables_4() { return &____editorTables_4; } inline void set__editorTables_4(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____editorTables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____editorTables_4), (void*)value); } inline static int32_t get_offset_of__intrinsicTypeConverters_5() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____intrinsicTypeConverters_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__intrinsicTypeConverters_5() const { return ____intrinsicTypeConverters_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__intrinsicTypeConverters_5() { return &____intrinsicTypeConverters_5; } inline void set__intrinsicTypeConverters_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____intrinsicTypeConverters_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____intrinsicTypeConverters_5), (void*)value); } inline static int32_t get_offset_of__intrinsicReferenceKey_6() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____intrinsicReferenceKey_6)); } inline RuntimeObject * get__intrinsicReferenceKey_6() const { return ____intrinsicReferenceKey_6; } inline RuntimeObject ** get_address_of__intrinsicReferenceKey_6() { return &____intrinsicReferenceKey_6; } inline void set__intrinsicReferenceKey_6(RuntimeObject * value) { ____intrinsicReferenceKey_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____intrinsicReferenceKey_6), (void*)value); } inline static int32_t get_offset_of__intrinsicNullableKey_7() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____intrinsicNullableKey_7)); } inline RuntimeObject * get__intrinsicNullableKey_7() const { return ____intrinsicNullableKey_7; } inline RuntimeObject ** get_address_of__intrinsicNullableKey_7() { return &____intrinsicNullableKey_7; } inline void set__intrinsicNullableKey_7(RuntimeObject * value) { ____intrinsicNullableKey_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____intrinsicNullableKey_7), (void*)value); } inline static int32_t get_offset_of__dictionaryKey_8() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____dictionaryKey_8)); } inline RuntimeObject * get__dictionaryKey_8() const { return ____dictionaryKey_8; } inline RuntimeObject ** get_address_of__dictionaryKey_8() { return &____dictionaryKey_8; } inline void set__dictionaryKey_8(RuntimeObject * value) { ____dictionaryKey_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____dictionaryKey_8), (void*)value); } inline static int32_t get_offset_of__propertyCache_9() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____propertyCache_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__propertyCache_9() const { return ____propertyCache_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__propertyCache_9() { return &____propertyCache_9; } inline void set__propertyCache_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____propertyCache_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____propertyCache_9), (void*)value); } inline static int32_t get_offset_of__eventCache_10() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____eventCache_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__eventCache_10() const { return ____eventCache_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__eventCache_10() { return &____eventCache_10; } inline void set__eventCache_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____eventCache_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____eventCache_10), (void*)value); } inline static int32_t get_offset_of__attributeCache_11() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____attributeCache_11)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__attributeCache_11() const { return ____attributeCache_11; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__attributeCache_11() { return &____attributeCache_11; } inline void set__attributeCache_11(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____attributeCache_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeCache_11), (void*)value); } inline static int32_t get_offset_of__extendedPropertyCache_12() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____extendedPropertyCache_12)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__extendedPropertyCache_12() const { return ____extendedPropertyCache_12; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__extendedPropertyCache_12() { return &____extendedPropertyCache_12; } inline void set__extendedPropertyCache_12(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____extendedPropertyCache_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____extendedPropertyCache_12), (void*)value); } inline static int32_t get_offset_of__extenderProviderKey_13() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____extenderProviderKey_13)); } inline Guid_t get__extenderProviderKey_13() const { return ____extenderProviderKey_13; } inline Guid_t * get_address_of__extenderProviderKey_13() { return &____extenderProviderKey_13; } inline void set__extenderProviderKey_13(Guid_t value) { ____extenderProviderKey_13 = value; } inline static int32_t get_offset_of__extenderPropertiesKey_14() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____extenderPropertiesKey_14)); } inline Guid_t get__extenderPropertiesKey_14() const { return ____extenderPropertiesKey_14; } inline Guid_t * get_address_of__extenderPropertiesKey_14() { return &____extenderPropertiesKey_14; } inline void set__extenderPropertiesKey_14(Guid_t value) { ____extenderPropertiesKey_14 = value; } inline static int32_t get_offset_of__extenderProviderPropertiesKey_15() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____extenderProviderPropertiesKey_15)); } inline Guid_t get__extenderProviderPropertiesKey_15() const { return ____extenderProviderPropertiesKey_15; } inline Guid_t * get_address_of__extenderProviderPropertiesKey_15() { return &____extenderProviderPropertiesKey_15; } inline void set__extenderProviderPropertiesKey_15(Guid_t value) { ____extenderProviderPropertiesKey_15 = value; } inline static int32_t get_offset_of__skipInterfaceAttributeList_16() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____skipInterfaceAttributeList_16)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__skipInterfaceAttributeList_16() const { return ____skipInterfaceAttributeList_16; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__skipInterfaceAttributeList_16() { return &____skipInterfaceAttributeList_16; } inline void set__skipInterfaceAttributeList_16(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____skipInterfaceAttributeList_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____skipInterfaceAttributeList_16), (void*)value); } inline static int32_t get_offset_of__internalSyncObject_17() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____internalSyncObject_17)); } inline RuntimeObject * get__internalSyncObject_17() const { return ____internalSyncObject_17; } inline RuntimeObject ** get_address_of__internalSyncObject_17() { return &____internalSyncObject_17; } inline void set__internalSyncObject_17(RuntimeObject * value) { ____internalSyncObject_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____internalSyncObject_17), (void*)value); } }; // System.ComponentModel.RefreshProperties struct RefreshProperties_t5D61E35CA1373FC8C8E869872A555F398EF6798B { public: // System.Int32 System.ComponentModel.RefreshProperties::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RefreshProperties_t5D61E35CA1373FC8C8E869872A555F398EF6798B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.IntPtr System.Runtime.InteropServices.SafeHandle::handle intptr_t ___handle_0; // System.Int32 System.Runtime.InteropServices.SafeHandle::_state int32_t ____state_1; // System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle bool ____ownsHandle_2; // System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized bool ____fullyInitialized_3; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } inline static int32_t get_offset_of__state_1() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____state_1)); } inline int32_t get__state_1() const { return ____state_1; } inline int32_t* get_address_of__state_1() { return &____state_1; } inline void set__state_1(int32_t value) { ____state_1 = value; } inline static int32_t get_offset_of__ownsHandle_2() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____ownsHandle_2)); } inline bool get__ownsHandle_2() const { return ____ownsHandle_2; } inline bool* get_address_of__ownsHandle_2() { return &____ownsHandle_2; } inline void set__ownsHandle_2(bool value) { ____ownsHandle_2 = value; } inline static int32_t get_offset_of__fullyInitialized_3() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____fullyInitialized_3)); } inline bool get__fullyInitialized_3() const { return ____fullyInitialized_3; } inline bool* get_address_of__fullyInitialized_3() { return &____fullyInitialized_3; } inline void set__fullyInitialized_3(bool value) { ____fullyInitialized_3 = value; } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C : public RuntimeObject { public: // System.String System.Globalization.TextInfo::m_listSeparator String_t* ___m_listSeparator_0; // System.Boolean System.Globalization.TextInfo::m_isReadOnly bool ___m_isReadOnly_1; // System.String System.Globalization.TextInfo::m_cultureName String_t* ___m_cultureName_2; // System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_3; // System.String System.Globalization.TextInfo::m_textInfoName String_t* ___m_textInfoName_4; // System.Nullable`1 System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___m_IsAsciiCasingSameAsInvariant_5; // System.String System.Globalization.TextInfo::customCultureName String_t* ___customCultureName_7; // System.Int32 System.Globalization.TextInfo::m_nDataItem int32_t ___m_nDataItem_8; // System.Boolean System.Globalization.TextInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Int32 System.Globalization.TextInfo::m_win32LangID int32_t ___m_win32LangID_10; public: inline static int32_t get_offset_of_m_listSeparator_0() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_listSeparator_0)); } inline String_t* get_m_listSeparator_0() const { return ___m_listSeparator_0; } inline String_t** get_address_of_m_listSeparator_0() { return &___m_listSeparator_0; } inline void set_m_listSeparator_0(String_t* value) { ___m_listSeparator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_listSeparator_0), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_isReadOnly_1)); } inline bool get_m_isReadOnly_1() const { return ___m_isReadOnly_1; } inline bool* get_address_of_m_isReadOnly_1() { return &___m_isReadOnly_1; } inline void set_m_isReadOnly_1(bool value) { ___m_isReadOnly_1 = value; } inline static int32_t get_offset_of_m_cultureName_2() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureName_2)); } inline String_t* get_m_cultureName_2() const { return ___m_cultureName_2; } inline String_t** get_address_of_m_cultureName_2() { return &___m_cultureName_2; } inline void set_m_cultureName_2(String_t* value) { ___m_cultureName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureName_2), (void*)value); } inline static int32_t get_offset_of_m_cultureData_3() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureData_3)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_3() const { return ___m_cultureData_3; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_3() { return &___m_cultureData_3; } inline void set_m_cultureData_3(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_3), (void*)value); } inline static int32_t get_offset_of_m_textInfoName_4() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_textInfoName_4)); } inline String_t* get_m_textInfoName_4() const { return ___m_textInfoName_4; } inline String_t** get_address_of_m_textInfoName_4() { return &___m_textInfoName_4; } inline void set_m_textInfoName_4(String_t* value) { ___m_textInfoName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textInfoName_4), (void*)value); } inline static int32_t get_offset_of_m_IsAsciiCasingSameAsInvariant_5() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_IsAsciiCasingSameAsInvariant_5)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_m_IsAsciiCasingSameAsInvariant_5() const { return ___m_IsAsciiCasingSameAsInvariant_5; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_m_IsAsciiCasingSameAsInvariant_5() { return &___m_IsAsciiCasingSameAsInvariant_5; } inline void set_m_IsAsciiCasingSameAsInvariant_5(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___m_IsAsciiCasingSameAsInvariant_5 = value; } inline static int32_t get_offset_of_customCultureName_7() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___customCultureName_7)); } inline String_t* get_customCultureName_7() const { return ___customCultureName_7; } inline String_t** get_address_of_customCultureName_7() { return &___customCultureName_7; } inline void set_customCultureName_7(String_t* value) { ___customCultureName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCultureName_7), (void*)value); } inline static int32_t get_offset_of_m_nDataItem_8() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_nDataItem_8)); } inline int32_t get_m_nDataItem_8() const { return ___m_nDataItem_8; } inline int32_t* get_address_of_m_nDataItem_8() { return &___m_nDataItem_8; } inline void set_m_nDataItem_8(int32_t value) { ___m_nDataItem_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_m_win32LangID_10() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_win32LangID_10)); } inline int32_t get_m_win32LangID_10() const { return ___m_win32LangID_10; } inline int32_t* get_address_of_m_win32LangID_10() { return &___m_win32LangID_10; } inline void set_m_win32LangID_10(int32_t value) { ___m_win32LangID_10 = value; } }; struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields { public: // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___s_Invariant_6; public: inline static int32_t get_offset_of_s_Invariant_6() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields, ___s_Invariant_6)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_s_Invariant_6() const { return ___s_Invariant_6; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_s_Invariant_6() { return &___s_Invariant_6; } inline void set_s_Invariant_6(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___s_Invariant_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Invariant_6), (void*)value); } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 : public RuntimeObject { public: public: }; struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_StaticFields { public: // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeConverter::useCompatibleTypeConversion bool ___useCompatibleTypeConversion_1; public: inline static int32_t get_offset_of_useCompatibleTypeConversion_1() { return static_cast(offsetof(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_StaticFields, ___useCompatibleTypeConversion_1)); } inline bool get_useCompatibleTypeConversion_1() const { return ___useCompatibleTypeConversion_1; } inline bool* get_address_of_useCompatibleTypeConversion_1() { return &___useCompatibleTypeConversion_1; } inline void set_useCompatibleTypeConversion_1(bool value) { ___useCompatibleTypeConversion_1 = value; } }; // System.Globalization.UnicodeCategory struct UnicodeCategory_t6F1DA413FEAE6D03B02A0AD747327E865AFF8A38 { public: // System.Int32 System.Globalization.UnicodeCategory::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UnicodeCategory_t6F1DA413FEAE6D03B02A0AD747327E865AFF8A38, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.Threading.WaitHandle::waitHandle intptr_t ___waitHandle_3; // Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___safeWaitHandle_4; // System.Boolean System.Threading.WaitHandle::hasThreadAffinity bool ___hasThreadAffinity_5; public: inline static int32_t get_offset_of_waitHandle_3() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___waitHandle_3)); } inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; } inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; } inline void set_waitHandle_3(intptr_t value) { ___waitHandle_3 = value; } inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___safeWaitHandle_4)); } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___hasThreadAffinity_5)); } inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; } inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; } inline void set_hasThreadAffinity_5(bool value) { ___hasThreadAffinity_5 = value; } }; struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_10; public: inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields, ___InvalidHandle_10)); } inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; } inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; } inline void set_InvalidHandle_10(intptr_t value) { ___InvalidHandle_10 = value; } }; // Native definition for P/Invoke marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Mono.Security.X509.X509Certificate struct X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 : public RuntimeObject { public: // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ___decoder_0; // System.Byte[] Mono.Security.X509.X509Certificate::m_encodedcert ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_encodedcert_1; // System.DateTime Mono.Security.X509.X509Certificate::m_from DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_from_2; // System.DateTime Mono.Security.X509.X509Certificate::m_until DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_until_3; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::issuer ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ___issuer_4; // System.String Mono.Security.X509.X509Certificate::m_issuername String_t* ___m_issuername_5; // System.String Mono.Security.X509.X509Certificate::m_keyalgo String_t* ___m_keyalgo_6; // System.Byte[] Mono.Security.X509.X509Certificate::m_keyalgoparams ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_keyalgoparams_7; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::subject ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ___subject_8; // System.String Mono.Security.X509.X509Certificate::m_subject String_t* ___m_subject_9; // System.Byte[] Mono.Security.X509.X509Certificate::m_publickey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_publickey_10; // System.Byte[] Mono.Security.X509.X509Certificate::signature ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature_11; // System.String Mono.Security.X509.X509Certificate::m_signaturealgo String_t* ___m_signaturealgo_12; // System.Byte[] Mono.Security.X509.X509Certificate::m_signaturealgoparams ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_signaturealgoparams_13; // System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::_rsa RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ____rsa_14; // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::_dsa DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * ____dsa_15; // System.Int32 Mono.Security.X509.X509Certificate::version int32_t ___version_16; // System.Byte[] Mono.Security.X509.X509Certificate::serialnumber ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___serialnumber_17; // System.Byte[] Mono.Security.X509.X509Certificate::issuerUniqueID ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___issuerUniqueID_18; // System.Byte[] Mono.Security.X509.X509Certificate::subjectUniqueID ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectUniqueID_19; // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::extensions X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487 * ___extensions_20; public: inline static int32_t get_offset_of_decoder_0() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___decoder_0)); } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * get_decoder_0() const { return ___decoder_0; } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 ** get_address_of_decoder_0() { return &___decoder_0; } inline void set_decoder_0(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * value) { ___decoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_0), (void*)value); } inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_encodedcert_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_encodedcert_1() const { return ___m_encodedcert_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_encodedcert_1() { return &___m_encodedcert_1; } inline void set_m_encodedcert_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_encodedcert_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_encodedcert_1), (void*)value); } inline static int32_t get_offset_of_m_from_2() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_from_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_from_2() const { return ___m_from_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_from_2() { return &___m_from_2; } inline void set_m_from_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_from_2 = value; } inline static int32_t get_offset_of_m_until_3() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_until_3)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_until_3() const { return ___m_until_3; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_until_3() { return &___m_until_3; } inline void set_m_until_3(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_until_3 = value; } inline static int32_t get_offset_of_issuer_4() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___issuer_4)); } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * get_issuer_4() const { return ___issuer_4; } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 ** get_address_of_issuer_4() { return &___issuer_4; } inline void set_issuer_4(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * value) { ___issuer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_4), (void*)value); } inline static int32_t get_offset_of_m_issuername_5() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_issuername_5)); } inline String_t* get_m_issuername_5() const { return ___m_issuername_5; } inline String_t** get_address_of_m_issuername_5() { return &___m_issuername_5; } inline void set_m_issuername_5(String_t* value) { ___m_issuername_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_issuername_5), (void*)value); } inline static int32_t get_offset_of_m_keyalgo_6() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_keyalgo_6)); } inline String_t* get_m_keyalgo_6() const { return ___m_keyalgo_6; } inline String_t** get_address_of_m_keyalgo_6() { return &___m_keyalgo_6; } inline void set_m_keyalgo_6(String_t* value) { ___m_keyalgo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_keyalgo_6), (void*)value); } inline static int32_t get_offset_of_m_keyalgoparams_7() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_keyalgoparams_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_keyalgoparams_7() const { return ___m_keyalgoparams_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_keyalgoparams_7() { return &___m_keyalgoparams_7; } inline void set_m_keyalgoparams_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_keyalgoparams_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_keyalgoparams_7), (void*)value); } inline static int32_t get_offset_of_subject_8() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___subject_8)); } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * get_subject_8() const { return ___subject_8; } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 ** get_address_of_subject_8() { return &___subject_8; } inline void set_subject_8(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * value) { ___subject_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_8), (void*)value); } inline static int32_t get_offset_of_m_subject_9() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_subject_9)); } inline String_t* get_m_subject_9() const { return ___m_subject_9; } inline String_t** get_address_of_m_subject_9() { return &___m_subject_9; } inline void set_m_subject_9(String_t* value) { ___m_subject_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_subject_9), (void*)value); } inline static int32_t get_offset_of_m_publickey_10() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_publickey_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_publickey_10() const { return ___m_publickey_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_publickey_10() { return &___m_publickey_10; } inline void set_m_publickey_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_publickey_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_publickey_10), (void*)value); } inline static int32_t get_offset_of_signature_11() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___signature_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_signature_11() const { return ___signature_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_signature_11() { return &___signature_11; } inline void set_signature_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___signature_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_11), (void*)value); } inline static int32_t get_offset_of_m_signaturealgo_12() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_signaturealgo_12)); } inline String_t* get_m_signaturealgo_12() const { return ___m_signaturealgo_12; } inline String_t** get_address_of_m_signaturealgo_12() { return &___m_signaturealgo_12; } inline void set_m_signaturealgo_12(String_t* value) { ___m_signaturealgo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_signaturealgo_12), (void*)value); } inline static int32_t get_offset_of_m_signaturealgoparams_13() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_signaturealgoparams_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_signaturealgoparams_13() const { return ___m_signaturealgoparams_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_signaturealgoparams_13() { return &___m_signaturealgoparams_13; } inline void set_m_signaturealgoparams_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_signaturealgoparams_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_signaturealgoparams_13), (void*)value); } inline static int32_t get_offset_of__rsa_14() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ____rsa_14)); } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * get__rsa_14() const { return ____rsa_14; } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B ** get_address_of__rsa_14() { return &____rsa_14; } inline void set__rsa_14(RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * value) { ____rsa_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____rsa_14), (void*)value); } inline static int32_t get_offset_of__dsa_15() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ____dsa_15)); } inline DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * get__dsa_15() const { return ____dsa_15; } inline DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 ** get_address_of__dsa_15() { return &____dsa_15; } inline void set__dsa_15(DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * value) { ____dsa_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____dsa_15), (void*)value); } inline static int32_t get_offset_of_version_16() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___version_16)); } inline int32_t get_version_16() const { return ___version_16; } inline int32_t* get_address_of_version_16() { return &___version_16; } inline void set_version_16(int32_t value) { ___version_16 = value; } inline static int32_t get_offset_of_serialnumber_17() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___serialnumber_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_serialnumber_17() const { return ___serialnumber_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_serialnumber_17() { return &___serialnumber_17; } inline void set_serialnumber_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___serialnumber_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialnumber_17), (void*)value); } inline static int32_t get_offset_of_issuerUniqueID_18() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___issuerUniqueID_18)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_issuerUniqueID_18() const { return ___issuerUniqueID_18; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_issuerUniqueID_18() { return &___issuerUniqueID_18; } inline void set_issuerUniqueID_18(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___issuerUniqueID_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerUniqueID_18), (void*)value); } inline static int32_t get_offset_of_subjectUniqueID_19() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___subjectUniqueID_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_subjectUniqueID_19() const { return ___subjectUniqueID_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_subjectUniqueID_19() { return &___subjectUniqueID_19; } inline void set_subjectUniqueID_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___subjectUniqueID_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectUniqueID_19), (void*)value); } inline static int32_t get_offset_of_extensions_20() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___extensions_20)); } inline X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487 * get_extensions_20() const { return ___extensions_20; } inline X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487 ** get_address_of_extensions_20() { return &___extensions_20; } inline void set_extensions_20(X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487 * value) { ___extensions_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_20), (void*)value); } }; struct X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4_StaticFields { public: // System.String Mono.Security.X509.X509Certificate::encoding_error String_t* ___encoding_error_21; public: inline static int32_t get_offset_of_encoding_error_21() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4_StaticFields, ___encoding_error_21)); } inline String_t* get_encoding_error_21() const { return ___encoding_error_21; } inline String_t** get_address_of_encoding_error_21() { return &___encoding_error_21; } inline void set_encoding_error_21(String_t* value) { ___encoding_error_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_error_21), (void*)value); } }; // System.Net.Configuration.ProxyElement/AutoDetectValues struct AutoDetectValues_tD46CF466FF91E35ED2A8AC8B035A356AD315D8C7 { public: // System.Int32 System.Net.Configuration.ProxyElement/AutoDetectValues::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AutoDetectValues_tD46CF466FF91E35ED2A8AC8B035A356AD315D8C7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Configuration.ProxyElement/BypassOnLocalValues struct BypassOnLocalValues_t4900EEA6B03626B2328F8EBEF1CA64A9A18F9538 { public: // System.Int32 System.Net.Configuration.ProxyElement/BypassOnLocalValues::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BypassOnLocalValues_t4900EEA6B03626B2328F8EBEF1CA64A9A18F9538, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Configuration.ProxyElement/UseSystemDefaultValues struct UseSystemDefaultValues_tB7F5D28B69647AE05AB680CEA3E2C4F0B39BEAFC { public: // System.Int32 System.Net.Configuration.ProxyElement/UseSystemDefaultValues::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UseSystemDefaultValues_tB7F5D28B69647AE05AB680CEA3E2C4F0B39BEAFC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // System.ApplicationException struct ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 : public Exception_t { public: public: }; // System.ComponentModel.DesignerSerializationVisibilityAttribute struct DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.ComponentModel.DesignerSerializationVisibility System.ComponentModel.DesignerSerializationVisibilityAttribute::visibility int32_t ___visibility_4; public: inline static int32_t get_offset_of_visibility_4() { return static_cast(offsetof(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268, ___visibility_4)); } inline int32_t get_visibility_4() const { return ___visibility_4; } inline int32_t* get_address_of_visibility_4() { return &___visibility_4; } inline void set_visibility_4(int32_t value) { ___visibility_4 = value; } }; struct DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields { public: // System.ComponentModel.DesignerSerializationVisibilityAttribute System.ComponentModel.DesignerSerializationVisibilityAttribute::Content DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * ___Content_0; // System.ComponentModel.DesignerSerializationVisibilityAttribute System.ComponentModel.DesignerSerializationVisibilityAttribute::Hidden DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * ___Hidden_1; // System.ComponentModel.DesignerSerializationVisibilityAttribute System.ComponentModel.DesignerSerializationVisibilityAttribute::Visible DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * ___Visible_2; // System.ComponentModel.DesignerSerializationVisibilityAttribute System.ComponentModel.DesignerSerializationVisibilityAttribute::Default DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * ___Default_3; public: inline static int32_t get_offset_of_Content_0() { return static_cast(offsetof(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields, ___Content_0)); } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * get_Content_0() const { return ___Content_0; } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 ** get_address_of_Content_0() { return &___Content_0; } inline void set_Content_0(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * value) { ___Content_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Content_0), (void*)value); } inline static int32_t get_offset_of_Hidden_1() { return static_cast(offsetof(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields, ___Hidden_1)); } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * get_Hidden_1() const { return ___Hidden_1; } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 ** get_address_of_Hidden_1() { return &___Hidden_1; } inline void set_Hidden_1(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * value) { ___Hidden_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Hidden_1), (void*)value); } inline static int32_t get_offset_of_Visible_2() { return static_cast(offsetof(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields, ___Visible_2)); } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * get_Visible_2() const { return ___Visible_2; } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 ** get_address_of_Visible_2() { return &___Visible_2; } inline void set_Visible_2(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * value) { ___Visible_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Visible_2), (void*)value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields, ___Default_3)); } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * get_Default_3() const { return ___Default_3; } inline DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } }; // System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 : public RuntimeObject { public: // System.IntPtr System.Reflection.Module::_impl intptr_t ____impl_2; // System.Reflection.Assembly System.Reflection.Module::assembly Assembly_t * ___assembly_3; // System.String System.Reflection.Module::fqname String_t* ___fqname_4; // System.String System.Reflection.Module::name String_t* ___name_5; // System.String System.Reflection.Module::scopename String_t* ___scopename_6; // System.Boolean System.Reflection.Module::is_resource bool ___is_resource_7; // System.Int32 System.Reflection.Module::token int32_t ___token_8; public: inline static int32_t get_offset_of__impl_2() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ____impl_2)); } inline intptr_t get__impl_2() const { return ____impl_2; } inline intptr_t* get_address_of__impl_2() { return &____impl_2; } inline void set__impl_2(intptr_t value) { ____impl_2 = value; } inline static int32_t get_offset_of_assembly_3() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___assembly_3)); } inline Assembly_t * get_assembly_3() const { return ___assembly_3; } inline Assembly_t ** get_address_of_assembly_3() { return &___assembly_3; } inline void set_assembly_3(Assembly_t * value) { ___assembly_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_3), (void*)value); } inline static int32_t get_offset_of_fqname_4() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___fqname_4)); } inline String_t* get_fqname_4() const { return ___fqname_4; } inline String_t** get_address_of_fqname_4() { return &___fqname_4; } inline void set_fqname_4(String_t* value) { ___fqname_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___fqname_4), (void*)value); } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___name_5)); } inline String_t* get_name_5() const { return ___name_5; } inline String_t** get_address_of_name_5() { return &___name_5; } inline void set_name_5(String_t* value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_5), (void*)value); } inline static int32_t get_offset_of_scopename_6() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___scopename_6)); } inline String_t* get_scopename_6() const { return ___scopename_6; } inline String_t** get_address_of_scopename_6() { return &___scopename_6; } inline void set_scopename_6(String_t* value) { ___scopename_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___scopename_6), (void*)value); } inline static int32_t get_offset_of_is_resource_7() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___is_resource_7)); } inline bool get_is_resource_7() const { return ___is_resource_7; } inline bool* get_address_of_is_resource_7() { return &___is_resource_7; } inline void set_is_resource_7(bool value) { ___is_resource_7 = value; } inline static int32_t get_offset_of_token_8() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7, ___token_8)); } inline int32_t get_token_8() const { return ___token_8; } inline int32_t* get_address_of_token_8() { return &___token_8; } inline void set_token_8(int32_t value) { ___token_8 = value; } }; struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields { public: // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * ___FilterTypeName_0; // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * ___FilterTypeNameIgnoreCase_1; public: inline static int32_t get_offset_of_FilterTypeName_0() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields, ___FilterTypeName_0)); } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * get_FilterTypeName_0() const { return ___FilterTypeName_0; } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 ** get_address_of_FilterTypeName_0() { return &___FilterTypeName_0; } inline void set_FilterTypeName_0(TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * value) { ___FilterTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeName_0), (void*)value); } inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_1() { return static_cast(offsetof(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_StaticFields, ___FilterTypeNameIgnoreCase_1)); } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * get_FilterTypeNameIgnoreCase_1() const { return ___FilterTypeNameIgnoreCase_1; } inline TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 ** get_address_of_FilterTypeNameIgnoreCase_1() { return &___FilterTypeNameIgnoreCase_1; } inline void set_FilterTypeNameIgnoreCase_1(TypeFilter_t8E0AA7E71F2D6695C61A52277E6CF6E49230F2C3 * value) { ___FilterTypeNameIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeNameIgnoreCase_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_marshaled_pinvoke { intptr_t ____impl_2; Assembly_t_marshaled_pinvoke* ___assembly_3; char* ___fqname_4; char* ___name_5; char* ___scopename_6; int32_t ___is_resource_7; int32_t ___token_8; }; // Native definition for COM marshalling of System.Reflection.Module struct Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_marshaled_com { intptr_t ____impl_2; Assembly_t_marshaled_com* ___assembly_3; Il2CppChar* ___fqname_4; Il2CppChar* ___name_5; Il2CppChar* ___scopename_6; int32_t ___is_resource_7; int32_t ___token_8; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSizes_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSizes_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nativeDigits_19)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } }; // System.Security.Cryptography.Oid struct Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 : public RuntimeObject { public: // System.String System.Security.Cryptography.Oid::m_value String_t* ___m_value_0; // System.String System.Security.Cryptography.Oid::m_friendlyName String_t* ___m_friendlyName_1; // System.Security.Cryptography.OidGroup System.Security.Cryptography.Oid::m_group int32_t ___m_group_2; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800, ___m_value_0)); } inline String_t* get_m_value_0() const { return ___m_value_0; } inline String_t** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(String_t* value) { ___m_value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_0), (void*)value); } inline static int32_t get_offset_of_m_friendlyName_1() { return static_cast(offsetof(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800, ___m_friendlyName_1)); } inline String_t* get_m_friendlyName_1() const { return ___m_friendlyName_1; } inline String_t** get_address_of_m_friendlyName_1() { return &___m_friendlyName_1; } inline void set_m_friendlyName_1(String_t* value) { ___m_friendlyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_friendlyName_1), (void*)value); } inline static int32_t get_offset_of_m_group_2() { return static_cast(offsetof(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800, ___m_group_2)); } inline int32_t get_m_group_2() const { return ___m_group_2; } inline int32_t* get_address_of_m_group_2() { return &___m_group_2; } inline void set_m_group_2(int32_t value) { ___m_group_2 = value; } }; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___marshalAs_6)); } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * get_marshalAs_6() const { return ___marshalAs_6; } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; char* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // Native definition for COM marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; Il2CppChar* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // System.Diagnostics.ProcessWaitHandle struct ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 : public WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 { public: public: }; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 : public RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * ___store_6; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey bool ___persistKey_7; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted bool ___persisted_8; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_9; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed bool ___m_disposed_10; // Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * ___rsa_11; public: inline static int32_t get_offset_of_store_6() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___store_6)); } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * get_store_6() const { return ___store_6; } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A ** get_address_of_store_6() { return &___store_6; } inline void set_store_6(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * value) { ___store_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_6), (void*)value); } inline static int32_t get_offset_of_persistKey_7() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___persistKey_7)); } inline bool get_persistKey_7() const { return ___persistKey_7; } inline bool* get_address_of_persistKey_7() { return &___persistKey_7; } inline void set_persistKey_7(bool value) { ___persistKey_7 = value; } inline static int32_t get_offset_of_persisted_8() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___persisted_8)); } inline bool get_persisted_8() const { return ___persisted_8; } inline bool* get_address_of_persisted_8() { return &___persisted_8; } inline void set_persisted_8(bool value) { ___persisted_8 = value; } inline static int32_t get_offset_of_privateKeyExportable_9() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___privateKeyExportable_9)); } inline bool get_privateKeyExportable_9() const { return ___privateKeyExportable_9; } inline bool* get_address_of_privateKeyExportable_9() { return &___privateKeyExportable_9; } inline void set_privateKeyExportable_9(bool value) { ___privateKeyExportable_9 = value; } inline static int32_t get_offset_of_m_disposed_10() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___m_disposed_10)); } inline bool get_m_disposed_10() const { return ___m_disposed_10; } inline bool* get_address_of_m_disposed_10() { return &___m_disposed_10; } inline void set_m_disposed_10(bool value) { ___m_disposed_10 = value; } inline static int32_t get_offset_of_rsa_11() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___rsa_11)); } inline RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * get_rsa_11() const { return ___rsa_11; } inline RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 ** get_address_of_rsa_11() { return &___rsa_11; } inline void set_rsa_11(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * value) { ___rsa_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___rsa_11), (void*)value); } }; struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_StaticFields { public: // System.Security.Cryptography.CspProviderFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.RSACryptoServiceProvider::s_UseMachineKeyStore int32_t ___s_UseMachineKeyStore_2; public: inline static int32_t get_offset_of_s_UseMachineKeyStore_2() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_StaticFields, ___s_UseMachineKeyStore_2)); } inline int32_t get_s_UseMachineKeyStore_2() const { return ___s_UseMachineKeyStore_2; } inline int32_t* get_address_of_s_UseMachineKeyStore_2() { return &___s_UseMachineKeyStore_2; } inline void set_s_UseMachineKeyStore_2(int32_t value) { ___s_UseMachineKeyStore_2 = value; } }; // System.ComponentModel.ReferenceConverter struct ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: // System.Type System.ComponentModel.ReferenceConverter::type Type_t * ___type_3; public: inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B, ___type_3)); } inline Type_t * get_type_3() const { return ___type_3; } inline Type_t ** get_address_of_type_3() { return &___type_3; } inline void set_type_3(Type_t * value) { ___type_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_3), (void*)value); } }; struct ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_StaticFields { public: // System.String System.ComponentModel.ReferenceConverter::none String_t* ___none_2; public: inline static int32_t get_offset_of_none_2() { return static_cast(offsetof(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_StaticFields, ___none_2)); } inline String_t* get_none_2() const { return ___none_2; } inline String_t** get_address_of_none_2() { return &___none_2; } inline void set_none_2(String_t* value) { ___none_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___none_2), (void*)value); } }; // System.ComponentModel.RefreshPropertiesAttribute struct RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.ComponentModel.RefreshProperties System.ComponentModel.RefreshPropertiesAttribute::refresh int32_t ___refresh_3; public: inline static int32_t get_offset_of_refresh_3() { return static_cast(offsetof(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A, ___refresh_3)); } inline int32_t get_refresh_3() const { return ___refresh_3; } inline int32_t* get_address_of_refresh_3() { return &___refresh_3; } inline void set_refresh_3(int32_t value) { ___refresh_3 = value; } }; struct RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_StaticFields { public: // System.ComponentModel.RefreshPropertiesAttribute System.ComponentModel.RefreshPropertiesAttribute::All RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * ___All_0; // System.ComponentModel.RefreshPropertiesAttribute System.ComponentModel.RefreshPropertiesAttribute::Repaint RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * ___Repaint_1; // System.ComponentModel.RefreshPropertiesAttribute System.ComponentModel.RefreshPropertiesAttribute::Default RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * ___Default_2; public: inline static int32_t get_offset_of_All_0() { return static_cast(offsetof(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_StaticFields, ___All_0)); } inline RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * get_All_0() const { return ___All_0; } inline RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A ** get_address_of_All_0() { return &___All_0; } inline void set_All_0(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * value) { ___All_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___All_0), (void*)value); } inline static int32_t get_offset_of_Repaint_1() { return static_cast(offsetof(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_StaticFields, ___Repaint_1)); } inline RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * get_Repaint_1() const { return ___Repaint_1; } inline RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A ** get_address_of_Repaint_1() { return &___Repaint_1; } inline void set_Repaint_1(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * value) { ___Repaint_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Repaint_1), (void*)value); } inline static int32_t get_offset_of_Default_2() { return static_cast(offsetof(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_StaticFields, ___Default_2)); } inline RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * get_Default_2() const { return ___Default_2; } inline RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A ** get_address_of_Default_2() { return &___Default_2; } inline void set_Default_2(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * value) { ___Default_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value); } }; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_0; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ___factory_1; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_2; // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___internalMatchTimeout_5; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps_9; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames_10; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist_11; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_12; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runnerref_13; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___replref_14; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code_15; // System.Boolean System.Text.RegularExpressions.Regex::refsInitialized bool ___refsInitialized_16; public: inline static int32_t get_offset_of_pattern_0() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___pattern_0)); } inline String_t* get_pattern_0() const { return ___pattern_0; } inline String_t** get_address_of_pattern_0() { return &___pattern_0; } inline void set_pattern_0(String_t* value) { ___pattern_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value); } inline static int32_t get_offset_of_factory_1() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___factory_1)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get_factory_1() const { return ___factory_1; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of_factory_1() { return &___factory_1; } inline void set_factory_1(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ___factory_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value); } inline static int32_t get_offset_of_roptions_2() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___roptions_2)); } inline int32_t get_roptions_2() const { return ___roptions_2; } inline int32_t* get_address_of_roptions_2() { return &___roptions_2; } inline void set_roptions_2(int32_t value) { ___roptions_2 = value; } inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___internalMatchTimeout_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; } inline void set_internalMatchTimeout_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___internalMatchTimeout_5 = value; } inline static int32_t get_offset_of_caps_9() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___caps_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_caps_9() const { return ___caps_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_caps_9() { return &___caps_9; } inline void set_caps_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___caps_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___caps_9), (void*)value); } inline static int32_t get_offset_of_capnames_10() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capnames_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_capnames_10() const { return ___capnames_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_capnames_10() { return &___capnames_10; } inline void set_capnames_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___capnames_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capnames_10), (void*)value); } inline static int32_t get_offset_of_capslist_11() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capslist_11)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_capslist_11() const { return ___capslist_11; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_capslist_11() { return &___capslist_11; } inline void set_capslist_11(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___capslist_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___capslist_11), (void*)value); } inline static int32_t get_offset_of_capsize_12() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capsize_12)); } inline int32_t get_capsize_12() const { return ___capsize_12; } inline int32_t* get_address_of_capsize_12() { return &___capsize_12; } inline void set_capsize_12(int32_t value) { ___capsize_12 = value; } inline static int32_t get_offset_of_runnerref_13() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___runnerref_13)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get_runnerref_13() const { return ___runnerref_13; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of_runnerref_13() { return &___runnerref_13; } inline void set_runnerref_13(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ___runnerref_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___runnerref_13), (void*)value); } inline static int32_t get_offset_of_replref_14() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___replref_14)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get_replref_14() const { return ___replref_14; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of_replref_14() { return &___replref_14; } inline void set_replref_14(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ___replref_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___replref_14), (void*)value); } inline static int32_t get_offset_of_code_15() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___code_15)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_code_15() const { return ___code_15; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_code_15() { return &___code_15; } inline void set_code_15(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___code_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_15), (void*)value); } inline static int32_t get_offset_of_refsInitialized_16() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___refsInitialized_16)); } inline bool get_refsInitialized_16() const { return ___refsInitialized_16; } inline bool* get_address_of_refsInitialized_16() { return &___refsInitialized_16; } inline void set_refsInitialized_16(bool value) { ___refsInitialized_16 = value; } }; struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields { public: // System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaximumMatchTimeout_3; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___InfiniteMatchTimeout_4; // System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___FallbackDefaultMatchTimeout_7; // System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___DefaultMatchTimeout_8; // System.Collections.Generic.LinkedList`1 System.Text.RegularExpressions.Regex::livecode LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___livecode_17; // System.Int32 System.Text.RegularExpressions.Regex::cacheSize int32_t ___cacheSize_18; public: inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___MaximumMatchTimeout_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; } inline void set_MaximumMatchTimeout_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaximumMatchTimeout_3 = value; } inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___InfiniteMatchTimeout_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; } inline void set_InfiniteMatchTimeout_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___InfiniteMatchTimeout_4 = value; } inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_7() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___FallbackDefaultMatchTimeout_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_FallbackDefaultMatchTimeout_7() const { return ___FallbackDefaultMatchTimeout_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_FallbackDefaultMatchTimeout_7() { return &___FallbackDefaultMatchTimeout_7; } inline void set_FallbackDefaultMatchTimeout_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___FallbackDefaultMatchTimeout_7 = value; } inline static int32_t get_offset_of_DefaultMatchTimeout_8() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___DefaultMatchTimeout_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_DefaultMatchTimeout_8() const { return ___DefaultMatchTimeout_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_DefaultMatchTimeout_8() { return &___DefaultMatchTimeout_8; } inline void set_DefaultMatchTimeout_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___DefaultMatchTimeout_8 = value; } inline static int32_t get_offset_of_livecode_17() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___livecode_17)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_livecode_17() const { return ___livecode_17; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_livecode_17() { return &___livecode_17; } inline void set_livecode_17(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___livecode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___livecode_17), (void*)value); } inline static int32_t get_offset_of_cacheSize_18() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___cacheSize_18)); } inline int32_t get_cacheSize_18() const { return ___cacheSize_18; } inline int32_t* get_address_of_cacheSize_18() { return &___cacheSize_18; } inline void set_cacheSize_18(int32_t value) { ___cacheSize_18 = value; } }; // System.Text.RegularExpressions.RegexTree struct RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 : public RuntimeObject { public: // System.Text.RegularExpressions.RegexNode System.Text.RegularExpressions.RegexTree::_root RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * ____root_0; // System.Collections.Hashtable System.Text.RegularExpressions.RegexTree::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_1; // System.Int32[] System.Text.RegularExpressions.RegexTree::_capnumlist Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____capnumlist_2; // System.Collections.Hashtable System.Text.RegularExpressions.RegexTree::_capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____capnames_3; // System.String[] System.Text.RegularExpressions.RegexTree::_capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____capslist_4; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexTree::_options int32_t ____options_5; // System.Int32 System.Text.RegularExpressions.RegexTree::_captop int32_t ____captop_6; public: inline static int32_t get_offset_of__root_0() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____root_0)); } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * get__root_0() const { return ____root_0; } inline RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 ** get_address_of__root_0() { return &____root_0; } inline void set__root_0(RegexNode_t0C22422611EBAF941144402F8CAB0FA1A0AE7D43 * value) { ____root_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____root_0), (void*)value); } inline static int32_t get_offset_of__caps_1() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____caps_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_1() const { return ____caps_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_1() { return &____caps_1; } inline void set__caps_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_1), (void*)value); } inline static int32_t get_offset_of__capnumlist_2() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____capnumlist_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__capnumlist_2() const { return ____capnumlist_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__capnumlist_2() { return &____capnumlist_2; } inline void set__capnumlist_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____capnumlist_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____capnumlist_2), (void*)value); } inline static int32_t get_offset_of__capnames_3() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____capnames_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__capnames_3() const { return ____capnames_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__capnames_3() { return &____capnames_3; } inline void set__capnames_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____capnames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____capnames_3), (void*)value); } inline static int32_t get_offset_of__capslist_4() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____capslist_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__capslist_4() const { return ____capslist_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__capslist_4() { return &____capslist_4; } inline void set__capslist_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____capslist_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____capslist_4), (void*)value); } inline static int32_t get_offset_of__options_5() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____options_5)); } inline int32_t get__options_5() const { return ____options_5; } inline int32_t* get_address_of__options_5() { return &____options_5; } inline void set__options_5(int32_t value) { ____options_5 = value; } inline static int32_t get_offset_of__captop_6() { return static_cast(offsetof(RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3, ____captop_6)); } inline int32_t get__captop_6() const { return ____captop_6; } inline int32_t* get_address_of__captop_6() { return &____captop_6; } inline void set__captop_6(int32_t value) { ____captop_6 = value; } }; // Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid struct SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 : public SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B { public: public: }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Threading.Timeout struct Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050 : public RuntimeObject { public: public: }; struct Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_StaticFields { public: // System.TimeSpan System.Threading.Timeout::InfiniteTimeSpan TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___InfiniteTimeSpan_0; public: inline static int32_t get_offset_of_InfiniteTimeSpan_0() { return static_cast(offsetof(Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_StaticFields, ___InfiniteTimeSpan_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_InfiniteTimeSpan_0() const { return ___InfiniteTimeSpan_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_InfiniteTimeSpan_0() { return &___InfiniteTimeSpan_0; } inline void set_InfiniteTimeSpan_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___InfiniteTimeSpan_0 = value; } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.Security.Cryptography.CryptographicException struct CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B : public MulticastDelegate_t { public: public: }; // System.Runtime.InteropServices.ExternalException struct ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.ComponentModel.ProgressChangedEventHandler struct ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 : public MulticastDelegate_t { public: public: }; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 : public MulticastDelegate_t { public: public: }; // System.ComponentModel.PropertyChangingEventHandler struct PropertyChangingEventHandler_t5EA6F6EAA933D35C0AAD9D347A3BD53D343E4C22 : public MulticastDelegate_t { public: public: }; // System.ComponentModel.RefreshEventHandler struct RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C : public MulticastDelegate_t { public: public: }; // Microsoft.Win32.SafeHandles.SafeProcessHandle struct SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: public: }; struct SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_StaticFields { public: // Microsoft.Win32.SafeHandles.SafeProcessHandle Microsoft.Win32.SafeHandles.SafeProcessHandle::InvalidHandle SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * ___InvalidHandle_6; public: inline static int32_t get_offset_of_InvalidHandle_6() { return static_cast(offsetof(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_StaticFields, ___InvalidHandle_6)); } inline SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * get_InvalidHandle_6() const { return ___InvalidHandle_6; } inline SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C ** get_address_of_InvalidHandle_6() { return &___InvalidHandle_6; } inline void set_InvalidHandle_6(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * value) { ___InvalidHandle_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidHandle_6), (void*)value); } }; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: public: }; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields { public: // System.String System.Runtime.Serialization.SerializationException::_nullMessage String_t* ____nullMessage_17; public: inline static int32_t get_offset_of__nullMessage_17() { return static_cast(offsetof(SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields, ____nullMessage_17)); } inline String_t* get__nullMessage_17() const { return ____nullMessage_17; } inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; } inline void set__nullMessage_17(String_t* value) { ____nullMessage_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value); } }; // System.Reflection.TargetInvocationException struct TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C : public ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 { public: public: }; // System.TypeLoadException struct TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.TypeLoadException::ClassName String_t* ___ClassName_17; // System.String System.TypeLoadException::AssemblyName String_t* ___AssemblyName_18; // System.String System.TypeLoadException::MessageArg String_t* ___MessageArg_19; // System.Int32 System.TypeLoadException::ResourceId int32_t ___ResourceId_20; public: inline static int32_t get_offset_of_ClassName_17() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___ClassName_17)); } inline String_t* get_ClassName_17() const { return ___ClassName_17; } inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; } inline void set_ClassName_17(String_t* value) { ___ClassName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value); } inline static int32_t get_offset_of_AssemblyName_18() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___AssemblyName_18)); } inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; } inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; } inline void set_AssemblyName_18(String_t* value) { ___AssemblyName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyName_18), (void*)value); } inline static int32_t get_offset_of_MessageArg_19() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___MessageArg_19)); } inline String_t* get_MessageArg_19() const { return ___MessageArg_19; } inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; } inline void set_MessageArg_19(String_t* value) { ___MessageArg_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___MessageArg_19), (void*)value); } inline static int32_t get_offset_of_ResourceId_20() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___ResourceId_20)); } inline int32_t get_ResourceId_20() const { return ___ResourceId_20; } inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; } inline void set_ResourceId_20(int32_t value) { ___ResourceId_20 = value; } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.ComponentModel.Design.CheckoutException struct CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C : public ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 { public: public: }; struct CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_StaticFields { public: // System.ComponentModel.Design.CheckoutException System.ComponentModel.Design.CheckoutException::Canceled CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * ___Canceled_17; public: inline static int32_t get_offset_of_Canceled_17() { return static_cast(offsetof(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_StaticFields, ___Canceled_17)); } inline CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * get_Canceled_17() const { return ___Canceled_17; } inline CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C ** get_address_of_Canceled_17() { return &___Canceled_17; } inline void set_Canceled_17(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * value) { ___Canceled_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Canceled_17), (void*)value); } }; // System.Net.ProtocolViolationException struct ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4 : public RuntimeArray { public: ALIGN_FIELD (8) Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * m_Items[1]; public: inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 ** 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_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * m_Items[1]; public: inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B ** 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_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.ComponentModel.PropertyTabScope[] struct PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Attribute[][] struct AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457 : public RuntimeArray { public: ALIGN_FIELD (8) AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* m_Items[1]; public: inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** 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_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA m_Items[1]; public: inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } }; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E : public RuntimeArray { public: ALIGN_FIELD (8) MemberInfo_t * m_Items[1]; public: inline MemberInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemberInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, MemberInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemberInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemberInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.ComponentModel.IExtenderProvider[] struct IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject* m_Items[1]; public: inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.ComponentModel.EventDescriptor[] struct EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9 : public RuntimeArray { public: ALIGN_FIELD (8) EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * m_Items[1]; public: inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.EventInfo[] struct EventInfoU5BU5D_tF52FAA4D1D1C1E3F5C14EB30F5FB2A2F7D3DB681 : public RuntimeArray { public: ALIGN_FIELD (8) EventInfo_t * m_Items[1]; public: inline EventInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EventInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, EventInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EventInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EventInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EventInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.ComponentModel.ReflectPropertyDescriptor[] struct ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9 : public RuntimeArray { public: ALIGN_FIELD (8) ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * m_Items[1]; public: inline ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A : public RuntimeArray { public: ALIGN_FIELD (8) PropertyInfo_t * m_Items[1]; public: inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, PropertyInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * m_Items[1]; public: inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF : public RuntimeArray { public: ALIGN_FIELD (8) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* m_Items[1]; public: inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** 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, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.String[0...,0...] struct StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: 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); } inline String_t* GetAt(il2cpp_array_size_t i, il2cpp_array_size_t j) const { il2cpp_array_size_t iBound = bounds[0].length; IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound); il2cpp_array_size_t jBound = bounds[1].length; IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound); il2cpp_array_size_t index = i * jBound + j; return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t i, il2cpp_array_size_t j) { il2cpp_array_size_t iBound = bounds[0].length; IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound); il2cpp_array_size_t jBound = bounds[1].length; IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound); il2cpp_array_size_t index = i * jBound + j; return m_Items + index; } inline void SetAt(il2cpp_array_size_t i, il2cpp_array_size_t j, String_t* value) { il2cpp_array_size_t iBound = bounds[0].length; IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound); il2cpp_array_size_t jBound = bounds[1].length; IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound); il2cpp_array_size_t index = i * jBound + j; m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j) const { il2cpp_array_size_t jBound = bounds[1].length; il2cpp_array_size_t index = i * jBound + j; return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j) { il2cpp_array_size_t jBound = bounds[1].length; il2cpp_array_size_t index = i * jBound + j; return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j, String_t* value) { il2cpp_array_size_t jBound = bounds[1].length; il2cpp_array_size_t index = i * jBound + j; m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping[] struct LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E : public RuntimeArray { public: ALIGN_FIELD (8) LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE m_Items[1]; public: inline LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE * 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, LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE value) { m_Items[index] = value; } }; // System.Int32 System.Array::IndexOf(!!0[],!!0,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m7642F18C7E99436A8B1E165426B537641FB6D2E5_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * LinkedList_1_get_First_m8DCE1181A69DB8A820B5B976EBEF9416F4C0460D_gshared_inline (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method); // T System.Collections.Generic.LinkedListNode`1::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * LinkedListNode_1_get_Value_m5A71FC016266973BD9CFAE986CF6911B26C33684_gshared_inline (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::Remove(System.Collections.Generic.LinkedListNode`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1_Remove_mDDB3418300D72736499DC45BDFCDEFE9029C2A9D_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___node0, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::AddFirst(System.Collections.Generic.LinkedListNode`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1_AddFirst_m84431AB2A80DB796AED45133101E47B9D5844C60_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * ___node0, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::get_Next() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * LinkedListNode_1_get_Next_m613427050DF4FAF7AF82AE4C266E933EED03AD91_gshared (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * __this, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddFirst(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * LinkedList_1_AddFirst_mAFFAE897B2CAF07E0F86B8F4BCAE0A8CE0892FD2_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LinkedList_1_get_Count_m5AD2F760211A61C7FFD9BE298CFA10F1BF4BE54A_gshared_inline (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::RemoveLast() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1_RemoveLast_m4F9C44B2E1CA5BCFA0965D6B64494EDB9C1ACDCE_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1__ctor_mF0412326B070EE3A04AB6BAC4836ED176A0F6186_gshared (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mBD7199657787018123B7B8F2B048B503D484C097_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_mA5223BC0908F61A6269BE934E8148D0616901A17_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, int32_t ___count1, RuntimeObject* ___comparer2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m72B622AD9BAEA821ED4FE737B1474CA1EABA4AEB_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveRange_m0BBC3852B9B0719DDA7E6AFEF3C3E3CD165DF5AA_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method); // System.Void System.Threading.WaitHandle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle__ctor_mC4B7F741E68F0A2FDDE6433963F00ABD2C9CDB73 (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * __this, const RuntimeMethod* method); // System.IntPtr Microsoft.Win32.NativeMethods::GetCurrentProcess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t NativeMethods_GetCurrentProcess_mF93EF0A5CEE949EB9AEAB7D9CE8FA8B0B578C19F (const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.HandleRef::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandleRef__ctor_m32F577826A69BCA9CE2C57DA4E6A829B18A4C1A3 (HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF * __this, RuntimeObject * ___wrapper0, intptr_t ___handle1, const RuntimeMethod* method); // System.Boolean Microsoft.Win32.NativeMethods::DuplicateHandle(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.SafeHandle,System.Runtime.InteropServices.HandleRef,Microsoft.Win32.SafeHandles.SafeWaitHandle&,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeMethods_DuplicateHandle_m881DE936556887BFD90C8476CEF64E69E962675D (HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF ___hSourceProcessHandle0, SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * ___hSourceHandle1, HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF ___hTargetProcess2, SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** ___targetHandle3, int32_t ___dwDesiredAccess4, bool ___bInheritHandle5, int32_t ___dwOptions6, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Threading.WaitHandle::set_SafeWaitHandle(Microsoft.Win32.SafeHandles.SafeWaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitHandle_set_SafeWaitHandle_m6211C2CCA15CDC3CA25C377D9F0EC16416C04D38 (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * __this, SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___value0, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571 (EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.String,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m8B12FC75CC9C9A30A68DDBF31B7A58D25FDECD16 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, String_t* ___name0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method); // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.ComponentModel.MemberDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m7B28673B84E74C66147B48DBB8695B4CB5708FF1 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___descr0, const RuntimeMethod* method); // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.ComponentModel.MemberDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m1B2998AD8C93C8E5D674E3962D94B0558A3002A0 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___oldMemberDescriptor0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___newAttributes1, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.String System.ComponentModel.TypeConverterAttribute::get_ConverterTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_m699652BD16C42823BE283EA769647F676122EB6B_inline (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Type System.ComponentModel.PropertyDescriptor::GetTypeFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * PropertyDescriptor_GetTypeFromName_m85262A7175CC1D7D6BF11B1CDE6B491CDA815FA3 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, String_t* ___typeName0, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Object System.ComponentModel.PropertyDescriptor::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyDescriptor_CreateInstance_m57C60C0EE37180441E19070D39E4BBE73ADE5C14 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, Type_t * ___type0, const RuntimeMethod* method); // System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor::GetConverter(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * TypeDescriptor_GetConverter_m4A087A264082284312079152F6E572EB7B92BDC3 (Type_t * ___type0, const RuntimeMethod* method); // System.ComponentModel.DesignerSerializationVisibility System.ComponentModel.DesignerSerializationVisibilityAttribute::get_Visibility() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DesignerSerializationVisibilityAttribute_get_Visibility_m8BF8E684ABAB85A14343D269EF8EFC493D17F49E_inline (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C (Type_t * __this, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types0, const RuntimeMethod* method); // System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___left0, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___right1, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeDescriptor::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeDescriptor_CreateInstance_m392E7B82D3A1AB12E6F29F52846B4E5D8FE8A98B (RuntimeObject* ___provider0, Type_t * ___objectType1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___argTypes2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args3, const RuntimeMethod* method); // System.Void System.ComponentModel.MemberDescriptor::FillAttributes(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_FillAttributes_m2598F7EF310160BD825F166ECE8BAEB201DA9143 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, RuntimeObject* ___attributeList0, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_m25FC6988150EF5C7AF3257E3C254983298E93177 (Type_t * ___componentType0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_mCF014E81D54DC1F458B231B0343B037AFE1497C6 (RuntimeObject * ___component0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method); // System.String System.ComponentModel.EditorAttribute::get_EditorBaseTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorBaseTypeName_m289485BE4F9C3DEA96C6F3CC10404E578E6338D1_inline (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, const RuntimeMethod* method); // System.String System.ComponentModel.EditorAttribute::get_EditorTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorTypeName_m00A0E95AE5ABFBEED0233962BB1098977E1AD108_inline (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, const RuntimeMethod* method); // System.Int32 System.ComponentModel.AttributeCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeDescriptor::GetEditor(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeDescriptor_GetEditor_m19A9F45E97B872221658C99E305C7D5444B75A00 (Type_t * ___type0, Type_t * ___editorBaseType1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MemberDescriptor_GetInvocationTarget_m5BFB66243513C2C58BEF2EDBE3E019C7CC38C083 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, Type_t * ___type0, RuntimeObject * ___instance1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.EventHandler::Invoke(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_Invoke_m0F82470611ECCEECEB93CD16EE16C4D14051EB81 (EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * __this, RuntimeObject * ___sender0, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___e1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4 (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m124991BF4E348817ACCC6C4373FD66B31566E425 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties0, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m84F1D8D46E48427F4DFAC350A5F1E0D345C68523 (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::EnsurePropsOwned() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_EnsurePropsOwned_m30DA3CB374FF656A69157DE89DEE4A580AB3FA7B (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::EnsureSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_EnsureSize_m7C729B2640A5F8BF93696CCB28192E2A0B9252C6 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, int32_t ___sizeNeeded0, const RuntimeMethod* method); // System.Int32 System.ComponentModel.PropertyDescriptorCollection::IndexOf(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_IndexOf_mC5BE05B9F03E543E3EFE2916A81A928987825DB7 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___value0, const RuntimeMethod* method); // System.Int32 System.ComponentModel.PropertyDescriptorCollection::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_get_Count_mDD15A7E3CECB5E5DB37E4E95539197F026D0307F_inline (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::InternalSort(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_InternalSort_mDE3FF29BB2A82BA66F40664A38C37CE8B13BAE26 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___names0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridDictionary__ctor_m4365E4432941DA2297ACA8D5D4B18E38535F4C56 (HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * __this, bool ___caseInsensitive0, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0,System.Int32,System.Int32) inline int32_t Array_IndexOf_TisPropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_mF37EC25A4FF4457FF478EB04F5CEFBEB109E1960 (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___array0, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { return (( int32_t (*) (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, int32_t, int32_t, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m7642F18C7E99436A8B1E165426B537641FB6D2E5_gshared)(___array0, ___value1, ___startIndex2, ___count3, method); } // System.Void System.ComponentModel.PropertyDescriptorCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_RemoveAt_m3B381D97316A8BD230FA572EA2FE637198B56C6F (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[],System.Int32,System.String[],System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m59F87129AAE4F2E326DCDE576C55A94E54469CE4 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties0, int32_t ___propCount1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort2, RuntimeObject* ___comparer3, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::InternalSort(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_InternalSort_mB4E7FC2B7C78C5844D309A46373D7CCE2D33EB24 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, RuntimeObject* ___sorter0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, RuntimeObject* ___c0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptor::SortDescriptorArray(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptor_SortDescriptorArray_mC97279DD994FCC49BB8E229B937A7D392A547D7C (RuntimeObject* ___infos0, const RuntimeMethod* method); // System.Void System.Array::Sort(System.Array,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_m9FEF5C0ACA74C23E8B3336E14872E4E6FE89B90D (RuntimeArray * ___array0, RuntimeObject* ___comparer1, const RuntimeMethod* method); // System.Collections.IEnumerator System.Array::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_m7BC171F2F69907FD4585E7B4A3A224473BE32964 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.ComponentModel.PropertyDescriptorCollection::Add(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_Add_mFD0446EF7C7F01E2DDBBA8F0ED3F8C5032CC21BA (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Clear_mCD708128A8F7A938EA59BD4A03CA9906074B8669 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::.ctor(System.ComponentModel.PropertyDescriptorCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorEnumerator__ctor_mF49328CBEC8F194DE2143FB18038E866D4AB3AB4 (PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009 * __this, PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___owner0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.PropertyDescriptorCollection::Contains(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_Contains_mD93F770B7EFDBCD7559463CF08D7D7D921715853 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::Insert(System.Int32,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Insert_m1640168D014CF18C3FF9CF926D201FB5EA0F4A2F (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, int32_t ___index0, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___value1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::Remove(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Remove_m6DBDA01682BE0A51A885466A1DE9CBB6E8DC6F8E (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties0, bool ___readOnly1, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyTabAttribute::.ctor(System.Type,System.ComponentModel.PropertyTabScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyTabAttribute__ctor_mB39030E2A49F206FF222D1B7BB01E4AA265AAEA3 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, Type_t * ___tabClass0, int32_t ___tabScope1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyTabAttribute::.ctor(System.String,System.ComponentModel.PropertyTabScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyTabAttribute__ctor_mB339479634E54F10CA939C16802A9700C6994555 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, String_t* ___tabClassName0, int32_t ___tabScope1, const RuntimeMethod* method); // System.String SR::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Assembly::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_Load_m3B24B1EFB2FF6E40186586C3BE135D335BBF3A0A (String_t* ___assemblyString0, const RuntimeMethod* method); // System.Boolean System.Reflection.Assembly::op_Inequality(System.Reflection.Assembly,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Inequality_m4A6211D91544031D7C1011BE6324E842910ADFE5 (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method); // System.String SR::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void System.TypeLoadException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeLoadException__ctor_mAD6F869609A099BD032F5DD1D60F08A62AD322F2 (TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.PropertyTabAttribute::Equals(System.ComponentModel.PropertyTabAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyTabAttribute_Equals_m0AFA4526670E49ABBD05D4EF54F1F72E55DBC825 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * ___other0, const RuntimeMethod* method); // System.Type[] System.ComponentModel.PropertyTabAttribute::get_TabClasses() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* PropertyTabAttribute_get_TabClasses_m37A7E28B004C2A31EA6C30A6042B63D8FB19CB8B (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, const RuntimeMethod* method); // System.ComponentModel.PropertyTabScope[] System.ComponentModel.PropertyTabAttribute::get_TabScopes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* PropertyTabAttribute_get_TabScopes_mCE3EC88FF3DA7C878260DEDC09BC10F71EBAD612_inline (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, const RuntimeMethod* method); // System.Int32 System.Attribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyTabAttribute::InitializeArrays(System.String[],System.Type[],System.ComponentModel.PropertyTabScope[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyTabAttribute_InitializeArrays_m38F3DA17A2F14AD3B2C137F230EA29DE08AA6647 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___tabClassNames0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___tabClasses1, PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* ___tabScopes2, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F18709450BCA847F143F013E1EF227E21100E01 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_get_PublicOnly_m89E060DD6A46231A035DFA820F4DEF84D9958AB2 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_m7C2ACC9429A47CD9B2C8EF9A881695BD3D6A7E06 (RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * __this, const RuntimeMethod* method); // System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * RSA_Create_m044F1B4384248B4C9FEA4DAB01DB85B0A829A383 (const RuntimeMethod* method); // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::get_DSA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_get_PublicOnly_m3F1FEE073C9C4A8803CD6A77FC2B34F5628CC182 (DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * __this, const RuntimeMethod* method); // System.Security.Cryptography.DSA System.Security.Cryptography.DSA::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * DSA_Create_m1BB98278D12EF7F48DDF0B52FCF7CA0602AFC618 (const RuntimeMethod* method); // System.Void System.Security.Cryptography.Oid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_mDB319C52BC09ED73F02F5BEC5950F728059405C2 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsnEncodedData::.ctor(System.Security.Cryptography.Oid,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m0F04E7F12ED0BD74616EF4451F1EDDE6622E01EA (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___oid0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawData1, const RuntimeMethod* method); // System.String System.Security.Cryptography.Oid::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.AsnEncodedData::get_RawData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, const RuntimeMethod* method); // System.Security.Cryptography.RSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeRSA(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * PublicKey_DecodeRSA_m0DC1D6C55C4FE7663351264681DD318DD58DAF30 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawPublicKey0, const RuntimeMethod* method); // System.Security.Cryptography.DSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeDSA(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * PublicKey_DecodeDSA_mE287558C57A529CD95CF1198679DC1EB6D8D026D (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawPublicKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawParameters1, const RuntimeMethod* method); // System.String Locale::GetText(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m9472C71D4F5D9E384D5964D8A2281B9F895F386A (String_t* ___fmt0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Byte Mono.Security.ASN1::get_Tag() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method); // System.String Locale::GetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E (String_t* ___msg0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] Mono.Security.ASN1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.X509Certificates.PublicKey::GetUnsignedBigInteger(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PublicKey_GetUnsignedBigInteger_m432F75CC14BA7A5B7992999EA4C8DFCE4E6C6692 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___integer0, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_m176DE0EB8A9F7FE1FD891B5DF91E05D3646A6F1E (DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * __this, int32_t ___dwKeySize0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m79459FB1F431E6F3D83F7C295A2DE7BB20D4FAC8 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, int32_t ___dwKeySize0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.ReadOnlyAttribute::get_IsReadOnly() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_get_IsReadOnly_mB181AB4C0656928563E589368952C223F19C8F9D_inline (ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ReadOnlyAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyAttribute__ctor_m38C81A095436F66DBF2519723A08D19CF25B2D25 (ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * __this, bool ___isReadOnly0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.RecommendedAsConfigurableAttribute::get_RecommendedAsConfigurable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m661F64F6992EF51BEDAA2824ACB73917FDDE528A_inline (RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.RecommendedAsConfigurableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecommendedAsConfigurableAttribute__ctor_m2D4425C49D79CF921D45F9376ABECD4FD0C27C71 (RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * __this, bool ___recommendedAsConfigurable0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mAFC6038D294F341434D9D67D7EADC7F97C556C9B (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ReferenceConverter/ReferenceComparer::.ctor(System.ComponentModel.ReferenceConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceComparer__ctor_m91242DBFD1FE512638BE54025EC1690D240CF2A0 (ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4 * __this, ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * ___converter0, const RuntimeMethod* method); // System.Void System.Array::Sort(System.Array,System.Int32,System.Int32,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_mC69EBDA5CE2D70BB0ECDB2FEC2258CA6B8689680 (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter/StandardValuesCollection::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardValuesCollection__ctor_m249BF4A43C982390DBEC8E92DFDB2C395FC9EEFF (StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * __this, RuntimeObject* ___values0, const RuntimeMethod* method); // System.Void System.ComponentModel.EventDescriptor::.ctor(System.String,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptor__ctor_mA03499A1D28C321E7756CACE7D2F6F077B728C25 (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * __this, String_t* ___name0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs1, const RuntimeMethod* method); // System.Void System.ComponentModel.EventDescriptor::.ctor(System.ComponentModel.MemberDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescriptor__ctor_m7D93DDB55220F5FB5FE8B28CA50323D91ED72FC8 (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * __this, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___descr0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs1, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectEventDescriptor::FillMethods() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillMethods_mD1ABD0B6F719E682E66F99367EE6BEF85B3E4744 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, const RuntimeMethod* method); // System.ComponentModel.ISite System.ComponentModel.MemberDescriptor::GetSite(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MemberDescriptor_GetSite_m4635FB2CD2B37C40F9A4848DEA1D728664B73C34 (RuntimeObject * ___component0, const RuntimeMethod* method); // System.Object System.SecurityUtils::MethodInfoInvoke(System.Reflection.MethodInfo,System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_MethodInfoInvoke_mE4722A19BE610F5D1A803F4E387744B3FBCCE3B7 (MethodInfo_t * ___method0, RuntimeObject * ___target1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.Boolean System.Reflection.EventInfo::op_Inequality(System.Reflection.EventInfo,System.Reflection.EventInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInfo_op_Inequality_m605882CE8355E63B9E01266B07AEB0E9F967CBC1 (EventInfo_t * ___left0, EventInfo_t * ___right1, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectEventDescriptor::FillEventInfoAttribute(System.Reflection.EventInfo,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillEventInfoAttribute_mF97687B19D2EEFA1E09B91A2BAD7E569CBEC9878 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, EventInfo_t * ___realEventInfo0, RuntimeObject* ___attributes1, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectEventDescriptor::FillSingleMethodAttribute(System.Reflection.MethodInfo,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillSingleMethodAttribute_m64B57A717037736AC193224D942F1A15E7A36717 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, MethodInfo_t * ___realMethodInfo0, RuntimeObject* ___attributes1, const RuntimeMethod* method); // System.Boolean System.Reflection.MemberInfo::op_Inequality(System.Reflection.MemberInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Inequality_m3C69F1834F6F8F947A618FE183AAF1B6B72DA0E2 (MemberInfo_t * ___left0, MemberInfo_t * ___right1, const RuntimeMethod* method); // System.Attribute[] System.ComponentModel.ReflectTypeDescriptionProvider::ReflectGetAttributes(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ReflectTypeDescriptionProvider_ReflectGetAttributes_mB153F659FFD0B9DB1FADD768946F5583B522870A (MemberInfo_t * ___member0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Reflection.EventInfo::GetAddMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * EventInfo_GetAddMethod_m36AF720148FF4219EE8D83D24C062D1C22D967D6 (EventInfo_t * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Reflection.EventInfo::GetRemoveMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * EventInfo_GetRemoveMethod_m83B41554E7B5DBCD8EDFF4247D0DA1C3285D4CD2 (EventInfo_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodInfo::op_Equality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_mC78C53FBCEF409A2EBD689D6781D23C62E6161F2 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.Reflection.EventInfo System.Type::GetEvent(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventInfo_t * Type_GetEvent_m1CA007B4B4D801535D888D036C0A5DC1E1B02840 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.ComponentModel.MemberDescriptor::FindMethod(System.Type,System.String,System.Type[],System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MemberDescriptor_FindMethod_m9525A2F1FB88AAF9B53F13AAF587103AC7E26F8F (Type_t * ___componentClass0, String_t* ___name1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___args2, Type_t * ___returnType3, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptor::.ctor(System.String,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m75229C6B90FE0810B721B1F6470D0A0A53E547DA (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, String_t* ___name0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs1, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectPropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_m30F66F2C895725D8A9414793B635A490BAA07F83 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, Type_t * ___componentClass0, String_t* ___name1, Type_t * ___type2, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes3, const RuntimeMethod* method); // System.Boolean System.Reflection.PropertyInfo::op_Inequality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Inequality_mB4C6169DC83174E7712055F0973BC55469AD9962 (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.BitVector32::set_Item(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6 (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * __this, int32_t ___bit0, bool ___value1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptor::.ctor(System.ComponentModel.MemberDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m36BC932B87A01E4F469A26163A91A22BA19EA545 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___descr0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs1, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m2A05590A0D581206AAEB48B89187FD175D5F0967 (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Object System.ComponentModel.AmbientValueAttribute::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * AmbientValueAttribute_get_Value_mE302146E57AC81C75C7CB5413A65A6B5B4C48262_inline (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.BitVector32::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2 (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * __this, int32_t ___bit0, const RuntimeMethod* method); // System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor::GetEvents(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * TypeDescriptor_GetEvents_m95804BDD0FCA37425D23AC7A78CA23C8511F2AB9 (Type_t * ___componentType0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.Boolean System.Reflection.PropertyInfo::op_Equality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Equality_m94A58A417AD82DA8ABCE4B0DCAA3019A586D5B16 (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_mDB6EBFA1284E99EAE8D30B3A28400F540DB76DEF (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder2, Type_t * ___returnType3, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types4, ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* ___modifiers5, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_SetMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * ReflectPropertyDescriptor_get_SetMethodValue_m5D02FB1516459973CCAEBBB862B18040A01AB0D1 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.ComponentModel.MemberDescriptor::FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MemberDescriptor_FindMethod_m7BA08612FBB4FC6565F58D83A2F156C4264AA7F7 (Type_t * ___componentClass0, String_t* ___name1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___args2, Type_t * ___returnType3, bool ___publicOnly4, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_GetSetMethod_mAE6FA7A70FDB59EACB12FD092B4A6AC580B0C458 (PropertyInfo_t * __this, const RuntimeMethod* method); // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectPropertyDescriptor::get_ChangedEventValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ReflectPropertyDescriptor_get_ChangedEventValue_m4CCAED26B5344A01753E12663CAF282D90EAC40F (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method); // System.EventHandler System.ComponentModel.PropertyDescriptor::GetValueChangedHandler(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * PropertyDescriptor_GetValueChangedHandler_m541D7CCBA4649A8063EB6FF91B9D409DD8281AF4 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, RuntimeObject * ___component0, const RuntimeMethod* method); // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectPropertyDescriptor::get_IPropChangedEventValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ReflectPropertyDescriptor_get_IPropChangedEventValue_m792CFC93C52705E5280DB55EEBBAC786F3D1C189 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyChangedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventHandler__ctor_m09E1DEFF4AE926B1D9EECA15D8BFF32E41EEF307 (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptor::AddValueChanged(System.Object,System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_AddValueChanged_m9C10DF1969778E24B7F195A2F39347E69C898C21 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, RuntimeObject * ___component0, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___handler1, const RuntimeMethod* method); // System.Object System.ComponentModel.ReflectPropertyDescriptor::get_DefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectPropertyDescriptor_get_DefaultValue_mCBCC2491F4D6DF0E3530BD2BFADA83CEE445EF37 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method); // System.Object System.ComponentModel.ReflectPropertyDescriptor::ExtenderGetValue(System.ComponentModel.IExtenderProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectPropertyDescriptor_ExtenderGetValue_mA77798327B098AAD9A2A7C3D7480533B4D28ECFD (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, RuntimeObject * ___component1, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053 (RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_ResetMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * ReflectPropertyDescriptor_get_ResetMethodValue_m6375DF4C5CFE657395C31E1CFED54283A4FF58CD (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_ShouldSerializeMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m77B82D099CEA7FC99DCEF7607F62606B3AE35C40 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters1, const RuntimeMethod* method); // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_GetMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * ReflectPropertyDescriptor_get_GetMethodValue_m9115C546F7F5AD4E392EDC34BD4149FDDC3D5045 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectPropertyDescriptor::ExtenderSetValue(System.ComponentModel.IExtenderProvider,System.Object,System.Object,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_ExtenderSetValue_m3A2AF4406EE888D4BA9ED1D680DAA4CC975C8BFD (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, RuntimeObject * ___component1, RuntimeObject * ___value2, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___notifyDesc3, const RuntimeMethod* method); // System.Object System.ComponentModel.ReflectPropertyDescriptor::get_AmbientValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectPropertyDescriptor_get_AmbientValue_mBBCF1296F9DE0A24178F413CA40B93EC1EE42FAF (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.AttributeCollection::Contains(System.Attribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_m7CDBEC7DA244F5D7D1BE5E066B84DA66C82DE874 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * ___attribute0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::get_IsExtender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_get_IsExtender_mB2EDCBD0B80F5E5D3FBF689D73728C317435B1BC (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method); // System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor::GetAttributes(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * TypeDescriptor_GetAttributes_mA316340EA820709020A4BC6DDCD9C6456BF3FF38 (Type_t * ___componentType0, const RuntimeMethod* method); // System.Collections.IEnumerator System.ComponentModel.AttributeCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_GetEnumerator_mAADB4044DB82256BEBF4E42ABC9A2DC756534CB7 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m69EE86B5A87244C925333CCF1B6D6B9BCFED8A89 (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder2, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types3, ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* ___modifiers4, const RuntimeMethod* method); // System.String System.ComponentModel.AttributeProviderAttribute::get_TypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_TypeName_mD1BFD3A4CAE619F04B4CB8A6715D3B699C91C58E_inline (AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * __this, const RuntimeMethod* method); // System.String System.ComponentModel.AttributeProviderAttribute::get_PropertyName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_PropertyName_m57BDC4AF0609B0D118C6B729B6D5EF2E510419F4_inline (AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.Reflection.MemberInfo[] System.Type::GetMember(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* Type_GetMember_mEB7D8041206EF68FE90341A267957B1A16DBEAC0 (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptor::FillAttributes(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_FillAttributes_mFDC41E025F1E664628C54A0C95C6AC286A186494 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, RuntimeObject* ___attributeList0, const RuntimeMethod* method); // System.Exception System.Exception::get_InnerException() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline (Exception_t * __this, const RuntimeMethod* method); // System.Type System.Exception::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.TargetInvocationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInvocationException__ctor_m5436E5EE63CBC376FADE4422FDC24067402E42A9 (TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m9F1E9B6775D84D1AA666C272F51CF828A88EFD9C (String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture3, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptor::OnValueChanged(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_OnValueChanged_m5B32F273EB95CF33D35613C57D06159DB12CBA16 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, RuntimeObject * ___component0, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___e1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptor::RemoveValueChanged(System.Object,System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_RemoveValueChanged_m53DAD55289BF8D507CBFB738D93F733A2FDBFDCE (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, RuntimeObject * ___component0, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___handler1, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceSwitch::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceSwitch__ctor_mD58DD10227C022C30F5A19C784D1E27289F9D969 (TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.BitVector32::CreateMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_CreateMask_mCFD5B8A436EEAEBEB0F91F930F86E69578B8EE90 (const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.BitVector32::CreateMask(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C (int32_t ___previous0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeDescriptionProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDescriptionProvider__ctor_m94BF5F0DC2E15A38D66F41186DA570B3AF70D7AF (TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mF6B704809ABE222280933EA170B6664286C91FDC (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Object System.SecurityUtils::SecureConstructorInvoke(System.Type,System.Type[],System.Object[],System.Boolean,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureConstructorInvoke_m92B12262C78DED81152F3950A4C964BB7D2B6AB1 (Type_t * ___type0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___argTypes1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, bool ___allowNonPublic3, int32_t ___extraFlags4, const RuntimeMethod* method); // System.Object System.SecurityUtils::SecureConstructorInvoke(System.Type,System.Type[],System.Object[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureConstructorInvoke_m27F4CD830E0859B785C2D92D2329923222D2F54F (Type_t * ___type0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___argTypes1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, bool ___allowNonPublic3, const RuntimeMethod* method); // System.Object System.SecurityUtils::SecureCreateInstance(System.Type,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureCreateInstance_mD5B39B271B2A41D3F33DEB21C81C507038E95CE1 (Type_t * ___type0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Object System.SecurityUtils::SecureCreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureCreateInstance_m695DFC54D65143549A28688268441C425836F8F7 (Type_t * ___type0, const RuntimeMethod* method); // System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData System.ComponentModel.ReflectTypeDescriptionProvider::GetTypeData(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * ReflectTypeDescriptionProvider_GetTypeData_mAFF13822ABD2E2C4E90FCED83C136B64A7C73721 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, bool ___createIfNeeded1, const RuntimeMethod* method); // System.ComponentModel.AttributeCollection System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ReflectedTypeData_GetAttributes_mFD8DF0E0363A781A65BE8B1A9D9EA55053153AB0 (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, const RuntimeMethod* method); // System.String System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetClassName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectedTypeData_GetClassName_mF37DF6AC87ABBA3F165E626FC64B985C9A6CA78A (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, RuntimeObject * ___instance0, const RuntimeMethod* method); // System.String System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetComponentName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectedTypeData_GetComponentName_m27E010528B1A7A2D00DD4E46BD61F7C08B4F783B (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, RuntimeObject * ___instance0, const RuntimeMethod* method); // System.ComponentModel.TypeConverter System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetConverter(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ReflectedTypeData_GetConverter_m7BC04305A1928DE2965AE4D0D2FD0F7D4F747F77 (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, RuntimeObject * ___instance0, const RuntimeMethod* method); // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetDefaultEvent(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ReflectedTypeData_GetDefaultEvent_mFA030204E6919096965D4A71F58BB91DA46DE029 (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, RuntimeObject * ___instance0, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptor System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetDefaultProperty(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ReflectedTypeData_GetDefaultProperty_mBEB4BB4A796512EE16AF3C4CD8B2DE68C7A1717D (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, RuntimeObject * ___instance0, const RuntimeMethod* method); // System.Object System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetEditor(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectedTypeData_GetEditor_m4FA3C373F18E93E9D0B2CB0D7DB9FA118FBA5C3F (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, RuntimeObject * ___instance0, Type_t * ___editorBaseType1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::RunClassConstructor(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_RunClassConstructor_m7A7DF9B20CC69030040D82619BECD714827A756A (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___type0, const RuntimeMethod* method); // System.ComponentModel.EventDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * ReflectedTypeData_GetEvents_m3E04CD3B20F7B1CB4F714212B3961A108E2CFE50 (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, const RuntimeMethod* method); // System.String System.ComponentModel.ReflectTypeDescriptionProvider::GetClassName(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetClassName_m42358636BAA161BE6D924E3D8BE5F8BA6B3A1AC2 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, const RuntimeMethod* method); // System.String System.ComponentModel.ReflectTypeDescriptionProvider::GetComponentName(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetComponentName_m4D40C97237E42C2F971A076DE74DFF5599D5CD1B (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, RuntimeObject * ___instance1, const RuntimeMethod* method); // System.ComponentModel.TypeConverter System.ComponentModel.ReflectTypeDescriptionProvider::GetConverter(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ReflectTypeDescriptionProvider_GetConverter_mE43EAA390763F961580BD0EAE5F59DCB5559978D (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, RuntimeObject * ___instance1, const RuntimeMethod* method); // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::GetEditor(System.Type,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_GetEditor_mEADAABE52D67DE5DF9DC3FF1BB3A81FD72BBE784 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, RuntimeObject * ___instance1, Type_t * ___editorBaseType2, const RuntimeMethod* method); // System.Collections.IDictionary System.ComponentModel.TypeDescriptor::GetCache(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypeDescriptor_GetCache_m856F2D604C6442E0719A41D4ED0AE8CD8EC01CA4 (RuntimeObject * ___instance0, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptor[] System.ComponentModel.ReflectTypeDescriptionProvider::ReflectGetExtendedProperties(System.ComponentModel.IExtenderProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ReflectTypeDescriptionProvider_ReflectGetExtendedProperties_m72252D7436FA464FA0228C7930761D521DBDD04C (RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Type System.ComponentModel.ExtenderProvidedPropertyAttribute::get_ReceiverType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * ExtenderProvidedPropertyAttribute_get_ReceiverType_m4E66D356549A3590988B59486642D58779EDB784_inline (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method); // System.ComponentModel.IExtenderProvider[] System.ComponentModel.ReflectTypeDescriptionProvider::GetExtenders(System.Collections.ICollection,System.Object,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* ReflectTypeDescriptionProvider_GetExtenders_m207DCC4F9DCC8F195CDA719B0CB76ED364E79030 (RuntimeObject* ___components0, RuntimeObject * ___instance1, RuntimeObject* ___cache2, const RuntimeMethod* method); // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::GetPropertyOwner(System.Type,System.Object,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_GetPropertyOwner_mBE86E4853439601DA2F25C707B995579C91573B4 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, RuntimeObject * ___instance1, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___pd2, const RuntimeMethod* method); // System.String System.ComponentModel.TypeDescriptor::GetComponentName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeDescriptor_GetComponentName_mB845CA527C83E2FAD333887766DDB66C200F716B (RuntimeObject * ___component0, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Module::op_Equality(System.Reflection.Module,System.Reflection.Module) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Module_op_Equality_m1A6D1EB305AFE379184C1C472FAAF39F4DA8DD12 (Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * ___left0, Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * ___right1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::get_IsPopulated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectedTypeData_get_IsPopulated_m66A7AA14035E50B36348F77B20D34B9F7F88530D (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ReflectedTypeData_GetProperties_m9B5CBC77715FF172F79ED9654413F4759795636A (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeDescriptor::GetAssociation(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeDescriptor_GetAssociation_m8AF27618AEF59992631895B365F0BFA2CED09F5D (Type_t * ___type0, RuntimeObject * ___primary1, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectedTypeData__ctor_mC84B6071A045808DA132CE7A18A3FFE5754089DB (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPublic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPublic_mE4BAD3A9E7F21231E4A579F7CF8F2DE4C5E8E0AC (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsNestedPublic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsNestedPublic_m699F4C8E5B0FEE0197BE12CD1A4143421B51E820 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.Assembly::op_Equality(System.Reflection.Assembly,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9 (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectEventDescriptor::.ctor(System.Type,System.Reflection.EventInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor__ctor_mDF1B5292319139D6B209872C923C8DF998B60250 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, Type_t * ___componentClass0, EventInfo_t * ___eventInfo1, const RuntimeMethod* method); // System.String System.ComponentModel.ProvidePropertyAttribute::get_ReceiverTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_ReceiverTypeName_m410C28249D1E62193A810021B38C154320D5F900_inline (ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * __this, const RuntimeMethod* method); // System.Type System.ComponentModel.ReflectTypeDescriptionProvider::GetTypeFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectTypeDescriptionProvider_GetTypeFromName_m1CEFE86C67362741423584F3E2954961790FD83A (String_t* ___typeName0, const RuntimeMethod* method); // System.String System.ComponentModel.ProvidePropertyAttribute::get_PropertyName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_PropertyName_m078D94022D84FA10A227EE4FC2C72E656B9FF589_inline (ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E (Type_t * __this, String_t* ___name0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_mDFDF51EDFE5DBDD5FE942564A1F56E3C7E3DE43F (MethodBase_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsPublic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsPublic_mD65CD145DEC0C6F2F7F6E729A36C761FD2A97271 (MethodBase_t * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectPropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Type,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_mA5A0005AA9283CAB3D5A65AD4CAC091CE699A339 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, Type_t * ___componentClass0, String_t* ___name1, Type_t * ___type2, Type_t * ___receiverType3, MethodInfo_t * ___getMethod4, MethodInfo_t * ___setMethod5, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs6, const RuntimeMethod* method); // System.Type System.ComponentModel.ReflectPropertyDescriptor::ExtenderGetReceiverType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * ReflectPropertyDescriptor_ExtenderGetReceiverType_m1773F498C4A73506BE34369B2C96D5EA4BAE0C1C_inline (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ExtendedPropertyDescriptor::.ctor(System.ComponentModel.ReflectPropertyDescriptor,System.Type,System.ComponentModel.IExtenderProvider,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtendedPropertyDescriptor__ctor_m9700C2CA53D5D669EB7A4A08707C9B56E7A7554E (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * __this, ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * ___extenderInfo0, Type_t * ___receiverType1, RuntimeObject* ___provider2, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes3, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_GetGetMethod_mF4C45BCBA7BFBFF2F4E933A9F588D8BF9656EE00 (PropertyInfo_t * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectPropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Reflection.PropertyInfo,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_mE5F2B679A36B115A0C1EEF16E2787E0803042D83 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, Type_t * ___componentClass0, String_t* ___name1, Type_t * ___type2, PropertyInfo_t * ___propInfo3, MethodInfo_t * ___getMethod4, MethodInfo_t * ___setMethod5, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs6, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::Refresh() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectedTypeData_Refresh_m45A92450874B0A3ADEB88331EC02CD501649C1B9 (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsInterface() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07 (Type_t * __this, const RuntimeMethod* method); // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::CreateInstance(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_CreateInstance_m2E141FFCDF8197BE24F39C7B70592E476F3F031B (Type_t * ___objectType0, Type_t * ___callingType1, const RuntimeMethod* method); // System.Boolean System.Reflection.ConstructorInfo::op_Equality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Equality_m5B7B5656578241A10343041B4FF20CEF46CAD453 (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___left0, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___right1, const RuntimeMethod* method); // System.Guid System.Guid::NewGuid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0 (const RuntimeMethod* method); // System.ComponentModel.RefreshProperties System.ComponentModel.RefreshPropertiesAttribute::get_RefreshProperties() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RefreshPropertiesAttribute_get_RefreshProperties_mF8FA81974DAEC95AF60C32D2A6E70B086D178B03_inline (RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.RefreshPropertiesAttribute::.ctor(System.ComponentModel.RefreshProperties) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshPropertiesAttribute__ctor_m9255C293369B11B2CEDC56C0C8B4AD807DB9EDF3 (RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * __this, int32_t ___refresh0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, int32_t ___options1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout2, bool ___useCache3, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::ValidateMatchTimeout(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex_ValidateMatchTimeout_m4C1557E40D27540F8F9E8CDA35473D94F7B1B2F2 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB (const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F (const RuntimeMethod* method); // System.String System.Int32::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Text.RegularExpressions.CachedCodeEntry System.Text.RegularExpressions.Regex::LookupCachedAndUpdate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * Regex_LookupCachedAndUpdate_m622DA7C090B63CE5ECC87F5F20607ACAC8594522 (String_t* ___key0, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexTree System.Text.RegularExpressions.RegexParser::Parse(System.String,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * RegexParser_Parse_mF17A30D14FACA37DB6DE172C5F0C34B4EB1EA719 (String_t* ___re0, int32_t ___op1, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.RegexWriter::Write(System.Text.RegularExpressions.RegexTree) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * RegexWriter_Write_mDA5FFD555A690E124077AE4141C24C13EF9105DF (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * ___t0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::InitializeReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex_InitializeReferences_mE235C9E46D78418A5D0C2D20AD885CA08A7963CC (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.CachedCodeEntry System.Text.RegularExpressions.Regex::CacheCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * Regex_CacheCode_m32FF18EDE0B858DB864C27480A11C5A1F752D419 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___key0, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m50298DCBCD07D858EE19414052CB02EE4DDD3C2C (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method); // System.Int64 System.Runtime.Serialization.SerializationInfo::GetInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SerializationInfo_GetInt64_m13BC92A489CE4540FC55BB00D2A3460B0D9A0DEC (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::get_Options() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2_inline (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method); // System.TimeSpan System.Text.RegularExpressions.Regex::get_MatchTimeout() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Regex_get_MatchTimeout_mA525D5C25A1DADC3AF1913D6E5FA6D8F0208309A_inline (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mD0C00DE59B4C6649A6BFA5EBC7D8618B46B967D5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int64_t ___value1, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_Equality(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_Equality_m8229F4B63064E2D43B244C6E82D55CB2B0360BB1 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_LessThan(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThan_m585756B1EABD0B2BF89F6BDAD62E7C34BCE59E28 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_LessThanOrEqual(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThanOrEqual_mFC305F712D03BA0E5E9F13CDFAF56B5DD0B00797 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E (const RuntimeMethod* method); // System.Object System.AppDomain::GetData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AppDomain_GetData_m3B7D0B3C44FF35B64775B888BAD9F696FF9C2639 (AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3 (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::UseOptionR() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_UseOptionR_m17558F506D3A7513656679A8F3DEEA0C50AAE90A (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m826F4E3E65102210A1FF2FC27EEC9DD6695F3E50 (String_t* ___input0, String_t* ___pattern1, int32_t ___options2, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout3, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_mDDCAABF0AAA48842BD96EE728A7A6732D579DB6D (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Run(System.Boolean,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, bool ___quick0, int32_t ___prevlen1, String_t* ___input2, int32_t ___beginning3, int32_t ___length4, int32_t ___startat5, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m0DF89D5820C61F96F2FFBE939927993F56593B1C (String_t* ___input0, String_t* ___pattern1, int32_t ___options2, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout3, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m172D74CF011CD3C89EA61D47BE7DEA1E689B5C7C (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method); // System.Text.RegularExpressions.MatchCollection System.Text.RegularExpressions.Regex::Matches(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * Regex_Matches_mE1B9FFC45683E3446029B8449C3361CDA2BD1B15 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.MatchCollection::.ctor(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchCollection__ctor_mB2FA3F30789018215F0D4C5FFF00379F5415AC37 (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, String_t* ___input1, int32_t ___beginning2, int32_t ___length3, int32_t ___startat4, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_mB647E5CFA22EEF099570315C1BCD6D47BB2B9915 (String_t* ___input0, String_t* ___pattern1, String_t* ___replacement2, int32_t ___options3, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout4, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_m47C8C4AF6A7F1D1A2728F9ADA7791F4EABA49E2F (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, String_t* ___replacement1, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_mDCC89468106F966C02DF2A0D7B56B305E95463EE (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, String_t* ___replacement1, int32_t ___count2, int32_t ___startat3, const RuntimeMethod* method); // System.Object System.Text.RegularExpressions.SharedReference::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SharedReference_Get_mABBA2F0DE65F82D90AAE425020F14676F313EB68 (SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * __this, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.RegexReplacement::get_Pattern() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RegexReplacement_get_Pattern_m15AB0E06009DB144BE40253F76F4C09D1AA865BA_inline (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexReplacement System.Text.RegularExpressions.RegexParser::ParseReplacement(System.String,System.Collections.Hashtable,System.Int32,System.Collections.Hashtable,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * RegexParser_ParseReplacement_mC5D0119ACEAD7508BDEC514BF4D8C9303CAD0842 (String_t* ___rep0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps1, int32_t ___capsize2, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames3, int32_t ___op4, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.SharedReference::Cache(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedReference_Cache_mA43A19BCE25BC113C767B8C3531B7A096C3B6262 (SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.RegexReplacement::Replace(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexReplacement_Replace_mE66A1F2D387B2ABA21E0BCEEA2DEA9BAEDEDCC60 (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, String_t* ___input1, int32_t ___count2, int32_t ___startat3, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.ExclusiveReference::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExclusiveReference__ctor_m67E39E008F143F07C22A8424E051F6798B917089 (ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.SharedReference::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedReference__ctor_mCD9987FD08CB61180CE190A8DEF05E5AAF5C1087 (SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Object System.Text.RegularExpressions.ExclusiveReference::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ExclusiveReference_Get_mA02D838F3B8772B83AD45D47E8C8275F8EA2A48A (ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::UseOptionInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_UseOptionInvariant_m82E216D16CB2DA12B8B8DAA67CC2BE6BF4DF2470 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexInterpreter::.ctor(System.Text.RegularExpressions.RegexCode,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexInterpreter__ctor_m58E5C9B14F78D108FC9277924C4A5DCC73AE832A (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * __this, RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.RegexRunner::Scan(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * RegexRunner_Scan_m2ADEF871B8873041D1224B4FE362BD4A943AC536 (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, String_t* ___text1, int32_t ___textbeg2, int32_t ___textend3, int32_t ___textstart4, int32_t ___prevlen5, bool ___quick6, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeout7, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.ExclusiveReference::Release(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExclusiveReference_Release_m3D5A9BB7FFB13DBB21386F811936EFC6A358C1FC (ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::get_First() inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * LinkedList_1_get_First_mF15ECBEDF972579A7308F61A3B9D4873E227B00D_inline (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, const RuntimeMethod*))LinkedList_1_get_First_m8DCE1181A69DB8A820B5B976EBEF9416F4C0460D_gshared_inline)(__this, method); } // T System.Collections.Generic.LinkedListNode`1::get_Value() inline CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * LinkedListNode_1_get_Value_mE8E877BEBBD3E32AF07BB9494DDFF445B55A23C8_inline (LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * __this, const RuntimeMethod* method) { return (( CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * (*) (LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA *, const RuntimeMethod*))LinkedListNode_1_get_Value_m5A71FC016266973BD9CFAE986CF6911B26C33684_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.LinkedList`1::Remove(System.Collections.Generic.LinkedListNode`1) inline void LinkedList_1_Remove_m43BA463FBFABC3163209EAF6CD3788FCB9248B72 (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * ___node0, const RuntimeMethod* method) { (( void (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA *, const RuntimeMethod*))LinkedList_1_Remove_mDDB3418300D72736499DC45BDFCDEFE9029C2A9D_gshared)(__this, ___node0, method); } // System.Void System.Collections.Generic.LinkedList`1::AddFirst(System.Collections.Generic.LinkedListNode`1) inline void LinkedList_1_AddFirst_mBB9AE7A968A226CFBF78E7ABCDEA6DCABC7A5369 (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * ___node0, const RuntimeMethod* method) { (( void (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA *, const RuntimeMethod*))LinkedList_1_AddFirst_m84431AB2A80DB796AED45133101E47B9D5844C60_gshared)(__this, ___node0, method); } // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedListNode`1::get_Next() inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * LinkedListNode_1_get_Next_m171F1B2896732CA7C3145271CD4A48B6ECAF726B (LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * __this, const RuntimeMethod* method) { return (( LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * (*) (LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA *, const RuntimeMethod*))LinkedListNode_1_get_Next_m613427050DF4FAF7AF82AE4C266E933EED03AD91_gshared)(__this, method); } // System.Void System.Text.RegularExpressions.CachedCodeEntry::.ctor(System.String,System.Collections.Hashtable,System.String[],System.Text.RegularExpressions.RegexCode,System.Collections.Hashtable,System.Int32,System.Text.RegularExpressions.ExclusiveReference,System.Text.RegularExpressions.SharedReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedCodeEntry__ctor_mFBEEE67EEFD35764488134D428A6BCABE54E52FC (CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * __this, String_t* ___key0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist2, RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code3, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps4, int32_t ___capsize5, ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runner6, SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___repl7, const RuntimeMethod* method); // System.Collections.Generic.LinkedListNode`1 System.Collections.Generic.LinkedList`1::AddFirst(T) inline LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * LinkedList_1_AddFirst_m568E3D6F171C80D9E3FD857606640D54201DB4DB (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * ___value0, const RuntimeMethod* method) { return (( LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 *, const RuntimeMethod*))LinkedList_1_AddFirst_mAFFAE897B2CAF07E0F86B8F4BCAE0A8CE0892FD2_gshared)(__this, ___value0, method); } // System.Int32 System.Collections.Generic.LinkedList`1::get_Count() inline int32_t LinkedList_1_get_Count_mC4E2C15BD25B1511DF3C10A0252A60A73C6DF6DF_inline (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, const RuntimeMethod* method) { return (( int32_t (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, const RuntimeMethod*))LinkedList_1_get_Count_m5AD2F760211A61C7FFD9BE298CFA10F1BF4BE54A_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.LinkedList`1::RemoveLast() inline void LinkedList_1_RemoveLast_m8915CCD6E20A447490A39727BE0F3DB5D26A38BD (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, const RuntimeMethod* method) { (( void (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, const RuntimeMethod*))LinkedList_1_RemoveLast_m4F9C44B2E1CA5BCFA0965D6B64494EDB9C1ACDCE_gshared)(__this, method); } // System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC (double ___value0, const RuntimeMethod* method); // System.TimeSpan System.Text.RegularExpressions.Regex::InitDefaultMatchTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Regex_InitDefaultMatchTimeout_mB8E2FD4834968D6E775632A6D55FCA39D65F402F (const RuntimeMethod* method); // System.Void System.Collections.Generic.LinkedList`1::.ctor() inline void LinkedList_1__ctor_m52D5CEC939526CFC21378944079108F376088823 (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * __this, const RuntimeMethod* method) { (( void (*) (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *, const RuntimeMethod*))LinkedList_1__ctor_mF0412326B070EE3A04AB6BAC4836ED176A0F6186_gshared)(__this, method); } // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Char System.Char::ToLower(System.Char,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE (Il2CppChar ___c0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m080D376EC2E7A0C528A440094A0DB97DFB34CD41 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::MatchPattern(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexBoyerMoore_MatchPattern_m244689CC527B9B9EFB200E94FCC3C9A8B9210543 (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, String_t* ___text0, int32_t ___index1, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.RegexCharClass::NegateCategory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexCharClass_NegateCategory_m6F4A4DA1466E59581F16BFD29A0F978027B06BDC (String_t* ___category0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass/LowerCaseMapping::.ctor(System.Char,System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8 (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE * __this, Il2CppChar ___chMin0, Il2CppChar ___chMax1, int32_t ___lcOp2, int32_t ___data3, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mBD7199657787018123B7B8F2B048B503D484C097_gshared)(__this, ___capacity0, method); } // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8 (Il2CppChar* __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared)(__this, ___key0, ___value1, method); } // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21 (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358 (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddRange(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, Il2CppChar ___first0, Il2CppChar ___last1, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.RegexCharClass::RangeCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexCharClass/SingleRange System.Text.RegularExpressions.RegexCharClass::GetRangeAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * RegexCharClass_GetRangeAt_m92D3897D77D2AD15415BA0DE4E8FB4FBBFFD092C (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void System.Text.RegularExpressions.RegexCharClass/SingleRange::.ctor(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleRange__ctor_m886247FFB10501E4CDDC575B221D8CD1BC85E3B6 (SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * __this, Il2CppChar ___first0, Il2CppChar ___last1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_inline (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mCBCCAD6E1A920367AE36BD7AC5B7135E61B5A5C9 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, String_t** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline String_t* Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( String_t* (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_gshared)(__this, ___key0, method); } // System.String System.Text.RegularExpressions.RegexCharClass::SetFromProperty(System.String,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexCharClass_SetFromProperty_m5938519AC2682F7F0E6491A0D71C11FCA825B827 (String_t* ___capname0, bool ___invert1, String_t* ___pattern2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddSet(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, String_t* ___set0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddLowercaseRange(System.Char,System.Char,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddLowercaseRange_m0715BCBBB26E5000E2F87CC555DFFD1EF97414B1 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, Il2CppChar ___chMin0, Il2CppChar ___chMax1, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture2, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddCategory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddCategory_m75BF8C842C362F4D910FCB2BA59678BB71153C24 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, String_t* ___category0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::AddCategoryFromName(System.String,System.Boolean,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddCategoryFromName_m53A239A7DACD3D5A676505E6E296C4AB999BBA4C (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, String_t* ___categoryName0, bool ___invert1, bool ___caseInsensitive2, String_t* ___pattern3, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsNegated(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsNegated_mED1CDB81577538910205D00DAF9127AA9F902DF8 (String_t* ___set0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSubtraction(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsSubtraction_m5E9C607DA50B374AAA071E88F2005796767101AC (String_t* ___charClass0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClass(System.Char,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClass_m255B7683478670C002F04238394193EEFA126AE8 (Il2CppChar ___ch0, String_t* ___set1, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClassRecursive(System.Char,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClassRecursive_m08F8B6BE653368E78DDC6D1B279F226B0DD470C8 (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClassInternal(System.Char,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClassInternal_m752D8B14E233A7E88EB844D3DCC94F0415C59BCF (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, int32_t ___mySetLength3, int32_t ___myCategoryLength4, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInCategory(System.Char,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInCategory_mD2F03CCA8C95F3D238E7F3F191FDF12E728199A6 (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, int32_t ___mySetLength3, int32_t ___myCategoryLength4, const RuntimeMethod* method); // System.Globalization.UnicodeCategory System.Char::GetUnicodeCategory(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Char_GetUnicodeCategory_mB8DCE545E28F2858B0E8AD91393B9FD048F80BC1 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInCategoryGroup(System.Char,System.Globalization.UnicodeCategory,System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInCategoryGroup_m2578711ED00EC75ECE3C9F797959E3C24004BA0F (Il2CppChar ___ch0, int32_t ___chcategory1, String_t* ___category2, int32_t* ___i3, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::ParseRecursive(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * RegexCharClass_ParseRecursive_m16DE8B45D1F6AD4AE03EB9BDE49DC4BEDFC095BB (String_t* ___charClass0, int32_t ___start1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::.ctor(System.Boolean,System.Collections.Generic.List`1,System.Text.StringBuilder,System.Text.RegularExpressions.RegexCharClass) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass__ctor_m1751FAC691E10689BB486E5525B3D19F9523C5DB (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___negate0, List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * ___ranges1, StringBuilder_t * ___categories2, RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ___subtraction3, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass::Canonicalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_Canonicalize_mFD09C33130AD6323D1AFA7944B02DD68A5731A66 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Chars(System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Chars_m57ED3E11363F83AC84E9B833E62D7D16DB4B4733 (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.RegexCharClass::ToStringClass() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexCharClass_ToStringClass_mFC6754E97F014AFE4B5138AD5386E9C76D1D3CD7 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.RegexCharClass/SingleRangeComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleRangeComparer__ctor_mCEFF5ECE77E53783E5B8EAC98A5E194B6C743E73 (SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer`1) inline void List_1_Sort_m26B63197215DA12747550DE05F7B1D9D703FC1CF (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, int32_t ___index0, int32_t ___count1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { (( void (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))List_1_Sort_mA5223BC0908F61A6269BE934E8148D0616901A17_gshared)(__this, ___index0, ___count1, ___comparer2, method); } // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) inline void List_1_set_Item_mA3DBE040EEF5DE50ABFAB025BD78EEC1985296FB (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, int32_t ___index0, SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * ___value1, const RuntimeMethod* method) { (( void (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, int32_t, SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 *, const RuntimeMethod*))List_1_set_Item_m72B622AD9BAEA821ED4FE737B1474CA1EABA4AEB_gshared)(__this, ___index0, ___value1, method); } // System.Void System.Collections.Generic.List`1::RemoveRange(System.Int32,System.Int32) inline void List_1_RemoveRange_m84E8138D9C57275D0DC794C2614085B57D0AC433 (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { (( void (*) (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m0BBC3852B9B0719DDA7E6AFEF3C3E3CD165DF5AA_gshared)(__this, ___index0, ___count1, method); } // System.Int32 System.Array::GetLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.ProcessWaitHandle::.ctor(Microsoft.Win32.SafeHandles.SafeProcessHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProcessWaitHandle__ctor_m4245C175DE3C813642C8505CC6EF501A2D98B571 (ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 * __this, SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * ___processHandle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_il2cpp_TypeInfo_var); WaitHandle__ctor_mC4B7F741E68F0A2FDDE6433963F00ABD2C9CDB73(__this, /*hidden argument*/NULL); V_0 = (SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 *)NULL; intptr_t L_0; L_0 = NativeMethods_GetCurrentProcess_mF93EF0A5CEE949EB9AEAB7D9CE8FA8B0B578C19F(/*hidden argument*/NULL); HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF L_1; memset((&L_1), 0, sizeof(L_1)); HandleRef__ctor_m32F577826A69BCA9CE2C57DA4E6A829B18A4C1A3((&L_1), __this, (intptr_t)L_0, /*hidden argument*/NULL); SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_2 = ___processHandle0; intptr_t L_3; L_3 = NativeMethods_GetCurrentProcess_mF93EF0A5CEE949EB9AEAB7D9CE8FA8B0B578C19F(/*hidden argument*/NULL); HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF L_4; memset((&L_4), 0, sizeof(L_4)); HandleRef__ctor_m32F577826A69BCA9CE2C57DA4E6A829B18A4C1A3((&L_4), __this, (intptr_t)L_3, /*hidden argument*/NULL); bool L_5; L_5 = NativeMethods_DuplicateHandle_m881DE936556887BFD90C8476CEF64E69E962675D(L_1, L_2, L_4, (SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 **)(&V_0), 0, (bool)0, 2, /*hidden argument*/NULL); if (L_5) { goto IL_0036; } } { SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * L_6 = (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62_il2cpp_TypeInfo_var))); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF0F1DAD540221F03C448A3AE9F0242B2388C05D4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ProcessWaitHandle__ctor_m4245C175DE3C813642C8505CC6EF501A2D98B571_RuntimeMethod_var))); } IL_0036: { SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_il2cpp_TypeInfo_var); WaitHandle_set_SafeWaitHandle_m6211C2CCA15CDC3CA25C377D9F0EC16416C04D38(__this, L_7, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ProgressChangedEventArgs::.ctor(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressChangedEventArgs__ctor_mFB2485C77F9FEF8EFCEA2D5D37AD51A74EB84C66 (ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * __this, int32_t ___progressPercentage0, RuntimeObject * ___userState1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); int32_t L_0 = ___progressPercentage0; __this->set_progressPercentage_1(L_0); RuntimeObject * L_1 = ___userState1; __this->set_userState_2(L_1); return; } } // System.Int32 System.ComponentModel.ProgressChangedEventArgs::get_ProgressPercentage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProgressChangedEventArgs_get_ProgressPercentage_m2B5837875C2A32F3861B66571EC6A18D10895DFC (ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_progressPercentage_1(); return L_0; } } // System.Object System.ComponentModel.ProgressChangedEventArgs::get_UserState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ProgressChangedEventArgs_get_UserState_m2B842A6259184EEDC37B7E236FB425BCF51A5766 (ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_userState_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ProgressChangedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressChangedEventHandler__ctor_m733856211A5A6E4C86BDBB7477E988C2B14D3659 (ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.ComponentModel.ProgressChangedEventHandler::Invoke(System.Object,System.ComponentModel.ProgressChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressChangedEventHandler_Invoke_m901F5BEA14514519C03222B57AF1F8110F57345C (ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 * __this, RuntimeObject * ___sender0, ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.ComponentModel.ProgressChangedEventHandler::BeginInvoke(System.Object,System.ComponentModel.ProgressChangedEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ProgressChangedEventHandler_BeginInvoke_mF35B31745CE3045AEAEEF58F73C801A8599EDA13 (ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 * __this, RuntimeObject * ___sender0, ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * ___e1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void System.ComponentModel.ProgressChangedEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressChangedEventHandler_EndInvoke_m9C56AAEED3A486919143A3C3950DFA67D99CF803 (ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.PropertyChangedEventArgs::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventArgs__ctor_m6E395F75E8DBD0CFDF38DA0AAAF9B593CB1163CD (PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); String_t* L_0 = ___propertyName0; __this->set_propertyName_1(L_0); return; } } // System.String System.ComponentModel.PropertyChangedEventArgs::get_PropertyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PropertyChangedEventArgs_get_PropertyName_m8EE74D2F421A00A82E67E8728732E0C32BC055F6 (PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_propertyName_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.PropertyChangedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventHandler__ctor_m09E1DEFF4AE926B1D9EECA15D8BFF32E41EEF307 (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.ComponentModel.PropertyChangedEventHandler::Invoke(System.Object,System.ComponentModel.PropertyChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventHandler_Invoke_m12B212E1A923C9C0541719CA5365B8DCF0044837 (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * __this, RuntimeObject * ___sender0, PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.ComponentModel.PropertyChangedEventHandler::BeginInvoke(System.Object,System.ComponentModel.PropertyChangedEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyChangedEventHandler_BeginInvoke_m39ADB5AED85097C8579FFCB0F2C3299983BF089B (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * __this, RuntimeObject * ___sender0, PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * ___e1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void System.ComponentModel.PropertyChangedEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangedEventHandler_EndInvoke_m342E010F7B159A3F7BD35CCA3E59D7D32A66F973 (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.PropertyChangingEventArgs::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangingEventArgs__ctor_mB66F64B8F95FBBD5D593CDF51D73AD10D9D6BFC6 (PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED * __this, String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); String_t* L_0 = ___propertyName0; __this->set_propertyName_1(L_0); return; } } // System.String System.ComponentModel.PropertyChangingEventArgs::get_PropertyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PropertyChangingEventArgs_get_PropertyName_mEBAAD6759E3A38CCE2EF136EEE81BD1336A5E446 (PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_propertyName_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.PropertyChangingEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangingEventHandler__ctor_mE3BA4BB0D2910D163432211137235DCFD074F211 (PropertyChangingEventHandler_t5EA6F6EAA933D35C0AAD9D347A3BD53D343E4C22 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.ComponentModel.PropertyChangingEventHandler::Invoke(System.Object,System.ComponentModel.PropertyChangingEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangingEventHandler_Invoke_m409D2C4B1769F81A70FCCCC74BCDF88F3446504B (PropertyChangingEventHandler_t5EA6F6EAA933D35C0AAD9D347A3BD53D343E4C22 * __this, RuntimeObject * ___sender0, PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.ComponentModel.PropertyChangingEventHandler::BeginInvoke(System.Object,System.ComponentModel.PropertyChangingEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyChangingEventHandler_BeginInvoke_mD16C0DBD480AB256FBAE599DCF5ECD921F315381 (PropertyChangingEventHandler_t5EA6F6EAA933D35C0AAD9D347A3BD53D343E4C22 * __this, RuntimeObject * ___sender0, PropertyChangingEventArgs_t5AFD5B24C431896EF32370DAE9A569FE0E2F91ED * ___e1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void System.ComponentModel.PropertyChangingEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyChangingEventHandler_EndInvoke_mB4CD3FCDF5A4F240C68EC6D04E6B6535415191BF (PropertyChangingEventHandler_t5EA6F6EAA933D35C0AAD9D347A3BD53D343E4C22 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.PropertyDescriptor::.ctor(System.String,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m75229C6B90FE0810B721B1F6470D0A0A53E547DA (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, String_t* ___name0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attrs1; MemberDescriptor__ctor_m8B12FC75CC9C9A30A68DDBF31B7A58D25FDECD16(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptor::.ctor(System.ComponentModel.MemberDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_mF75468BB9ABC20898353F8A4B689232401DF36C5 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___descr0, const RuntimeMethod* method) { { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_0 = ___descr0; MemberDescriptor__ctor_m7B28673B84E74C66147B48DBB8695B4CB5708FF1(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptor::.ctor(System.ComponentModel.MemberDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m36BC932B87A01E4F469A26163A91A22BA19EA545 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___descr0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs1, const RuntimeMethod* method) { { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_0 = ___descr0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attrs1; MemberDescriptor__ctor_m1B2998AD8C93C8E5D674E3962D94B0558A3002A0(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.ComponentModel.TypeConverter System.ComponentModel.PropertyDescriptor::get_Converter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * PropertyDescriptor_get_Converter_m3AEF45CC396BE683DADE42AB443D426CDEF23BEB (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * V_0 = NULL; TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * V_1 = NULL; Type_t * V_2 = NULL; { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); V_0 = L_0; TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_1 = __this->get_converter_12(); if (L_1) { goto IL_008e; } } { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_2 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); NullCheck(L_2); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_5; L_5 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_2, L_4); V_1 = ((TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 *)CastclassSealed((RuntimeObject*)L_5, TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var)); TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * L_6 = V_1; NullCheck(L_6); String_t* L_7; L_7 = TypeConverterAttribute_get_ConverterTypeName_m699652BD16C42823BE283EA769647F676122EB6B_inline(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0075; } } { TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * L_8 = V_1; NullCheck(L_8); String_t* L_9; L_9 = TypeConverterAttribute_get_ConverterTypeName_m699652BD16C42823BE283EA769647F676122EB6B_inline(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0075; } } { TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = TypeConverterAttribute_get_ConverterTypeName_m699652BD16C42823BE283EA769647F676122EB6B_inline(L_11, /*hidden argument*/NULL); Type_t * L_13; L_13 = PropertyDescriptor_GetTypeFromName_m85262A7175CC1D7D6BF11B1CDE6B491CDA815FA3(__this, L_12, /*hidden argument*/NULL); V_2 = L_13; Type_t * L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_14, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_0075; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17; L_17 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_16, /*hidden argument*/NULL); Type_t * L_18 = V_2; NullCheck(L_17); bool L_19; L_19 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_17, L_18); if (!L_19) { goto IL_0075; } } { Type_t * L_20 = V_2; RuntimeObject * L_21; L_21 = PropertyDescriptor_CreateInstance_m57C60C0EE37180441E19070D39E4BBE73ADE5C14(__this, L_20, /*hidden argument*/NULL); __this->set_converter_12(((TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 *)CastclassClass((RuntimeObject*)L_21, TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var))); } IL_0075: { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_22 = __this->get_converter_12(); if (L_22) { goto IL_008e; } } { Type_t * L_23; L_23 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_24; L_24 = TypeDescriptor_GetConverter_m4A087A264082284312079152F6E572EB7B92BDC3(L_23, /*hidden argument*/NULL); __this->set_converter_12(L_24); } IL_008e: { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_25 = __this->get_converter_12(); return L_25; } } // System.Boolean System.ComponentModel.PropertyDescriptor::get_IsLocalizable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptor_get_IsLocalizable_mE410660E2C8D422F4D776A0573E54EF2E791FBAF (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB_il2cpp_TypeInfo_var); LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB * L_0 = ((LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB_StaticFields*)il2cpp_codegen_static_fields_for(LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB_il2cpp_TypeInfo_var))->get_Yes_1(); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_1; L_1 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (LocalizableAttribute_tF1F2B036495DCF81515728B3C47D56471A1E0DEB_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_1); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_4; L_4 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_1, L_3); NullCheck(L_0); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, L_4); return L_5; } } // System.ComponentModel.DesignerSerializationVisibility System.ComponentModel.PropertyDescriptor::get_SerializationVisibility() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptor_get_SerializationVisibility_m9F85B8877C4904F25F4E8356D963F5E144B6421E (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); NullCheck(L_0); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_3; L_3 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_0, L_2); NullCheck(((DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 *)CastclassSealed((RuntimeObject*)L_3, DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var))); int32_t L_4; L_4 = DesignerSerializationVisibilityAttribute_get_Visibility_m8BF8E684ABAB85A14343D269EF8EFC493D17F49E_inline(((DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 *)CastclassSealed((RuntimeObject*)L_3, DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } } // System.Void System.ComponentModel.PropertyDescriptor::AddValueChanged(System.Object,System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_AddValueChanged_m9C10DF1969778E24B7F195A2F39347E69C898C21 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, RuntimeObject * ___component0, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___handler1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * V_0 = NULL; { RuntimeObject * L_0 = ___component0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptor_AddValueChanged_m9C10DF1969778E24B7F195A2F39347E69C898C21_RuntimeMethod_var))); } IL_000e: { EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_2 = ___handler1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7AEB4DBED56DD7667D53D9D797A7112C1253094)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptor_AddValueChanged_m9C10DF1969778E24B7F195A2F39347E69C898C21_RuntimeMethod_var))); } IL_001c: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get_valueChangedHandlers_13(); if (L_4) { goto IL_002f; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_5, /*hidden argument*/NULL); __this->set_valueChangedHandlers_13(L_5); } IL_002f: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = __this->get_valueChangedHandlers_13(); RuntimeObject * L_7 = ___component0; NullCheck(L_6); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_6, L_7); V_0 = ((EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B *)CastclassSealed((RuntimeObject*)L_8, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var)); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_9 = __this->get_valueChangedHandlers_13(); RuntimeObject * L_10 = ___component0; EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_11 = V_0; EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_12 = ___handler1; Delegate_t * L_13; L_13 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_11, L_12, /*hidden argument*/NULL); NullCheck(L_9); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_9, L_10, L_13); return; } } // System.Boolean System.ComponentModel.PropertyDescriptor::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptor_Equals_m945CFF0CD728EB2FB96DA5FB50F3214C14BA57CA (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * V_0 = NULL; bool V_1 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)__this)))) { goto IL_0008; } } IL_0004: { V_1 = (bool)1; goto IL_0058; } IL_0008: { RuntimeObject * L_1 = ___obj0; if (L_1) { goto IL_000f; } } IL_000b: { V_1 = (bool)0; goto IL_0058; } IL_000f: { RuntimeObject * L_2 = ___obj0; V_0 = ((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)IsInstClass((RuntimeObject*)L_2, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var)); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_3 = V_0; if (!L_3) { goto IL_0051; } } IL_0019: { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.ComponentModel.MemberDescriptor::get_NameHashCode() */, L_4); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.ComponentModel.MemberDescriptor::get_NameHashCode() */, __this); if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0051; } } IL_0027: { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_7 = V_0; NullCheck(L_7); Type_t * L_8; L_8 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, L_7); Type_t * L_9; L_9 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0051; } } IL_003a: { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_11); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); NullCheck(L_12); bool L_14; L_14 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0051; } } IL_004d: { V_1 = (bool)1; goto IL_0058; } IL_0051: { goto IL_0056; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0053; } throw e; } CATCH_0053: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0056; }// end catch (depth: 1) IL_0056: { return (bool)0; } IL_0058: { bool L_15 = V_1; return L_15; } } // System.Object System.ComponentModel.PropertyDescriptor::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyDescriptor_CreateInstance_m57C60C0EE37180441E19070D39E4BBE73ADE5C14 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_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_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_0 = NULL; { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_1 = L_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Type_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/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 = ___type0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_5 = V_0; NullCheck(L_4); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_6; L_6 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_4, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); bool L_7; L_7 = ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC(L_6, (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_003b; } } { Type_t * L_8 = ___type0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; Type_t * L_12; L_12 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_12); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject * L_13; L_13 = TypeDescriptor_CreateInstance_m392E7B82D3A1AB12E6F29F52846B4E5D8FE8A98B((RuntimeObject*)NULL, L_8, L_9, L_11, /*hidden argument*/NULL); return L_13; } IL_003b: { Type_t * L_14 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject * L_15; L_15 = TypeDescriptor_CreateInstance_m392E7B82D3A1AB12E6F29F52846B4E5D8FE8A98B((RuntimeObject*)NULL, L_14, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)NULL, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); return L_15; } } // System.Void System.ComponentModel.PropertyDescriptor::FillAttributes(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_FillAttributes_mFDC41E025F1E664628C54A0C95C6AC286A186494 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, RuntimeObject* ___attributeList0, const RuntimeMethod* method) { { __this->set_converter_12((TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 *)NULL); __this->set_editors_14((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL); __this->set_editorTypes_15((TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)NULL); __this->set_editorCount_16(0); RuntimeObject* L_0 = ___attributeList0; MemberDescriptor_FillAttributes_m2598F7EF310160BD825F166ECE8BAEB201DA9143(__this, L_0, /*hidden argument*/NULL); return; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptor::GetChildProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * PropertyDescriptor_GetChildProperties_m985B15C169082A4ED124918BCB6CDC716C978E12 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_0; L_0 = VirtualFuncInvoker2< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *, RuntimeObject *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(24 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptor::GetChildProperties(System.Object,System.Attribute[]) */, __this, NULL, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL); return L_0; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptor::GetChildProperties(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * PropertyDescriptor_GetChildProperties_mA969EB074E270BAB0FD98C6DE297303F79B306C4 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___filter0, const RuntimeMethod* method) { { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_0 = ___filter0; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_1; L_1 = VirtualFuncInvoker2< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *, RuntimeObject *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(24 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptor::GetChildProperties(System.Object,System.Attribute[]) */, __this, NULL, L_0); return L_1; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptor::GetChildProperties(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * PropertyDescriptor_GetChildProperties_m712241CBD275A6C607ECE691CA686435D49A1F2B (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___instance0; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_1; L_1 = VirtualFuncInvoker2< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *, RuntimeObject *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(24 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptor::GetChildProperties(System.Object,System.Attribute[]) */, __this, L_0, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL); return L_1; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptor::GetChildProperties(System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * PropertyDescriptor_GetChildProperties_m199B5434ED6AAE24F11B83A3CE0DD0B8777E5193 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, RuntimeObject * ___instance0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___filter1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___instance0; if (L_0) { goto IL_0010; } } { Type_t * L_1; L_1 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2 = ___filter1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_3; L_3 = TypeDescriptor_GetProperties_m25FC6988150EF5C7AF3257E3C254983298E93177(L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_0010: { RuntimeObject * L_4 = ___instance0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_5 = ___filter1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_6; L_6 = TypeDescriptor_GetProperties_mCF014E81D54DC1F458B231B0343B037AFE1497C6(L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.ComponentModel.PropertyDescriptor::GetEditor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyDescriptor_GetEditor_m0458BC02EB412A7DFB53780E024072FF9E8C55F3 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, Type_t * ___editorBaseType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * V_4 = NULL; Type_t * V_5 = NULL; Type_t * V_6 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_7 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_8 = NULL; int32_t V_9 = 0; { V_0 = NULL; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); V_1 = L_0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_1 = __this->get_editorTypes_15(); if (!L_1) { goto IL_003b; } } { V_2 = 0; goto IL_0032; } IL_0015: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = __this->get_editorTypes_15(); 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 = ___editorBaseType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_7; L_7 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002e; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = __this->get_editors_14(); 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((int32_t)L_12, (int32_t)1)); } IL_0032: { int32_t L_13 = V_2; int32_t L_14 = __this->get_editorCount_16(); 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_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_16 = V_1; int32_t L_17 = V_3; NullCheck(L_16); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_18; L_18 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, int32_t >::Invoke(10 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Int32) */, L_16, L_17); V_4 = ((EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 *)IsInstSealed((RuntimeObject*)L_18, EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9_il2cpp_TypeInfo_var)); EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_19 = V_4; if (!L_19) { goto IL_0094; } } { EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_20 = V_4; NullCheck(L_20); String_t* L_21; L_21 = EditorAttribute_get_EditorBaseTypeName_m289485BE4F9C3DEA96C6F3CC10404E578E6338D1_inline(L_20, /*hidden argument*/NULL); Type_t * L_22; L_22 = PropertyDescriptor_GetTypeFromName_m85262A7175CC1D7D6BF11B1CDE6B491CDA815FA3(__this, L_21, /*hidden argument*/NULL); V_5 = L_22; Type_t * L_23 = ___editorBaseType0; Type_t * L_24 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_25; L_25 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0094; } } { EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_26 = V_4; NullCheck(L_26); String_t* L_27; L_27 = EditorAttribute_get_EditorTypeName_m00A0E95AE5ABFBEED0233962BB1098977E1AD108_inline(L_26, /*hidden argument*/NULL); Type_t * L_28; L_28 = PropertyDescriptor_GetTypeFromName_m85262A7175CC1D7D6BF11B1CDE6B491CDA815FA3(__this, L_27, /*hidden argument*/NULL); V_6 = L_28; Type_t * L_29 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_30; L_30 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_29, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_30) { goto IL_0094; } } { Type_t * L_31 = V_6; RuntimeObject * L_32; L_32 = PropertyDescriptor_CreateInstance_m57C60C0EE37180441E19070D39E4BBE73ADE5C14(__this, L_31, /*hidden argument*/NULL); V_0 = L_32; goto IL_00a1; } IL_0094: { int32_t L_33 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_0098: { int32_t L_34 = V_3; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_35 = V_1; NullCheck(L_35); int32_t L_36; L_36 = AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3(L_35, /*hidden argument*/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 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); Type_t * L_39 = ___editorBaseType0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject * L_40; L_40 = TypeDescriptor_GetEditor_m19A9F45E97B872221658C99E305C7D5444B75A00(L_38, L_39, /*hidden argument*/NULL); V_0 = L_40; } IL_00b1: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_41 = __this->get_editorTypes_15(); if (L_41) { goto IL_00d1; } } { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_42 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)5); __this->set_editorTypes_15(L_42); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_43 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)5); __this->set_editors_14(L_43); } IL_00d1: { int32_t L_44 = __this->get_editorCount_16(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_45 = __this->get_editorTypes_15(); NullCheck(L_45); if ((((int32_t)L_44) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length)))))) { goto IL_013d; } } { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_46 = __this->get_editorTypes_15(); NullCheck(L_46); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_47 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length))), (int32_t)2))); V_7 = L_47; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_48 = __this->get_editors_14(); NullCheck(L_48); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_49 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length))), (int32_t)2))); V_8 = L_49; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_50 = __this->get_editorTypes_15(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_51 = V_7; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_52 = __this->get_editorTypes_15(); NullCheck(L_52); Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_50, (RuntimeArray *)(RuntimeArray *)L_51, ((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length))), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_53 = __this->get_editors_14(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_54 = V_8; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_55 = __this->get_editors_14(); NullCheck(L_55); Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_53, (RuntimeArray *)(RuntimeArray *)L_54, ((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length))), /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_56 = V_7; __this->set_editorTypes_15(L_56); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_57 = V_8; __this->set_editors_14(L_57); } IL_013d: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_58 = __this->get_editorTypes_15(); int32_t L_59 = __this->get_editorCount_16(); Type_t * L_60 = ___editorBaseType0; NullCheck(L_58); ArrayElementTypeCheck (L_58, L_60); (L_58)->SetAt(static_cast(L_59), (Type_t *)L_60); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_61 = __this->get_editors_14(); int32_t L_62 = __this->get_editorCount_16(); V_9 = L_62; int32_t L_63 = V_9; __this->set_editorCount_16(((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)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; } } // System.Int32 System.ComponentModel.PropertyDescriptor::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptor_GetHashCode_mEC77F6E4946536C44F0F1487D986D729DC7A4D51 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.ComponentModel.MemberDescriptor::get_NameHashCode() */, __this); Type_t * L_1; L_1 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); return ((int32_t)((int32_t)L_0^(int32_t)L_2)); } } // System.Object System.ComponentModel.PropertyDescriptor::GetInvocationTarget(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyDescriptor_GetInvocationTarget_mEC6CDBCAF034440D6D36493815C7B5E900B400F6 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, Type_t * ___type0, RuntimeObject * ___instance1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; { Type_t * L_0 = ___type0; RuntimeObject * L_1 = ___instance1; RuntimeObject * L_2; L_2 = MemberDescriptor_GetInvocationTarget_m5BFB66243513C2C58BEF2EDBE3E019C7CC38C083(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_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_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * >::Invoke(11 /* System.Object System.ComponentModel.ICustomTypeDescriptor::GetPropertyOwner(System.ComponentModel.PropertyDescriptor) */, ICustomTypeDescriptor_t7D54ECDB435500E465AB8ED63654818C8D79B1D9_il2cpp_TypeInfo_var, L_5, __this); V_0 = L_6; } IL_001b: { RuntimeObject * L_7 = V_0; return L_7; } } // System.Type System.ComponentModel.PropertyDescriptor::GetTypeFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * PropertyDescriptor_GetTypeFromName_m85262A7175CC1D7D6BF11B1CDE6B491CDA815FA3 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, String_t* ___typeName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_GetTypeFromName_m85262A7175CC1D7D6BF11B1CDE6B491CDA815FA3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_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 = ___typeName0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___typeName0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000d; } } IL_000b: { return (Type_t *)NULL; } IL_000d: { String_t* L_3 = ___typeName0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_3, PropertyDescriptor_GetTypeFromName_m85262A7175CC1D7D6BF11B1CDE6B491CDA815FA3_RuntimeMethod_var); V_0 = L_4; V_1 = (Type_t *)NULL; Type_t * L_5; L_5 = VirtualFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, __this); bool L_6; L_6 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0078; } } { Type_t * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_8; L_8 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, (Type_t *)NULL, /*hidden argument*/NULL); if (L_8) { goto IL_004f; } } { Type_t * L_9; L_9 = VirtualFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, __this); NullCheck(L_9); Assembly_t * L_10; L_10 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_9); NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_FullName() */, L_10); Type_t * L_12 = V_0; NullCheck(L_12); Assembly_t * L_13; L_13 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_12); NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_FullName() */, L_13); NullCheck(L_11); bool L_15; L_15 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_11, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0078; } } IL_004f: { String_t* L_16 = ___typeName0; NullCheck(L_16); int32_t L_17; L_17 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_16, ((int32_t)44), /*hidden argument*/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 = ___typeName0; int32_t L_20 = V_2; NullCheck(L_19); String_t* L_21; L_21 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_19, 0, L_20, /*hidden argument*/NULL); ___typeName0 = L_21; } IL_0066: { Type_t * L_22; L_22 = VirtualFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, __this); NullCheck(L_22); Assembly_t * L_23; L_23 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_22); String_t* L_24 = ___typeName0; NullCheck(L_23); Type_t * L_25; L_25 = VirtualFuncInvoker1< Type_t *, String_t* >::Invoke(20 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_23, L_24); V_1 = L_25; } IL_0078: { Type_t * L_26 = V_1; Type_t * L_27 = L_26; G_B10_0 = L_27; if (L_27) { G_B11_0 = L_27; goto IL_007e; } } { Type_t * L_28 = V_0; G_B11_0 = L_28; } IL_007e: { return G_B11_0; } } // System.Void System.ComponentModel.PropertyDescriptor::OnValueChanged(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_OnValueChanged_m5B32F273EB95CF33D35613C57D06159DB12CBA16 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, RuntimeObject * ___component0, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * V_0 = NULL; { RuntimeObject * L_0 = ___component0; if (!L_0) { goto IL_0028; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_valueChangedHandlers_13(); if (!L_1) { goto IL_0028; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = __this->get_valueChangedHandlers_13(); RuntimeObject * L_3 = ___component0; NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); V_0 = ((EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B *)CastclassSealed((RuntimeObject*)L_4, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var)); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_5 = V_0; if (!L_5) { goto IL_0028; } } { EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_6 = V_0; RuntimeObject * L_7 = ___component0; EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * L_8 = ___e1; NullCheck(L_6); EventHandler_Invoke_m0F82470611ECCEECEB93CD16EE16C4D14051EB81(L_6, L_7, L_8, /*hidden argument*/NULL); } IL_0028: { return; } } // System.Void System.ComponentModel.PropertyDescriptor::RemoveValueChanged(System.Object,System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor_RemoveValueChanged_m53DAD55289BF8D507CBFB738D93F733A2FDBFDCE (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, RuntimeObject * ___component0, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___handler1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * V_0 = NULL; { RuntimeObject * L_0 = ___component0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptor_RemoveValueChanged_m53DAD55289BF8D507CBFB738D93F733A2FDBFDCE_RuntimeMethod_var))); } IL_000e: { EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_2 = ___handler1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7AEB4DBED56DD7667D53D9D797A7112C1253094)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptor_RemoveValueChanged_m53DAD55289BF8D507CBFB738D93F733A2FDBFDCE_RuntimeMethod_var))); } IL_001c: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get_valueChangedHandlers_13(); if (!L_4) { goto IL_0060; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = __this->get_valueChangedHandlers_13(); RuntimeObject * L_6 = ___component0; NullCheck(L_5); RuntimeObject * L_7; L_7 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_5, L_6); V_0 = ((EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B *)CastclassSealed((RuntimeObject*)L_7, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var)); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_8 = V_0; EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_9 = ___handler1; Delegate_t * L_10; L_10 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_8, L_9, /*hidden argument*/NULL); V_0 = ((EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B *)CastclassSealed((RuntimeObject*)L_10, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var)); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_11 = V_0; if (!L_11) { goto IL_0054; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_12 = __this->get_valueChangedHandlers_13(); RuntimeObject * L_13 = ___component0; EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_14 = V_0; NullCheck(L_12); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_12, L_13, L_14); return; } IL_0054: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = __this->get_valueChangedHandlers_13(); RuntimeObject * L_16 = ___component0; NullCheck(L_15); VirtualActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_15, L_16); } IL_0060: { return; } } // System.EventHandler System.ComponentModel.PropertyDescriptor::GetValueChangedHandler(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * PropertyDescriptor_GetValueChangedHandler_m541D7CCBA4649A8063EB6FF91B9D409DD8281AF4 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; if (!L_0) { goto IL_001d; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_valueChangedHandlers_13(); if (!L_1) { goto IL_001d; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = __this->get_valueChangedHandlers_13(); RuntimeObject * L_3 = ___component0; NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); return ((EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B *)CastclassSealed((RuntimeObject*)L_4, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var)); } IL_001d: { return (EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B *)NULL; } } // System.Boolean System.ComponentModel.PropertyDescriptor::get_SupportsChangeEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptor_get_SupportsChangeEvents_m4F2C1BF0519557B1CA2EF429E7EBC1639CD07E43 (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __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 // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m124991BF4E348817ACCC6C4373FD66B31566E425 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_propsOwned_7((bool)1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_0 = ___properties0; __this->set_properties_3(L_0); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_1 = ___properties0; if (L_1) { goto IL_002c; } } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_2 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_properties_3(L_2); __this->set_propCount_4(0); goto IL_0035; } IL_002c: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_3 = ___properties0; NullCheck(L_3); __this->set_propCount_4(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); } IL_0035: { __this->set_propsOwned_7((bool)1); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties0, bool ___readOnly1, const RuntimeMethod* method) { { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_0 = ___properties0; PropertyDescriptorCollection__ctor_m124991BF4E348817ACCC6C4373FD66B31566E425(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___readOnly1; __this->set_readOnly_9(L_1); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[],System.Int32,System.String[],System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m59F87129AAE4F2E326DCDE576C55A94E54469CE4 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties0, int32_t ___propCount1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_propsOwned_7((bool)1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set_propsOwned_7((bool)0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___namedSort2; if (!L_0) { goto IL_0028; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___namedSort2; NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2; L_2 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_namedSort_5(((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)Castclass((RuntimeObject*)L_2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var))); } IL_0028: { RuntimeObject* L_3 = ___comparer3; __this->set_comparer_6(L_3); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_4 = ___properties0; __this->set_properties_3(L_4); int32_t L_5 = ___propCount1; __this->set_propCount_4(L_5); __this->set_needSort_8((bool)1); return; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_get_Count_mDD15A7E3CECB5E5DB37E4E95539197F026D0307F (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_propCount_4(); return L_0; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * PropertyDescriptorCollection_get_Item_m1E0F8663227AB47081503762A7D23D8C15321984 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = __this->get_propCount_4(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_000f; } } { IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_2 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_m84F1D8D46E48427F4DFAC350A5F1E0D345C68523(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_get_Item_m1E0F8663227AB47081503762A7D23D8C15321984_RuntimeMethod_var))); } IL_000f: { PropertyDescriptorCollection_EnsurePropsOwned_m30DA3CB374FF656A69157DE89DEE4A580AB3FA7B(__this, /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_3 = __this->get_properties_3(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = L_4; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_6 = (L_3)->GetAt(static_cast(L_5)); return L_6; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * PropertyDescriptorCollection_get_Item_m6D5258C3D520B381FF195DB4EA53F5B13962F4BF (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_1; L_1 = VirtualFuncInvoker2< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, String_t*, bool >::Invoke(33 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::Find(System.String,System.Boolean) */, __this, L_0, (bool)0); return L_1; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::Add(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_Add_mFD0446EF7C7F01E2DDBBA8F0ED3F8C5032CC21BA (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_readOnly_9(); if (!L_0) { goto IL_000e; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_Add_mFD0446EF7C7F01E2DDBBA8F0ED3F8C5032CC21BA_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = __this->get_propCount_4(); PropertyDescriptorCollection_EnsureSize_m7C729B2640A5F8BF93696CCB28192E2A0B9252C6(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_3 = __this->get_properties_3(); int32_t L_4 = __this->get_propCount_4(); V_0 = L_4; int32_t L_5 = V_0; __this->set_propCount_4(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_7 = ___value0; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_7); (L_3)->SetAt(static_cast(L_6), (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)L_7); int32_t L_8 = __this->get_propCount_4(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); } } // System.Void System.ComponentModel.PropertyDescriptorCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Clear_mCD708128A8F7A938EA59BD4A03CA9906074B8669 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_9(); if (!L_0) { goto IL_000e; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_Clear_mCD708128A8F7A938EA59BD4A03CA9906074B8669_RuntimeMethod_var))); } IL_000e: { __this->set_propCount_4(0); __this->set_cachedFoundProperties_1((RuntimeObject*)NULL); return; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::Contains(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_Contains_mD93F770B7EFDBCD7559463CF08D7D7D921715853 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___value0, const RuntimeMethod* method) { { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_0 = ___value0; int32_t L_1; L_1 = PropertyDescriptorCollection_IndexOf_mC5BE05B9F03E543E3EFE2916A81A928987825DB7(__this, L_0, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.ComponentModel.PropertyDescriptorCollection::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_CopyTo_m2E6B42A5F90B8541507611796A763D9812CE70F6 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { PropertyDescriptorCollection_EnsurePropsOwned_m30DA3CB374FF656A69157DE89DEE4A580AB3FA7B(__this, /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_0 = __this->get_properties_3(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; int32_t L_3; L_3 = PropertyDescriptorCollection_get_Count_mDD15A7E3CECB5E5DB37E4E95539197F026D0307F_inline(__this, /*hidden argument*/NULL); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, 0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::EnsurePropsOwned() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_EnsurePropsOwned_m30DA3CB374FF656A69157DE89DEE4A580AB3FA7B (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_0 = NULL; { bool L_0 = __this->get_propsOwned_7(); if (L_0) { goto IL_003e; } } { __this->set_propsOwned_7((bool)1); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_1 = __this->get_properties_3(); if (!L_1) { goto IL_003e; } } { int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_mDD15A7E3CECB5E5DB37E4E95539197F026D0307F_inline(__this, /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_3 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_4 = __this->get_properties_3(); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_5 = V_0; int32_t L_6; L_6 = PropertyDescriptorCollection_get_Count_mDD15A7E3CECB5E5DB37E4E95539197F026D0307F_inline(__this, /*hidden argument*/NULL); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_7 = V_0; __this->set_properties_3(L_7); } IL_003e: { bool L_8 = __this->get_needSort_8(); if (!L_8) { goto IL_0059; } } { __this->set_needSort_8((bool)0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = __this->get_namedSort_5(); PropertyDescriptorCollection_InternalSort_mDE3FF29BB2A82BA66F40664A38C37CE8B13BAE26(__this, L_9, /*hidden argument*/NULL); } IL_0059: { return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::EnsureSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_EnsureSize_m7C729B2640A5F8BF93696CCB28192E2A0B9252C6 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, int32_t ___sizeNeeded0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_0 = NULL; { int32_t L_0 = ___sizeNeeded0; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_1 = __this->get_properties_3(); NullCheck(L_1); if ((((int32_t)L_0) > ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_000c; } } { return; } IL_000c: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_2 = __this->get_properties_3(); if (!L_2) { goto IL_001d; } } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_3 = __this->get_properties_3(); NullCheck(L_3); if ((((RuntimeArray*)L_3)->max_length)) { goto IL_0031; } } IL_001d: { __this->set_propCount_4(0); int32_t L_4 = ___sizeNeeded0; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_5 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)L_4); __this->set_properties_3(L_5); return; } IL_0031: { PropertyDescriptorCollection_EnsurePropsOwned_m30DA3CB374FF656A69157DE89DEE4A580AB3FA7B(__this, /*hidden argument*/NULL); int32_t L_6 = ___sizeNeeded0; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_7 = __this->get_properties_3(); NullCheck(L_7); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_6, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)2)), /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_9 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)L_8); V_0 = L_9; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_10 = __this->get_properties_3(); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_11 = V_0; int32_t L_12 = __this->get_propCount_4(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_10, 0, (RuntimeArray *)(RuntimeArray *)L_11, 0, L_12, /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_13 = V_0; __this->set_properties_3(L_13); return; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::Find(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * PropertyDescriptorCollection_Find_m6576AF1A0927F06911AD36D5F6A41E91AA9E7763 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * V_0 = NULL; bool V_1 = false; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * V_2 = NULL; RuntimeObject * V_3 = NULL; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * V_4 = NULL; int32_t V_5 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); V_2 = (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)NULL; RuntimeObject* L_1 = __this->get_cachedFoundProperties_1(); if (!L_1) { goto IL_001f; } } IL_0016: { bool L_2 = __this->get_cachedIgnoreCase_2(); bool L_3 = ___ignoreCase1; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0032; } } IL_001f: { bool L_4 = ___ignoreCase1; __this->set_cachedIgnoreCase_2(L_4); bool L_5 = ___ignoreCase1; HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * L_6 = (HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A *)il2cpp_codegen_object_new(HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A_il2cpp_TypeInfo_var); HybridDictionary__ctor_m4365E4432941DA2297ACA8D5D4B18E38535F4C56(L_6, L_5, /*hidden argument*/NULL); __this->set_cachedFoundProperties_1(L_6); } IL_0032: { RuntimeObject* L_7 = __this->get_cachedFoundProperties_1(); String_t* L_8 = ___name0; NullCheck(L_7); RuntimeObject * L_9; L_9 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_7, L_8); V_3 = L_9; RuntimeObject * L_10 = V_3; if (!L_10) { goto IL_004f; } } IL_0042: { RuntimeObject * L_11 = V_3; V_4 = ((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_11, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0xE8, FINALLY_00de); } IL_004f: { V_5 = 0; goto IL_00cc; } IL_0054: { bool L_12 = ___ignoreCase1; if (!L_12) { goto IL_008f; } } IL_0057: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_13 = __this->get_properties_3(); int32_t L_14 = V_5; NullCheck(L_13); int32_t L_15 = L_14; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_16); String_t* L_18 = ___name0; bool L_19; L_19 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_17, L_18, 5, /*hidden argument*/NULL); if (!L_19) { goto IL_00c6; } } IL_006e: { RuntimeObject* L_20 = __this->get_cachedFoundProperties_1(); String_t* L_21 = ___name0; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_22 = __this->get_properties_3(); int32_t L_23 = V_5; NullCheck(L_22); int32_t L_24 = L_23; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_20); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_20, L_21, L_25); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_26 = __this->get_properties_3(); int32_t L_27 = V_5; NullCheck(L_26); int32_t L_28 = L_27; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_29 = (L_26)->GetAt(static_cast(L_28)); V_2 = L_29; goto IL_00d9; } IL_008f: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_30 = __this->get_properties_3(); int32_t L_31 = V_5; NullCheck(L_30); int32_t L_32 = L_31; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_33 = (L_30)->GetAt(static_cast(L_32)); NullCheck(L_33); String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_33); String_t* L_35 = ___name0; NullCheck(L_34); bool L_36; L_36 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00c6; } } IL_00a5: { RuntimeObject* L_37 = __this->get_cachedFoundProperties_1(); String_t* L_38 = ___name0; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_39 = __this->get_properties_3(); int32_t L_40 = V_5; NullCheck(L_39); int32_t L_41 = L_40; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_42 = (L_39)->GetAt(static_cast(L_41)); NullCheck(L_37); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_37, L_38, L_42); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_43 = __this->get_properties_3(); int32_t L_44 = V_5; NullCheck(L_43); int32_t L_45 = L_44; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_46 = (L_43)->GetAt(static_cast(L_45)); V_2 = L_46; goto IL_00d9; } IL_00c6: { int32_t L_47 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00cc: { int32_t L_48 = V_5; int32_t L_49 = __this->get_propCount_4(); if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_0054; } } IL_00d9: { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_50 = V_2; V_4 = L_50; IL2CPP_LEAVE(0xE8, FINALLY_00de); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00de; } FINALLY_00de: {// begin finally (depth: 1) { bool L_51 = V_1; if (!L_51) { goto IL_00e7; } } IL_00e1: { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_52 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_52, /*hidden argument*/NULL); } IL_00e7: { IL2CPP_END_FINALLY(222) } }// end finally (depth: 1) IL2CPP_CLEANUP(222) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE8, IL_00e8) } IL_00e8: { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_53 = V_4; return L_53; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::IndexOf(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_IndexOf_mC5BE05B9F03E543E3EFE2916A81A928987825DB7 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisPropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_mF37EC25A4FF4457FF478EB04F5CEFBEB109E1960_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_0 = __this->get_properties_3(); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_1 = ___value0; int32_t L_2 = __this->get_propCount_4(); int32_t L_3; L_3 = Array_IndexOf_TisPropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_mF37EC25A4FF4457FF478EB04F5CEFBEB109E1960(L_0, L_1, 0, L_2, /*hidden argument*/Array_IndexOf_TisPropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_mF37EC25A4FF4457FF478EB04F5CEFBEB109E1960_RuntimeMethod_var); return L_3; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::Insert(System.Int32,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Insert_m1640168D014CF18C3FF9CF926D201FB5EA0F4A2F (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, int32_t ___index0, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___value1, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_9(); if (!L_0) { goto IL_000e; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_Insert_m1640168D014CF18C3FF9CF926D201FB5EA0F4A2F_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = __this->get_propCount_4(); PropertyDescriptorCollection_EnsureSize_m7C729B2640A5F8BF93696CCB28192E2A0B9252C6(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); int32_t L_3 = ___index0; int32_t L_4 = __this->get_propCount_4(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0042; } } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_5 = __this->get_properties_3(); int32_t L_6 = ___index0; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_7 = __this->get_properties_3(); int32_t L_8 = ___index0; int32_t L_9 = __this->get_propCount_4(); int32_t L_10 = ___index0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_5, L_6, (RuntimeArray *)(RuntimeArray *)L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL); } IL_0042: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_11 = __this->get_properties_3(); int32_t L_12 = ___index0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_13 = ___value1; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(L_12), (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)L_13); int32_t L_14 = __this->get_propCount_4(); __this->set_propCount_4(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::Remove(System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Remove_m6DBDA01682BE0A51A885466A1DE9CBB6E8DC6F8E (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_readOnly_9(); if (!L_0) { goto IL_000e; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_Remove_m6DBDA01682BE0A51A885466A1DE9CBB6E8DC6F8E_RuntimeMethod_var))); } IL_000e: { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_2 = ___value0; int32_t L_3; L_3 = PropertyDescriptorCollection_IndexOf_mC5BE05B9F03E543E3EFE2916A81A928987825DB7(__this, L_2, /*hidden argument*/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_m3B381D97316A8BD230FA572EA2FE637198B56C6F(__this, L_5, /*hidden argument*/NULL); } IL_0021: { return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_RemoveAt_m3B381D97316A8BD230FA572EA2FE637198B56C6F (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, int32_t ___index0, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_9(); if (!L_0) { goto IL_000e; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_RemoveAt_m3B381D97316A8BD230FA572EA2FE637198B56C6F_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index0; int32_t L_3 = __this->get_propCount_4(); if ((((int32_t)L_2) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))))) { goto IL_0038; } } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_4 = __this->get_properties_3(); int32_t L_5 = ___index0; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_6 = __this->get_properties_3(); int32_t L_7 = ___index0; int32_t L_8 = __this->get_propCount_4(); int32_t L_9 = ___index0; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0038: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_10 = __this->get_properties_3(); int32_t L_11 = __this->get_propCount_4(); NullCheck(L_10); ArrayElementTypeCheck (L_10, NULL); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))), (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)NULL); int32_t L_12 = __this->get_propCount_4(); __this->set_propCount_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))); return; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Sort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * PropertyDescriptorCollection_Sort_m4461A876A09909EFC9469CE3212B96060CB68230 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_0 = __this->get_properties_3(); int32_t L_1 = __this->get_propCount_4(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = __this->get_namedSort_5(); RuntimeObject* L_3 = __this->get_comparer_6(); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_4 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m59F87129AAE4F2E326DCDE576C55A94E54469CE4(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Sort(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * PropertyDescriptorCollection_Sort_m5A6CFD74438929D9F7D9C8C7924C03DB157334EB (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___names0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_0 = __this->get_properties_3(); int32_t L_1 = __this->get_propCount_4(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = ___names0; RuntimeObject* L_3 = __this->get_comparer_6(); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_4 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m59F87129AAE4F2E326DCDE576C55A94E54469CE4(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Sort(System.String[],System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * PropertyDescriptorCollection_Sort_m98045D9F1805A78459953DAF6778B44DCED400AC (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___names0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_0 = __this->get_properties_3(); int32_t L_1 = __this->get_propCount_4(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = ___names0; RuntimeObject* L_3 = ___comparer1; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_4 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m59F87129AAE4F2E326DCDE576C55A94E54469CE4(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Sort(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * PropertyDescriptorCollection_Sort_m7190145569CD18FE0C24D276C815FD8818A3C458 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_0 = __this->get_properties_3(); int32_t L_1 = __this->get_propCount_4(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = __this->get_namedSort_5(); RuntimeObject* L_3 = ___comparer0; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_4 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m59F87129AAE4F2E326DCDE576C55A94E54469CE4(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::InternalSort(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_InternalSort_mDE3FF29BB2A82BA66F40664A38C37CE8B13BAE26 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___names0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * V_5 = NULL; int32_t V_6 = 0; { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_0 = __this->get_properties_3(); if (!L_0) { goto IL_0011; } } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_1 = __this->get_properties_3(); NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_0012; } } IL_0011: { return; } IL_0012: { RuntimeObject* L_2 = __this->get_comparer_6(); PropertyDescriptorCollection_InternalSort_mB4E7FC2B7C78C5844D309A46373D7CCE2D33EB24(__this, L_2, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = ___names0; if (!L_3) { goto IL_00d0; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = ___names0; NullCheck(L_4); if (!(((RuntimeArray*)L_4)->max_length)) { goto IL_00d0; } } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_5 = __this->get_properties_3(); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035(L_6, (RuntimeObject*)(RuntimeObject*)L_5, /*hidden argument*/NULL); V_0 = L_6; V_1 = 0; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_7 = __this->get_properties_3(); NullCheck(L_7); V_2 = ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))); V_3 = 0; goto IL_0097; } IL_0046: { V_4 = 0; goto IL_008e; } IL_004b: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_8 = V_0; int32_t L_9 = V_4; NullCheck(L_8); RuntimeObject * L_10; L_10 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); V_5 = ((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_10, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var)); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_11 = V_5; if (!L_11) { goto IL_0088; } } { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_12 = V_5; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = ___names0; int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = L_15; String_t* L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_13); bool L_18; L_18 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_13, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0088; } } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_19 = __this->get_properties_3(); int32_t L_20 = V_1; int32_t L_21 = L_20; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_22 = V_5; NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(L_21), (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)L_22); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_23 = V_0; int32_t L_24 = V_4; NullCheck(L_23); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_23, L_24, NULL); goto IL_0093; } IL_0088: { int32_t L_25 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_008e: { int32_t L_26 = V_4; int32_t L_27 = V_2; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_004b; } } IL_0093: { int32_t L_28 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0097: { int32_t L_29 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = ___names0; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))) { goto IL_0046; } } { V_6 = 0; goto IL_00cb; } IL_00a2: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_31 = V_0; int32_t L_32 = V_6; NullCheck(L_31); RuntimeObject * L_33; L_33 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_31, L_32); if (!L_33) { goto IL_00c5; } } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_34 = __this->get_properties_3(); int32_t L_35 = V_1; int32_t L_36 = L_35; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_37 = V_0; int32_t L_38 = V_6; NullCheck(L_37); RuntimeObject * L_39; L_39 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_37, L_38); NullCheck(L_34); ArrayElementTypeCheck (L_34, ((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_39, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var))); (L_34)->SetAt(static_cast(L_36), (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_39, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var))); } IL_00c5: { int32_t L_40 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00cb: { int32_t L_41 = V_6; int32_t L_42 = V_2; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00a2; } } IL_00d0: { return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::InternalSort(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_InternalSort_mB4E7FC2B7C78C5844D309A46373D7CCE2D33EB24 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, RuntimeObject* ___sorter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___sorter0; if (L_0) { goto IL_000a; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeDescriptor_SortDescriptorArray_mC97279DD994FCC49BB8E229B937A7D392A547D7C(__this, /*hidden argument*/NULL); return; } IL_000a: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_1 = __this->get_properties_3(); RuntimeObject* L_2 = ___sorter0; Array_Sort_m9FEF5C0ACA74C23E8B3336E14872E4E6FE89B90D((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.ComponentModel.PropertyDescriptorCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_GetEnumerator_mCBFB2202345D8E9A50ED6173E0CC27B70DE621F3 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_0 = NULL; { PropertyDescriptorCollection_EnsurePropsOwned_m30DA3CB374FF656A69157DE89DEE4A580AB3FA7B(__this, /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_0 = __this->get_properties_3(); NullCheck(L_0); int32_t L_1 = __this->get_propCount_4(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) == ((int32_t)L_1))) { goto IL_003d; } } { int32_t L_2 = __this->get_propCount_4(); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_3 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_4 = __this->get_properties_3(); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_5 = V_0; int32_t L_6 = __this->get_propCount_4(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_7 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_7); RuntimeObject* L_8; L_8 = Array_GetEnumerator_m7BC171F2F69907FD4585E7B4A3A224473BE32964((RuntimeArray *)(RuntimeArray *)L_7, /*hidden argument*/NULL); return L_8; } IL_003d: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_9 = __this->get_properties_3(); NullCheck((RuntimeArray *)(RuntimeArray *)L_9); RuntimeObject* L_10; L_10 = Array_GetEnumerator_m7BC171F2F69907FD4585E7B4A3A224473BE32964((RuntimeArray *)(RuntimeArray *)L_9, /*hidden argument*/NULL); return L_10; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::System.Collections.ICollection.get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_System_Collections_ICollection_get_Count_m02D43910B3EE1531473C39B980D9694C91895314 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = PropertyDescriptorCollection_get_Count_mDD15A7E3CECB5E5DB37E4E95539197F026D0307F_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_ICollection_get_IsSynchronized_m5DC049802E0CFE6EE5A84BFBE7DA095A17DC13CD (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.ComponentModel.PropertyDescriptorCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyDescriptorCollection_System_Collections_ICollection_get_SyncRoot_m718CC49FFAA7D520B157CA7B8F67A252CFCDACE5 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { return NULL; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.Add(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_Add_m13AAE39646C19F96E68CDEDC00673621AB4C40B6 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * V_0 = NULL; { RuntimeObject * L_0 = ___value1; V_0 = ((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)IsInstClass((RuntimeObject*)L_0, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var)); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_1 = V_0; if (L_1) { goto IL_0015; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_Add_m13AAE39646C19F96E68CDEDC00673621AB4C40B6_RuntimeMethod_var))); } IL_0015: { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_3 = V_0; int32_t L_4; L_4 = PropertyDescriptorCollection_Add_mFD0446EF7C7F01E2DDBBA8F0ED3F8C5032CC21BA(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_Clear_mA6F808121A56E4544CA2AAD75BA21589C9351B4D (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_Clear_mCD708128A8F7A938EA59BD4A03CA9906074B8669(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IDictionary_Contains_mCA7A6FD18DFA01A7AC59C8F3A52BC4AF9D02F4A9 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, RuntimeObject * ___key0, 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 = ___key0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0018; } } { RuntimeObject * L_1 = ___key0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, String_t* >::Invoke(32 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); return (bool)((!(((RuntimeObject*)(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_0018: { return (bool)0; } } // System.Collections.IDictionaryEnumerator System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_GetEnumerator_m26817ABAE67D5FA1208F7DE34CCCEC53CF28F36F (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009 * L_0 = (PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009 *)il2cpp_codegen_object_new(PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009_il2cpp_TypeInfo_var); PropertyDescriptorEnumerator__ctor_mF49328CBEC8F194DE2143FB18038E866D4AB3AB4(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IDictionary_get_IsFixedSize_m57E31775D662C169803BA5DE09BCA19DB9BAA55F (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_9(); return L_0; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IDictionary_get_IsReadOnly_mB39BD1A3EFFCD4AD35B13EB170290523C39921A4 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_9(); return L_0; } } // System.Object System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyDescriptorCollection_System_Collections_IDictionary_get_Item_mCA655957ACE190BF3EF409A0EC749C56F07CCF5C (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, RuntimeObject * ___key0, 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 = ___key0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject * L_1 = ___key0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, String_t* >::Invoke(32 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); return L_2; } IL_0015: { return NULL; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.set_Item(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_m9EF323C052E7C84FCF4D83F690A4A8CE5432AFC1 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_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->get_readOnly_9(); if (!L_0) { goto IL_000e; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_m9EF323C052E7C84FCF4D83F690A4A8CE5432AFC1_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value1; if (!L_2) { goto IL_0024; } } { RuntimeObject * L_3 = ___value1; if (((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)IsInstClass((RuntimeObject*)L_3, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var))) { goto IL_0024; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_m9EF323C052E7C84FCF4D83F690A4A8CE5432AFC1_RuntimeMethod_var))); } IL_0024: { V_0 = (-1); RuntimeObject * L_5 = ___key0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_5, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_0048; } } { RuntimeObject * L_6 = ___key0; V_0 = ((*(int32_t*)((int32_t*)UnBox(L_6, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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 = __this->get_propCount_4(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_008c; } } IL_0042: { IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_10 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_m84F1D8D46E48427F4DFAC350A5F1E0D345C68523(L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_m9EF323C052E7C84FCF4D83F690A4A8CE5432AFC1_RuntimeMethod_var))); } IL_0048: { RuntimeObject * L_11 = ___key0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var))) { goto IL_0081; } } { V_1 = 0; goto IL_0076; } IL_0054: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_12 = __this->get_properties_3(); int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_15); RuntimeObject * L_17 = ___key0; NullCheck(L_16); bool L_18; L_18 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_16, ((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/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((int32_t)L_20, (int32_t)1)); } IL_0076: { int32_t L_21 = V_1; int32_t L_22 = __this->get_propCount_4(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0054; } } { goto IL_008c; } IL_0081: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_23 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_m9EF323C052E7C84FCF4D83F690A4A8CE5432AFC1_RuntimeMethod_var))); } IL_008c: { int32_t L_24 = V_0; if ((!(((uint32_t)L_24) == ((uint32_t)(-1))))) { goto IL_009e; } } { RuntimeObject * L_25 = ___value1; int32_t L_26; L_26 = PropertyDescriptorCollection_Add_mFD0446EF7C7F01E2DDBBA8F0ED3F8C5032CC21BA(__this, ((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_25, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } IL_009e: { PropertyDescriptorCollection_EnsurePropsOwned_m30DA3CB374FF656A69157DE89DEE4A580AB3FA7B(__this, /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_27 = __this->get_properties_3(); int32_t L_28 = V_0; RuntimeObject * L_29 = ___value1; NullCheck(L_27); ArrayElementTypeCheck (L_27, ((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_29, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var))); (L_27)->SetAt(static_cast(L_28), (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_29, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var))); RuntimeObject* L_30 = __this->get_cachedFoundProperties_1(); if (!L_30) { goto IL_00cf; } } { RuntimeObject * L_31 = ___key0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_31, String_t_il2cpp_TypeInfo_var))) { goto IL_00cf; } } { RuntimeObject* L_32 = __this->get_cachedFoundProperties_1(); RuntimeObject * L_33 = ___key0; RuntimeObject * L_34 = ___value1; NullCheck(L_32); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_32, L_33, L_34); } IL_00cf: { return; } } // System.Collections.ICollection System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_get_Keys_m22D63F43BCADF2D427DF2B1DAA5496C51125B7A3 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get_propCount_4(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; V_1 = 0; goto IL_0024; } IL_0010: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = V_0; int32_t L_3 = V_1; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_4 = __this->get_properties_3(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_7); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_8); (L_2)->SetAt(static_cast(L_3), (String_t*)L_8); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0024: { int32_t L_10 = V_1; int32_t L_11 = __this->get_propCount_4(); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0010; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = V_0; return (RuntimeObject*)L_12; } } // System.Collections.ICollection System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_get_Values_mCF0A36156BB1C2FF7218122B48BD64BDC0D62D53 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_0 = NULL; { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_0 = __this->get_properties_3(); NullCheck(L_0); int32_t L_1 = __this->get_propCount_4(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) == ((int32_t)L_1))) { goto IL_0032; } } { int32_t L_2 = __this->get_propCount_4(); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_3 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_4 = __this->get_properties_3(); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_5 = V_0; int32_t L_6 = __this->get_propCount_4(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_7 = V_0; return (RuntimeObject*)L_7; } IL_0032: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_8 = __this->get_properties_3(); NullCheck((RuntimeArray *)(RuntimeArray *)L_8); RuntimeObject * L_9; L_9 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_8, /*hidden argument*/NULL); return ((RuntimeObject*)Castclass((RuntimeObject*)L_9, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_Remove_mC1714CA9005416FB565EF2DD0E30AB44872E9229 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * V_0 = NULL; { RuntimeObject * L_0 = ___key0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_001f; } } { RuntimeObject * L_1 = ___key0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, String_t* >::Invoke(32 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); V_0 = L_2; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_3 = V_0; if (!L_3) { goto IL_001f; } } { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_4 = V_0; InterfaceActionInvoker1< RuntimeObject * >::Invoke(9 /* System.Void System.Collections.IList::Remove(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, __this, L_4); } IL_001f: { return; } } // System.Collections.IEnumerator System.ComponentModel.PropertyDescriptorCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IEnumerable_GetEnumerator_m36FC5A6F3D15801E81B3D9D477B7FA977AA3EE00 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(38 /* System.Collections.IEnumerator System.ComponentModel.PropertyDescriptorCollection::GetEnumerator() */, __this); return L_0; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_System_Collections_IList_Add_m0E96002018CF027F6764B4270B38152A005640BC (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int32_t L_1; L_1 = PropertyDescriptorCollection_Add_mFD0446EF7C7F01E2DDBBA8F0ED3F8C5032CC21BA(__this, ((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_Clear_mEFF136D6B5361F22AD57941FDED2CA8399A09190 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_Clear_mCD708128A8F7A938EA59BD4A03CA9906074B8669(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IList_Contains_m75BFED03A1A326B93E34B6D6E5755F13DDBD0339 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = PropertyDescriptorCollection_Contains_mD93F770B7EFDBCD7559463CF08D7D7D921715853(__this, ((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_System_Collections_IList_IndexOf_m314952345FADA25552D4CF09F65D0B55C78BDE96 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int32_t L_1; L_1 = PropertyDescriptorCollection_IndexOf_mC5BE05B9F03E543E3EFE2916A81A928987825DB7(__this, ((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_Insert_m3DE658C9BC02922EE0C1727548A69C1293103ACE (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; PropertyDescriptorCollection_Insert_m1640168D014CF18C3FF9CF926D201FB5EA0F4A2F(__this, L_0, ((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_1, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IList_get_IsReadOnly_mE9236424D9F54A58EF9220D93A61816A5AA0D549 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_9(); return L_0; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IList_get_IsFixedSize_mBCE417B4F198A0066D3BE826F59738D116F2CD9E (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_9(); return L_0; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_Remove_m78D1A27253BA0B8AC66CBA90DABB96BB2F46847C (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; PropertyDescriptorCollection_Remove_m6DBDA01682BE0A51A885466A1DE9CBB6E8DC6F8E(__this, ((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_RemoveAt_m507C994BB7F10BD40E54EDBC4DAA3158AE441FF5 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; PropertyDescriptorCollection_RemoveAt_m3B381D97316A8BD230FA572EA2FE637198B56C6F(__this, L_0, /*hidden argument*/NULL); return; } } // System.Object System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyDescriptorCollection_System_Collections_IList_get_Item_m4676660127F1AD5044C8985E1811EC6EFDF29AF8 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_1; L_1 = VirtualFuncInvoker1< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, int32_t >::Invoke(31 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.Int32) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_set_Item_m0A6C267388E2BB2096A30DDF4CF8260AB4B72748 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_readOnly_9(); if (!L_0) { goto IL_000e; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IList_set_Item_m0A6C267388E2BB2096A30DDF4CF8260AB4B72748_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index0; int32_t L_3 = __this->get_propCount_4(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_001d; } } { IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_4 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_m84F1D8D46E48427F4DFAC350A5F1E0D345C68523(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IList_set_Item_m0A6C267388E2BB2096A30DDF4CF8260AB4B72748_RuntimeMethod_var))); } IL_001d: { RuntimeObject * L_5 = ___value1; if (!L_5) { goto IL_0033; } } { RuntimeObject * L_6 = ___value1; if (((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)IsInstClass((RuntimeObject*)L_6, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var))) { goto IL_0033; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyDescriptorCollection_System_Collections_IList_set_Item_m0A6C267388E2BB2096A30DDF4CF8260AB4B72748_RuntimeMethod_var))); } IL_0033: { PropertyDescriptorCollection_EnsurePropsOwned_m30DA3CB374FF656A69157DE89DEE4A580AB3FA7B(__this, /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_8 = __this->get_properties_3(); int32_t L_9 = ___index0; RuntimeObject * L_10 = ___value1; NullCheck(L_8); ArrayElementTypeCheck (L_8, ((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_10, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var))); (L_8)->SetAt(static_cast(L_9), (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)((PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)CastclassClass((RuntimeObject*)L_10, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B_il2cpp_TypeInfo_var))); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__cctor_m601637292B6C0847ABC0E50127C667A01787BCDD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_0 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A(L_0, (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)NULL, (bool)1, /*hidden argument*/NULL); ((PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var))->set_Empty_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.PropertyTabAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyTabAttribute__ctor_m40C27FC67648A4B72B0C7BDAD54ABC29E4BA3B72 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_0 = (PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9*)(PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9*)SZArrayNew(PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_tabScopes_0(L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_tabClassNames_2(L_1); return; } } // System.Void System.ComponentModel.PropertyTabAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyTabAttribute__ctor_mDFC61BBE6CE905591CF965FCEAB3E67816268C08 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, Type_t * ___tabClass0, const RuntimeMethod* method) { { Type_t * L_0 = ___tabClass0; PropertyTabAttribute__ctor_mB39030E2A49F206FF222D1B7BB01E4AA265AAEA3(__this, L_0, 3, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyTabAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyTabAttribute__ctor_m583890B815DACF071846D815DFA067CF8BE3CE8E (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, String_t* ___tabClassName0, const RuntimeMethod* method) { { String_t* L_0 = ___tabClassName0; PropertyTabAttribute__ctor_mB339479634E54F10CA939C16802A9700C6994555(__this, L_0, 3, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyTabAttribute::.ctor(System.Type,System.ComponentModel.PropertyTabScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyTabAttribute__ctor_mB39030E2A49F206FF222D1B7BB01E4AA265AAEA3 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, Type_t * ___tabClass0, int32_t ___tabScope1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_1 = L_0; Type_t * L_2 = ___tabClass0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Type_t *)L_2); __this->set_tabClasses_1(L_1); int32_t L_3 = ___tabScope1; if ((((int32_t)L_3) >= ((int32_t)2))) { goto IL_002f; } } { String_t* L_4; L_4 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral981A1EE15001C9DF28C187157C9FE56248389856)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_5, L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C0BC2730DF1DA7E9466490A785A29CFB04110BF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyTabAttribute__ctor_mB39030E2A49F206FF222D1B7BB01E4AA265AAEA3_RuntimeMethod_var))); } IL_002f: { PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_6 = (PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9*)(PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9*)SZArrayNew(PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9_il2cpp_TypeInfo_var, (uint32_t)1); PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_7 = L_6; int32_t L_8 = ___tabScope1; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (int32_t)L_8); __this->set_tabScopes_0(L_7); return; } } // System.Void System.ComponentModel.PropertyTabAttribute::.ctor(System.String,System.ComponentModel.PropertyTabScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyTabAttribute__ctor_mB339479634E54F10CA939C16802A9700C6994555 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, String_t* ___tabClassName0, int32_t ___tabScope1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; String_t* L_2 = ___tabClassName0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); __this->set_tabClassNames_2(L_1); int32_t L_3 = ___tabScope1; if ((((int32_t)L_3) >= ((int32_t)2))) { goto IL_002f; } } { String_t* L_4; L_4 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral981A1EE15001C9DF28C187157C9FE56248389856)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_5, L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C0BC2730DF1DA7E9466490A785A29CFB04110BF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyTabAttribute__ctor_mB339479634E54F10CA939C16802A9700C6994555_RuntimeMethod_var))); } IL_002f: { PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_6 = (PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9*)(PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9*)SZArrayNew(PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9_il2cpp_TypeInfo_var, (uint32_t)1); PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_7 = L_6; int32_t L_8 = ___tabScope1; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (int32_t)L_8); __this->set_tabScopes_0(L_7); return; } } // System.Type[] System.ComponentModel.PropertyTabAttribute::get_TabClasses() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* PropertyTabAttribute_get_TabClasses_m37A7E28B004C2A31EA6C30A6042B63D8FB19CB8B (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyTabAttribute_get_TabClasses_m37A7E28B004C2A31EA6C30A6042B63D8FB19CB8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* V_3 = NULL; Assembly_t * V_4 = NULL; { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = __this->get_tabClasses_1(); if (L_0) { goto IL_00f1; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = __this->get_tabClassNames_2(); if (!L_1) { goto IL_00f1; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = __this->get_tabClassNames_2(); NullCheck(L_2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); __this->set_tabClasses_1(L_3); V_0 = 0; goto IL_00e3; } IL_0030: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = __this->get_tabClassNames_2(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); int32_t L_8; L_8 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_7, ((int32_t)44), /*hidden argument*/NULL); V_1 = L_8; V_2 = (String_t*)NULL; V_3 = (String_t*)NULL; int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)(-1)))) { goto IL_0075; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = __this->get_tabClassNames_2(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; String_t* L_13 = (L_10)->GetAt(static_cast(L_12)); int32_t L_14 = V_1; NullCheck(L_13); String_t* L_15; L_15 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_13, 0, L_14, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16; L_16 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_15, /*hidden argument*/NULL); V_2 = L_16; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = __this->get_tabClassNames_2(); int32_t L_18 = V_0; NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); int32_t L_21 = V_1; NullCheck(L_20); String_t* L_22; L_22 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_22); String_t* L_23; L_23 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_22, /*hidden argument*/NULL); V_3 = L_23; goto IL_007e; } IL_0075: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = __this->get_tabClassNames_2(); int32_t L_25 = V_0; NullCheck(L_24); int32_t L_26 = L_25; String_t* L_27 = (L_24)->GetAt(static_cast(L_26)); V_2 = L_27; } IL_007e: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_28 = __this->get_tabClasses_1(); int32_t L_29 = V_0; String_t* L_30 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_31; L_31 = il2cpp_codegen_get_type(Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var, L_30, (bool)0, PropertyTabAttribute_get_TabClasses_m37A7E28B004C2A31EA6C30A6042B63D8FB19CB8B_RuntimeMethod_var); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_31); (L_28)->SetAt(static_cast(L_29), (Type_t *)L_31); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_32 = __this->get_tabClasses_1(); int32_t L_33 = V_0; NullCheck(L_32); int32_t L_34 = L_33; Type_t * L_35 = (L_32)->GetAt(static_cast(L_34)); bool L_36; L_36 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_35, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_36) { goto IL_00df; } } { String_t* L_37 = V_3; if (!L_37) { goto IL_00c5; } } { String_t* L_38 = V_3; Assembly_t * L_39; L_39 = Assembly_Load_m3B24B1EFB2FF6E40186586C3BE135D335BBF3A0A(L_38, /*hidden argument*/NULL); V_4 = L_39; Assembly_t * L_40 = V_4; bool L_41; L_41 = Assembly_op_Inequality_m4A6211D91544031D7C1011BE6324E842910ADFE5(L_40, (Assembly_t *)NULL, /*hidden argument*/NULL); if (!L_41) { goto IL_00df; } } { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_42 = __this->get_tabClasses_1(); int32_t L_43 = V_0; Assembly_t * L_44 = V_4; String_t* L_45 = V_2; NullCheck(L_44); Type_t * L_46; L_46 = VirtualFuncInvoker2< Type_t *, String_t*, bool >::Invoke(19 /* System.Type System.Reflection.Assembly::GetType(System.String,System.Boolean) */, L_44, L_45, (bool)1); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_46); (L_42)->SetAt(static_cast(L_43), (Type_t *)L_46); goto IL_00df; } IL_00c5: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_47 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_48 = L_47; String_t* L_49 = V_2; NullCheck(L_48); ArrayElementTypeCheck (L_48, L_49); (L_48)->SetAt(static_cast(0), (RuntimeObject *)L_49); String_t* L_50; L_50 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral02D01A395AF97E58F8F8A5BA7AD3BC1C84EAE235)), L_48, /*hidden argument*/NULL); TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 * L_51 = (TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7_il2cpp_TypeInfo_var))); TypeLoadException__ctor_mAD6F869609A099BD032F5DD1D60F08A62AD322F2(L_51, L_50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyTabAttribute_get_TabClasses_m37A7E28B004C2A31EA6C30A6042B63D8FB19CB8B_RuntimeMethod_var))); } IL_00df: { int32_t L_52 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_00e3: { int32_t L_53 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_54 = __this->get_tabClassNames_2(); NullCheck(L_54); if ((((int32_t)L_53) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length)))))) { goto IL_0030; } } IL_00f1: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_55 = __this->get_tabClasses_1(); return L_55; } } // System.String[] System.ComponentModel.PropertyTabAttribute::get_TabClassNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* PropertyTabAttribute_get_TabClassNames_m7EB0C33B8049195AC14E9F57F936546CA1267CA8 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_tabClassNames_2(); if (!L_0) { goto IL_0019; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = __this->get_tabClassNames_2(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2; L_2 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)Castclass((RuntimeObject*)L_2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)); } IL_0019: { return (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL; } } // System.ComponentModel.PropertyTabScope[] System.ComponentModel.PropertyTabAttribute::get_TabScopes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* PropertyTabAttribute_get_TabScopes_mCE3EC88FF3DA7C878260DEDC09BC10F71EBAD612 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, const RuntimeMethod* method) { { PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_0 = __this->get_tabScopes_0(); return L_0; } } // System.Boolean System.ComponentModel.PropertyTabAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyTabAttribute_Equals_m62C87E490577673B101211A060E347152DA1EDED (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; if (!((PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B *)IsInstClass((RuntimeObject*)L_0, PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject * L_1 = ___other0; bool L_2; L_2 = PropertyTabAttribute_Equals_m0AFA4526670E49ABBD05D4EF54F1F72E55DBC825(__this, ((PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B *)CastclassClass((RuntimeObject*)L_1, PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } IL_0015: { return (bool)0; } } // System.Boolean System.ComponentModel.PropertyTabAttribute::Equals(System.ComponentModel.PropertyTabAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyTabAttribute_Equals_m0AFA4526670E49ABBD05D4EF54F1F72E55DBC825 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * ___other0, 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; } int32_t V_0 = 0; { PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * L_0 = ___other0; if ((!(((RuntimeObject*)(PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B *)L_0) == ((RuntimeObject*)(PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * L_1 = ___other0; NullCheck(L_1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2; L_2 = PropertyTabAttribute_get_TabClasses_m37A7E28B004C2A31EA6C30A6042B63D8FB19CB8B(L_1, /*hidden argument*/NULL); NullCheck(L_2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3; L_3 = PropertyTabAttribute_get_TabClasses_m37A7E28B004C2A31EA6C30A6042B63D8FB19CB8B(__this, /*hidden argument*/NULL); NullCheck(L_3); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))))) { goto IL_002a; } } { PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * L_4 = ___other0; NullCheck(L_4); PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_5; L_5 = PropertyTabAttribute_get_TabScopes_mCE3EC88FF3DA7C878260DEDC09BC10F71EBAD612_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_6; L_6 = PropertyTabAttribute_get_TabScopes_mCE3EC88FF3DA7C878260DEDC09BC10F71EBAD612_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_002c; } } IL_002a: { return (bool)0; } IL_002c: { V_0 = 0; goto IL_005f; } IL_0030: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7; L_7 = PropertyTabAttribute_get_TabClasses_m37A7E28B004C2A31EA6C30A6042B63D8FB19CB8B(__this, /*hidden argument*/NULL); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; Type_t * L_10 = (L_7)->GetAt(static_cast(L_9)); PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * L_11 = ___other0; NullCheck(L_11); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_12; L_12 = PropertyTabAttribute_get_TabClasses_m37A7E28B004C2A31EA6C30A6042B63D8FB19CB8B(L_11, /*hidden argument*/NULL); int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = L_13; Type_t * L_15 = (L_12)->GetAt(static_cast(L_14)); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_16; L_16 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_10, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0059; } } { PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_17; L_17 = PropertyTabAttribute_get_TabScopes_mCE3EC88FF3DA7C878260DEDC09BC10F71EBAD612_inline(__this, /*hidden argument*/NULL); int32_t L_18 = V_0; NullCheck(L_17); int32_t L_19 = L_18; int32_t L_20 = (int32_t)(L_17)->GetAt(static_cast(L_19)); PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * L_21 = ___other0; NullCheck(L_21); PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_22; L_22 = PropertyTabAttribute_get_TabScopes_mCE3EC88FF3DA7C878260DEDC09BC10F71EBAD612_inline(L_21, /*hidden argument*/NULL); int32_t L_23 = V_0; NullCheck(L_22); int32_t L_24 = L_23; int32_t L_25 = (int32_t)(L_22)->GetAt(static_cast(L_24)); if ((((int32_t)L_20) == ((int32_t)L_25))) { goto IL_005b; } } IL_0059: { return (bool)0; } IL_005b: { int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_005f: { int32_t L_27 = V_0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_28; L_28 = PropertyTabAttribute_get_TabClasses_m37A7E28B004C2A31EA6C30A6042B63D8FB19CB8B(__this, /*hidden argument*/NULL); NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))) { goto IL_0030; } } { return (bool)1; } } // System.Int32 System.ComponentModel.PropertyTabAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PropertyTabAttribute_GetHashCode_m85D4B58D0508A0FAF0B5518CBD978F194004D551 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.ComponentModel.PropertyTabAttribute::InitializeArrays(System.String[],System.ComponentModel.PropertyTabScope[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyTabAttribute_InitializeArrays_m33FF00ACEC31E0C0F9A8291F0E7B182B380E0210 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___tabClassNames0, PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* ___tabScopes1, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___tabClassNames0; PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_1 = ___tabScopes1; PropertyTabAttribute_InitializeArrays_m38F3DA17A2F14AD3B2C137F230EA29DE08AA6647(__this, L_0, (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)NULL, L_1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyTabAttribute::InitializeArrays(System.Type[],System.ComponentModel.PropertyTabScope[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyTabAttribute_InitializeArrays_m317C3C24BAC91F2CA8B7988815D0E6D271D3EBC2 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___tabClasses0, PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* ___tabScopes1, const RuntimeMethod* method) { { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = ___tabClasses0; PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_1 = ___tabScopes1; PropertyTabAttribute_InitializeArrays_m38F3DA17A2F14AD3B2C137F230EA29DE08AA6647(__this, (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyTabAttribute::InitializeArrays(System.String[],System.Type[],System.ComponentModel.PropertyTabScope[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyTabAttribute_InitializeArrays_m38F3DA17A2F14AD3B2C137F230EA29DE08AA6647 (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___tabClassNames0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___tabClasses1, PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* ___tabScopes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = ___tabClasses1; if (!L_0) { goto IL_0031; } } { PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_1 = ___tabScopes2; if (!L_1) { goto IL_001e; } } { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = ___tabClasses1; NullCheck(L_2); PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_3 = ___tabScopes2; NullCheck(L_3); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))) { goto IL_001e; } } { String_t* L_4; L_4 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC962E75D837A73A3F0732B044C75133EF240B72)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyTabAttribute_InitializeArrays_m38F3DA17A2F14AD3B2C137F230EA29DE08AA6647_RuntimeMethod_var))); } IL_001e: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_6 = ___tabClasses1; NullCheck((RuntimeArray *)(RuntimeArray *)L_6); RuntimeObject * L_7; L_7 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL); __this->set_tabClasses_1(((TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)Castclass((RuntimeObject*)L_7, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var))); goto IL_0089; } IL_0031: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = ___tabClassNames0; if (!L_8) { goto IL_0069; } } { PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_9 = ___tabScopes2; if (!L_9) { goto IL_004f; } } { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_10 = ___tabClasses1; NullCheck(L_10); PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_11 = ___tabScopes2; NullCheck(L_11); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_004f; } } { String_t* L_12; L_12 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC962E75D837A73A3F0732B044C75133EF240B72)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyTabAttribute_InitializeArrays_m38F3DA17A2F14AD3B2C137F230EA29DE08AA6647_RuntimeMethod_var))); } IL_004f: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = ___tabClassNames0; NullCheck((RuntimeArray *)(RuntimeArray *)L_14); RuntimeObject * L_15; L_15 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_14, /*hidden argument*/NULL); __this->set_tabClassNames_2(((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)Castclass((RuntimeObject*)L_15, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var))); __this->set_tabClasses_1((TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)NULL); goto IL_0089; } IL_0069: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_16 = __this->get_tabClasses_1(); if (L_16) { goto IL_0089; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = __this->get_tabClassNames_2(); if (L_17) { goto IL_0089; } } { String_t* L_18; L_18 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral069699C2DC3D7235D2D4851E6EFEFA65C216817B)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyTabAttribute_InitializeArrays_m38F3DA17A2F14AD3B2C137F230EA29DE08AA6647_RuntimeMethod_var))); } IL_0089: { PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_20 = ___tabScopes2; if (!L_20) { goto IL_00c2; } } { V_0 = 0; goto IL_00aa; } IL_0090: { PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_21 = ___tabScopes2; int32_t L_22 = V_0; NullCheck(L_21); int32_t L_23 = L_22; int32_t L_24 = (int32_t)(L_21)->GetAt(static_cast(L_23)); if ((((int32_t)L_24) >= ((int32_t)2))) { goto IL_00a6; } } { String_t* L_25; L_25 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral981A1EE15001C9DF28C187157C9FE56248389856)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_26 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyTabAttribute_InitializeArrays_m38F3DA17A2F14AD3B2C137F230EA29DE08AA6647_RuntimeMethod_var))); } IL_00a6: { int32_t L_27 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00aa: { int32_t L_28 = V_0; PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_29 = ___tabScopes2; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))) { goto IL_0090; } } { PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_30 = ___tabScopes2; NullCheck((RuntimeArray *)(RuntimeArray *)L_30); RuntimeObject * L_31; L_31 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_30, /*hidden argument*/NULL); __this->set_tabScopes_0(((PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9*)Castclass((RuntimeObject*)L_31, PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9_il2cpp_TypeInfo_var))); return; } IL_00c2: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_32 = ___tabClasses1; NullCheck(L_32); PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_33 = (PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9*)(PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9*)SZArrayNew(PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))); __this->set_tabScopes_0(L_33); V_1 = 0; goto IL_00e1; } IL_00d4: { PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_34 = __this->get_tabScopes_0(); int32_t L_35 = V_1; NullCheck(L_34); (L_34)->SetAt(static_cast(L_35), (int32_t)3); int32_t L_36 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00e1: { int32_t L_37 = V_1; PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_38; L_38 = PropertyTabAttribute_get_TabScopes_mCE3EC88FF3DA7C878260DEDC09BC10F71EBAD612_inline(__this, /*hidden argument*/NULL); NullCheck(L_38); if ((((int32_t)L_37) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))) { goto IL_00d4; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.ProtocolViolationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_mBFDA5DBCACD716BB63ED4055B66E6AD41240889E (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * __this, const RuntimeMethod* method) { { InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.ProtocolViolationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_mDD18BFEE8140195ECBAD99A4E8079FE063A92D79 (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.ProtocolViolationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m1E566889EEC9659072DB826E7E6BBECD8747ECBD (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; InvalidOperationException__ctor_m1F18709450BCA847F143F013E1EF227E21100E01(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.ProtocolViolationException::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException_System_Runtime_Serialization_ISerializable_GetObjectData_m29C4C22EFB8EDB208F01C9477A72F1CD1C442245 (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.ProtocolViolationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException_GetObjectData_m85FE8C0B309D2870767DE4AEDEDAC089A0E5F4E6 (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ProvidePropertyAttribute::.ctor(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProvidePropertyAttribute__ctor_m10DEF90E2FC808E30794121E7AB3937DF83446E5 (ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * __this, String_t* ___propertyName0, Type_t * ___receiverType1, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___propertyName0; __this->set_propertyName_0(L_0); Type_t * L_1 = ___receiverType1; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_1); __this->set_receiverTypeName_1(L_2); return; } } // System.Void System.ComponentModel.ProvidePropertyAttribute::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProvidePropertyAttribute__ctor_m7B75F08C10F80BC446D079AAC16B4765F6797A5A (ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * __this, String_t* ___propertyName0, String_t* ___receiverTypeName1, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___propertyName0; __this->set_propertyName_0(L_0); String_t* L_1 = ___receiverTypeName1; __this->set_receiverTypeName_1(L_1); return; } } // System.String System.ComponentModel.ProvidePropertyAttribute::get_PropertyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_PropertyName_m078D94022D84FA10A227EE4FC2C72E656B9FF589 (ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_propertyName_0(); return L_0; } } // System.String System.ComponentModel.ProvidePropertyAttribute::get_ReceiverTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_ReceiverTypeName_m410C28249D1E62193A810021B38C154320D5F900 (ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_receiverTypeName_1(); return L_0; } } // System.Object System.ComponentModel.ProvidePropertyAttribute::get_TypeId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ProvidePropertyAttribute_get_TypeId_m3C9F8392FDE203E8ADF9F7068F0B21B20878BDFB (ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * __this, const RuntimeMethod* method) { { Type_t * L_0; L_0 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_0); String_t* L_2 = __this->get_propertyName_0(); String_t* L_3; L_3 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.ComponentModel.ProvidePropertyAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProvidePropertyAttribute_Equals_m6FDC22743BBBEB81E758233785BE75C061BBA08A (ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 *)IsInstSealed((RuntimeObject*)L_1, ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951_il2cpp_TypeInfo_var)); ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * L_2 = V_0; if (!L_2) { goto IL_0035; } } { ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_propertyName_0(); String_t* L_5 = __this->get_propertyName_0(); bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0035; } } { ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = L_7->get_receiverTypeName_1(); String_t* L_9 = __this->get_receiverTypeName_1(); bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, L_9, /*hidden argument*/NULL); return L_10; } IL_0035: { return (bool)0; } } // System.Int32 System.ComponentModel.ProvidePropertyAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProvidePropertyAttribute_GetHashCode_m06484DDE2DED40BD9FCF5BEF6578BBC556BF42FF (ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_propertyName_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); String_t* L_2 = __this->get_receiverTypeName_1(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2); return ((int32_t)((int32_t)L_1^(int32_t)L_3)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.ProxyElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyElement__ctor_m6D9B4D4118C0EC9F069E83A6C3DCAA36209DEB75 (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement__ctor_m6D9B4D4118C0EC9F069E83A6C3DCAA36209DEB75_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ProxyElement__ctor_m6D9B4D4118C0EC9F069E83A6C3DCAA36209DEB75_RuntimeMethod_var); return; } } // System.Net.Configuration.ProxyElement/AutoDetectValues System.Net.Configuration.ProxyElement::get_AutoDetect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProxyElement_get_AutoDetect_mF6D0D71CC630A869F0971611827312D2C8810DA3 (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement_get_AutoDetect_mF6D0D71CC630A869F0971611827312D2C8810DA3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(ProxyElement_get_AutoDetect_mF6D0D71CC630A869F0971611827312D2C8810DA3_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.ProxyElement::set_AutoDetect(System.Net.Configuration.ProxyElement/AutoDetectValues) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyElement_set_AutoDetect_m8B28863E5558F72CDE2C79897F5FB8AFDC055BF5 (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement_set_AutoDetect_m8B28863E5558F72CDE2C79897F5FB8AFDC055BF5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ProxyElement_set_AutoDetect_m8B28863E5558F72CDE2C79897F5FB8AFDC055BF5_RuntimeMethod_var); return; } } // System.Net.Configuration.ProxyElement/BypassOnLocalValues System.Net.Configuration.ProxyElement::get_BypassOnLocal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProxyElement_get_BypassOnLocal_mFFDD587B6CF471BF21EBBE3590BA7F596C75A50E (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement_get_BypassOnLocal_mFFDD587B6CF471BF21EBBE3590BA7F596C75A50E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(ProxyElement_get_BypassOnLocal_mFFDD587B6CF471BF21EBBE3590BA7F596C75A50E_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.ProxyElement::set_BypassOnLocal(System.Net.Configuration.ProxyElement/BypassOnLocalValues) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyElement_set_BypassOnLocal_m93EA82ECE456A6E30200C490D83C72F8D4AA788E (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement_set_BypassOnLocal_m93EA82ECE456A6E30200C490D83C72F8D4AA788E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ProxyElement_set_BypassOnLocal_m93EA82ECE456A6E30200C490D83C72F8D4AA788E_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ProxyElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * ProxyElement_get_Properties_mB7790E9D638EC711E4783ACC846BE1568332E9B2 (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement_get_Properties_mB7790E9D638EC711E4783ACC846BE1568332E9B2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ProxyElement_get_Properties_mB7790E9D638EC711E4783ACC846BE1568332E9B2_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } // System.Uri System.Net.Configuration.ProxyElement::get_ProxyAddress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ProxyElement_get_ProxyAddress_mBFAEB00E58329853CFE93AD8E86A37FF969703A1 (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement_get_ProxyAddress_mBFAEB00E58329853CFE93AD8E86A37FF969703A1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ProxyElement_get_ProxyAddress_mBFAEB00E58329853CFE93AD8E86A37FF969703A1_RuntimeMethod_var); return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } } // System.Void System.Net.Configuration.ProxyElement::set_ProxyAddress(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyElement_set_ProxyAddress_m4F4E8E34A6B46B21E1327E0EC92F00712D50E5E4 (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement_set_ProxyAddress_m4F4E8E34A6B46B21E1327E0EC92F00712D50E5E4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ProxyElement_set_ProxyAddress_m4F4E8E34A6B46B21E1327E0EC92F00712D50E5E4_RuntimeMethod_var); return; } } // System.Uri System.Net.Configuration.ProxyElement::get_ScriptLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ProxyElement_get_ScriptLocation_mD4F1E8C4EA3A11D1AD84DF989A21497441529985 (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement_get_ScriptLocation_mD4F1E8C4EA3A11D1AD84DF989A21497441529985_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ProxyElement_get_ScriptLocation_mD4F1E8C4EA3A11D1AD84DF989A21497441529985_RuntimeMethod_var); return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } } // System.Void System.Net.Configuration.ProxyElement::set_ScriptLocation(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyElement_set_ScriptLocation_m1CC05D152DCC054C957AB79F946048BAFD43529E (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement_set_ScriptLocation_m1CC05D152DCC054C957AB79F946048BAFD43529E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ProxyElement_set_ScriptLocation_m1CC05D152DCC054C957AB79F946048BAFD43529E_RuntimeMethod_var); return; } } // System.Net.Configuration.ProxyElement/UseSystemDefaultValues System.Net.Configuration.ProxyElement::get_UseSystemDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProxyElement_get_UseSystemDefault_m06318F64D5AD8616DE042BB525E08FE560506128 (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement_get_UseSystemDefault_m06318F64D5AD8616DE042BB525E08FE560506128_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(ProxyElement_get_UseSystemDefault_m06318F64D5AD8616DE042BB525E08FE560506128_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.ProxyElement::set_UseSystemDefault(System.Net.Configuration.ProxyElement/UseSystemDefaultValues) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyElement_set_UseSystemDefault_mE85DF548D0226F11A544CCBBA9B8CEE51518AA91 (ProxyElement_t8FDBE7BF75B3D7DFB54F903D5A27FC647AC7B5BA * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyElement_set_UseSystemDefault_mE85DF548D0226F11A544CCBBA9B8CEE51518AA91_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ProxyElement_set_UseSystemDefault_mE85DF548D0226F11A544CCBBA9B8CEE51518AA91_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.X509Certificates.PublicKey::.ctor(Mono.Security.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PublicKey__ctor_mB96189563F51185F4D44F2E9B570481CE7F63BE7 (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * ___certificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8); s_Il2CppMethodInitialized = true; } bool V_0 = false; RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * V_1 = NULL; RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * V_2 = NULL; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_3; memset((&V_3), 0, sizeof(V_3)); DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * V_4 = NULL; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 V_5; memset((&V_5), 0, sizeof(V_5)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B16_0 = NULL; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * G_B16_1 = NULL; PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * G_B16_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B15_0 = NULL; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * G_B15_1 = NULL; PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * G_B15_2 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); V_0 = (bool)1; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = ___certificate0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Security.X509.X509Certificate::get_KeyAlgorithm() */, L_0); bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8, /*hidden argument*/NULL); if (!L_2) { goto IL_0097; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_3 = ___certificate0; NullCheck(L_3); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_4; L_4 = VirtualFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_3); V_1 = ((RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 *)IsInstSealed((RuntimeObject*)L_4, RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var)); RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * L_5 = V_1; if (!L_5) { goto IL_0041; } } { RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * L_6 = V_1; NullCheck(L_6); bool L_7; L_7 = RSACryptoServiceProvider_get_PublicOnly_m89E060DD6A46231A035DFA820F4DEF84D9958AB2(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0041; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_8 = ___certificate0; NullCheck(L_8); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_9; L_9 = VirtualFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_8); __this->set__key_0(L_9); V_0 = (bool)0; goto IL_0066; } IL_0041: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_10 = ___certificate0; NullCheck(L_10); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_11; L_11 = VirtualFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_10); V_2 = ((RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 *)IsInstClass((RuntimeObject*)L_11, RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741_il2cpp_TypeInfo_var)); RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * L_12 = V_2; if (!L_12) { goto IL_0066; } } { RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * L_13 = V_2; NullCheck(L_13); bool L_14; L_14 = RSAManaged_get_PublicOnly_m7C2ACC9429A47CD9B2C8EF9A881695BD3D6A7E06(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0066; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_15 = ___certificate0; NullCheck(L_15); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_16; L_16 = VirtualFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_15); __this->set__key_0(L_16); V_0 = (bool)0; } IL_0066: { bool L_17 = V_0; if (!L_17) { goto IL_00ed; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_18 = ___certificate0; NullCheck(L_18); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_19; L_19 = VirtualFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_18); NullCheck(L_19); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_20; L_20 = VirtualFuncInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 , bool >::Invoke(24 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_19, (bool)0); V_3 = L_20; RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_21; L_21 = RSA_Create_m044F1B4384248B4C9FEA4DAB01DB85B0A829A383(/*hidden argument*/NULL); __this->set__key_0(L_21); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_22 = __this->get__key_0(); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_23 = V_3; NullCheck(((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)IsInstClass((RuntimeObject*)L_22, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))); VirtualActionInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 >::Invoke(25 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, ((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)IsInstClass((RuntimeObject*)L_22, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var)), L_23); goto IL_00ed; } IL_0097: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_24 = ___certificate0; NullCheck(L_24); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_25; L_25 = X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE(L_24, /*hidden argument*/NULL); V_4 = ((DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A *)IsInstSealed((RuntimeObject*)L_25, DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var)); DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * L_26 = V_4; if (!L_26) { goto IL_00bf; } } { DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * L_27 = V_4; NullCheck(L_27); bool L_28; L_28 = DSACryptoServiceProvider_get_PublicOnly_m3F1FEE073C9C4A8803CD6A77FC2B34F5628CC182(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00bf; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_29 = ___certificate0; NullCheck(L_29); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_30; L_30 = X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE(L_29, /*hidden argument*/NULL); __this->set__key_0(L_30); V_0 = (bool)0; } IL_00bf: { bool L_31 = V_0; if (!L_31) { goto IL_00ed; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_32 = ___certificate0; NullCheck(L_32); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_33; L_33 = X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE(L_32, /*hidden argument*/NULL); NullCheck(L_33); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_34; L_34 = VirtualFuncInvoker1< DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 , bool >::Invoke(21 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_33, (bool)0); V_5 = L_34; DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_35; L_35 = DSA_Create_m1BB98278D12EF7F48DDF0B52FCF7CA0602AFC618(/*hidden argument*/NULL); __this->set__key_0(L_35); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_36 = __this->get__key_0(); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_37 = V_5; NullCheck(((DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 *)IsInstClass((RuntimeObject*)L_36, DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var))); VirtualActionInvoker1< DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 >::Invoke(22 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, ((DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 *)IsInstClass((RuntimeObject*)L_36, DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var)), L_37); } IL_00ed: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_38 = ___certificate0; NullCheck(L_38); String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Security.X509.X509Certificate::get_KeyAlgorithm() */, L_38); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_40 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_mDB319C52BC09ED73F02F5BEC5950F728059405C2(L_40, L_39, /*hidden argument*/NULL); __this->set__oid_3(L_40); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_41 = __this->get__oid_3(); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_42 = ___certificate0; NullCheck(L_42); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43; L_43 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_PublicKey() */, L_42); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_44 = (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)il2cpp_codegen_object_new(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA_il2cpp_TypeInfo_var); AsnEncodedData__ctor_m0F04E7F12ED0BD74616EF4451F1EDDE6622E01EA(L_44, L_41, L_43, /*hidden argument*/NULL); __this->set__keyValue_1(L_44); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_45 = __this->get__oid_3(); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_46 = ___certificate0; NullCheck(L_46); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47; L_47 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_KeyAlgorithmParameters() */, L_46); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = L_47; G_B15_0 = L_48; G_B15_1 = L_45; G_B15_2 = __this; if (L_48) { G_B16_0 = L_48; G_B16_1 = L_45; G_B16_2 = __this; goto IL_012b; } } { IL2CPP_RUNTIME_CLASS_INIT(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = ((PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_StaticFields*)il2cpp_codegen_static_fields_for(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var))->get_Empty_4(); G_B16_0 = L_49; G_B16_1 = G_B15_1; G_B16_2 = G_B15_2; } IL_012b: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_50 = (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)il2cpp_codegen_object_new(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA_il2cpp_TypeInfo_var); AsnEncodedData__ctor_m0F04E7F12ED0BD74616EF4451F1EDDE6622E01EA(L_50, G_B16_1, G_B16_0, /*hidden argument*/NULL); NullCheck(G_B16_2); G_B16_2->set__params_2(L_50); return; } } // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedKeyValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * PublicKey_get_EncodedKeyValue_m0294AF8C29C7329BEB243543D8FDA98B60FDB291 (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, const RuntimeMethod* method) { { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_0 = __this->get__keyValue_1(); return L_0; } } // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * PublicKey_get_EncodedParameters_mFF4F9A39D91C0A00D1B36C93944816154C7255B3 (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, const RuntimeMethod* method) { { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_0 = __this->get__params_2(); return L_0; } } // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.PublicKey::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * PublicKey_get_Key_mF430DCB9952B3B936420D1F3CAE486DBF7570ECF (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65C91159DE73AB664AD579C104F3EE3E6A5B9308); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = __this->get__key_0(); if (L_0) { goto IL_0092; } } { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_1 = __this->get__oid_3(); NullCheck(L_1); String_t* L_2; L_2 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8, /*hidden argument*/NULL); if (L_4) { goto IL_0033; } } { String_t* L_5 = V_0; bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, _stringLiteral65C91159DE73AB664AD579C104F3EE3E6A5B9308, /*hidden argument*/NULL); if (L_6) { goto IL_004b; } } { goto IL_006e; } IL_0033: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_7 = __this->get__keyValue_1(); NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_9; L_9 = PublicKey_DecodeRSA_m0DC1D6C55C4FE7663351264681DD318DD58DAF30(L_8, /*hidden argument*/NULL); __this->set__key_0(L_9); goto IL_0092; } IL_004b: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_10 = __this->get__keyValue_1(); NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_10, /*hidden argument*/NULL); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_12 = __this->get__params_2(); NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_14; L_14 = PublicKey_DecodeDSA_mE287558C57A529CD95CF1198679DC1EB6D8D026D(L_11, L_13, /*hidden argument*/NULL); __this->set__key_0(L_14); goto IL_0092; } IL_006e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = L_15; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_17 = __this->get__oid_3(); NullCheck(L_17); String_t* L_18; L_18 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_17, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_18); String_t* L_19; L_19 = Locale_GetText_m9472C71D4F5D9E384D5964D8A2281B9F895F386A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE729A02D79E425BEB3FDD6C02B8B5922A8026780)), L_16, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_20 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_get_Key_mF430DCB9952B3B936420D1F3CAE486DBF7570ECF_RuntimeMethod_var))); } IL_0092: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_21 = __this->get__key_0(); return L_21; } } // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.PublicKey::get_Oid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * PublicKey_get_Oid_mE3207B84A9090EC5404F6CD4AEABB1F37EC1F988 (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, const RuntimeMethod* method) { { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = __this->get__oid_3(); return L_0; } } // System.Byte[] System.Security.Cryptography.X509Certificates.PublicKey::GetUnsignedBigInteger(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PublicKey_GetUnsignedBigInteger_m432F75CC14BA7A5B7992999EA4C8DFCE4E6C6692 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___integer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___integer0; NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); if (!L_2) { goto IL_0007; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___integer0; return L_3; } IL_0007: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___integer0; NullCheck(L_4); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)1)); int32_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_5); V_1 = L_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___integer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; int32_t L_9 = V_0; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_7, 1, (RuntimeArray *)(RuntimeArray *)L_8, 0, L_9, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; return L_10; } } // System.Security.Cryptography.DSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeDSA(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * PublicKey_DecodeDSA_mE287558C57A529CD95CF1198679DC1EB6D8D026D (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawPublicKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawParameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 V_0; memset((&V_0), 0, sizeof(V_0)); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_1 = NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 )); } IL_0008: try {// begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___rawPublicKey0; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_1 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_1, L_0, /*hidden argument*/NULL); V_1 = L_1; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_2 = V_1; NullCheck(L_2); uint8_t L_3; L_3 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0028; } } IL_0018: { String_t* L_4; L_4 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral692E718E338FFD039FB1673ADA7E9AB5DED4BB98)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_5 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeDSA_mE287558C57A529CD95CF1198679DC1EB6D8D026D_RuntimeMethod_var))); } IL_0028: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_6 = V_1; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = PublicKey_GetUnsignedBigInteger_m432F75CC14BA7A5B7992999EA4C8DFCE4E6C6692(L_7, /*hidden argument*/NULL); (&V_0)->set_Y_3(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___rawParameters1; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_10 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_10, L_9, /*hidden argument*/NULL); V_2 = L_10; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_11 = V_2; if (!L_11) { goto IL_0057; } } IL_0044: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_12 = V_2; NullCheck(L_12); uint8_t L_13; L_13 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)48))))) { goto IL_0057; } } IL_004e: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_14 = V_2; NullCheck(L_14); int32_t L_15; L_15 = ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) >= ((int32_t)3))) { goto IL_0067; } } IL_0057: { String_t* L_16; L_16 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral99CDE5CF8466BD020DE0C38EC323DBB9E10A2523)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_17 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeDSA_mE287558C57A529CD95CF1198679DC1EB6D8D026D_RuntimeMethod_var))); } IL_0067: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_18 = V_2; NullCheck(L_18); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_19; L_19 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_18, 0, /*hidden argument*/NULL); NullCheck(L_19); uint8_t L_20; L_20 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_19, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)2)))) { goto IL_0094; } } IL_0076: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_21 = V_2; NullCheck(L_21); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_22; L_22 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_21, 1, /*hidden argument*/NULL); NullCheck(L_22); uint8_t L_23; L_23 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)2)))) { goto IL_0094; } } IL_0085: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_24 = V_2; NullCheck(L_24); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_25; L_25 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_24, 2, /*hidden argument*/NULL); NullCheck(L_25); uint8_t L_26; L_26 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) == ((int32_t)2))) { goto IL_00a4; } } IL_0094: { String_t* L_27; L_27 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30677B8BA7ED8BE7E7E8F9BC87DE11BEDECF6B94)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_28 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_28, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeDSA_mE287558C57A529CD95CF1198679DC1EB6D8D026D_RuntimeMethod_var))); } IL_00a4: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_29 = V_2; NullCheck(L_29); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_30; L_30 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_29, 0, /*hidden argument*/NULL); NullCheck(L_30); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31; L_31 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32; L_32 = PublicKey_GetUnsignedBigInteger_m432F75CC14BA7A5B7992999EA4C8DFCE4E6C6692(L_31, /*hidden argument*/NULL); (&V_0)->set_P_0(L_32); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_33 = V_2; NullCheck(L_33); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_34; L_34 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_33, 1, /*hidden argument*/NULL); NullCheck(L_34); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35; L_35 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_34, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36; L_36 = PublicKey_GetUnsignedBigInteger_m432F75CC14BA7A5B7992999EA4C8DFCE4E6C6692(L_35, /*hidden argument*/NULL); (&V_0)->set_Q_1(L_36); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_37 = V_2; NullCheck(L_37); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_38; L_38 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_37, 2, /*hidden argument*/NULL); NullCheck(L_38); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39; L_39 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_38, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40; L_40 = PublicKey_GetUnsignedBigInteger_m432F75CC14BA7A5B7992999EA4C8DFCE4E6C6692(L_39, /*hidden argument*/NULL); (&V_0)->set_G_2(L_40); goto IL_0100; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00ee; } throw e; } CATCH_00ee: {// begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); String_t* L_41; L_41 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCD24D4C14B3F256EB99D0167475D3F3E3C8CE558)), /*hidden argument*/NULL); Exception_t * L_42 = V_3; CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_43 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2(L_43, L_41, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeDSA_mE287558C57A529CD95CF1198679DC1EB6D8D026D_RuntimeMethod_var))); }// end catch (depth: 1) IL_0100: { DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_44 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = L_44.get_Y_3(); NullCheck(L_45); DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * L_46 = (DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A *)il2cpp_codegen_object_new(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var); DSACryptoServiceProvider__ctor_m176DE0EB8A9F7FE1FD891B5DF91E05D3646A6F1E(L_46, ((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length)))<<(int32_t)3)), /*hidden argument*/NULL); DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * L_47 = L_46; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_48 = V_0; NullCheck(L_47); VirtualActionInvoker1< DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 >::Invoke(22 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_47, L_48); return L_47; } } // System.Security.Cryptography.RSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeRSA(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * PublicKey_DecodeRSA_m0DC1D6C55C4FE7663351264681DD318DD58DAF30 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawPublicKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_0; memset((&V_0), 0, sizeof(V_0)); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_1 = NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * G_B3_0 = NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * G_B2_0 = NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * G_B5_0 = NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * G_B4_0 = NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * G_B6_0 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 )); } IL_0008: try {// begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___rawPublicKey0; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_1 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_1, L_0, /*hidden argument*/NULL); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_2 = L_1; NullCheck(L_2); int32_t L_3; L_3 = ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583(L_2, /*hidden argument*/NULL); G_B2_0 = L_2; if (L_3) { G_B3_0 = L_2; goto IL_0026; } } IL_0016: { String_t* L_4; L_4 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B8F4658E4EF61B30477317B0A3F810822B218E2)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_5 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeRSA_m0DC1D6C55C4FE7663351264681DD318DD58DAF30_RuntimeMethod_var))); } IL_0026: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_6 = G_B3_0; NullCheck(L_6); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_7; L_7 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_6, 0, /*hidden argument*/NULL); V_1 = L_7; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_8 = V_1; G_B4_0 = L_6; if (!L_8) { G_B5_0 = L_6; goto IL_003a; } } IL_0031: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_9 = V_1; NullCheck(L_9); uint8_t L_10; L_10 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_9, /*hidden argument*/NULL); G_B5_0 = G_B4_0; if ((((int32_t)L_10) == ((int32_t)2))) { G_B6_0 = G_B4_0; goto IL_004a; } } IL_003a: { String_t* L_11; L_11 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5213C5B281E693868174731B42C5D30C8046AD88)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_12 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeRSA_m0DC1D6C55C4FE7663351264681DD318DD58DAF30_RuntimeMethod_var))); } IL_004a: { NullCheck(G_B6_0); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_13; L_13 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(G_B6_0, 1, /*hidden argument*/NULL); V_2 = L_13; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_14 = V_2; NullCheck(L_14); uint8_t L_15; L_15 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) == ((int32_t)2))) { goto IL_006a; } } IL_005a: { String_t* L_16; L_16 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0B5D93AFD273766B7965DD30D79F0F1A361CB57B)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_17 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeRSA_m0DC1D6C55C4FE7663351264681DD318DD58DAF30_RuntimeMethod_var))); } IL_006a: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_18 = V_1; NullCheck(L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20; L_20 = PublicKey_GetUnsignedBigInteger_m432F75CC14BA7A5B7992999EA4C8DFCE4E6C6692(L_19, /*hidden argument*/NULL); (&V_0)->set_Modulus_1(L_20); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_21 = V_2; NullCheck(L_21); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22; L_22 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_21, /*hidden argument*/NULL); (&V_0)->set_Exponent_0(L_22); goto IL_009d; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_008b; } throw e; } CATCH_008b: {// begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); String_t* L_23; L_23 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCD24D4C14B3F256EB99D0167475D3F3E3C8CE558)), /*hidden argument*/NULL); Exception_t * L_24 = V_3; CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_25 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2(L_25, L_23, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PublicKey_DecodeRSA_m0DC1D6C55C4FE7663351264681DD318DD58DAF30_RuntimeMethod_var))); }// end catch (depth: 1) IL_009d: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_26 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = L_26.get_Modulus_1(); NullCheck(L_27); RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * L_28 = (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); RSACryptoServiceProvider__ctor_m79459FB1F431E6F3D83F7C295A2DE7BB20D4FAC8(L_28, ((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))<<(int32_t)3)), /*hidden argument*/NULL); RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * L_29 = L_28; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_30 = V_0; NullCheck(L_29); VirtualActionInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 >::Invoke(25 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_29, L_30); return L_29; } } // System.Void System.Security.Cryptography.X509Certificates.PublicKey::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PublicKey__cctor_m36509A197C8D921E8A147E08BA65EFC8DD80BBB4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)0); ((PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_StaticFields*)il2cpp_codegen_static_fields_for(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var))->set_Empty_4(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ReadOnlyAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyAttribute__ctor_m38C81A095436F66DBF2519723A08D19CF25B2D25 (ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * __this, bool ___isReadOnly0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___isReadOnly0; __this->set_isReadOnly_0(L_0); return; } } // System.Boolean System.ComponentModel.ReadOnlyAttribute::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_get_IsReadOnly_mB181AB4C0656928563E589368952C223F19C8F9D (ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isReadOnly_0(); return L_0; } } // System.Boolean System.ComponentModel.ReadOnlyAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_Equals_m427BEFF222CA204FEA54E99219FE382824251D5B (ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if ((!(((RuntimeObject*)(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___value0; V_0 = ((ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC *)IsInstSealed((RuntimeObject*)L_1, ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var)); ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * L_2 = V_0; if (!L_2) { goto IL_001f; } } { ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = ReadOnlyAttribute_get_IsReadOnly_mB181AB4C0656928563E589368952C223F19C8F9D_inline(L_3, /*hidden argument*/NULL); bool L_5; L_5 = ReadOnlyAttribute_get_IsReadOnly_mB181AB4C0656928563E589368952C223F19C8F9D_inline(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.ReadOnlyAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyAttribute_GetHashCode_m2E041222A6C13BD9085EB4010F65415AA77BF203 (ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.ReadOnlyAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_IsDefaultAttribute_m3D0FA59D78B4F75B2B94CABC8190066D9DB4B5B8 (ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = ReadOnlyAttribute_get_IsReadOnly_mB181AB4C0656928563E589368952C223F19C8F9D_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var); ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * L_1 = ((ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var))->get_Default_3(); NullCheck(L_1); bool L_2; L_2 = ReadOnlyAttribute_get_IsReadOnly_mB181AB4C0656928563E589368952C223F19C8F9D_inline(L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0); } } // System.Void System.ComponentModel.ReadOnlyAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyAttribute__cctor_m2D2F3B05FF865951B75FBDF35E1F0ADE2438AA92 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * L_0 = (ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC *)il2cpp_codegen_object_new(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var); ReadOnlyAttribute__ctor_m38C81A095436F66DBF2519723A08D19CF25B2D25(L_0, (bool)1, /*hidden argument*/NULL); ((ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var))->set_Yes_1(L_0); ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * L_1 = (ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC *)il2cpp_codegen_object_new(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var); ReadOnlyAttribute__ctor_m38C81A095436F66DBF2519723A08D19CF25B2D25(L_1, (bool)0, /*hidden argument*/NULL); ((ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var))->set_No_2(L_1); ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * L_2 = ((ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var))->get_No_2(); ((ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var))->set_Default_3(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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.RecommendedAsConfigurableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecommendedAsConfigurableAttribute__ctor_m2D4425C49D79CF921D45F9376ABECD4FD0C27C71 (RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * __this, bool ___recommendedAsConfigurable0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___recommendedAsConfigurable0; __this->set_recommendedAsConfigurable_0(L_0); return; } } // System.Boolean System.ComponentModel.RecommendedAsConfigurableAttribute::get_RecommendedAsConfigurable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m661F64F6992EF51BEDAA2824ACB73917FDDE528A (RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_recommendedAsConfigurable_0(); return L_0; } } // System.Boolean System.ComponentModel.RecommendedAsConfigurableAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_Equals_m53C3034CAA4EED75E253B127E37B479F655F915D (RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 *)IsInstClass((RuntimeObject*)L_1, RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_il2cpp_TypeInfo_var)); RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m661F64F6992EF51BEDAA2824ACB73917FDDE528A_inline(L_3, /*hidden argument*/NULL); bool L_5 = __this->get_recommendedAsConfigurable_0(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.RecommendedAsConfigurableAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RecommendedAsConfigurableAttribute_GetHashCode_m86F0576F9588CCAACA78FCD5E2FEF957AFC25133 (RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.RecommendedAsConfigurableAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_IsDefaultAttribute_mAB9A0BCA8BE81D145D992F8617A65A026486B98A (RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_recommendedAsConfigurable_0(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Void System.ComponentModel.RecommendedAsConfigurableAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecommendedAsConfigurableAttribute__cctor_m2A773608E116A8F08E2223FE589B34B4FE84DCD0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * L_0 = (RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 *)il2cpp_codegen_object_new(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_il2cpp_TypeInfo_var); RecommendedAsConfigurableAttribute__ctor_m2D4425C49D79CF921D45F9376ABECD4FD0C27C71(L_0, (bool)0, /*hidden argument*/NULL); ((RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_il2cpp_TypeInfo_var))->set_No_1(L_0); RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * L_1 = (RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 *)il2cpp_codegen_object_new(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_il2cpp_TypeInfo_var); RecommendedAsConfigurableAttribute__ctor_m2D4425C49D79CF921D45F9376ABECD4FD0C27C71(L_1, (bool)1, /*hidden argument*/NULL); ((RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_il2cpp_TypeInfo_var))->set_Yes_2(L_1); RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * L_2 = ((RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_il2cpp_TypeInfo_var))->get_No_1(); ((RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_StaticFields*)il2cpp_codegen_static_fields_for(RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310_il2cpp_TypeInfo_var))->set_Default_3(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ReferenceConverter::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceConverter__ctor_m2BF20339AD66B73F51C54F05BCD4C6229CECA08B (ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; __this->set_type_3(L_0); return; } } // System.Boolean System.ComponentModel.ReferenceConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReferenceConverter_CanConvertFrom_mE10CED6D2BA53711967A7864C26321296325A222 (ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, 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 = ___sourceType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0017; } } { RuntimeObject* L_4 = ___context0; if (!L_4) { goto IL_0017; } } { return (bool)1; } IL_0017: { RuntimeObject* L_5 = ___context0; Type_t * L_6 = ___sourceType1; bool L_7; L_7 = TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D(__this, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Object System.ComponentModel.ReferenceConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReferenceConverter_ConvertFrom_m80E6A15C110817E97DB508A5797B0C445C3C8C9A (ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeDescriptorContext_t54BAF45FE51089E764D7B7ACB9FC8086B4326DF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_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 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_006b; } } { RuntimeObject * L_1 = ___value2; NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var); String_t* L_4 = ((ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_StaticFields*)il2cpp_codegen_static_fields_for(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var))->get_none_2(); bool L_5; L_5 = String_Equals_mAFC6038D294F341434D9D67D7EADC7F97C556C9B(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0069; } } { RuntimeObject* L_6 = ___context0; if (!L_6) { goto IL_0069; } } { RuntimeObject* L_7 = ___context0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_10; L_10 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_7, L_9); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_10, IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_1; if (!L_11) { goto IL_004a; } } { RuntimeObject* L_12 = V_1; String_t* L_13 = V_0; NullCheck(L_12); RuntimeObject * L_14; L_14 = InterfaceFuncInvoker1< RuntimeObject *, String_t* >::Invoke(0 /* System.Object System.ComponentModel.Design.IReferenceService::GetReference(System.String) */, IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_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 = ___context0; NullCheck(L_17); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IContainer System.ComponentModel.ITypeDescriptorContext::get_Container() */, ITypeDescriptorContext_t54BAF45FE51089E764D7B7ACB9FC8086B4326DF0_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_tBF88898743CF7E3CF3507A693F7181194DC02098 * L_21; L_21 = InterfaceFuncInvoker0< ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * >::Invoke(2 /* System.ComponentModel.ComponentCollection System.ComponentModel.IContainer::get_Components() */, IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_il2cpp_TypeInfo_var, L_20); String_t* L_22 = V_0; NullCheck(L_21); RuntimeObject* L_23; L_23 = VirtualFuncInvoker1< RuntimeObject*, String_t* >::Invoke(11 /* System.ComponentModel.IComponent System.ComponentModel.ComponentCollection::get_Item(System.String) */, L_21, L_22); V_4 = L_23; RuntimeObject * L_24 = V_4; if (!L_24) { goto IL_0069; } } { RuntimeObject * L_25 = V_4; return L_25; } IL_0069: { return NULL; } IL_006b: { RuntimeObject* L_26 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_27 = ___culture1; RuntimeObject * L_28 = ___value2; RuntimeObject * L_29; L_29 = TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153(__this, L_26, L_27, L_28, /*hidden argument*/NULL); return L_29; } } // System.Object System.ComponentModel.ReferenceConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReferenceConverter_ConvertTo_m86FD5D8E4533ECE73E541C0D103E587F82656AD5 (ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; { Type_t * L_0 = ___destinationType3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReferenceConverter_ConvertTo_m86FD5D8E4533ECE73E541C0D103E587F82656AD5_RuntimeMethod_var))); } IL_0015: { Type_t * L_3 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_005a; } } { RuntimeObject * L_7 = ___value2; if (!L_7) { goto IL_0054; } } { RuntimeObject* L_8 = ___context0; if (!L_8) { goto IL_0054; } } { RuntimeObject* L_9 = ___context0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_9, L_11); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_12, IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_0; if (!L_13) { goto IL_0054; } } { RuntimeObject* L_14 = V_0; RuntimeObject * L_15 = ___value2; NullCheck(L_14); String_t* L_16; L_16 = InterfaceFuncInvoker1< String_t*, RuntimeObject * >::Invoke(1 /* System.String System.ComponentModel.Design.IReferenceService::GetName(System.Object) */, IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_il2cpp_TypeInfo_var, L_14, L_15); V_1 = L_16; String_t* L_17 = V_1; if (!L_17) { goto IL_0054; } } { String_t* L_18 = V_1; return L_18; } IL_0054: { IL2CPP_RUNTIME_CLASS_INIT(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var); String_t* L_19 = ((ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_StaticFields*)il2cpp_codegen_static_fields_for(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var))->get_none_2(); return L_19; } IL_005a: { RuntimeObject* L_20 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21 = ___culture1; RuntimeObject * L_22 = ___value2; Type_t * L_23 = ___destinationType3; RuntimeObject * L_24; L_24 = TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47(__this, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); return L_24; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.ReferenceConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * ReferenceConverter_GetStandardValues_mD362BB85BFFACBD190F6176C4BA9221FB7694117 (ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITypeDescriptorContext_t54BAF45FE51089E764D7B7ACB9FC8086B4326DF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_1 = NULL; RuntimeObject* V_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* 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; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; RuntimeObject* L_0 = ___context0; if (!L_0) { goto IL_00f4; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_1, /*hidden argument*/NULL); V_1 = L_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = V_1; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, NULL); RuntimeObject* L_4 = ___context0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_4, L_6); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_2; if (!L_8) { goto IL_006c; } } { RuntimeObject* L_9 = V_2; Type_t * L_10 = __this->get_type_3(); NullCheck(L_9); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11; L_11 = InterfaceFuncInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t * >::Invoke(2 /* System.Object[] System.ComponentModel.Design.IReferenceService::GetReferences(System.Type) */, IReferenceService_tE4FFEDC26BB3C0238C00054AB02797D3CFAF2B11_il2cpp_TypeInfo_var, L_9, L_10); V_3 = L_11; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = V_3; NullCheck(L_12); V_4 = ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); V_5 = 0; goto IL_0064; } IL_0046: { RuntimeObject* L_13 = ___context0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = V_3; int32_t L_15 = V_5; NullCheck(L_14); int32_t L_16 = L_15; RuntimeObject * L_17 = (L_14)->GetAt(static_cast(L_16)); bool L_18; L_18 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject * >::Invoke(16 /* System.Boolean System.ComponentModel.ReferenceConverter::IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object) */, __this, L_13, L_17); if (!L_18) { goto IL_005e; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_19 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = V_3; int32_t L_21 = V_5; NullCheck(L_20); int32_t L_22 = L_21; RuntimeObject * L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_19); int32_t L_24; L_24 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, L_23); } IL_005e: { int32_t L_25 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0064: { int32_t L_26 = V_5; int32_t L_27 = V_4; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_0046; } } { goto IL_00dd; } IL_006c: { RuntimeObject* L_28 = ___context0; NullCheck(L_28); RuntimeObject* L_29; L_29 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IContainer System.ComponentModel.ITypeDescriptorContext::get_Container() */, ITypeDescriptorContext_t54BAF45FE51089E764D7B7ACB9FC8086B4326DF0_il2cpp_TypeInfo_var, L_28); V_6 = L_29; RuntimeObject* L_30 = V_6; if (!L_30) { goto IL_00dd; } } { RuntimeObject* L_31 = V_6; NullCheck(L_31); ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * L_32; L_32 = InterfaceFuncInvoker0< ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * >::Invoke(2 /* System.ComponentModel.ComponentCollection System.ComponentModel.IContainer::get_Components() */, IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_il2cpp_TypeInfo_var, L_31); NullCheck(L_32); RuntimeObject* L_33; L_33 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator System.Collections.ReadOnlyCollectionBase::GetEnumerator() */, L_32); V_7 = L_33; } IL_0086: try {// begin try (depth: 1) { goto IL_00bd; } IL_0088: { RuntimeObject* L_34 = V_7; NullCheck(L_34); RuntimeObject * L_35; L_35 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_34); V_8 = ((RuntimeObject*)Castclass((RuntimeObject*)L_35, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var)); RuntimeObject* L_36 = V_8; if (!L_36) { goto IL_00bd; } } IL_009a: { Type_t * L_37 = __this->get_type_3(); RuntimeObject* L_38 = V_8; NullCheck(L_37); bool L_39; L_39 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_37, L_38); if (!L_39) { goto IL_00bd; } } IL_00a9: { RuntimeObject* L_40 = ___context0; RuntimeObject* L_41 = V_8; bool L_42; L_42 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject * >::Invoke(16 /* System.Boolean System.ComponentModel.ReferenceConverter::IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object) */, __this, L_40, L_41); if (!L_42) { goto IL_00bd; } } IL_00b4: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_43 = V_1; RuntimeObject* L_44 = V_8; NullCheck(L_43); int32_t L_45; L_45 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_43, L_44); } IL_00bd: { RuntimeObject* L_46 = V_7; NullCheck(L_46); bool L_47; L_47 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_46); if (L_47) { goto IL_0088; } } IL_00c6: { IL2CPP_LEAVE(0xDD, FINALLY_00c8); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c8; } FINALLY_00c8: {// begin finally (depth: 1) { RuntimeObject* L_48 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_48, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_49 = V_9; if (!L_49) { goto IL_00dc; } } IL_00d5: { RuntimeObject* L_50 = V_9; NullCheck(L_50); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_50); } IL_00dc: { IL2CPP_END_FINALLY(200) } }// end finally (depth: 1) IL2CPP_CLEANUP(200) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xDD, IL_00dd) } IL_00dd: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_51 = V_1; NullCheck(L_51); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_52; L_52 = VirtualFuncInvoker0< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(48 /* System.Object[] System.Collections.ArrayList::ToArray() */, L_51); V_0 = L_52; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_53 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_54 = V_0; NullCheck(L_54); ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4 * L_55 = (ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4 *)il2cpp_codegen_object_new(ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4_il2cpp_TypeInfo_var); ReferenceComparer__ctor_m91242DBFD1FE512638BE54025EC1690D240CF2A0(L_55, __this, /*hidden argument*/NULL); Array_Sort_mC69EBDA5CE2D70BB0ECDB2FEC2258CA6B8689680((RuntimeArray *)(RuntimeArray *)L_53, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length))), L_55, /*hidden argument*/NULL); } IL_00f4: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_56 = V_0; StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_57 = (StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 *)il2cpp_codegen_object_new(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m249BF4A43C982390DBEC8E92DFDB2C395FC9EEFF(L_57, (RuntimeObject*)(RuntimeObject*)L_56, /*hidden argument*/NULL); return L_57; } } // System.Boolean System.ComponentModel.ReferenceConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReferenceConverter_GetStandardValuesExclusive_mE060EBE3F712B553A5043FB4F9568C9AE9E6F831 (ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.ComponentModel.ReferenceConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReferenceConverter_GetStandardValuesSupported_m12D891B53327B7DF9E818E1784A724CB9B849CC1 (ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.ComponentModel.ReferenceConverter::IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReferenceConverter_IsValueAllowed_mF6801BA8987570D6F7BE3A705F54601E4B8B02B8 (ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.ComponentModel.ReferenceConverter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceConverter__cctor_m45E0DC0C46388A1333095572684A3A60E9FFB985 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D254E50F4DE5BE7CA9E72BD2F890B87F910B88B); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(_stringLiteral9D254E50F4DE5BE7CA9E72BD2F890B87F910B88B, /*hidden argument*/NULL); ((ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_StaticFields*)il2cpp_codegen_static_fields_for(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var))->set_none_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ReflectEventDescriptor::.ctor(System.Type,System.String,System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor__ctor_m7B5D76C02629562815ACF2248610E835BF2DB356 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, Type_t * ___componentClass0, String_t* ___name1, Type_t * ___type2, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes3, 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 = ___name1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attributes3; EventDescriptor__ctor_mA03499A1D28C321E7756CACE7D2F6F077B728C25(__this, L_0, L_1, /*hidden argument*/NULL); Type_t * L_2 = ___componentClass0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0030; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6))); (L_5)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6))); String_t* L_6; L_6 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96B82B1111F719249D6B1FFE1997AC237C3C1BB5)), L_5, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectEventDescriptor__ctor_m7B5D76C02629562815ACF2248610E835BF2DB356_RuntimeMethod_var))); } IL_0030: { Type_t * L_8 = ___type2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_8, (Type_t *)NULL, /*hidden argument*/NULL); if (L_9) { goto IL_004b; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (Delegate_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); Type_t * L_12 = ___type2; NullCheck(L_11); bool L_13; L_13 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_11, L_12); if (L_13) { goto IL_0065; } } IL_004b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = L_14; String_t* L_16 = ___name1; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(0), (RuntimeObject *)L_16); String_t* L_17; L_17 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD7AA40D7F79963E492840CC4D90A895B7BCA7C6)), L_15, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_18 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectEventDescriptor__ctor_m7B5D76C02629562815ACF2248610E835BF2DB356_RuntimeMethod_var))); } IL_0065: { Type_t * L_19 = ___componentClass0; __this->set_componentClass_13(L_19); Type_t * L_20 = ___type2; __this->set_type_12(L_20); return; } } // System.Void System.ComponentModel.ReflectEventDescriptor::.ctor(System.Type,System.Reflection.EventInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor__ctor_mDF1B5292319139D6B209872C923C8DF998B60250 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, Type_t * ___componentClass0, EventInfo_t * ___eventInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventInfo_t * L_0 = ___eventInfo1; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)0); EventDescriptor__ctor_mA03499A1D28C321E7756CACE7D2F6F077B728C25(__this, L_1, L_2, /*hidden argument*/NULL); Type_t * L_3 = ___componentClass0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0039; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6))); (L_6)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6))); String_t* L_7; L_7 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96B82B1111F719249D6B1FFE1997AC237C3C1BB5)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectEventDescriptor__ctor_mDF1B5292319139D6B209872C923C8DF998B60250_RuntimeMethod_var))); } IL_0039: { Type_t * L_9 = ___componentClass0; __this->set_componentClass_13(L_9); EventInfo_t * L_10 = ___eventInfo1; __this->set_realEvent_16(L_10); return; } } // System.Void System.ComponentModel.ReflectEventDescriptor::.ctor(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor__ctor_m120801E2DDB6B43BD17A7FEE091A998E9E56A455 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, Type_t * ___componentType0, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___oldReflectEventDescriptor1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * V_0 = NULL; { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_0 = ___oldReflectEventDescriptor1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attributes2; EventDescriptor__ctor_m7D93DDB55220F5FB5FE8B28CA50323D91ED72FC8(__this, L_0, L_1, /*hidden argument*/NULL); Type_t * L_2 = ___componentType0; __this->set_componentClass_13(L_2); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_3 = ___oldReflectEventDescriptor1; NullCheck(L_3); Type_t * L_4; L_4 = VirtualFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.ComponentModel.EventDescriptor::get_EventType() */, L_3); __this->set_type_12(L_4); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_5 = ___oldReflectEventDescriptor1; V_0 = ((ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF *)IsInstSealed((RuntimeObject*)L_5, ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF_il2cpp_TypeInfo_var)); ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * L_6 = V_0; if (!L_6) { goto IL_0044; } } { ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * L_7 = V_0; NullCheck(L_7); MethodInfo_t * L_8 = L_7->get_addMethod_14(); __this->set_addMethod_14(L_8); ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * L_9 = V_0; NullCheck(L_9); MethodInfo_t * L_10 = L_9->get_removeMethod_15(); __this->set_removeMethod_15(L_10); __this->set_filledMethods_17((bool)1); } IL_0044: { return; } } // System.Type System.ComponentModel.ReflectEventDescriptor::get_ComponentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectEventDescriptor_get_ComponentType_mF326D971F0074FCF527AFB351A1FF58F61B67BC8 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_componentClass_13(); return L_0; } } // System.Type System.ComponentModel.ReflectEventDescriptor::get_EventType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectEventDescriptor_get_EventType_mD4A66497EDEA28F36AF29CA6B1CDFCBEF705EEF2 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, const RuntimeMethod* method) { { ReflectEventDescriptor_FillMethods_mD1ABD0B6F719E682E66F99367EE6BEF85B3E4744(__this, /*hidden argument*/NULL); Type_t * L_0 = __this->get_type_12(); return L_0; } } // System.Boolean System.ComponentModel.ReflectEventDescriptor::get_IsMulticast() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectEventDescriptor_get_IsMulticast_m87F5A79F1418B66BD8DA4DF66DFB3A41E6D4077C (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __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_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (MulticastDelegate_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); Type_t * L_2; L_2 = VirtualFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.ComponentModel.EventDescriptor::get_EventType() */, __this); NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_1, L_2); return L_3; } } // System.Void System.ComponentModel.ReflectEventDescriptor::AddEventHandler(System.Object,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_AddEventHandler_mEE8569E24ADC6ABF61CE61456A56D1EBAA7068E2 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, RuntimeObject * ___component0, Delegate_t * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Delegate_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_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_t6D4622575922C2845CA97ADEF487051E87EDD02C * V_3 = NULL; RuntimeObject* V_4 = NULL; Delegate_t * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ReflectEventDescriptor_FillMethods_mD1ABD0B6F719E682E66F99367EE6BEF85B3E4744(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___component0; if (!L_0) { goto IL_00f1; } } { RuntimeObject * L_1 = ___component0; RuntimeObject* L_2; L_2 = MemberDescriptor_GetSite_m4635FB2CD2B37C40F9A4848DEA1D728664B73C34(L_1, /*hidden argument*/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_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_4, L_6); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var)); } IL_002e: { RuntimeObject* L_8 = V_1; if (!L_8) { goto IL_004b; } } IL_0031: try {// begin try (depth: 1) RuntimeObject* L_9 = V_1; RuntimeObject * L_10 = ___component0; NullCheck(L_9); InterfaceActionInvoker2< RuntimeObject *, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * >::Invoke(1 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanging(System.Object,System.ComponentModel.MemberDescriptor) */, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var, L_9, L_10, __this); goto IL_004b; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003b; } throw e; } CATCH_003b: {// begin catch(System.ComponentModel.Design.CheckoutException) { V_3 = ((CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)); CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var))); CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_12 = ((CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var))))->get_Canceled_17(); if ((!(((RuntimeObject*)(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)L_11) == ((RuntimeObject*)(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)L_12)))) { goto IL_0049; } } IL_0044: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00f1; } IL_0049: { CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_13 = V_3; IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectEventDescriptor_AddEventHandler_mEE8569E24ADC6ABF61CE61456A56D1EBAA7068E2_RuntimeMethod_var))); } }// end catch (depth: 1) IL_004b: { V_2 = (bool)0; RuntimeObject* L_14 = V_0; if (!L_14) { goto IL_00ca; } } { RuntimeObject* L_15 = V_0; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.ComponentModel.ISite::get_DesignMode() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_15); if (!L_16) { goto IL_00ca; } } { Type_t * L_17; L_17 = VirtualFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.ComponentModel.EventDescriptor::get_EventType() */, __this); Delegate_t * L_18 = ___value1; NullCheck(L_18); Type_t * L_19; L_19 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_17, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_008a; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_21; String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_23); String_t* L_24; L_24 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AE3E2392ABAEEE58F65D916BE33310C6700316C)), L_22, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_25 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectEventDescriptor_AddEventHandler_mEE8569E24ADC6ABF61CE61456A56D1EBAA7068E2_RuntimeMethod_var))); } IL_008a: { RuntimeObject* L_26 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_27 = { reinterpret_cast (IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_28; L_28 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_27, /*hidden argument*/NULL); NullCheck(L_26); RuntimeObject * L_29; L_29 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_26, L_28); V_4 = ((RuntimeObject*)Castclass((RuntimeObject*)L_29, IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_il2cpp_TypeInfo_var)); RuntimeObject* L_30 = V_4; if (!L_30) { goto IL_00ca; } } { RuntimeObject* L_31 = V_4; NullCheck(L_31); RuntimeObject * L_32; L_32 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.ComponentModel.Design.IDictionaryService::GetValue(System.Object) */, IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_il2cpp_TypeInfo_var, L_31, __this); V_5 = ((Delegate_t *)CastclassClass((RuntimeObject*)L_32, Delegate_t_il2cpp_TypeInfo_var)); Delegate_t * L_33 = V_5; Delegate_t * L_34 = ___value1; Delegate_t * L_35; L_35 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_33, L_34, /*hidden argument*/NULL); V_5 = L_35; RuntimeObject* L_36 = V_4; Delegate_t * L_37 = V_5; NullCheck(L_36); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.ComponentModel.Design.IDictionaryService::SetValue(System.Object,System.Object) */, IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_il2cpp_TypeInfo_var, L_36, __this, L_37); V_2 = (bool)1; } IL_00ca: { bool L_38 = V_2; if (L_38) { goto IL_00e4; } } { MethodInfo_t * L_39 = __this->get_addMethod_14(); RuntimeObject * L_40 = ___component0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_41 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_42 = L_41; Delegate_t * L_43 = ___value1; NullCheck(L_42); ArrayElementTypeCheck (L_42, L_43); (L_42)->SetAt(static_cast(0), (RuntimeObject *)L_43); RuntimeObject * L_44; L_44 = SecurityUtils_MethodInfoInvoke_mE4722A19BE610F5D1A803F4E387744B3FBCCE3B7(L_39, L_40, L_42, /*hidden argument*/NULL); } IL_00e4: { RuntimeObject* L_45 = V_1; if (!L_45) { goto IL_00f1; } } { RuntimeObject* L_46 = V_1; RuntimeObject * L_47 = ___component0; Delegate_t * L_48 = ___value1; NullCheck(L_46); InterfaceActionInvoker4< RuntimeObject *, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F *, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanged(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object) */, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var, L_46, L_47, __this, NULL, L_48); } IL_00f1: { return; } } // System.Void System.ComponentModel.ReflectEventDescriptor::FillAttributes(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillAttributes_m02D3FD941ED6F3359F5625A927E73E87AD393CF1 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, RuntimeObject* ___attributes0, const RuntimeMethod* method) { { ReflectEventDescriptor_FillMethods_mD1ABD0B6F719E682E66F99367EE6BEF85B3E4744(__this, /*hidden argument*/NULL); EventInfo_t * L_0 = __this->get_realEvent_16(); bool L_1; L_1 = EventInfo_op_Inequality_m605882CE8355E63B9E01266B07AEB0E9F967CBC1(L_0, (EventInfo_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { EventInfo_t * L_2 = __this->get_realEvent_16(); RuntimeObject* L_3 = ___attributes0; ReflectEventDescriptor_FillEventInfoAttribute_mF97687B19D2EEFA1E09B91A2BAD7E569CBEC9878(__this, L_2, L_3, /*hidden argument*/NULL); goto IL_003d; } IL_0023: { MethodInfo_t * L_4 = __this->get_removeMethod_15(); RuntimeObject* L_5 = ___attributes0; ReflectEventDescriptor_FillSingleMethodAttribute_m64B57A717037736AC193224D942F1A15E7A36717(__this, L_4, L_5, /*hidden argument*/NULL); MethodInfo_t * L_6 = __this->get_addMethod_14(); RuntimeObject* L_7 = ___attributes0; ReflectEventDescriptor_FillSingleMethodAttribute_m64B57A717037736AC193224D942F1A15E7A36717(__this, L_6, L_7, /*hidden argument*/NULL); } IL_003d: { RuntimeObject* L_8 = ___attributes0; MemberDescriptor_FillAttributes_m2598F7EF310160BD825F166ECE8BAEB201DA9143(__this, L_8, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.ReflectEventDescriptor::FillEventInfoAttribute(System.Reflection.EventInfo,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillEventInfoAttribute_mF97687B19D2EEFA1E09B91A2BAD7E569CBEC9878 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, EventInfo_t * ___realEventInfo0, RuntimeObject* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_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_t5633509634564D2B131938D20CA2E8DD35420457* V_4 = NULL; MemberInfo_t * V_5 = NULL; AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* V_6 = NULL; int32_t V_7 = 0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_8 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_9 = NULL; int32_t V_10 = 0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_11 = NULL; { EventInfo_t * L_0 = ___realEventInfo0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); V_0 = L_1; V_1 = ((int32_t)22); EventInfo_t * L_2 = ___realEventInfo0; NullCheck(L_2); Type_t * L_3; L_3 = VirtualFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, 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((int32_t)L_4, (int32_t)1)); Type_t * L_5 = V_2; NullCheck(L_5); Type_t * L_6; L_6 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_5); V_2 = L_6; } IL_0020: { Type_t * L_7 = V_2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); bool L_10; L_10 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_7, L_9, /*hidden argument*/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 = ___realEventInfo0; NullCheck(L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, L_12); V_2 = L_13; int32_t L_14 = V_3; AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_15 = (AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457*)(AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457*)SZArrayNew(AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457_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(53 /* System.Reflection.EventInfo System.Type::GetEvent(System.String,System.Reflection.BindingFlags) */, L_16, L_17, L_18); V_5 = L_19; MemberInfo_t * L_20 = V_5; bool L_21; L_21 = MemberInfo_op_Inequality_m3C69F1834F6F8F947A618FE183AAF1B6B72DA0E2(L_20, (MemberInfo_t *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_006d; } } { AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_22 = V_4; int32_t L_23 = V_3; int32_t L_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); V_3 = L_24; MemberInfo_t * L_25 = V_5; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_26; L_26 = ReflectTypeDescriptionProvider_ReflectGetAttributes_mB153F659FFD0B9DB1FADD768946F5583B522870A(L_25, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_26); (L_22)->SetAt(static_cast(L_24), (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)L_26); } IL_006d: { Type_t * L_27 = V_2; NullCheck(L_27); Type_t * L_28; L_28 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_27); V_2 = L_28; } IL_0074: { Type_t * L_29 = V_2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_30 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_31; L_31 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_30, /*hidden argument*/NULL); bool L_32; L_32 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_29, L_31, /*hidden argument*/NULL); if (L_32) { goto IL_004a; } } { AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_33 = V_4; V_6 = L_33; V_7 = 0; goto IL_00c7; } IL_008f: { AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_34 = V_6; int32_t L_35 = V_7; NullCheck(L_34); int32_t L_36 = L_35; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_37 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(L_34)->GetAt(static_cast(L_36)); V_8 = L_37; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_38 = V_8; if (!L_38) { goto IL_00c1; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_39 = V_8; V_9 = L_39; V_10 = 0; goto IL_00b9; } IL_00a3: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_40 = V_9; int32_t L_41 = V_10; NullCheck(L_40); int32_t L_42 = L_41; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_43 = (L_40)->GetAt(static_cast(L_42)); V_11 = L_43; RuntimeObject* L_44 = ___attributes1; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_45 = V_11; NullCheck(L_44); int32_t L_46; L_46 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_44, L_45); int32_t L_47 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00b9: { int32_t L_48 = V_10; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_49 = V_9; NullCheck(L_49); if ((((int32_t)L_48) < ((int32_t)((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((int32_t)L_50, (int32_t)1)); } IL_00c7: { int32_t L_51 = V_7; AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_52 = V_6; NullCheck(L_52); if ((((int32_t)L_51) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length)))))) { goto IL_008f; } } IL_00cf: { return; } } // System.Void System.ComponentModel.ReflectEventDescriptor::FillMethods() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillMethods_mD1ABD0B6F719E682E66F99367EE6BEF85B3E4744 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __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_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_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_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_4 = NULL; { bool L_0 = __this->get_filledMethods_17(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { EventInfo_t * L_1 = __this->get_realEvent_16(); bool L_2; L_2 = EventInfo_op_Inequality_m605882CE8355E63B9E01266B07AEB0E9F967CBC1(L_1, (EventInfo_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_00f3; } } { EventInfo_t * L_3 = __this->get_realEvent_16(); NullCheck(L_3); MethodInfo_t * L_4; L_4 = EventInfo_GetAddMethod_m36AF720148FF4219EE8D83D24C062D1C22D967D6(L_3, /*hidden argument*/NULL); __this->set_addMethod_14(L_4); EventInfo_t * L_5 = __this->get_realEvent_16(); NullCheck(L_5); MethodInfo_t * L_6; L_6 = EventInfo_GetRemoveMethod_m83B41554E7B5DBCD8EDFF4247D0DA1C3285D4CD2(L_5, /*hidden argument*/NULL); __this->set_removeMethod_15(L_6); V_0 = (EventInfo_t *)NULL; MethodInfo_t * L_7 = __this->get_addMethod_14(); bool L_8; L_8 = MethodInfo_op_Equality_mC78C53FBCEF409A2EBD689D6781D23C62E6161F2(L_7, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (L_8) { goto IL_005a; } } { MethodInfo_t * L_9 = __this->get_removeMethod_15(); bool L_10; L_10 = MethodInfo_op_Equality_mC78C53FBCEF409A2EBD689D6781D23C62E6161F2(L_9, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_00ab; } } IL_005a: { Type_t * L_11 = __this->get_componentClass_13(); NullCheck(L_11); Type_t * L_12; L_12 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, 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->get_realEvent_16(); NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, 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(53 /* System.Reflection.EventInfo System.Type::GetEvent(System.String,System.Reflection.BindingFlags) */, 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_m36AF720148FF4219EE8D83D24C062D1C22D967D6(L_18, /*hidden argument*/NULL); bool L_20; L_20 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_19, (MethodInfo_t *)NULL, /*hidden argument*/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_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_23; L_23 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_22, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_23) { goto IL_00ab; } } { Type_t * L_24 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_25 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_26; L_26 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_25, /*hidden argument*/NULL); bool L_27; L_27 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_24, L_26, /*hidden argument*/NULL); if (L_27) { goto IL_0068; } } IL_00ab: { EventInfo_t * L_28 = V_0; bool L_29; L_29 = EventInfo_op_Inequality_m605882CE8355E63B9E01266B07AEB0E9F967CBC1(L_28, (EventInfo_t *)NULL, /*hidden argument*/NULL); if (!L_29) { goto IL_00dd; } } { EventInfo_t * L_30 = V_0; NullCheck(L_30); MethodInfo_t * L_31; L_31 = EventInfo_GetAddMethod_m36AF720148FF4219EE8D83D24C062D1C22D967D6(L_30, /*hidden argument*/NULL); __this->set_addMethod_14(L_31); EventInfo_t * L_32 = V_0; NullCheck(L_32); MethodInfo_t * L_33; L_33 = EventInfo_GetRemoveMethod_m83B41554E7B5DBCD8EDFF4247D0DA1C3285D4CD2(L_32, /*hidden argument*/NULL); __this->set_removeMethod_15(L_33); EventInfo_t * L_34 = V_0; NullCheck(L_34); Type_t * L_35; L_35 = VirtualFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.EventInfo::get_EventHandlerType() */, L_34); __this->set_type_12(L_35); goto IL_01c5; } IL_00dd: { EventInfo_t * L_36 = __this->get_realEvent_16(); NullCheck(L_36); Type_t * L_37; L_37 = VirtualFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.EventInfo::get_EventHandlerType() */, L_36); __this->set_type_12(L_37); goto IL_01c5; } IL_00f3: { Type_t * L_38 = __this->get_componentClass_13(); String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); NullCheck(L_38); EventInfo_t * L_40; L_40 = Type_GetEvent_m1CA007B4B4D801535D888D036C0A5DC1E1B02840(L_38, L_39, /*hidden argument*/NULL); __this->set_realEvent_16(L_40); EventInfo_t * L_41 = __this->get_realEvent_16(); bool L_42; L_42 = EventInfo_op_Inequality_m605882CE8355E63B9E01266B07AEB0E9F967CBC1(L_41, (EventInfo_t *)NULL, /*hidden argument*/NULL); if (!L_42) { goto IL_011f; } } { ReflectEventDescriptor_FillMethods_mD1ABD0B6F719E682E66F99367EE6BEF85B3E4744(__this, /*hidden argument*/NULL); return; } IL_011f: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_43 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_44 = L_43; Type_t * L_45 = __this->get_type_12(); 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->get_componentClass_13(); String_t* L_47; L_47 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_48; L_48 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralFB122B8CB35BF93949E7890FE572C6C46564EDE4, L_47, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_49 = V_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_50 = { reinterpret_cast (Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_51; L_51 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_50, /*hidden argument*/NULL); MethodInfo_t * L_52; L_52 = MemberDescriptor_FindMethod_m9525A2F1FB88AAF9B53F13AAF587103AC7E26F8F(L_46, L_48, L_49, L_51, /*hidden argument*/NULL); __this->set_addMethod_14(L_52); Type_t * L_53 = __this->get_componentClass_13(); String_t* L_54; L_54 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_55; L_55 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral7EDBBD688A51BC51974DE73C92E8E8E44A70B70B, L_54, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_56 = V_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_57 = { reinterpret_cast (Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var) }; Type_t * L_58; L_58 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_57, /*hidden argument*/NULL); MethodInfo_t * L_59; L_59 = MemberDescriptor_FindMethod_m9525A2F1FB88AAF9B53F13AAF587103AC7E26F8F(L_53, L_55, L_56, L_58, /*hidden argument*/NULL); __this->set_removeMethod_15(L_59); MethodInfo_t * L_60 = __this->get_addMethod_14(); bool L_61; L_61 = MethodInfo_op_Equality_mC78C53FBCEF409A2EBD689D6781D23C62E6161F2(L_60, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (L_61) { goto IL_01a6; } } { MethodInfo_t * L_62 = __this->get_removeMethod_15(); bool L_63; L_63 = MethodInfo_op_Equality_mC78C53FBCEF409A2EBD689D6781D23C62E6161F2(L_62, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_63) { goto IL_01c5; } } IL_01a6: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_64 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_65 = L_64; String_t* L_66; L_66 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); NullCheck(L_65); ArrayElementTypeCheck (L_65, L_66); (L_65)->SetAt(static_cast(0), (RuntimeObject *)L_66); String_t* L_67; L_67 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2902B5C63D20C1606E907DA9F61375852E78DE0A)), L_65, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_68 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_68, L_67, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectEventDescriptor_FillMethods_mD1ABD0B6F719E682E66F99367EE6BEF85B3E4744_RuntimeMethod_var))); } IL_01c5: { __this->set_filledMethods_17((bool)1); return; } } // System.Void System.ComponentModel.ReflectEventDescriptor::FillSingleMethodAttribute(System.Reflection.MethodInfo,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_FillSingleMethodAttribute_m64B57A717037736AC193224D942F1A15E7A36717 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, MethodInfo_t * ___realMethodInfo0, RuntimeObject* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_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_t5633509634564D2B131938D20CA2E8DD35420457* V_4 = NULL; MemberInfo_t * V_5 = NULL; AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* V_6 = NULL; int32_t V_7 = 0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_8 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_9 = NULL; int32_t V_10 = 0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_11 = NULL; { MethodInfo_t * L_0 = ___realMethodInfo0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); V_0 = L_1; V_1 = ((int32_t)22); MethodInfo_t * L_2 = ___realMethodInfo0; NullCheck(L_2); Type_t * L_3; L_3 = VirtualFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, 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((int32_t)L_4, (int32_t)1)); Type_t * L_5 = V_2; NullCheck(L_5); Type_t * L_6; L_6 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_5); V_2 = L_6; } IL_0020: { Type_t * L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_8; L_8 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_7, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_003b; } } { Type_t * L_9 = V_2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); bool L_12; L_12 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_9, L_11, /*hidden argument*/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 = ___realMethodInfo0; NullCheck(L_14); Type_t * L_15; L_15 = VirtualFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, L_14); V_2 = L_15; int32_t L_16 = V_3; AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_17 = (AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457*)(AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457*)SZArrayNew(AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457_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_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB(L_18, L_19, L_20, /*hidden argument*/NULL); V_5 = L_21; MemberInfo_t * L_22 = V_5; bool L_23; L_23 = MemberInfo_op_Inequality_m3C69F1834F6F8F947A618FE183AAF1B6B72DA0E2(L_22, (MemberInfo_t *)NULL, /*hidden argument*/NULL); if (!L_23) { goto IL_0076; } } { AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_24 = V_4; int32_t L_25 = V_3; int32_t L_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); V_3 = L_26; MemberInfo_t * L_27 = V_5; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_28; L_28 = ReflectTypeDescriptionProvider_ReflectGetAttributes_mB153F659FFD0B9DB1FADD768946F5583B522870A(L_27, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_28); (L_24)->SetAt(static_cast(L_26), (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)L_28); } IL_0076: { Type_t * L_29 = V_2; NullCheck(L_29); Type_t * L_30; L_30 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_29); V_2 = L_30; } IL_007d: { Type_t * L_31 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_32; L_32 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_31, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_32) { goto IL_0098; } } { Type_t * L_33 = V_2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_34 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_35; L_35 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_34, /*hidden argument*/NULL); bool L_36; L_36 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_33, L_35, /*hidden argument*/NULL); if (L_36) { goto IL_0053; } } IL_0098: { AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_37 = V_4; V_6 = L_37; V_7 = 0; goto IL_00d9; } IL_00a1: { AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_38 = V_6; int32_t L_39 = V_7; NullCheck(L_38); int32_t L_40 = L_39; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_41 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(L_38)->GetAt(static_cast(L_40)); V_8 = L_41; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_42 = V_8; if (!L_42) { goto IL_00d3; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_43 = V_8; V_9 = L_43; V_10 = 0; goto IL_00cb; } IL_00b5: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_44 = V_9; int32_t L_45 = V_10; NullCheck(L_44); int32_t L_46 = L_45; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_47 = (L_44)->GetAt(static_cast(L_46)); V_11 = L_47; RuntimeObject* L_48 = ___attributes1; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_49 = V_11; NullCheck(L_48); int32_t L_50; L_50 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_48, L_49); int32_t L_51 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_00cb: { int32_t L_52 = V_10; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_53 = V_9; NullCheck(L_53); if ((((int32_t)L_52) < ((int32_t)((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((int32_t)L_54, (int32_t)1)); } IL_00d9: { int32_t L_55 = V_7; AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_56 = V_6; NullCheck(L_56); if ((((int32_t)L_55) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_56)->max_length)))))) { goto IL_00a1; } } IL_00e1: { return; } } // System.Void System.ComponentModel.ReflectEventDescriptor::RemoveEventHandler(System.Object,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectEventDescriptor_RemoveEventHandler_m7459BF30C69239D123C5F212674D243E5F30B875 (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * __this, RuntimeObject * ___component0, Delegate_t * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Delegate_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_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_t6D4622575922C2845CA97ADEF487051E87EDD02C * V_3 = NULL; RuntimeObject* V_4 = NULL; Delegate_t * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ReflectEventDescriptor_FillMethods_mD1ABD0B6F719E682E66F99367EE6BEF85B3E4744(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___component0; if (!L_0) { goto IL_00bc; } } { RuntimeObject * L_1 = ___component0; RuntimeObject* L_2; L_2 = MemberDescriptor_GetSite_m4635FB2CD2B37C40F9A4848DEA1D728664B73C34(L_1, /*hidden argument*/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_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_4, L_6); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var)); } IL_002e: { RuntimeObject* L_8 = V_1; if (!L_8) { goto IL_0048; } } IL_0031: try {// begin try (depth: 1) RuntimeObject* L_9 = V_1; RuntimeObject * L_10 = ___component0; NullCheck(L_9); InterfaceActionInvoker2< RuntimeObject *, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * >::Invoke(1 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanging(System.Object,System.ComponentModel.MemberDescriptor) */, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var, L_9, L_10, __this); goto IL_0048; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003b; } throw e; } CATCH_003b: {// begin catch(System.ComponentModel.Design.CheckoutException) { V_3 = ((CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)); CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var))); CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_12 = ((CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var))))->get_Canceled_17(); if ((!(((RuntimeObject*)(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)L_11) == ((RuntimeObject*)(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)L_12)))) { goto IL_0046; } } IL_0044: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00bc; } IL_0046: { CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_13 = V_3; IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectEventDescriptor_RemoveEventHandler_m7459BF30C69239D123C5F212674D243E5F30B875_RuntimeMethod_var))); } }// end catch (depth: 1) IL_0048: { V_2 = (bool)0; RuntimeObject* L_14 = V_0; if (!L_14) { goto IL_0095; } } { RuntimeObject* L_15 = V_0; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.ComponentModel.ISite::get_DesignMode() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_15); if (!L_16) { goto IL_0095; } } { RuntimeObject* L_17 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_18, /*hidden argument*/NULL); NullCheck(L_17); RuntimeObject * L_20; L_20 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_17, L_19); V_4 = ((RuntimeObject*)Castclass((RuntimeObject*)L_20, IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_4; if (!L_21) { goto IL_0095; } } { RuntimeObject* L_22 = V_4; NullCheck(L_22); RuntimeObject * L_23; L_23 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.ComponentModel.Design.IDictionaryService::GetValue(System.Object) */, IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_il2cpp_TypeInfo_var, L_22, __this); V_5 = ((Delegate_t *)CastclassClass((RuntimeObject*)L_23, Delegate_t_il2cpp_TypeInfo_var)); Delegate_t * L_24 = V_5; Delegate_t * L_25 = ___value1; Delegate_t * L_26; L_26 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_24, L_25, /*hidden argument*/NULL); V_5 = L_26; RuntimeObject* L_27 = V_4; Delegate_t * L_28 = V_5; NullCheck(L_27); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.ComponentModel.Design.IDictionaryService::SetValue(System.Object,System.Object) */, IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_il2cpp_TypeInfo_var, L_27, __this, L_28); V_2 = (bool)1; } IL_0095: { bool L_29 = V_2; if (L_29) { goto IL_00af; } } { MethodInfo_t * L_30 = __this->get_removeMethod_15(); RuntimeObject * L_31 = ___component0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_33 = L_32; Delegate_t * L_34 = ___value1; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(0), (RuntimeObject *)L_34); RuntimeObject * L_35; L_35 = SecurityUtils_MethodInfoInvoke_mE4722A19BE610F5D1A803F4E387744B3FBCCE3B7(L_30, L_31, L_33, /*hidden argument*/NULL); } IL_00af: { RuntimeObject* L_36 = V_1; if (!L_36) { goto IL_00bc; } } { RuntimeObject* L_37 = V_1; RuntimeObject * L_38 = ___component0; Delegate_t * L_39 = ___value1; NullCheck(L_37); InterfaceActionInvoker4< RuntimeObject *, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F *, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanged(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object) */, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var, L_37, L_38, __this, NULL, L_39); } IL_00bc: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ReflectPropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_m30F66F2C895725D8A9414793B635A490BAA07F83 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, Type_t * ___componentClass0, String_t* ___name1, Type_t * ___type2, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___name1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attributes3; PropertyDescriptor__ctor_m75229C6B90FE0810B721B1F6470D0A0A53E547DA(__this, L_0, L_1, /*hidden argument*/NULL); } IL_0009: try {// begin try (depth: 1) { Type_t * L_2 = ___type2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_002c; } } IL_0012: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___name1; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); String_t* L_7; L_7 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD0F2FA94C795CDE376C1F8D06FA9BB64450D454)), L_5, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor__ctor_m30F66F2C895725D8A9414793B635A490BAA07F83_RuntimeMethod_var))); } IL_002c: { Type_t * L_9 = ___componentClass0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_9, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_0053; } } IL_0035: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6))); (L_12)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6))); String_t* L_13; L_13 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96B82B1111F719249D6B1FFE1997AC237C3C1BB5)), L_12, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor__ctor_m30F66F2C895725D8A9414793B635A490BAA07F83_RuntimeMethod_var))); } IL_0053: { Type_t * L_15 = ___type2; __this->set_type_33(L_15); Type_t * L_16 = ___componentClass0; __this->set_componentClass_32(L_16); goto IL_0064; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0063; } throw e; } CATCH_0063: {// begin catch(System.Exception) IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor__ctor_m30F66F2C895725D8A9414793B635A490BAA07F83_RuntimeMethod_var))); }// end catch (depth: 1) IL_0064: { return; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Reflection.PropertyInfo,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_mE5F2B679A36B115A0C1EEF16E2787E0803042D83 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, Type_t * ___componentClass0, String_t* ___name1, Type_t * ___type2, PropertyInfo_t * ___propInfo3, MethodInfo_t * ___getMethod4, MethodInfo_t * ___setMethod5, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentClass0; String_t* L_1 = ___name1; Type_t * L_2 = ___type2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_3 = ___attrs6; ReflectPropertyDescriptor__ctor_m30F66F2C895725D8A9414793B635A490BAA07F83(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); PropertyInfo_t * L_4 = ___propInfo3; __this->set_propInfo_36(L_4); MethodInfo_t * L_5 = ___getMethod4; __this->set_getMethod_37(L_5); MethodInfo_t * L_6 = ___setMethod5; __this->set_setMethod_38(L_6); MethodInfo_t * L_7 = ___getMethod4; bool L_8; L_8 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_7, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_0059; } } { PropertyInfo_t * L_9 = ___propInfo3; bool L_10; L_10 = PropertyInfo_op_Inequality_mB4C6169DC83174E7712055F0973BC55469AD9962(L_9, (PropertyInfo_t *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_0059; } } { MethodInfo_t * L_11 = ___setMethod5; bool L_12; L_12 = MethodInfo_op_Equality_mC78C53FBCEF409A2EBD689D6781D23C62E6161F2(L_11, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_12) { goto IL_0059; } } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_13 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_14 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitGetQueried_22(); int32_t L_15 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitSetOnDemand_30(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_13, ((int32_t)((int32_t)L_14|(int32_t)L_15)), (bool)1, /*hidden argument*/NULL); return; } IL_0059: { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_16 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_17 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitGetQueried_22(); int32_t L_18 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitSetQueried_23(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_16, ((int32_t)((int32_t)L_17|(int32_t)L_18)), (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Type,System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_mA5A0005AA9283CAB3D5A65AD4CAC091CE699A339 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, Type_t * ___componentClass0, String_t* ___name1, Type_t * ___type2, Type_t * ___receiverType3, MethodInfo_t * ___getMethod4, MethodInfo_t * ___setMethod5, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentClass0; String_t* L_1 = ___name1; Type_t * L_2 = ___type2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_3 = ___attrs6; ReflectPropertyDescriptor__ctor_m30F66F2C895725D8A9414793B635A490BAA07F83(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); Type_t * L_4 = ___receiverType3; __this->set_receiverType_43(L_4); MethodInfo_t * L_5 = ___getMethod4; __this->set_getMethod_37(L_5); MethodInfo_t * L_6 = ___setMethod5; __this->set_setMethod_38(L_6); BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_7 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_8 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitGetQueried_22(); int32_t L_9 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitSetQueried_23(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_7, ((int32_t)((int32_t)L_8|(int32_t)L_9)), (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::.ctor(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__ctor_mED990C023A8DB91A1886823EFAEFFFA11828BE96 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, Type_t * ___componentClass0, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___oldReflectPropertyDescriptor1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * V_0 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_1 = NULL; int32_t V_2 = 0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_3 = NULL; DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * V_4 = NULL; AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * V_5 = NULL; { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_0 = ___oldReflectPropertyDescriptor1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attributes2; PropertyDescriptor__ctor_m36BC932B87A01E4F469A26163A91A22BA19EA545(__this, L_0, L_1, /*hidden argument*/NULL); Type_t * L_2 = ___componentClass0; __this->set_componentClass_32(L_2); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_3 = ___oldReflectPropertyDescriptor1; NullCheck(L_3); Type_t * L_4; L_4 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, L_3); __this->set_type_33(L_4); Type_t * L_5 = ___componentClass0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0042; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6))); (L_8)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6))); String_t* L_9; L_9 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96B82B1111F719249D6B1FFE1997AC237C3C1BB5)), L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor__ctor_mED990C023A8DB91A1886823EFAEFFFA11828BE96_RuntimeMethod_var))); } IL_0042: { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_11 = ___oldReflectPropertyDescriptor1; V_0 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 *)IsInstSealed((RuntimeObject*)L_11, ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var)); ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_12 = V_0; if (!L_12) { goto IL_017c; } } { ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_13 = V_0; NullCheck(L_13); Type_t * L_14; L_14 = VirtualFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, L_13); Type_t * L_15 = ___componentClass0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00bd; } } { ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_17 = V_0; NullCheck(L_17); PropertyInfo_t * L_18 = L_17->get_propInfo_36(); __this->set_propInfo_36(L_18); ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_19 = V_0; NullCheck(L_19); MethodInfo_t * L_20 = L_19->get_getMethod_37(); __this->set_getMethod_37(L_20); ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_21 = V_0; NullCheck(L_21); MethodInfo_t * L_22 = L_21->get_setMethod_38(); __this->set_setMethod_38(L_22); ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_23 = V_0; NullCheck(L_23); MethodInfo_t * L_24 = L_23->get_shouldSerializeMethod_39(); __this->set_shouldSerializeMethod_39(L_24); ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_25 = V_0; NullCheck(L_25); MethodInfo_t * L_26 = L_25->get_resetMethod_40(); __this->set_resetMethod_40(L_26); ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_27 = V_0; NullCheck(L_27); RuntimeObject * L_28 = L_27->get_defaultValue_34(); __this->set_defaultValue_34(L_28); ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_29 = V_0; NullCheck(L_29); RuntimeObject * L_30 = L_29->get_ambientValue_35(); __this->set_ambientValue_35(L_30); ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_31 = V_0; NullCheck(L_31); BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 L_32 = L_31->get_state_31(); __this->set_state_31(L_32); } IL_00bd: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_33 = ___attributes2; if (!L_33) { goto IL_017c; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_34 = ___attributes2; V_1 = L_34; V_2 = 0; goto IL_0173; } IL_00cc: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_35 = V_1; int32_t L_36 = V_2; NullCheck(L_35); int32_t L_37 = L_36; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_38 = (L_35)->GetAt(static_cast(L_37)); V_3 = L_38; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_39 = V_3; V_4 = ((DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 *)IsInstClass((RuntimeObject*)L_39, DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var)); DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * L_40 = V_4; if (!L_40) { goto IL_0145; } } { DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * L_41 = V_4; NullCheck(L_41); RuntimeObject * L_42; L_42 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_41); __this->set_defaultValue_34(L_42); RuntimeObject * L_43 = __this->get_defaultValue_34(); if (!L_43) { goto IL_0132; } } { Type_t * L_44; L_44 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); NullCheck(L_44); bool L_45; L_45 = VirtualFuncInvoker0< bool >::Invoke(80 /* System.Boolean System.Type::get_IsEnum() */, L_44); if (!L_45) { goto IL_0132; } } { Type_t * L_46; L_46 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); NullCheck(L_46); Type_t * L_47; L_47 = VirtualFuncInvoker0< Type_t * >::Invoke(115 /* System.Type System.Type::GetEnumUnderlyingType() */, L_46); RuntimeObject * L_48 = __this->get_defaultValue_34(); NullCheck(L_48); Type_t * L_49; L_49 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_50; L_50 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_47, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0132; } } { Type_t * L_51; L_51 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); RuntimeObject * L_52 = __this->get_defaultValue_34(); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_53; L_53 = Enum_ToObject_m2A05590A0D581206AAEB48B89187FD175D5F0967(L_51, L_52, /*hidden argument*/NULL); __this->set_defaultValue_34(L_53); } IL_0132: { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_54 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_55 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitDefaultValueQueried_21(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_54, L_55, (bool)1, /*hidden argument*/NULL); goto IL_016f; } IL_0145: { Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_56 = V_3; V_5 = ((AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B *)IsInstSealed((RuntimeObject*)L_56, AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B_il2cpp_TypeInfo_var)); AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * L_57 = V_5; if (!L_57) { goto IL_016f; } } { AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * L_58 = V_5; NullCheck(L_58); RuntimeObject * L_59; L_59 = AmbientValueAttribute_get_Value_mE302146E57AC81C75C7CB5413A65A6B5B4C48262_inline(L_58, /*hidden argument*/NULL); __this->set_ambientValue_35(L_59); BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_60 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_61 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitAmbientValueQueried_29(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_60, L_61, (bool)1, /*hidden argument*/NULL); } IL_016f: { int32_t L_62 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_0173: { int32_t L_63 = V_2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_64 = V_1; NullCheck(L_64); if ((((int32_t)L_63) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length)))))) { goto IL_00cc; } } IL_017c: { return; } } // System.Object System.ComponentModel.ReflectPropertyDescriptor::get_AmbientValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectPropertyDescriptor_get_AmbientValue_mBBCF1296F9DE0A24178F413CA40B93EC1EE42FAF (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_0 = NULL; { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitAmbientValueQueried_29(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_005a; } } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_3 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_4 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitAmbientValueQueried_29(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_3, L_4, (bool)1, /*hidden argument*/NULL); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_5; L_5 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_5); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_8; L_8 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_5, L_7); V_0 = L_8; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_9 = V_0; if (!L_9) { goto IL_004f; } } { Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_10 = V_0; NullCheck(((AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B *)CastclassSealed((RuntimeObject*)L_10, AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B_il2cpp_TypeInfo_var))); RuntimeObject * L_11; L_11 = AmbientValueAttribute_get_Value_mE302146E57AC81C75C7CB5413A65A6B5B4C48262_inline(((AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B *)CastclassSealed((RuntimeObject*)L_10, AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_ambientValue_35(L_11); goto IL_005a; } IL_004f: { IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); RuntimeObject * L_12 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_noValue_18(); __this->set_ambientValue_35(L_12); } IL_005a: { RuntimeObject * L_13 = __this->get_ambientValue_35(); return L_13; } } // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectPropertyDescriptor::get_ChangedEventValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ReflectPropertyDescriptor_get_ChangedEventValue_m4CCAED26B5344A01753E12663CAF282D90EAC40F (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9BCAD8EF32FEB9A0CCCAFF0922FE79049BEA3F5); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitChangedQueried_26(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_004e; } } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_3 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_4 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitChangedQueried_26(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_3, L_4, (bool)1, /*hidden argument*/NULL); Type_t * L_5; L_5 = VirtualFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, __this); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_6; L_6 = TypeDescriptor_GetEvents_m95804BDD0FCA37425D23AC7A78CA23C8511F2AB9(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_9; L_9 = String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916(L_7, _stringLiteralB9BCAD8EF32FEB9A0CCCAFF0922FE79049BEA3F5, L_8, /*hidden argument*/NULL); NullCheck(L_6); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_10; L_10 = VirtualFuncInvoker1< EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *, String_t* >::Invoke(21 /* System.ComponentModel.EventDescriptor System.ComponentModel.EventDescriptorCollection::get_Item(System.String) */, L_6, L_9); __this->set_realChangedEvent_41(L_10); } IL_004e: { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_11 = __this->get_realChangedEvent_41(); return L_11; } } // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectPropertyDescriptor::get_IPropChangedEventValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ReflectPropertyDescriptor_get_IPropChangedEventValue_m792CFC93C52705E5280DB55EEBBAC786F3D1C189 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral733D641F947EBAC83E1A3ADC5E4FB146EE86B900); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitIPropChangedQueried_27(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0059; } } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_3 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_4 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitIPropChangedQueried_27(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_3, L_4, (bool)1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); Type_t * L_7; L_7 = VirtualFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, __this); NullCheck(L_6); bool L_8; L_8 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_6, L_7); if (!L_8) { goto IL_0059; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (INotifyPropertyChanged_t150EC64FCE9C13B15F08BD1863D08321C79E539A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_11; L_11 = TypeDescriptor_GetEvents_m95804BDD0FCA37425D23AC7A78CA23C8511F2AB9(L_10, /*hidden argument*/NULL); NullCheck(L_11); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_12; L_12 = VirtualFuncInvoker1< EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *, String_t* >::Invoke(21 /* System.ComponentModel.EventDescriptor System.ComponentModel.EventDescriptorCollection::get_Item(System.String) */, L_11, _stringLiteral733D641F947EBAC83E1A3ADC5E4FB146EE86B900); __this->set_realIPropChangedEvent_42(L_12); } IL_0059: { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_13 = __this->get_realIPropChangedEvent_42(); return L_13; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::set_IPropChangedEventValue(System.ComponentModel.EventDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_set_IPropChangedEventValue_m9A2352876FDC7B40223B153014FF8A4D8F5FCE3E (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_0 = ___value0; __this->set_realIPropChangedEvent_42(L_0); BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_1 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_2 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitIPropChangedQueried_27(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_1, L_2, (bool)1, /*hidden argument*/NULL); return; } } // System.Type System.ComponentModel.ReflectPropertyDescriptor::get_ComponentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectPropertyDescriptor_get_ComponentType_mF507161D637AC5FD7D208D99CC8A6C1F824940C3 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_componentClass_32(); return L_0; } } // System.Object System.ComponentModel.ReflectPropertyDescriptor::get_DefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectPropertyDescriptor_get_DefaultValue_mCBCC2491F4D6DF0E3530BD2BFADA83CEE445EF37 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_0 = NULL; { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitDefaultValueQueried_21(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_00a6; } } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_3 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_4 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitDefaultValueQueried_21(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_3, L_4, (bool)1, /*hidden argument*/NULL); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_5; L_5 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_5); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_8; L_8 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_5, L_7); V_0 = L_8; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_9 = V_0; if (!L_9) { goto IL_009b; } } { Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_10 = V_0; NullCheck(((DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 *)CastclassClass((RuntimeObject*)L_10, DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var))); RuntimeObject * L_11; L_11 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, ((DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 *)CastclassClass((RuntimeObject*)L_10, DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var))); __this->set_defaultValue_34(L_11); RuntimeObject * L_12 = __this->get_defaultValue_34(); if (!L_12) { goto IL_00a6; } } { Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); NullCheck(L_13); bool L_14; L_14 = VirtualFuncInvoker0< bool >::Invoke(80 /* System.Boolean System.Type::get_IsEnum() */, L_13); if (!L_14) { goto IL_00a6; } } { Type_t * L_15; L_15 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); NullCheck(L_15); Type_t * L_16; L_16 = VirtualFuncInvoker0< Type_t * >::Invoke(115 /* System.Type System.Type::GetEnumUnderlyingType() */, L_15); RuntimeObject * L_17 = __this->get_defaultValue_34(); NullCheck(L_17); Type_t * L_18; L_18 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_19; L_19 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_16, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00a6; } } { Type_t * L_20; L_20 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); RuntimeObject * L_21 = __this->get_defaultValue_34(); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_22; L_22 = Enum_ToObject_m2A05590A0D581206AAEB48B89187FD175D5F0967(L_20, L_21, /*hidden argument*/NULL); __this->set_defaultValue_34(L_22); goto IL_00a6; } IL_009b: { IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); RuntimeObject * L_23 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_noValue_18(); __this->set_defaultValue_34(L_23); } IL_00a6: { RuntimeObject * L_24 = __this->get_defaultValue_34(); return L_24; } } // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_GetMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * ReflectPropertyDescriptor_get_GetMethodValue_m9115C546F7F5AD4E392EDC34BD4149FDDC3D5045 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitGetQueried_22(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_013e; } } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_3 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_4 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitGetQueried_22(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_3, L_4, (bool)1, /*hidden argument*/NULL); Type_t * L_5 = __this->get_receiverType_43(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_00db; } } { PropertyInfo_t * L_7 = __this->get_propInfo_36(); bool L_8; L_8 = PropertyInfo_op_Equality_m94A58A417AD82DA8ABCE4B0DCAA3019A586D5B16(L_7, (PropertyInfo_t *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_0076; } } { V_0 = ((int32_t)4148); Type_t * L_9 = __this->get_componentClass_32(); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); int32_t L_11 = V_0; Type_t * L_12; L_12 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_13 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)0); ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* L_14 = (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)SZArrayNew(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B_il2cpp_TypeInfo_var, (uint32_t)0); NullCheck(L_9); PropertyInfo_t * L_15; L_15 = Type_GetProperty_mDB6EBFA1284E99EAE8D30B3A28400F540DB76DEF(L_9, L_10, L_11, (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_12, L_13, L_14, /*hidden argument*/NULL); __this->set_propInfo_36(L_15); } IL_0076: { PropertyInfo_t * L_16 = __this->get_propInfo_36(); bool L_17; L_17 = PropertyInfo_op_Inequality_mB4C6169DC83174E7712055F0973BC55469AD9962(L_16, (PropertyInfo_t *)NULL, /*hidden argument*/NULL); if (!L_17) { goto IL_0096; } } { PropertyInfo_t * L_18 = __this->get_propInfo_36(); NullCheck(L_18); MethodInfo_t * L_19; L_19 = VirtualFuncInvoker1< MethodInfo_t *, bool >::Invoke(27 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, L_18, (bool)1); __this->set_getMethod_37(L_19); } IL_0096: { MethodInfo_t * L_20 = __this->get_getMethod_37(); bool L_21; L_21 = MethodInfo_op_Equality_mC78C53FBCEF409A2EBD689D6781D23C62E6161F2(L_20, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_013e; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_23 = L_22; Type_t * L_24 = __this->get_componentClass_32(); NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_24); String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_27; L_27 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), L_26, /*hidden argument*/NULL); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_27); (L_23)->SetAt(static_cast(0), (RuntimeObject *)L_27); String_t* L_28; L_28 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8078BB087D77C6D4148EE3E592BE857E12EC82BD)), L_23, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_29 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_get_GetMethodValue_m9115C546F7F5AD4E392EDC34BD4149FDDC3D5045_RuntimeMethod_var))); } IL_00db: { Type_t * L_30 = __this->get_componentClass_32(); String_t* L_31; L_31 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_32; L_32 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26, L_31, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_33 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_34 = L_33; Type_t * L_35 = __this->get_receiverType_43(); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(0), (Type_t *)L_35); Type_t * L_36 = __this->get_type_33(); MethodInfo_t * L_37; L_37 = MemberDescriptor_FindMethod_m9525A2F1FB88AAF9B53F13AAF587103AC7E26F8F(L_30, L_32, L_34, L_36, /*hidden argument*/NULL); __this->set_getMethod_37(L_37); MethodInfo_t * L_38 = __this->get_getMethod_37(); bool L_39; L_39 = MethodInfo_op_Equality_mC78C53FBCEF409A2EBD689D6781D23C62E6161F2(L_38, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_39) { goto IL_013e; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_41 = L_40; String_t* L_42; L_42 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(0), (RuntimeObject *)L_42); String_t* L_43; L_43 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8078BB087D77C6D4148EE3E592BE857E12EC82BD)), L_41, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_44 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_get_GetMethodValue_m9115C546F7F5AD4E392EDC34BD4149FDDC3D5045_RuntimeMethod_var))); } IL_013e: { MethodInfo_t * L_45 = __this->get_getMethod_37(); return L_45; } } // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::get_IsExtender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_get_IsExtender_mB2EDCBD0B80F5E5D3FBF689D73728C317435B1BC (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get_receiverType_43(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_0, (Type_t *)NULL, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_get_IsReadOnly_m279F8452ED4E4F2B202AEEE63A2150EBCB6EDFB4 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MethodInfo_t * L_0; L_0 = ReflectPropertyDescriptor_get_SetMethodValue_m5D02FB1516459973CCAEBBB862B18040A01AB0D1(__this, /*hidden argument*/NULL); bool L_1; L_1 = MethodInfo_op_Equality_mC78C53FBCEF409A2EBD689D6781D23C62E6161F2(L_0, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_002e; } } { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_2; L_2 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); NullCheck(L_2); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_5; L_5 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_2, L_4); NullCheck(((ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC *)CastclassSealed((RuntimeObject*)L_5, ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var))); bool L_6; L_6 = ReadOnlyAttribute_get_IsReadOnly_mB181AB4C0656928563E589368952C223F19C8F9D_inline(((ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC *)CastclassSealed((RuntimeObject*)L_5, ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_6; } IL_002e: { return (bool)1; } } // System.Type System.ComponentModel.ReflectPropertyDescriptor::get_PropertyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectPropertyDescriptor_get_PropertyType_m70F096F5AFFC42A2E47BDAAB00C39BAC61EEB405 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_33(); return L_0; } } // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_ResetMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * ReflectPropertyDescriptor_get_ResetMethodValue_m6375DF4C5CFE657395C31E1CFED54283A4FF58CD (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA74ACAA1F61DE0EB348EC03946685B0B6270CB36); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_0 = NULL; { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitResetQueried_25(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0076; } } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_3 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_4 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitResetQueried_25(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_3, L_4, (bool)1, /*hidden argument*/NULL); Type_t * L_5 = __this->get_receiverType_43(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0039; } } { IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_argsNone_17(); V_0 = L_7; goto IL_0049; } IL_0039: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_8 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = L_8; Type_t * L_10 = __this->get_receiverType_43(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (Type_t *)L_10); V_0 = L_9; } IL_0049: { Type_t * L_11 = __this->get_componentClass_32(); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_13; L_13 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralA74ACAA1F61DE0EB348EC03946685B0B6270CB36, L_12, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_14 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); MethodInfo_t * L_17; L_17 = MemberDescriptor_FindMethod_m7BA08612FBB4FC6565F58D83A2F156C4264AA7F7(L_11, L_13, L_14, L_16, (bool)0, /*hidden argument*/NULL); __this->set_resetMethod_40(L_17); } IL_0076: { MethodInfo_t * L_18 = __this->get_resetMethod_40(); return L_18; } } // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_SetMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * ReflectPropertyDescriptor_get_SetMethodValue_m5D02FB1516459973CCAEBBB862B18040A01AB0D1 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Type_t * V_2 = NULL; PropertyInfo_t * V_3 = NULL; int32_t V_4 = 0; { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitSetQueried_23(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_00cb; } } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_3 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_4 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitSetOnDemand_30(); bool L_5; L_5 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00cb; } } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_6 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_7 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitSetQueried_23(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_6, L_7, (bool)1, /*hidden argument*/NULL); V_0 = ((int32_t)22); PropertyInfo_t * L_8 = __this->get_propInfo_36(); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8); V_1 = L_9; MethodInfo_t * L_10 = __this->get_setMethod_38(); bool L_11; L_11 = MethodInfo_op_Equality_mC78C53FBCEF409A2EBD689D6781D23C62E6161F2(L_10, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_00cb; } } { Type_t * L_12; L_12 = VirtualFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.ComponentModel.PropertyDescriptor::get_ComponentType() */, __this); NullCheck(L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_12); V_2 = L_13; goto IL_00b0; } IL_0066: { Type_t * L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_14, (Type_t *)NULL, /*hidden argument*/NULL); if (L_15) { goto IL_00cb; } } { Type_t * L_16 = V_2; String_t* L_17 = V_1; int32_t L_18 = V_0; Type_t * L_19; L_19 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_20 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)0); NullCheck(L_16); PropertyInfo_t * L_21; L_21 = Type_GetProperty_mDB6EBFA1284E99EAE8D30B3A28400F540DB76DEF(L_16, L_17, L_18, (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_19, L_20, (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)NULL, /*hidden argument*/NULL); V_3 = L_21; PropertyInfo_t * L_22 = V_3; bool L_23; L_23 = PropertyInfo_op_Inequality_mB4C6169DC83174E7712055F0973BC55469AD9962(L_22, (PropertyInfo_t *)NULL, /*hidden argument*/NULL); if (!L_23) { goto IL_00a9; } } { PropertyInfo_t * L_24 = V_3; NullCheck(L_24); MethodInfo_t * L_25; L_25 = PropertyInfo_GetSetMethod_mAE6FA7A70FDB59EACB12FD092B4A6AC580B0C458(L_24, /*hidden argument*/NULL); __this->set_setMethod_38(L_25); MethodInfo_t * L_26 = __this->get_setMethod_38(); bool L_27; L_27 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_26, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (L_27) { goto IL_00cb; } } IL_00a9: { Type_t * L_28 = V_2; NullCheck(L_28); Type_t * L_29; L_29 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_28); V_2 = L_29; } IL_00b0: { Type_t * L_30 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_31; L_31 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_30, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_31) { goto IL_00cb; } } { Type_t * L_32 = V_2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_33 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34; L_34 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_33, /*hidden argument*/NULL); bool L_35; L_35 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_32, L_34, /*hidden argument*/NULL); if (L_35) { goto IL_0066; } } IL_00cb: { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_36 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_37 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitSetQueried_23(); bool L_38; L_38 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_36, L_37, /*hidden argument*/NULL); if (L_38) { goto IL_01a5; } } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_39 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_40 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitSetQueried_23(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_39, L_40, (bool)1, /*hidden argument*/NULL); Type_t * L_41 = __this->get_receiverType_43(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_42; L_42 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_41, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_42) { goto IL_0162; } } { PropertyInfo_t * L_43 = __this->get_propInfo_36(); bool L_44; L_44 = PropertyInfo_op_Equality_m94A58A417AD82DA8ABCE4B0DCAA3019A586D5B16(L_43, (PropertyInfo_t *)NULL, /*hidden argument*/NULL); if (!L_44) { goto IL_0140; } } { V_4 = ((int32_t)4148); Type_t * L_45 = __this->get_componentClass_32(); String_t* L_46; L_46 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); int32_t L_47 = V_4; Type_t * L_48; L_48 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_49 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)0); ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* L_50 = (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)SZArrayNew(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B_il2cpp_TypeInfo_var, (uint32_t)0); NullCheck(L_45); PropertyInfo_t * L_51; L_51 = Type_GetProperty_mDB6EBFA1284E99EAE8D30B3A28400F540DB76DEF(L_45, L_46, L_47, (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_48, L_49, L_50, /*hidden argument*/NULL); __this->set_propInfo_36(L_51); } IL_0140: { PropertyInfo_t * L_52 = __this->get_propInfo_36(); bool L_53; L_53 = PropertyInfo_op_Inequality_mB4C6169DC83174E7712055F0973BC55469AD9962(L_52, (PropertyInfo_t *)NULL, /*hidden argument*/NULL); if (!L_53) { goto IL_01a5; } } { PropertyInfo_t * L_54 = __this->get_propInfo_36(); NullCheck(L_54); MethodInfo_t * L_55; L_55 = VirtualFuncInvoker1< MethodInfo_t *, bool >::Invoke(30 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, L_54, (bool)1); __this->set_setMethod_38(L_55); goto IL_01a5; } IL_0162: { Type_t * L_56 = __this->get_componentClass_32(); String_t* L_57; L_57 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_58; L_58 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3, L_57, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_59 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_60 = L_59; Type_t * L_61 = __this->get_receiverType_43(); NullCheck(L_60); ArrayElementTypeCheck (L_60, L_61); (L_60)->SetAt(static_cast(0), (Type_t *)L_61); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_62 = L_60; Type_t * L_63 = __this->get_type_33(); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_63); (L_62)->SetAt(static_cast(1), (Type_t *)L_63); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_64 = { reinterpret_cast (Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65; L_65 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_64, /*hidden argument*/NULL); MethodInfo_t * L_66; L_66 = MemberDescriptor_FindMethod_m9525A2F1FB88AAF9B53F13AAF587103AC7E26F8F(L_56, L_58, L_62, L_65, /*hidden argument*/NULL); __this->set_setMethod_38(L_66); } IL_01a5: { MethodInfo_t * L_67 = __this->get_setMethod_38(); return L_67; } } // System.Reflection.MethodInfo System.ComponentModel.ReflectPropertyDescriptor::get_ShouldSerializeMethodValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m77B82D099CEA7FC99DCEF7607F62606B3AE35C40 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_0 = NULL; { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitShouldSerializeQueried_24(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0076; } } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_3 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_4 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitShouldSerializeQueried_24(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_3, L_4, (bool)1, /*hidden argument*/NULL); Type_t * L_5 = __this->get_receiverType_43(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0039; } } { IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_argsNone_17(); V_0 = L_7; goto IL_0049; } IL_0039: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_8 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = L_8; Type_t * L_10 = __this->get_receiverType_43(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (Type_t *)L_10); V_0 = L_9; } IL_0049: { Type_t * L_11 = __this->get_componentClass_32(); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_13; L_13 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC, L_12, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_14 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); MethodInfo_t * L_17; L_17 = MemberDescriptor_FindMethod_m7BA08612FBB4FC6565F58D83A2F156C4264AA7F7(L_11, L_13, L_14, L_16, (bool)0, /*hidden argument*/NULL); __this->set_shouldSerializeMethod_39(L_17); } IL_0076: { MethodInfo_t * L_18 = __this->get_shouldSerializeMethod_39(); return L_18; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::AddValueChanged(System.Object,System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_AddValueChanged_m3944585DC693BBE9319821F2411586C133FEC102 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject * ___component0, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___handler1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_OnINotifyPropertyChanged_m7CA367013AF8DAB1BCF7F61A1D3786026BDB4FD9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * V_0 = NULL; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * V_1 = NULL; { RuntimeObject * L_0 = ___component0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_AddValueChanged_m3944585DC693BBE9319821F2411586C133FEC102_RuntimeMethod_var))); } IL_000e: { EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_2 = ___handler1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7AEB4DBED56DD7667D53D9D797A7112C1253094)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_AddValueChanged_m3944585DC693BBE9319821F2411586C133FEC102_RuntimeMethod_var))); } IL_001c: { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_4; L_4 = ReflectPropertyDescriptor_get_ChangedEventValue_m4CCAED26B5344A01753E12663CAF282D90EAC40F(__this, /*hidden argument*/NULL); V_0 = L_4; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_5 = V_0; if (!L_5) { goto IL_003d; } } { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_6 = V_0; NullCheck(L_6); Type_t * L_7; L_7 = VirtualFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.ComponentModel.EventDescriptor::get_EventType() */, L_6); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_8 = ___handler1; NullCheck(L_7); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_7, L_8); if (!L_9) { goto IL_003d; } } { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_10 = V_0; RuntimeObject * L_11 = ___component0; EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_12 = ___handler1; NullCheck(L_10); VirtualActionInvoker2< RuntimeObject *, Delegate_t * >::Invoke(20 /* System.Void System.ComponentModel.EventDescriptor::AddEventHandler(System.Object,System.Delegate) */, L_10, L_11, L_12); return; } IL_003d: { RuntimeObject * L_13 = ___component0; EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_14; L_14 = PropertyDescriptor_GetValueChangedHandler_m541D7CCBA4649A8063EB6FF91B9D409DD8281AF4(__this, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0063; } } { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_15; L_15 = ReflectPropertyDescriptor_get_IPropChangedEventValue_m792CFC93C52705E5280DB55EEBBAC786F3D1C189(__this, /*hidden argument*/NULL); V_1 = L_15; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_16 = V_1; if (!L_16) { goto IL_0063; } } { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_17 = V_1; RuntimeObject * L_18 = ___component0; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_19 = (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)il2cpp_codegen_object_new(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99_il2cpp_TypeInfo_var); PropertyChangedEventHandler__ctor_m09E1DEFF4AE926B1D9EECA15D8BFF32E41EEF307(L_19, __this, (intptr_t)((intptr_t)ReflectPropertyDescriptor_OnINotifyPropertyChanged_m7CA367013AF8DAB1BCF7F61A1D3786026BDB4FD9_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_17); VirtualActionInvoker2< RuntimeObject *, Delegate_t * >::Invoke(20 /* System.Void System.ComponentModel.EventDescriptor::AddEventHandler(System.Object,System.Delegate) */, L_17, L_18, L_19); } IL_0063: { RuntimeObject * L_20 = ___component0; EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_21 = ___handler1; PropertyDescriptor_AddValueChanged_m9C10DF1969778E24B7F195A2F39347E69C898C21(__this, L_20, L_21, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::ExtenderCanResetValue(System.ComponentModel.IExtenderProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_ExtenderCanResetValue_m6ECBE1EFDB7E2452B24877F4557653E10867F3F0 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, RuntimeObject * ___component1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; bool V_1 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0; L_0 = ReflectPropertyDescriptor_get_DefaultValue_mCBCC2491F4D6DF0E3530BD2BFADA83CEE445EF37(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_noValue_18(); if ((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))) { goto IL_0024; } } { RuntimeObject* L_2 = ___provider0; RuntimeObject * L_3 = ___component1; RuntimeObject * L_4; L_4 = ReflectPropertyDescriptor_ExtenderGetValue_mA77798327B098AAD9A2A7C3D7480533B4D28ECFD(__this, L_2, L_3, /*hidden argument*/NULL); RuntimeObject * L_5 = __this->get_defaultValue_34(); bool L_6; L_6 = Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053(L_4, L_5, /*hidden argument*/NULL); return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); } IL_0024: { MethodInfo_t * L_7; L_7 = ReflectPropertyDescriptor_get_ResetMethodValue_m6375DF4C5CFE657395C31E1CFED54283A4FF58CD(__this, /*hidden argument*/NULL); bool L_8; L_8 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_7, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_0074; } } { MethodInfo_t * L_9; L_9 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m77B82D099CEA7FC99DCEF7607F62606B3AE35C40(__this, /*hidden argument*/NULL); V_0 = L_9; MethodInfo_t * L_10 = V_0; bool L_11; L_11 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_10, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_0072; } } IL_0042: try {// begin try (depth: 1) Type_t * L_12 = __this->get_componentClass_32(); RuntimeObject* L_13 = ___provider0; RuntimeObject * L_14; L_14 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(16 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_12, L_13); ___provider0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_14, IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var)); MethodInfo_t * L_15 = V_0; RuntimeObject* L_16 = ___provider0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = L_17; RuntimeObject * L_19 = ___component1; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_19); NullCheck(L_15); RuntimeObject * L_20; L_20 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_15, L_16, L_18, /*hidden argument*/NULL); V_1 = ((*(bool*)((bool*)UnBox(L_20, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); goto IL_0076; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006f; } throw e; } CATCH_006f: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0072; }// end catch (depth: 1) IL_0072: { return (bool)1; } IL_0074: { return (bool)0; } IL_0076: { bool L_21 = V_1; return L_21; } } // System.Type System.ComponentModel.ReflectPropertyDescriptor::ExtenderGetReceiverType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectPropertyDescriptor_ExtenderGetReceiverType_m1773F498C4A73506BE34369B2C96D5EA4BAE0C1C (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_receiverType_43(); return L_0; } } // System.Type System.ComponentModel.ReflectPropertyDescriptor::ExtenderGetType(System.ComponentModel.IExtenderProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectPropertyDescriptor_ExtenderGetType_mE6857444311BA2B6F6F9948B1C6E1014DC56504A (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { Type_t * L_0; L_0 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); return L_0; } } // System.Object System.ComponentModel.ReflectPropertyDescriptor::ExtenderGetValue(System.ComponentModel.IExtenderProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectPropertyDescriptor_ExtenderGetValue_mA77798327B098AAD9A2A7C3D7480533B4D28ECFD (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, RuntimeObject * ___component1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; if (!L_0) { goto IL_002e; } } { Type_t * L_1 = __this->get_componentClass_32(); RuntimeObject* L_2 = ___provider0; RuntimeObject * L_3; L_3 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(16 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_1, L_2); ___provider0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_3, IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var)); MethodInfo_t * L_4; L_4 = ReflectPropertyDescriptor_get_GetMethodValue_m9115C546F7F5AD4E392EDC34BD4149FDDC3D5045(__this, /*hidden argument*/NULL); RuntimeObject* L_5 = ___provider0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6; RuntimeObject * L_8 = ___component1; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_8); NullCheck(L_4); RuntimeObject * L_9; L_9 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_4, L_5, L_7, /*hidden argument*/NULL); return L_9; } IL_002e: { return NULL; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::ExtenderResetValue(System.ComponentModel.IExtenderProvider,System.Object,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_ExtenderResetValue_m779998D7C7CEC431DD13AA36350EA60D6F6AEBAC (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, RuntimeObject * ___component1, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___notifyDesc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0; L_0 = ReflectPropertyDescriptor_get_DefaultValue_mCBCC2491F4D6DF0E3530BD2BFADA83CEE445EF37(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_noValue_18(); if ((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))) { goto IL_001d; } } { RuntimeObject* L_2 = ___provider0; RuntimeObject * L_3 = ___component1; RuntimeObject * L_4; L_4 = ReflectPropertyDescriptor_get_DefaultValue_mCBCC2491F4D6DF0E3530BD2BFADA83CEE445EF37(__this, /*hidden argument*/NULL); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_5 = ___notifyDesc2; ReflectPropertyDescriptor_ExtenderSetValue_m3A2AF4406EE888D4BA9ED1D680DAA4CC975C8BFD(__this, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return; } IL_001d: { RuntimeObject * L_6; L_6 = ReflectPropertyDescriptor_get_AmbientValue_mBBCF1296F9DE0A24178F413CA40B93EC1EE42FAF(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); RuntimeObject * L_7 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_noValue_18(); if ((((RuntimeObject*)(RuntimeObject *)L_6) == ((RuntimeObject*)(RuntimeObject *)L_7))) { goto IL_003a; } } { RuntimeObject* L_8 = ___provider0; RuntimeObject * L_9 = ___component1; RuntimeObject * L_10; L_10 = ReflectPropertyDescriptor_get_AmbientValue_mBBCF1296F9DE0A24178F413CA40B93EC1EE42FAF(__this, /*hidden argument*/NULL); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_11 = ___notifyDesc2; ReflectPropertyDescriptor_ExtenderSetValue_m3A2AF4406EE888D4BA9ED1D680DAA4CC975C8BFD(__this, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return; } IL_003a: { MethodInfo_t * L_12; L_12 = ReflectPropertyDescriptor_get_ResetMethodValue_m6375DF4C5CFE657395C31E1CFED54283A4FF58CD(__this, /*hidden argument*/NULL); bool L_13; L_13 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_12, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_13) { goto IL_00e4; } } { RuntimeObject * L_14 = ___component1; RuntimeObject* L_15; L_15 = MemberDescriptor_GetSite_m4635FB2CD2B37C40F9A4848DEA1D728664B73C34(L_14, /*hidden argument*/NULL); V_0 = L_15; V_1 = (RuntimeObject*)NULL; V_2 = NULL; RuntimeObject* L_16 = V_0; if (!L_16) { goto IL_006f; } } { RuntimeObject* L_17 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_18, /*hidden argument*/NULL); NullCheck(L_17); RuntimeObject * L_20; L_20 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_17, L_19); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_20, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var)); } IL_006f: { RuntimeObject* L_21 = V_1; if (!L_21) { goto IL_0095; } } { RuntimeObject* L_22 = ___provider0; RuntimeObject * L_23 = ___component1; RuntimeObject * L_24; L_24 = ReflectPropertyDescriptor_ExtenderGetValue_mA77798327B098AAD9A2A7C3D7480533B4D28ECFD(__this, L_22, L_23, /*hidden argument*/NULL); V_2 = L_24; } IL_007b: try {// begin try (depth: 1) RuntimeObject* L_25 = V_1; RuntimeObject * L_26 = ___component1; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_27 = ___notifyDesc2; NullCheck(L_25); InterfaceActionInvoker2< RuntimeObject *, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * >::Invoke(1 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanging(System.Object,System.ComponentModel.MemberDescriptor) */, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var, L_25, L_26, L_27); goto IL_0095; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0085; } throw e; } CATCH_0085: {// begin catch(System.ComponentModel.Design.CheckoutException) { V_4 = ((CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)); CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_28 = V_4; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var))); CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_29 = ((CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var))))->get_Canceled_17(); if ((!(((RuntimeObject*)(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)L_28) == ((RuntimeObject*)(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)L_29)))) { goto IL_0092; } } IL_0090: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e4; } IL_0092: { CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_30 = V_4; IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_ExtenderResetValue_m779998D7C7CEC431DD13AA36350EA60D6F6AEBAC_RuntimeMethod_var))); } }// end catch (depth: 1) IL_0095: { Type_t * L_31 = __this->get_componentClass_32(); RuntimeObject* L_32 = ___provider0; RuntimeObject * L_33; L_33 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(16 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_31, L_32); ___provider0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_33, IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var)); MethodInfo_t * L_34; L_34 = ReflectPropertyDescriptor_get_ResetMethodValue_m6375DF4C5CFE657395C31E1CFED54283A4FF58CD(__this, /*hidden argument*/NULL); bool L_35; L_35 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_34, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_35) { goto IL_00e4; } } { MethodInfo_t * L_36; L_36 = ReflectPropertyDescriptor_get_ResetMethodValue_m6375DF4C5CFE657395C31E1CFED54283A4FF58CD(__this, /*hidden argument*/NULL); RuntimeObject* L_37 = ___provider0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_38 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_39 = L_38; RuntimeObject * L_40 = ___component1; NullCheck(L_39); ArrayElementTypeCheck (L_39, L_40); (L_39)->SetAt(static_cast(0), (RuntimeObject *)L_40); NullCheck(L_36); RuntimeObject * L_41; L_41 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_36, L_37, L_39, /*hidden argument*/NULL); RuntimeObject* L_42 = V_1; if (!L_42) { goto IL_00e4; } } { RuntimeObject* L_43 = ___provider0; RuntimeObject * L_44 = ___component1; RuntimeObject * L_45; L_45 = ReflectPropertyDescriptor_ExtenderGetValue_mA77798327B098AAD9A2A7C3D7480533B4D28ECFD(__this, L_43, L_44, /*hidden argument*/NULL); V_3 = L_45; RuntimeObject* L_46 = V_1; RuntimeObject * L_47 = ___component1; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_48 = ___notifyDesc2; RuntimeObject * L_49 = V_2; RuntimeObject * L_50 = V_3; NullCheck(L_46); InterfaceActionInvoker4< RuntimeObject *, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F *, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanged(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object) */, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var, L_46, L_47, L_48, L_49, L_50); } IL_00e4: { return; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::ExtenderSetValue(System.ComponentModel.IExtenderProvider,System.Object,System.Object,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_ExtenderSetValue_m3A2AF4406EE888D4BA9ED1D680DAA4CC975C8BFD (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, RuntimeObject * ___component1, RuntimeObject * ___value2, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___notifyDesc3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___provider0; if (!L_0) { goto IL_0099; } } { RuntimeObject * L_1 = ___component1; RuntimeObject* L_2; L_2 = MemberDescriptor_GetSite_m4635FB2CD2B37C40F9A4848DEA1D728664B73C34(L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = (RuntimeObject*)NULL; V_2 = NULL; RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_002a; } } { RuntimeObject* L_4 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_4, L_6); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var)); } IL_002a: { RuntimeObject* L_8 = V_1; if (!L_8) { goto IL_004e; } } { RuntimeObject* L_9 = ___provider0; RuntimeObject * L_10 = ___component1; RuntimeObject * L_11; L_11 = ReflectPropertyDescriptor_ExtenderGetValue_mA77798327B098AAD9A2A7C3D7480533B4D28ECFD(__this, L_9, L_10, /*hidden argument*/NULL); V_2 = L_11; } IL_0036: try {// begin try (depth: 1) RuntimeObject* L_12 = V_1; RuntimeObject * L_13 = ___component1; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_14 = ___notifyDesc3; NullCheck(L_12); InterfaceActionInvoker2< RuntimeObject *, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * >::Invoke(1 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanging(System.Object,System.ComponentModel.MemberDescriptor) */, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var, L_12, L_13, L_14); goto IL_004e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0041; } throw e; } CATCH_0041: {// begin catch(System.ComponentModel.Design.CheckoutException) { V_3 = ((CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)); CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_15 = V_3; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var))); CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_16 = ((CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var))))->get_Canceled_17(); if ((!(((RuntimeObject*)(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)L_15) == ((RuntimeObject*)(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)L_16)))) { goto IL_004c; } } IL_004a: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0099; } IL_004c: { CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_17 = V_3; IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_ExtenderSetValue_m3A2AF4406EE888D4BA9ED1D680DAA4CC975C8BFD_RuntimeMethod_var))); } }// end catch (depth: 1) IL_004e: { Type_t * L_18 = __this->get_componentClass_32(); RuntimeObject* L_19 = ___provider0; RuntimeObject * L_20; L_20 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(16 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_18, L_19); ___provider0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_20, IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var)); MethodInfo_t * L_21; L_21 = ReflectPropertyDescriptor_get_SetMethodValue_m5D02FB1516459973CCAEBBB862B18040A01AB0D1(__this, /*hidden argument*/NULL); bool L_22; L_22 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_21, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_22) { goto IL_0099; } } { MethodInfo_t * L_23; L_23 = ReflectPropertyDescriptor_get_SetMethodValue_m5D02FB1516459973CCAEBBB862B18040A01AB0D1(__this, /*hidden argument*/NULL); RuntimeObject* L_24 = ___provider0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_25 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = L_25; RuntimeObject * L_27 = ___component1; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(0), (RuntimeObject *)L_27); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_28 = L_26; RuntimeObject * L_29 = ___value2; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(1), (RuntimeObject *)L_29); NullCheck(L_23); RuntimeObject * L_30; L_30 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_23, L_24, L_28, /*hidden argument*/NULL); RuntimeObject* L_31 = V_1; if (!L_31) { goto IL_0099; } } { RuntimeObject* L_32 = V_1; RuntimeObject * L_33 = ___component1; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_34 = ___notifyDesc3; RuntimeObject * L_35 = V_2; RuntimeObject * L_36 = ___value2; NullCheck(L_32); InterfaceActionInvoker4< RuntimeObject *, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F *, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanged(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object) */, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var, L_32, L_33, L_34, L_35, L_36); } IL_0099: { return; } } // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::ExtenderShouldSerializeValue(System.ComponentModel.IExtenderProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_ExtenderShouldSerializeValue_m84CE31E4426D7EFA79F066EFB4F1BD45668EF34C (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___provider0, RuntimeObject * ___component1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0 = __this->get_componentClass_32(); RuntimeObject* L_1 = ___provider0; RuntimeObject * L_2; L_2 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(16 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_0, L_1); ___provider0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var)); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.ComponentModel.PropertyDescriptor::get_IsReadOnly() */, __this); if (!L_3) { goto IL_005c; } } { MethodInfo_t * L_4; L_4 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m77B82D099CEA7FC99DCEF7607F62606B3AE35C40(__this, /*hidden argument*/NULL); bool L_5; L_5 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_4, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_004b; } } IL_002a: try {// begin try (depth: 1) MethodInfo_t * L_6; L_6 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m77B82D099CEA7FC99DCEF7607F62606B3AE35C40(__this, /*hidden argument*/NULL); RuntimeObject* L_7 = ___provider0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_8; RuntimeObject * L_10 = ___component1; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_10); NullCheck(L_6); RuntimeObject * L_11; L_11 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_6, L_7, L_9, /*hidden argument*/NULL); V_0 = ((*(bool*)((bool*)UnBox(L_11, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); goto IL_00b1; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0048; } throw e; } CATCH_0048: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_004b; }// end catch (depth: 1) IL_004b: { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_12; L_12 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); IL2CPP_RUNTIME_CLASS_INIT(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var); DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * L_13 = ((DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var))->get_Content_0(); NullCheck(L_12); bool L_14; L_14 = AttributeCollection_Contains_m7CDBEC7DA244F5D7D1BE5E066B84DA66C82DE874(L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_005c: { RuntimeObject * L_15; L_15 = ReflectPropertyDescriptor_get_DefaultValue_mCBCC2491F4D6DF0E3530BD2BFADA83CEE445EF37(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); RuntimeObject * L_16 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_noValue_18(); if ((!(((RuntimeObject*)(RuntimeObject *)L_15) == ((RuntimeObject*)(RuntimeObject *)L_16)))) { goto IL_009a; } } { MethodInfo_t * L_17; L_17 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m77B82D099CEA7FC99DCEF7607F62606B3AE35C40(__this, /*hidden argument*/NULL); bool L_18; L_18 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_17, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_18) { goto IL_0098; } } IL_0077: try {// begin try (depth: 1) MethodInfo_t * L_19; L_19 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m77B82D099CEA7FC99DCEF7607F62606B3AE35C40(__this, /*hidden argument*/NULL); RuntimeObject* L_20 = ___provider0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_21; RuntimeObject * L_23 = ___component1; NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_23); NullCheck(L_19); RuntimeObject * L_24; L_24 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_19, L_20, L_22, /*hidden argument*/NULL); V_0 = ((*(bool*)((bool*)UnBox(L_24, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); goto IL_00b1; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0095; } throw e; } CATCH_0095: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0098; }// end catch (depth: 1) IL_0098: { return (bool)1; } IL_009a: { RuntimeObject * L_25; L_25 = ReflectPropertyDescriptor_get_DefaultValue_mCBCC2491F4D6DF0E3530BD2BFADA83CEE445EF37(__this, /*hidden argument*/NULL); RuntimeObject* L_26 = ___provider0; RuntimeObject * L_27 = ___component1; RuntimeObject * L_28; L_28 = ReflectPropertyDescriptor_ExtenderGetValue_mA77798327B098AAD9A2A7C3D7480533B4D28ECFD(__this, L_26, L_27, /*hidden argument*/NULL); bool L_29; L_29 = Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053(L_25, L_28, /*hidden argument*/NULL); return (bool)((((int32_t)L_29) == ((int32_t)0))? 1 : 0); } IL_00b1: { bool L_30 = V_0; return L_30; } } // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::CanResetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_CanResetValue_m14944E3F6DFA9FD6F9DE1163AB6538C60E5775AE (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0; L_0 = ReflectPropertyDescriptor_get_IsExtender_mB2EDCBD0B80F5E5D3FBF689D73728C317435B1BC(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0010; } } { bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.ComponentModel.PropertyDescriptor::get_IsReadOnly() */, __this); if (!L_1) { goto IL_0012; } } IL_0010: { return (bool)0; } IL_0012: { RuntimeObject * L_2; L_2 = ReflectPropertyDescriptor_get_DefaultValue_mCBCC2491F4D6DF0E3530BD2BFADA83CEE445EF37(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); RuntimeObject * L_3 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_noValue_18(); if ((((RuntimeObject*)(RuntimeObject *)L_2) == ((RuntimeObject*)(RuntimeObject *)L_3))) { goto IL_0035; } } { RuntimeObject * L_4 = ___component0; RuntimeObject * L_5; L_5 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(26 /* System.Object System.ComponentModel.PropertyDescriptor::GetValue(System.Object) */, __this, L_4); RuntimeObject * L_6; L_6 = ReflectPropertyDescriptor_get_DefaultValue_mCBCC2491F4D6DF0E3530BD2BFADA83CEE445EF37(__this, /*hidden argument*/NULL); bool L_7; L_7 = Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053(L_5, L_6, /*hidden argument*/NULL); return (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0); } IL_0035: { MethodInfo_t * L_8; L_8 = ReflectPropertyDescriptor_get_ResetMethodValue_m6375DF4C5CFE657395C31E1CFED54283A4FF58CD(__this, /*hidden argument*/NULL); bool L_9; L_9 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_8, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_007a; } } { MethodInfo_t * L_10; L_10 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m77B82D099CEA7FC99DCEF7607F62606B3AE35C40(__this, /*hidden argument*/NULL); bool L_11; L_11 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_10, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_0078; } } { Type_t * L_12 = __this->get_componentClass_32(); RuntimeObject * L_13 = ___component0; RuntimeObject * L_14; L_14 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(16 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_12, L_13); ___component0 = L_14; } IL_0060: try {// begin try (depth: 1) MethodInfo_t * L_15; L_15 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m77B82D099CEA7FC99DCEF7607F62606B3AE35C40(__this, /*hidden argument*/NULL); RuntimeObject * L_16 = ___component0; NullCheck(L_15); RuntimeObject * L_17; L_17 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_15, L_16, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); V_0 = ((*(bool*)((bool*)UnBox(L_17, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); goto IL_0091; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0075; } throw e; } CATCH_0075: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0078; }// end catch (depth: 1) IL_0078: { return (bool)1; } IL_007a: { RuntimeObject * L_18; L_18 = ReflectPropertyDescriptor_get_AmbientValue_mBBCF1296F9DE0A24178F413CA40B93EC1EE42FAF(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); RuntimeObject * L_19 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_noValue_18(); if ((((RuntimeObject*)(RuntimeObject *)L_18) == ((RuntimeObject*)(RuntimeObject *)L_19))) { goto IL_008f; } } { RuntimeObject * L_20 = ___component0; bool L_21; L_21 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(31 /* System.Boolean System.ComponentModel.PropertyDescriptor::ShouldSerializeValue(System.Object) */, __this, L_20); return L_21; } IL_008f: { return (bool)0; } IL_0091: { bool L_22 = V_0; return L_22; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::FillAttributes(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_FillAttributes_mAC72E75F1F36B73FF17182A1D2191CDEAC53F7F5 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject* ___attributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_FillAttributes_mAC72E75F1F36B73FF17182A1D2191CDEAC53F7F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Type_t * V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_4 = NULL; RuntimeObject* V_5 = NULL; AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* V_6 = NULL; MemberInfo_t * V_7 = NULL; AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* V_8 = NULL; int32_t V_9 = 0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_10 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_11 = NULL; int32_t V_12 = 0; AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * V_13 = NULL; Type_t * V_14 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_15 = NULL; MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* V_16 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_17 = NULL; int32_t V_18 = 0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_19 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_20 = NULL; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_21 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0; L_0 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_1; L_1 = TypeDescriptor_GetAttributes_mA316340EA820709020A4BC6DDCD9C6456BF3FF38(L_0, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2; L_2 = AttributeCollection_GetEnumerator_mAADB4044DB82256BEBF4E42ABC9A2DC756534CB7(L_1, /*hidden argument*/NULL); V_3 = L_2; } IL_0011: try {// begin try (depth: 1) { goto IL_0029; } IL_0013: { RuntimeObject* L_3 = V_3; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_4 = ((Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)CastclassClass((RuntimeObject*)L_4, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var)); RuntimeObject* L_5 = ___attributes0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_6 = V_4; NullCheck(L_5); int32_t L_7; L_7 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_5, L_6); } IL_0029: { RuntimeObject* L_8 = V_3; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_0013; } } IL_0031: { IL2CPP_LEAVE(0x47, FINALLY_0033); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: {// begin finally (depth: 1) { RuntimeObject* L_10 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_5; if (!L_11) { goto IL_0046; } } IL_003f: { RuntimeObject* L_12 = V_5; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_0046: { IL2CPP_END_FINALLY(51) } }// end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x47, IL_0047) } IL_0047: { V_0 = ((int32_t)54); Type_t * L_13 = __this->get_componentClass_32(); V_1 = L_13; V_2 = 0; goto IL_0060; } IL_0055: { int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); Type_t * L_15 = V_1; NullCheck(L_15); Type_t * L_16; L_16 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_15); V_1 = L_16; } IL_0060: { Type_t * L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_18; L_18 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_17, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_18) { goto IL_007b; } } { Type_t * L_19 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21; L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_20, /*hidden argument*/NULL); bool L_22; L_22 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_19, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0055; } } IL_007b: { int32_t L_23 = V_2; if ((((int32_t)L_23) <= ((int32_t)0))) { goto IL_0259; } } { Type_t * L_24 = __this->get_componentClass_32(); V_1 = L_24; int32_t L_25 = V_2; AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_26 = (AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457*)(AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457*)SZArrayNew(AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457_il2cpp_TypeInfo_var, (uint32_t)L_25); V_6 = L_26; goto IL_010c; } IL_0093: { V_7 = (MemberInfo_t *)NULL; bool L_27; L_27 = ReflectPropertyDescriptor_get_IsExtender_mB2EDCBD0B80F5E5D3FBF689D73728C317435B1BC(__this, /*hidden argument*/NULL); if (!L_27) { goto IL_00ca; } } { Type_t * L_28 = V_1; String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); String_t* L_30; L_30 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26, L_29, /*hidden argument*/NULL); int32_t L_31 = V_0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_32 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_33 = L_32; Type_t * L_34 = __this->get_receiverType_43(); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(0), (Type_t *)L_34); NullCheck(L_28); MethodInfo_t * L_35; L_35 = Type_GetMethod_m69EE86B5A87244C925333CCF1B6D6B9BCFED8A89(L_28, L_30, L_31, (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_33, (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)NULL, /*hidden argument*/NULL); V_7 = L_35; goto IL_00ec; } IL_00ca: { Type_t * L_36 = V_1; String_t* L_37; L_37 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); int32_t L_38 = V_0; Type_t * L_39; L_39 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_40 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)0); ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* L_41 = (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)SZArrayNew(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B_il2cpp_TypeInfo_var, (uint32_t)0); NullCheck(L_36); PropertyInfo_t * L_42; L_42 = Type_GetProperty_mDB6EBFA1284E99EAE8D30B3A28400F540DB76DEF(L_36, L_37, L_38, (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_39, L_40, L_41, /*hidden argument*/NULL); V_7 = L_42; } IL_00ec: { MemberInfo_t * L_43 = V_7; bool L_44; L_44 = MemberInfo_op_Inequality_m3C69F1834F6F8F947A618FE183AAF1B6B72DA0E2(L_43, (MemberInfo_t *)NULL, /*hidden argument*/NULL); if (!L_44) { goto IL_0105; } } { AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_45 = V_6; int32_t L_46 = V_2; int32_t L_47 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1)); V_2 = L_47; MemberInfo_t * L_48 = V_7; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_49; L_49 = ReflectTypeDescriptionProvider_ReflectGetAttributes_mB153F659FFD0B9DB1FADD768946F5583B522870A(L_48, /*hidden argument*/NULL); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_49); (L_45)->SetAt(static_cast(L_47), (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)L_49); } IL_0105: { Type_t * L_50 = V_1; NullCheck(L_50); Type_t * L_51; L_51 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_50); V_1 = L_51; } IL_010c: { Type_t * L_52 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_53; L_53 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_52, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_53) { goto IL_012a; } } { Type_t * L_54 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_55 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56; L_56 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_55, /*hidden argument*/NULL); bool L_57; L_57 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_54, L_56, /*hidden argument*/NULL); if (L_57) { goto IL_0093; } } IL_012a: { AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_58 = V_6; V_8 = L_58; V_9 = 0; goto IL_0205; } IL_0136: { AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_59 = V_8; int32_t L_60 = V_9; NullCheck(L_59); int32_t L_61 = L_60; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_62 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(L_59)->GetAt(static_cast(L_61)); V_10 = L_62; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_63 = V_10; if (!L_63) { goto IL_01ff; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_64 = V_10; V_11 = L_64; V_12 = 0; goto IL_01f4; } IL_0150: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_65 = V_11; int32_t L_66 = V_12; NullCheck(L_65); int32_t L_67 = L_66; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_68 = (L_65)->GetAt(static_cast(L_67)); V_13 = ((AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 *)IsInstClass((RuntimeObject*)L_68, AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0_il2cpp_TypeInfo_var)); AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * L_69 = V_13; if (!L_69) { goto IL_01ee; } } { AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * L_70 = V_13; NullCheck(L_70); String_t* L_71; L_71 = AttributeProviderAttribute_get_TypeName_mD1BFD3A4CAE619F04B4CB8A6715D3B699C91C58E_inline(L_70, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_72; L_72 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_71, ReflectPropertyDescriptor_FillAttributes_mAC72E75F1F36B73FF17182A1D2191CDEAC53F7F5_RuntimeMethod_var); V_14 = L_72; Type_t * L_73 = V_14; bool L_74; L_74 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_73, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_74) { goto IL_01ee; } } { V_15 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL; AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * L_75 = V_13; NullCheck(L_75); String_t* L_76; L_76 = AttributeProviderAttribute_get_PropertyName_m57BDC4AF0609B0D118C6B729B6D5EF2E510419F4_inline(L_75, /*hidden argument*/NULL); bool L_77; L_77 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_76, /*hidden argument*/NULL); if (L_77) { goto IL_01ba; } } { Type_t * L_78 = V_14; AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * L_79 = V_13; NullCheck(L_79); String_t* L_80; L_80 = AttributeProviderAttribute_get_PropertyName_m57BDC4AF0609B0D118C6B729B6D5EF2E510419F4_inline(L_79, /*hidden argument*/NULL); NullCheck(L_78); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_81; L_81 = Type_GetMember_mEB7D8041206EF68FE90341A267957B1A16DBEAC0(L_78, L_80, /*hidden argument*/NULL); V_16 = L_81; MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_82 = V_16; NullCheck(L_82); if (!(((RuntimeArray*)L_82)->max_length)) { goto IL_01c3; } } { MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_83 = V_16; NullCheck(L_83); int32_t L_84 = 0; MemberInfo_t * L_85 = (L_83)->GetAt(static_cast(L_84)); bool L_86; L_86 = MemberInfo_op_Inequality_m3C69F1834F6F8F947A618FE183AAF1B6B72DA0E2(L_85, (MemberInfo_t *)NULL, /*hidden argument*/NULL); if (!L_86) { goto IL_01c3; } } { MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_87 = V_16; NullCheck(L_87); int32_t L_88 = 0; MemberInfo_t * L_89 = (L_87)->GetAt(static_cast(L_88)); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_90; L_90 = ReflectTypeDescriptionProvider_ReflectGetAttributes_mB153F659FFD0B9DB1FADD768946F5583B522870A(L_89, /*hidden argument*/NULL); V_15 = L_90; goto IL_01c3; } IL_01ba: { Type_t * L_91 = V_14; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_92; L_92 = ReflectTypeDescriptionProvider_ReflectGetAttributes_mB153F659FFD0B9DB1FADD768946F5583B522870A(L_91, /*hidden argument*/NULL); V_15 = L_92; } IL_01c3: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_93 = V_15; if (!L_93) { goto IL_01ee; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_94 = V_15; V_17 = L_94; V_18 = 0; goto IL_01e6; } IL_01d0: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_95 = V_17; int32_t L_96 = V_18; NullCheck(L_95); int32_t L_97 = L_96; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_98 = (L_95)->GetAt(static_cast(L_97)); V_19 = L_98; RuntimeObject* L_99 = ___attributes0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_100 = V_19; NullCheck(L_99); int32_t L_101; L_101 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_99, L_100); int32_t L_102 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); } IL_01e6: { int32_t L_103 = V_18; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_104 = V_17; NullCheck(L_104); if ((((int32_t)L_103) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_104)->max_length)))))) { goto IL_01d0; } } IL_01ee: { int32_t L_105 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)); } IL_01f4: { int32_t L_106 = V_12; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_107 = V_11; NullCheck(L_107); if ((((int32_t)L_106) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_107)->max_length)))))) { goto IL_0150; } } IL_01ff: { int32_t L_108 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); } IL_0205: { int32_t L_109 = V_9; AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_110 = V_8; NullCheck(L_110); if ((((int32_t)L_109) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_110)->max_length)))))) { goto IL_0136; } } { AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_111 = V_6; V_8 = L_111; V_9 = 0; goto IL_0251; } IL_0219: { AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_112 = V_8; int32_t L_113 = V_9; NullCheck(L_112); int32_t L_114 = L_113; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_115 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(L_112)->GetAt(static_cast(L_114)); V_20 = L_115; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_116 = V_20; if (!L_116) { goto IL_024b; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_117 = V_20; V_11 = L_117; V_12 = 0; goto IL_0243; } IL_022d: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_118 = V_11; int32_t L_119 = V_12; NullCheck(L_118); int32_t L_120 = L_119; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_121 = (L_118)->GetAt(static_cast(L_120)); V_21 = L_121; RuntimeObject* L_122 = ___attributes0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_123 = V_21; NullCheck(L_122); int32_t L_124; L_124 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_122, L_123); int32_t L_125 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1)); } IL_0243: { int32_t L_126 = V_12; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_127 = V_11; NullCheck(L_127); if ((((int32_t)L_126) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_127)->max_length)))))) { goto IL_022d; } } IL_024b: { int32_t L_128 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)1)); } IL_0251: { int32_t L_129 = V_9; AttributeU5BU5DU5BU5D_t5633509634564D2B131938D20CA2E8DD35420457* L_130 = V_8; NullCheck(L_130); if ((((int32_t)L_129) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_130)->max_length)))))) { goto IL_0219; } } IL_0259: { RuntimeObject* L_131 = ___attributes0; PropertyDescriptor_FillAttributes_mFDC41E025F1E664628C54A0C95C6AC286A186494(__this, L_131, /*hidden argument*/NULL); MethodInfo_t * L_132; L_132 = ReflectPropertyDescriptor_get_SetMethodValue_m5D02FB1516459973CCAEBBB862B18040A01AB0D1(__this, /*hidden argument*/NULL); bool L_133; L_133 = MethodInfo_op_Equality_mC78C53FBCEF409A2EBD689D6781D23C62E6161F2(L_132, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_133) { goto IL_027a; } } { RuntimeObject* L_134 = ___attributes0; IL2CPP_RUNTIME_CLASS_INIT(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var); ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * L_135 = ((ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC_il2cpp_TypeInfo_var))->get_Yes_1(); NullCheck(L_134); int32_t L_136; L_136 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_134, L_135); } IL_027a: { return; } } // System.Object System.ComponentModel.ReflectPropertyDescriptor::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectPropertyDescriptor_GetValue_m67B0C2944B90FF7E404387992595C7460936F1D7 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject * ___component0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Exception_t * V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; String_t* V_4 = NULL; RuntimeObject* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0; L_0 = ReflectPropertyDescriptor_get_IsExtender_mB2EDCBD0B80F5E5D3FBF689D73728C317435B1BC(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { return NULL; } IL_000a: { RuntimeObject * L_1 = ___component0; if (!L_1) { goto IL_00bc; } } { Type_t * L_2 = __this->get_componentClass_32(); RuntimeObject * L_3 = ___component0; RuntimeObject * L_4; L_4 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(16 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_2, L_3); ___component0 = L_4; } IL_001f: try {// begin try (depth: 1) MethodInfo_t * L_5; L_5 = ReflectPropertyDescriptor_get_GetMethodValue_m9115C546F7F5AD4E392EDC34BD4149FDDC3D5045(__this, /*hidden argument*/NULL); RuntimeObject * L_6 = ___component0; RuntimeObject * L_7; L_7 = SecurityUtils_MethodInfoInvoke_mE4722A19BE610F5D1A803F4E387744B3FBCCE3B7(L_5, L_6, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); V_0 = L_7; goto IL_00be; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0032; } throw e; } CATCH_0032: {// begin catch(System.Exception) { V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); V_2 = (String_t*)NULL; RuntimeObject * L_8 = ___component0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var)))); RuntimeObject* L_9 = V_3; if (!L_9) { goto IL_005c; } } IL_003f: { RuntimeObject* L_10 = V_3; NullCheck(L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var)), L_10); V_5 = L_11; RuntimeObject* L_12 = V_5; if (!L_12) { goto IL_005c; } } IL_004b: { RuntimeObject* L_13 = V_5; NullCheck(L_13); String_t* L_14; L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var)), L_13); if (!L_14) { goto IL_005c; } } IL_0054: { RuntimeObject* L_15 = V_5; NullCheck(L_15); String_t* L_16; L_16 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var)), L_15); V_2 = L_16; } IL_005c: { String_t* L_17 = V_2; if (L_17) { goto IL_006b; } } IL_005f: { RuntimeObject * L_18 = ___component0; NullCheck(L_18); Type_t * L_19; L_19 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_19); V_2 = L_20; } IL_006b: { Exception_t * L_21 = V_1; if (!((TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C *)IsInstSealed((RuntimeObject*)L_21, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C_il2cpp_TypeInfo_var))))) { goto IL_007a; } } IL_0073: { Exception_t * L_22 = V_1; NullCheck(L_22); Exception_t * L_23; L_23 = Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline(L_22, /*hidden argument*/NULL); V_1 = L_23; } IL_007a: { Exception_t * L_24 = V_1; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_24); V_4 = L_25; String_t* L_26 = V_4; if (L_26) { goto IL_0093; } } IL_0086: { Exception_t * L_27 = V_1; NullCheck(L_27); Type_t * L_28; L_28 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F(L_27, /*hidden argument*/NULL); NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_28); V_4 = L_29; } IL_0093: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_31 = L_30; String_t* L_32; L_32 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(0), (RuntimeObject *)L_32); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_33 = L_31; String_t* L_34 = V_2; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(1), (RuntimeObject *)L_34); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_35 = L_33; String_t* L_36 = V_4; NullCheck(L_35); ArrayElementTypeCheck (L_35, L_36); (L_35)->SetAt(static_cast(2), (RuntimeObject *)L_36); String_t* L_37; L_37 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1C84EA7A858FB95C60BAF49D996A607787A1E26F)), L_35, /*hidden argument*/NULL); Exception_t * L_38 = V_1; TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C * L_39 = (TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C_il2cpp_TypeInfo_var))); TargetInvocationException__ctor_m5436E5EE63CBC376FADE4422FDC24067402E42A9(L_39, L_37, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_GetValue_m67B0C2944B90FF7E404387992595C7460936F1D7_RuntimeMethod_var))); } }// end catch (depth: 1) IL_00bc: { return NULL; } IL_00be: { RuntimeObject * L_40 = V_0; return L_40; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::OnINotifyPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_OnINotifyPropertyChanged_m7CA367013AF8DAB1BCF7F61A1D3786026BDB4FD9 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject * ___component0, PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * L_0 = ___e1; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(4 /* System.String System.ComponentModel.PropertyChangedEventArgs::get_PropertyName() */, L_0); bool L_2; L_2 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0026; } } { PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * L_3 = ___e1; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(4 /* System.String System.ComponentModel.PropertyChangedEventArgs::get_PropertyName() */, L_3); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_7; L_7 = String_Compare_m9F1E9B6775D84D1AA666C272F51CF828A88EFD9C(L_4, L_5, (bool)1, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_002e; } } IL_0026: { RuntimeObject * L_8 = ___component0; PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * L_9 = ___e1; VirtualActionInvoker2< RuntimeObject *, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * >::Invoke(27 /* System.Void System.ComponentModel.PropertyDescriptor::OnValueChanged(System.Object,System.EventArgs) */, __this, L_8, L_9); } IL_002e: { return; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::OnValueChanged(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_OnValueChanged_m091A12A21E415F182D2548D38335261D73BD50B2 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject * ___component0, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_state_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); int32_t L_1 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitChangedQueried_26(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_3 = __this->get_realChangedEvent_41(); if (L_3) { goto IL_0022; } } { RuntimeObject * L_4 = ___component0; EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * L_5 = ___e1; PropertyDescriptor_OnValueChanged_m5B32F273EB95CF33D35613C57D06159DB12CBA16(__this, L_4, L_5, /*hidden argument*/NULL); } IL_0022: { return; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::RemoveValueChanged(System.Object,System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_RemoveValueChanged_m8B8129941444F632760F0DD751081A5FFBF150D8 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject * ___component0, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___handler1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_OnINotifyPropertyChanged_m7CA367013AF8DAB1BCF7F61A1D3786026BDB4FD9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * V_0 = NULL; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * V_1 = NULL; { RuntimeObject * L_0 = ___component0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_RemoveValueChanged_m8B8129941444F632760F0DD751081A5FFBF150D8_RuntimeMethod_var))); } IL_000e: { EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_2 = ___handler1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7AEB4DBED56DD7667D53D9D797A7112C1253094)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_RemoveValueChanged_m8B8129941444F632760F0DD751081A5FFBF150D8_RuntimeMethod_var))); } IL_001c: { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_4; L_4 = ReflectPropertyDescriptor_get_ChangedEventValue_m4CCAED26B5344A01753E12663CAF282D90EAC40F(__this, /*hidden argument*/NULL); V_0 = L_4; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_5 = V_0; if (!L_5) { goto IL_003d; } } { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_6 = V_0; NullCheck(L_6); Type_t * L_7; L_7 = VirtualFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.ComponentModel.EventDescriptor::get_EventType() */, L_6); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_8 = ___handler1; NullCheck(L_7); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_7, L_8); if (!L_9) { goto IL_003d; } } { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_10 = V_0; RuntimeObject * L_11 = ___component0; EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_12 = ___handler1; NullCheck(L_10); VirtualActionInvoker2< RuntimeObject *, Delegate_t * >::Invoke(21 /* System.Void System.ComponentModel.EventDescriptor::RemoveEventHandler(System.Object,System.Delegate) */, L_10, L_11, L_12); return; } IL_003d: { RuntimeObject * L_13 = ___component0; EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_14 = ___handler1; PropertyDescriptor_RemoveValueChanged_m53DAD55289BF8D507CBFB738D93F733A2FDBFDCE(__this, L_13, L_14, /*hidden argument*/NULL); RuntimeObject * L_15 = ___component0; EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_16; L_16 = PropertyDescriptor_GetValueChangedHandler_m541D7CCBA4649A8063EB6FF91B9D409DD8281AF4(__this, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_006b; } } { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_17; L_17 = ReflectPropertyDescriptor_get_IPropChangedEventValue_m792CFC93C52705E5280DB55EEBBAC786F3D1C189(__this, /*hidden argument*/NULL); V_1 = L_17; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_18 = V_1; if (!L_18) { goto IL_006b; } } { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_19 = V_1; RuntimeObject * L_20 = ___component0; PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * L_21 = (PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 *)il2cpp_codegen_object_new(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99_il2cpp_TypeInfo_var); PropertyChangedEventHandler__ctor_m09E1DEFF4AE926B1D9EECA15D8BFF32E41EEF307(L_21, __this, (intptr_t)((intptr_t)ReflectPropertyDescriptor_OnINotifyPropertyChanged_m7CA367013AF8DAB1BCF7F61A1D3786026BDB4FD9_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_19); VirtualActionInvoker2< RuntimeObject *, Delegate_t * >::Invoke(21 /* System.Void System.ComponentModel.EventDescriptor::RemoveEventHandler(System.Object,System.Delegate) */, L_19, L_20, L_21); } IL_006b: { return; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::ResetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_ResetValue_m788467AB98149BCC8EB3D5D96E21818A4B38FFCA (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject * V_4 = NULL; CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0 = __this->get_componentClass_32(); RuntimeObject * L_1 = ___component0; RuntimeObject * L_2; L_2 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(16 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_0, L_1); V_0 = L_2; RuntimeObject * L_3; L_3 = ReflectPropertyDescriptor_get_DefaultValue_mCBCC2491F4D6DF0E3530BD2BFADA83CEE445EF37(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); RuntimeObject * L_4 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_noValue_18(); if ((((RuntimeObject*)(RuntimeObject *)L_3) == ((RuntimeObject*)(RuntimeObject *)L_4))) { goto IL_0029; } } { RuntimeObject * L_5 = ___component0; RuntimeObject * L_6; L_6 = ReflectPropertyDescriptor_get_DefaultValue_mCBCC2491F4D6DF0E3530BD2BFADA83CEE445EF37(__this, /*hidden argument*/NULL); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.ComponentModel.PropertyDescriptor::SetValue(System.Object,System.Object) */, __this, L_5, L_6); return; } IL_0029: { RuntimeObject * L_7; L_7 = ReflectPropertyDescriptor_get_AmbientValue_mBBCF1296F9DE0A24178F413CA40B93EC1EE42FAF(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); RuntimeObject * L_8 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_noValue_18(); if ((((RuntimeObject*)(RuntimeObject *)L_7) == ((RuntimeObject*)(RuntimeObject *)L_8))) { goto IL_0044; } } { RuntimeObject * L_9 = ___component0; RuntimeObject * L_10; L_10 = ReflectPropertyDescriptor_get_AmbientValue_mBBCF1296F9DE0A24178F413CA40B93EC1EE42FAF(__this, /*hidden argument*/NULL); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.ComponentModel.PropertyDescriptor::SetValue(System.Object,System.Object) */, __this, L_9, L_10); return; } IL_0044: { MethodInfo_t * L_11; L_11 = ReflectPropertyDescriptor_get_ResetMethodValue_m6375DF4C5CFE657395C31E1CFED54283A4FF58CD(__this, /*hidden argument*/NULL); bool L_12; L_12 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_11, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_12) { goto IL_00dd; } } { RuntimeObject * L_13 = ___component0; RuntimeObject* L_14; L_14 = MemberDescriptor_GetSite_m4635FB2CD2B37C40F9A4848DEA1D728664B73C34(L_13, /*hidden argument*/NULL); V_1 = L_14; V_2 = (RuntimeObject*)NULL; V_3 = NULL; RuntimeObject* L_15 = V_1; if (!L_15) { goto IL_0079; } } { RuntimeObject* L_16 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_17, /*hidden argument*/NULL); NullCheck(L_16); RuntimeObject * L_19; L_19 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_16, L_18); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_19, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var)); } IL_0079: { RuntimeObject* L_20 = V_2; if (!L_20) { goto IL_00a4; } } { MethodInfo_t * L_21; L_21 = ReflectPropertyDescriptor_get_GetMethodValue_m9115C546F7F5AD4E392EDC34BD4149FDDC3D5045(__this, /*hidden argument*/NULL); RuntimeObject * L_22 = V_0; RuntimeObject * L_23; L_23 = SecurityUtils_MethodInfoInvoke_mE4722A19BE610F5D1A803F4E387744B3FBCCE3B7(L_21, L_22, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); V_3 = L_23; } IL_008a: try {// begin try (depth: 1) RuntimeObject* L_24 = V_2; RuntimeObject * L_25 = ___component0; NullCheck(L_24); InterfaceActionInvoker2< RuntimeObject *, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * >::Invoke(1 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanging(System.Object,System.ComponentModel.MemberDescriptor) */, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var, L_24, L_25, __this); goto IL_00a4; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0094; } throw e; } CATCH_0094: {// begin catch(System.ComponentModel.Design.CheckoutException) { V_5 = ((CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)); CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_26 = V_5; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var))); CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_27 = ((CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var))))->get_Canceled_17(); if ((!(((RuntimeObject*)(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)L_26) == ((RuntimeObject*)(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)L_27)))) { goto IL_00a1; } } IL_009f: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00dd; } IL_00a1: { CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_28 = V_5; IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_ResetValue_m788467AB98149BCC8EB3D5D96E21818A4B38FFCA_RuntimeMethod_var))); } }// end catch (depth: 1) IL_00a4: { MethodInfo_t * L_29; L_29 = ReflectPropertyDescriptor_get_ResetMethodValue_m6375DF4C5CFE657395C31E1CFED54283A4FF58CD(__this, /*hidden argument*/NULL); bool L_30; L_30 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_29, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_30) { goto IL_00dd; } } { MethodInfo_t * L_31; L_31 = ReflectPropertyDescriptor_get_ResetMethodValue_m6375DF4C5CFE657395C31E1CFED54283A4FF58CD(__this, /*hidden argument*/NULL); RuntimeObject * L_32 = V_0; RuntimeObject * L_33; L_33 = SecurityUtils_MethodInfoInvoke_mE4722A19BE610F5D1A803F4E387744B3FBCCE3B7(L_31, L_32, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); RuntimeObject* L_34 = V_2; if (!L_34) { goto IL_00dd; } } { MethodInfo_t * L_35; L_35 = ReflectPropertyDescriptor_get_GetMethodValue_m9115C546F7F5AD4E392EDC34BD4149FDDC3D5045(__this, /*hidden argument*/NULL); RuntimeObject * L_36 = V_0; RuntimeObject * L_37; L_37 = SecurityUtils_MethodInfoInvoke_mE4722A19BE610F5D1A803F4E387744B3FBCCE3B7(L_35, L_36, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); V_4 = L_37; RuntimeObject* L_38 = V_2; RuntimeObject * L_39 = ___component0; RuntimeObject * L_40 = V_3; RuntimeObject * L_41 = V_4; NullCheck(L_38); InterfaceActionInvoker4< RuntimeObject *, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F *, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanged(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object) */, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var, L_38, L_39, __this, L_40, L_41); } IL_00dd: { return; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor_SetValue_m634B87C17FDA164FB409D5D8A0CDE89622EBA681 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject * ___component0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * V_4 = NULL; Exception_t * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___component0; if (!L_0) { goto IL_00c4; } } { RuntimeObject * L_1 = ___component0; RuntimeObject* L_2; L_2 = MemberDescriptor_GetSite_m4635FB2CD2B37C40F9A4848DEA1D728664B73C34(L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = (RuntimeObject*)NULL; V_2 = NULL; Type_t * L_3 = __this->get_componentClass_32(); RuntimeObject * L_4 = ___component0; RuntimeObject * L_5; L_5 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(16 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_3, L_4); V_3 = L_5; bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.ComponentModel.PropertyDescriptor::get_IsReadOnly() */, __this); if (L_6) { goto IL_00c4; } } { RuntimeObject* L_7 = V_0; if (!L_7) { goto IL_0043; } } { RuntimeObject* L_8 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_9, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_8, L_10); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_11, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var)); } IL_0043: { RuntimeObject* L_12 = V_1; if (!L_12) { goto IL_006e; } } { MethodInfo_t * L_13; L_13 = ReflectPropertyDescriptor_get_GetMethodValue_m9115C546F7F5AD4E392EDC34BD4149FDDC3D5045(__this, /*hidden argument*/NULL); RuntimeObject * L_14 = V_3; RuntimeObject * L_15; L_15 = SecurityUtils_MethodInfoInvoke_mE4722A19BE610F5D1A803F4E387744B3FBCCE3B7(L_13, L_14, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); V_2 = L_15; } IL_0054: try {// begin try (depth: 1) RuntimeObject* L_16 = V_1; RuntimeObject * L_17 = ___component0; NullCheck(L_16); InterfaceActionInvoker2< RuntimeObject *, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * >::Invoke(1 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanging(System.Object,System.ComponentModel.MemberDescriptor) */, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var, L_16, L_17, __this); goto IL_006e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_005e; } throw e; } CATCH_005e: {// begin catch(System.ComponentModel.Design.CheckoutException) { V_4 = ((CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)IL2CPP_GET_ACTIVE_EXCEPTION(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)); CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_18 = V_4; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var))); CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_19 = ((CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var))))->get_Canceled_17(); if ((!(((RuntimeObject*)(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)L_18) == ((RuntimeObject*)(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)L_19)))) { goto IL_006b; } } IL_0069: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00c4; } IL_006b: { CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_20 = V_4; IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_SetValue_m634B87C17FDA164FB409D5D8A0CDE89622EBA681_RuntimeMethod_var))); } }// end catch (depth: 1) IL_006e: { } IL_006f: try {// begin try (depth: 1) try {// begin try (depth: 2) MethodInfo_t * L_21; L_21 = ReflectPropertyDescriptor_get_SetMethodValue_m5D02FB1516459973CCAEBBB862B18040A01AB0D1(__this, /*hidden argument*/NULL); RuntimeObject * L_22 = V_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_23 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = L_23; RuntimeObject * L_25 = ___value1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (RuntimeObject *)L_25); RuntimeObject * L_26; L_26 = SecurityUtils_MethodInfoInvoke_mE4722A19BE610F5D1A803F4E387744B3FBCCE3B7(L_21, L_22, L_24, /*hidden argument*/NULL); RuntimeObject * L_27 = V_3; IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * L_28 = ((EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var))->get_Empty_0(); VirtualActionInvoker2< RuntimeObject *, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * >::Invoke(27 /* System.Void System.ComponentModel.PropertyDescriptor::OnValueChanged(System.Object,System.EventArgs) */, __this, L_27, L_28); IL2CPP_LEAVE(0xC4, FINALLY_00b6); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0094; } throw e; } CATCH_0094: {// begin catch(System.Exception) { V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); RuntimeObject * L_29 = V_2; ___value1 = L_29; Exception_t * L_30 = V_5; if (!((TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C *)IsInstSealed((RuntimeObject*)L_30, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C_il2cpp_TypeInfo_var))))) { goto IL_00b3; } } IL_00a2: { Exception_t * L_31 = V_5; NullCheck(L_31); Exception_t * L_32; L_32 = Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00b3; } } IL_00ab: { Exception_t * L_33 = V_5; NullCheck(L_33); Exception_t * L_34; L_34 = Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline(L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_SetValue_m634B87C17FDA164FB409D5D8A0CDE89622EBA681_RuntimeMethod_var))); } IL_00b3: { Exception_t * L_35 = V_5; IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectPropertyDescriptor_SetValue_m634B87C17FDA164FB409D5D8A0CDE89622EBA681_RuntimeMethod_var))); } }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b6; } FINALLY_00b6: {// begin finally (depth: 1) { RuntimeObject* L_36 = V_1; if (!L_36) { goto IL_00c3; } } IL_00b9: { RuntimeObject* L_37 = V_1; RuntimeObject * L_38 = ___component0; RuntimeObject * L_39 = V_2; RuntimeObject * L_40 = ___value1; NullCheck(L_37); InterfaceActionInvoker4< RuntimeObject *, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F *, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Void System.ComponentModel.Design.IComponentChangeService::OnComponentChanged(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object) */, IComponentChangeService_tB07E0EC209FEC022E32056C75F3096D238E504C6_il2cpp_TypeInfo_var, L_37, L_38, __this, L_39, L_40); } IL_00c3: { IL2CPP_END_FINALLY(182) } }// end finally (depth: 1) IL2CPP_CLEANUP(182) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC4, IL_00c4) } IL_00c4: { return; } } // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::ShouldSerializeValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_ShouldSerializeValue_m99209603C02480E93E9EA2C50D4A7243569BBA68 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0 = __this->get_componentClass_32(); RuntimeObject * L_1 = ___component0; RuntimeObject * L_2; L_2 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject * >::Invoke(16 /* System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) */, __this, L_0, L_1); ___component0 = L_2; bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.ComponentModel.PropertyDescriptor::get_IsReadOnly() */, __this); if (!L_3) { goto IL_004e; } } { MethodInfo_t * L_4; L_4 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m77B82D099CEA7FC99DCEF7607F62606B3AE35C40(__this, /*hidden argument*/NULL); bool L_5; L_5 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_4, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_003d; } } IL_0025: try {// begin try (depth: 1) MethodInfo_t * L_6; L_6 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m77B82D099CEA7FC99DCEF7607F62606B3AE35C40(__this, /*hidden argument*/NULL); RuntimeObject * L_7 = ___component0; NullCheck(L_6); RuntimeObject * L_8; L_8 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_6, L_7, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); V_0 = ((*(bool*)((bool*)UnBox(L_8, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); goto IL_0099; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003a; } throw e; } CATCH_003a: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003d; }// end catch (depth: 1) IL_003d: { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_9; L_9 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); IL2CPP_RUNTIME_CLASS_INIT(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var); DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * L_10 = ((DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_StaticFields*)il2cpp_codegen_static_fields_for(DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268_il2cpp_TypeInfo_var))->get_Content_0(); NullCheck(L_9); bool L_11; L_11 = AttributeCollection_Contains_m7CDBEC7DA244F5D7D1BE5E066B84DA66C82DE874(L_9, L_10, /*hidden argument*/NULL); return L_11; } IL_004e: { RuntimeObject * L_12; L_12 = ReflectPropertyDescriptor_get_DefaultValue_mCBCC2491F4D6DF0E3530BD2BFADA83CEE445EF37(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); RuntimeObject * L_13 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_noValue_18(); if ((!(((RuntimeObject*)(RuntimeObject *)L_12) == ((RuntimeObject*)(RuntimeObject *)L_13)))) { goto IL_0083; } } { MethodInfo_t * L_14; L_14 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m77B82D099CEA7FC99DCEF7607F62606B3AE35C40(__this, /*hidden argument*/NULL); bool L_15; L_15 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_14, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_0081; } } IL_0069: try {// begin try (depth: 1) MethodInfo_t * L_16; L_16 = ReflectPropertyDescriptor_get_ShouldSerializeMethodValue_m77B82D099CEA7FC99DCEF7607F62606B3AE35C40(__this, /*hidden argument*/NULL); RuntimeObject * L_17 = ___component0; NullCheck(L_16); RuntimeObject * L_18; L_18 = MethodBase_Invoke_m5DA5E74F34F8FFA8133445BAE0266FD54F7D4EB3(L_16, L_17, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); V_0 = ((*(bool*)((bool*)UnBox(L_18, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); goto IL_0099; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_007e; } throw e; } CATCH_007e: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0081; }// end catch (depth: 1) IL_0081: { return (bool)1; } IL_0083: { RuntimeObject * L_19; L_19 = ReflectPropertyDescriptor_get_DefaultValue_mCBCC2491F4D6DF0E3530BD2BFADA83CEE445EF37(__this, /*hidden argument*/NULL); RuntimeObject * L_20 = ___component0; RuntimeObject * L_21; L_21 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(26 /* System.Object System.ComponentModel.PropertyDescriptor::GetValue(System.Object) */, __this, L_20); bool L_22; L_22 = Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053(L_19, L_21, /*hidden argument*/NULL); return (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0); } IL_0099: { bool L_23 = V_0; return L_23; } } // System.Boolean System.ComponentModel.ReflectPropertyDescriptor::get_SupportsChangeEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectPropertyDescriptor_get_SupportsChangeEvents_m21B7A73088ACD7C54F2308C9CD55C39810EA24B2 (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_0; L_0 = ReflectPropertyDescriptor_get_IPropChangedEventValue_m792CFC93C52705E5280DB55EEBBAC786F3D1C189(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0012; } } { EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_1; L_1 = ReflectPropertyDescriptor_get_ChangedEventValue_m4CCAED26B5344A01753E12663CAF282D90EAC40F(__this, /*hidden argument*/NULL); return (bool)((!(((RuntimeObject*)(EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_0012: { return (bool)1; } } // System.Void System.ComponentModel.ReflectPropertyDescriptor::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectPropertyDescriptor__cctor_m6AA313B4364D9DA3A27C80A2192FA679F8846569 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EDB0ADF83E638339660943B119E0C22374070AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0B01570F19FFDB1BF93C5800215D40A3CECE8CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDACE06C925094389C244AE9CE840DEC99974705B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC19713AECB91118EB8A64B101AE7339B2AB59FC); s_Il2CppMethodInitialized = true; } { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)0); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_argsNone_17(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_noValue_18(L_1); TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * L_2 = (TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D *)il2cpp_codegen_object_new(TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D_il2cpp_TypeInfo_var); TraceSwitch__ctor_mD58DD10227C022C30F5A19C784D1E27289F9D969(L_2, _stringLiteralDACE06C925094389C244AE9CE840DEC99974705B, _stringLiteral2EDB0ADF83E638339660943B119E0C22374070AB, /*hidden argument*/NULL); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_PropDescCreateSwitch_19(L_2); TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * L_3 = (TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D *)il2cpp_codegen_object_new(TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D_il2cpp_TypeInfo_var); TraceSwitch__ctor_mD58DD10227C022C30F5A19C784D1E27289F9D969(L_3, _stringLiteralA0B01570F19FFDB1BF93C5800215D40A3CECE8CA, _stringLiteralEC19713AECB91118EB8A64B101AE7339B2AB59FC, /*hidden argument*/NULL); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_PropDescUsageSwitch_20(L_3); int32_t L_4; L_4 = BitVector32_CreateMask_mCFD5B8A436EEAEBEB0F91F930F86E69578B8EE90(/*hidden argument*/NULL); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_BitDefaultValueQueried_21(L_4); int32_t L_5 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitDefaultValueQueried_21(); int32_t L_6; L_6 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_5, /*hidden argument*/NULL); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_BitGetQueried_22(L_6); int32_t L_7 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitGetQueried_22(); int32_t L_8; L_8 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_7, /*hidden argument*/NULL); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_BitSetQueried_23(L_8); int32_t L_9 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitSetQueried_23(); int32_t L_10; L_10 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_9, /*hidden argument*/NULL); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_BitShouldSerializeQueried_24(L_10); int32_t L_11 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitShouldSerializeQueried_24(); int32_t L_12; L_12 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_11, /*hidden argument*/NULL); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_BitResetQueried_25(L_12); int32_t L_13 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitResetQueried_25(); int32_t L_14; L_14 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_13, /*hidden argument*/NULL); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_BitChangedQueried_26(L_14); int32_t L_15 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitChangedQueried_26(); int32_t L_16; L_16 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_15, /*hidden argument*/NULL); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_BitIPropChangedQueried_27(L_16); int32_t L_17 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitIPropChangedQueried_27(); int32_t L_18; L_18 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_17, /*hidden argument*/NULL); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_BitReadOnlyChecked_28(L_18); int32_t L_19 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitReadOnlyChecked_28(); int32_t L_20; L_20 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_19, /*hidden argument*/NULL); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_BitAmbientValueQueried_29(L_20); int32_t L_21 = ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->get_BitAmbientValueQueried_29(); int32_t L_22; L_22 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_21, /*hidden argument*/NULL); ((ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_StaticFields*)il2cpp_codegen_static_fields_for(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var))->set_BitSetOnDemand_30(L_22); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Guid System.ComponentModel.ReflectTypeDescriptionProvider::get_ExtenderProviderKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t ReflectTypeDescriptionProvider_get_ExtenderProviderKey_mAD38A99EA0461430D123AB23CA46340F36705D82 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Guid_t L_0 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__extenderProviderKey_13(); return L_0; } } // System.Void System.ComponentModel.ReflectTypeDescriptionProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider__ctor_m26D9E91F0FDB7319DF02DDECA7E1DD00E57FC299 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, const RuntimeMethod* method) { { TypeDescriptionProvider__ctor_m94BF5F0DC2E15A38D66F41186DA570B3AF70D7AF(__this, /*hidden argument*/NULL); return; } } // System.Collections.Hashtable System.ComponentModel.ReflectTypeDescriptionProvider::get_IntrinsicTypeConverters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ReflectTypeDescriptionProvider_get_IntrinsicTypeConverters_mC93E66C023225FAA3484A7B250ED8308CC0EE34D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayConverter_tFBDB50F33C968783C3D43A57A7EB5FD2E7105E03_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteConverter_t4E8CBEAA386EC5ABA62EF232D11504F0B9AB8653_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharConverter_t29DEC889E461BCFD7BD224AFB3D6DB6A9E4189A9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeConverter_t49DF440D603EA3B80DF6985DC10DAB78513A9A86_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffsetConverter_t6DA5C7194BD4F53C74514B27932E76403337B05E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoubleConverter_t086E77489968A1C31C6C83DC40033F6B2884A606_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GuidConverter_t27D023D55EE237735492E3831AEDE23FD65ACBEB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16Converter_t06F8132C8D9EB4AACD2798F07FF71AA0F4D23363_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32Converter_t7CB6D229AF03701BFDDC546C8C398AAF320BA094_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64Converter_t397B7C232C9417FB27D70380FD5C9287819F19F5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByteConverter_t17E8430E910075C56A4B3161FDEE2AA082C21794_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringConverter_tEC598B89E55C16F1669CFBC98F5C2308E2F232E5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpanConverter_t5F2498D1A18C834B1F4B9E7A3CF59069D2B72D2E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16Converter_tBB0C3CF13D8C87EF0C769D6A269EB09D0C51D287_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32Converter_t6ED01E2D8FE7683FEC79FE8C412E2BDAFB9A47F9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64Converter_tB5A8B76C8A72481E4528B53033D7BB9CA72ABF24_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__intrinsicTypeConverters_5(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_02b2; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_1, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = L_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_0_0_0_var) }; Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); NullCheck(L_2); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_2, L_4, L_6); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = L_2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (ByteConverter_t4E8CBEAA386EC5ABA62EF232D11504F0B9AB8653_0_0_0_var) }; Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); NullCheck(L_7); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_7, L_9, L_11); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_12 = L_7; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_13, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (SByteConverter_t17E8430E910075C56A4B3161FDEE2AA082C21794_0_0_0_var) }; Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); NullCheck(L_12); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_12, L_14, L_16); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_17 = L_12; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_18, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (CharConverter_t29DEC889E461BCFD7BD224AFB3D6DB6A9E4189A9_0_0_0_var) }; Type_t * L_21; L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_20, /*hidden argument*/NULL); NullCheck(L_17); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_17, L_19, L_21); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_22 = L_17; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_23 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_24; L_24 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_23, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_25 = { reinterpret_cast (DoubleConverter_t086E77489968A1C31C6C83DC40033F6B2884A606_0_0_0_var) }; Type_t * L_26; L_26 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_25, /*hidden argument*/NULL); NullCheck(L_22); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_22, L_24, L_26); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_27 = L_22; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_29; L_29 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_28, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_30 = { reinterpret_cast (StringConverter_tEC598B89E55C16F1669CFBC98F5C2308E2F232E5_0_0_0_var) }; Type_t * L_31; L_31 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_30, /*hidden argument*/NULL); NullCheck(L_27); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_27, L_29, L_31); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_32 = L_27; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_33 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_34; L_34 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_33, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_35 = { reinterpret_cast (Int32Converter_t7CB6D229AF03701BFDDC546C8C398AAF320BA094_0_0_0_var) }; Type_t * L_36; L_36 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_35, /*hidden argument*/NULL); NullCheck(L_32); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_32, L_34, L_36); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_37 = L_32; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_39; L_39 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_38, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_40 = { reinterpret_cast (Int16Converter_t06F8132C8D9EB4AACD2798F07FF71AA0F4D23363_0_0_0_var) }; Type_t * L_41; L_41 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_40, /*hidden argument*/NULL); NullCheck(L_37); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_37, L_39, L_41); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_42 = L_37; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_43 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_44; L_44 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_43, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_45 = { reinterpret_cast (Int64Converter_t397B7C232C9417FB27D70380FD5C9287819F19F5_0_0_0_var) }; Type_t * L_46; L_46 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_45, /*hidden argument*/NULL); NullCheck(L_42); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_42, L_44, L_46); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_47 = L_42; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_48 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_49; L_49 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_48, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_50 = { reinterpret_cast (SingleConverter_t75FCE834B5B2A74CB252021292C9DC205B322391_0_0_0_var) }; Type_t * L_51; L_51 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_50, /*hidden argument*/NULL); NullCheck(L_47); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_47, L_49, L_51); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_52 = L_47; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_53 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_54; L_54 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_53, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_55 = { reinterpret_cast (UInt16Converter_tBB0C3CF13D8C87EF0C769D6A269EB09D0C51D287_0_0_0_var) }; Type_t * L_56; L_56 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_55, /*hidden argument*/NULL); NullCheck(L_52); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_52, L_54, L_56); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_57 = L_52; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_58 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_59; L_59 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_58, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_60 = { reinterpret_cast (UInt32Converter_t6ED01E2D8FE7683FEC79FE8C412E2BDAFB9A47F9_0_0_0_var) }; Type_t * L_61; L_61 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_60, /*hidden argument*/NULL); NullCheck(L_57); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_57, L_59, L_61); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_62 = L_57; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_63 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_64; L_64 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_63, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_65 = { reinterpret_cast (UInt64Converter_tB5A8B76C8A72481E4528B53033D7BB9CA72ABF24_0_0_0_var) }; Type_t * L_66; L_66 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_65, /*hidden argument*/NULL); NullCheck(L_62); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_62, L_64, L_66); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_67 = L_62; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_68 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_69; L_69 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_68, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_70 = { reinterpret_cast (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_0_0_0_var) }; Type_t * L_71; L_71 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_70, /*hidden argument*/NULL); NullCheck(L_67); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_67, L_69, L_71); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_72 = L_67; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_73 = { reinterpret_cast (Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var) }; Type_t * L_74; L_74 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_73, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_75 = { reinterpret_cast (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_0_0_0_var) }; Type_t * L_76; L_76 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_75, /*hidden argument*/NULL); NullCheck(L_72); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_72, L_74, L_76); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_77 = L_72; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_78 = { reinterpret_cast (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_0_0_0_var) }; Type_t * L_79; L_79 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_78, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_80 = { reinterpret_cast (CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E_0_0_0_var) }; Type_t * L_81; L_81 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_80, /*hidden argument*/NULL); NullCheck(L_77); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_77, L_79, L_81); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_82 = L_77; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_83 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; Type_t * L_84; L_84 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_83, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_85 = { reinterpret_cast (DateTimeConverter_t49DF440D603EA3B80DF6985DC10DAB78513A9A86_0_0_0_var) }; Type_t * L_86; L_86 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_85, /*hidden argument*/NULL); NullCheck(L_82); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_82, L_84, L_86); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_87 = L_82; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_88 = { reinterpret_cast (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var) }; Type_t * L_89; L_89 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_88, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_90 = { reinterpret_cast (DateTimeOffsetConverter_t6DA5C7194BD4F53C74514B27932E76403337B05E_0_0_0_var) }; Type_t * L_91; L_91 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_90, /*hidden argument*/NULL); NullCheck(L_87); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_87, L_89, L_91); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_92 = L_87; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_93 = { reinterpret_cast (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var) }; Type_t * L_94; L_94 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_93, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_95 = { reinterpret_cast (DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C_0_0_0_var) }; Type_t * L_96; L_96 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_95, /*hidden argument*/NULL); NullCheck(L_92); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_92, L_94, L_96); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_97 = L_92; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_98 = { reinterpret_cast (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var) }; Type_t * L_99; L_99 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_98, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_100 = { reinterpret_cast (TimeSpanConverter_t5F2498D1A18C834B1F4B9E7A3CF59069D2B72D2E_0_0_0_var) }; Type_t * L_101; L_101 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_100, /*hidden argument*/NULL); NullCheck(L_97); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_97, L_99, L_101); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_102 = L_97; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_103 = { reinterpret_cast (Guid_t_0_0_0_var) }; Type_t * L_104; L_104 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_103, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_105 = { reinterpret_cast (GuidConverter_t27D023D55EE237735492E3831AEDE23FD65ACBEB_0_0_0_var) }; Type_t * L_106; L_106 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_105, /*hidden argument*/NULL); NullCheck(L_102); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_102, L_104, L_106); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_107 = L_102; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_108 = { reinterpret_cast (RuntimeArray_0_0_0_var) }; Type_t * L_109; L_109 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_108, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_110 = { reinterpret_cast (ArrayConverter_tFBDB50F33C968783C3D43A57A7EB5FD2E7105E03_0_0_0_var) }; Type_t * L_111; L_111 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_110, /*hidden argument*/NULL); NullCheck(L_107); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_107, L_109, L_111); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_112 = L_107; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_113 = { reinterpret_cast (ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_0_0_0_var) }; Type_t * L_114; L_114 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_113, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_115 = { reinterpret_cast (CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A_0_0_0_var) }; Type_t * L_116; L_116 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_115, /*hidden argument*/NULL); NullCheck(L_112); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_112, L_114, L_116); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_117 = L_112; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_118 = { reinterpret_cast (Enum_t23B90B40F60E677A8025267341651C94AE079CDA_0_0_0_var) }; Type_t * L_119; L_119 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_118, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_120 = { reinterpret_cast (EnumConverter_t05433389A0FBB1D1185275588F6A9000BCFB7D78_0_0_0_var) }; Type_t * L_121; L_121 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_120, /*hidden argument*/NULL); NullCheck(L_117); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_117, L_119, L_121); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_122 = L_117; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_123 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__intrinsicReferenceKey_6(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_124 = { reinterpret_cast (ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_0_0_0_var) }; Type_t * L_125; L_125 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_124, /*hidden argument*/NULL); NullCheck(L_122); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_122, L_123, L_125); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_126 = L_122; RuntimeObject * L_127 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__intrinsicNullableKey_7(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_128 = { reinterpret_cast (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49_0_0_0_var) }; Type_t * L_129; L_129 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_128, /*hidden argument*/NULL); NullCheck(L_126); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_126, L_127, L_129); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__intrinsicTypeConverters_5(L_126); } IL_02b2: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_130 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__intrinsicTypeConverters_5(); il2cpp_codegen_memory_barrier(); return L_130; } } // System.Void System.ComponentModel.ReflectTypeDescriptionProvider::AddEditorTable(System.Type,System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider_AddEditorTable_mE3F01626E2AE719550BE6BCC3F873285CC12B442 (Type_t * ___editorBaseType0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___table1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_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; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0 = ___editorBaseType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29F549847E6C95D5723845123BD2C0D50AB9BD5F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectTypeDescriptionProvider_AddEditorTable_mE3F01626E2AE719550BE6BCC3F873285CC12B442_RuntimeMethod_var))); } IL_0014: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ___table1; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_4 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_0 = L_4; V_1 = (bool)0; } IL_001e: try {// begin try (depth: 1) { RuntimeObject * L_5 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_5, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__editorTables_4(); il2cpp_codegen_memory_barrier(); if (L_6) { goto IL_003c; } } IL_002f: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_mF6B704809ABE222280933EA170B6664286C91FDC(L_7, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__editorTables_4(L_7); } IL_003c: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__editorTables_4(); il2cpp_codegen_memory_barrier(); Type_t * L_9 = ___editorBaseType0; NullCheck(L_8); bool L_10; L_10 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_8, L_9); if (L_10) { goto IL_0059; } } IL_004b: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_11 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__editorTables_4(); il2cpp_codegen_memory_barrier(); Type_t * L_12 = ___editorBaseType0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_13 = ___table1; NullCheck(L_11); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_11, L_12, L_13); } IL_0059: { IL2CPP_LEAVE(0x65, FINALLY_005b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005b; } FINALLY_005b: {// begin finally (depth: 1) { bool L_14 = V_1; if (!L_14) { goto IL_0064; } } IL_005e: { RuntimeObject * L_15 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_15, /*hidden argument*/NULL); } IL_0064: { IL2CPP_END_FINALLY(91) } }// end finally (depth: 1) IL2CPP_CLEANUP(91) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x65, IL_0065) } IL_0065: { return; } } // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_CreateInstance_mE608E315EA550559317E117360ED77856B764923 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject* ___provider0, Type_t * ___objectType1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___argTypes2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args3, 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_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; { V_0 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = ___argTypes2; if (!L_0) { goto IL_0017; } } { Type_t * L_1 = ___objectType1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = ___argTypes2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___args3; RuntimeObject * L_4; L_4 = SecurityUtils_SecureConstructorInvoke_m92B12262C78DED81152F3950A4C964BB7D2B6AB1(L_1, L_2, L_3, (bool)1, ((int32_t)65536), /*hidden argument*/NULL); V_0 = L_4; goto IL_006b; } IL_0017: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___args3; if (!L_5) { goto IL_0058; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = ___args3; NullCheck(L_6); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))); ___argTypes2 = L_7; V_1 = 0; goto IL_004f; } IL_002a: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = ___args3; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; RuntimeObject * L_11 = (L_8)->GetAt(static_cast(L_10)); if (!L_11) { goto IL_003e; } } { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_12 = ___argTypes2; int32_t L_13 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = ___args3; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; RuntimeObject * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); Type_t * L_18; L_18 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_17, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_18); (L_12)->SetAt(static_cast(L_13), (Type_t *)L_18); goto IL_004b; } IL_003e: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_19 = ___argTypes2; int32_t L_20 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_21, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(L_20), (Type_t *)L_22); } IL_004b: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_004f: { int32_t L_24 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_25 = ___args3; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_002a; } } { goto IL_0060; } IL_0058: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_26 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)0); ___argTypes2 = L_26; } IL_0060: { Type_t * L_27 = ___objectType1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_28 = ___argTypes2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29 = ___args3; RuntimeObject * L_30; L_30 = SecurityUtils_SecureConstructorInvoke_m27F4CD830E0859B785C2D92D2329923222D2F54F(L_27, L_28, L_29, (bool)1, /*hidden argument*/NULL); V_0 = L_30; } IL_006b: { RuntimeObject * L_31 = V_0; if (L_31) { goto IL_0077; } } { Type_t * L_32 = ___objectType1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_33 = ___args3; RuntimeObject * L_34; L_34 = SecurityUtils_SecureCreateInstance_mD5B39B271B2A41D3F33DEB21C81C507038E95CE1(L_32, L_33, /*hidden argument*/NULL); V_0 = L_34; } IL_0077: { RuntimeObject * L_35 = V_0; return L_35; } } // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::CreateInstance(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_CreateInstance_m2E141FFCDF8197BE24F39C7B70592E476F3F031B (Type_t * ___objectType0, Type_t * ___callingType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { Type_t * L_0 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_1 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__typeConstructor_3(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; Type_t * L_4 = ___callingType1; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_4); RuntimeObject * L_5; L_5 = SecurityUtils_SecureConstructorInvoke_m27F4CD830E0859B785C2D92D2329923222D2F54F(L_0, L_1, L_3, (bool)0, /*hidden argument*/NULL); V_0 = L_5; RuntimeObject * L_6 = V_0; if (L_6) { goto IL_0021; } } { Type_t * L_7 = ___objectType0; RuntimeObject * L_8; L_8 = SecurityUtils_SecureCreateInstance_m695DFC54D65143549A28688268441C425836F8F7(L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0021: { RuntimeObject * L_9 = V_0; return L_9; } } // System.ComponentModel.AttributeCollection System.ComponentModel.ReflectTypeDescriptionProvider::GetAttributes(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ReflectTypeDescriptionProvider_GetAttributes_m7F94E09EE40BB7A295DB51A9AAAF8B382F12A9F3 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAFF13822ABD2E2C4E90FCED83C136B64A7C73721(__this, L_0, (bool)1, /*hidden argument*/NULL); NullCheck(L_1); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_2; L_2 = ReflectedTypeData_GetAttributes_mFD8DF0E0363A781A65BE8B1A9D9EA55053153AB0(L_1, /*hidden argument*/NULL); return L_2; } } // System.Collections.IDictionary System.ComponentModel.ReflectTypeDescriptionProvider::GetCache(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetCache_m24396BC26C95FAD47C514A718B124FAC9C350B38 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; { RuntimeObject * L_0 = ___instance0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0058; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_2); if (!L_3) { goto IL_0058; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_4); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_5); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_5, L_7); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_0058; } } { RuntimeObject* L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_11 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__dictionaryKey_8(); NullCheck(L_10); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.ComponentModel.Design.IDictionaryService::GetValue(System.Object) */, IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_il2cpp_TypeInfo_var, L_10, L_11); V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_2; if (L_13) { goto IL_0056; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_14, /*hidden argument*/NULL); V_2 = L_14; RuntimeObject* L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_16 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__dictionaryKey_8(); RuntimeObject* L_17 = V_2; NullCheck(L_15); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.ComponentModel.Design.IDictionaryService::SetValue(System.Object,System.Object) */, IDictionaryService_tD94DD6EF35BD9BA4D62947ABC15EC69ED55474C5_il2cpp_TypeInfo_var, L_15, L_16, L_17); } IL_0056: { RuntimeObject* L_18 = V_2; return L_18; } IL_0058: { return (RuntimeObject*)NULL; } } // System.String System.ComponentModel.ReflectTypeDescriptionProvider::GetClassName(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetClassName_m42358636BAA161BE6D924E3D8BE5F8BA6B3A1AC2 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAFF13822ABD2E2C4E90FCED83C136B64A7C73721(__this, L_0, (bool)1, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = ReflectedTypeData_GetClassName_mF37DF6AC87ABBA3F165E626FC64B985C9A6CA78A(L_1, NULL, /*hidden argument*/NULL); return L_2; } } // System.String System.ComponentModel.ReflectTypeDescriptionProvider::GetComponentName(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetComponentName_m4D40C97237E42C2F971A076DE74DFF5599D5CD1B (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, RuntimeObject * ___instance1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAFF13822ABD2E2C4E90FCED83C136B64A7C73721(__this, L_0, (bool)1, /*hidden argument*/NULL); RuntimeObject * L_2 = ___instance1; NullCheck(L_1); String_t* L_3; L_3 = ReflectedTypeData_GetComponentName_m27E010528B1A7A2D00DD4E46BD61F7C08B4F783B(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.ComponentModel.TypeConverter System.ComponentModel.ReflectTypeDescriptionProvider::GetConverter(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ReflectTypeDescriptionProvider_GetConverter_mE43EAA390763F961580BD0EAE5F59DCB5559978D (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, RuntimeObject * ___instance1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAFF13822ABD2E2C4E90FCED83C136B64A7C73721(__this, L_0, (bool)1, /*hidden argument*/NULL); RuntimeObject * L_2 = ___instance1; NullCheck(L_1); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_3; L_3 = ReflectedTypeData_GetConverter_m7BC04305A1928DE2965AE4D0D2FD0F7D4F747F77(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectTypeDescriptionProvider::GetDefaultEvent(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ReflectTypeDescriptionProvider_GetDefaultEvent_m4116D1A97139F9B50AF6BDF157E0FF755BE5F563 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, RuntimeObject * ___instance1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAFF13822ABD2E2C4E90FCED83C136B64A7C73721(__this, L_0, (bool)1, /*hidden argument*/NULL); RuntimeObject * L_2 = ___instance1; NullCheck(L_1); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_3; L_3 = ReflectedTypeData_GetDefaultEvent_mFA030204E6919096965D4A71F58BB91DA46DE029(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.ReflectTypeDescriptionProvider::GetDefaultProperty(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ReflectTypeDescriptionProvider_GetDefaultProperty_mC02FA96584C9304D8B56E63C564E14052E6E3239 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, RuntimeObject * ___instance1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAFF13822ABD2E2C4E90FCED83C136B64A7C73721(__this, L_0, (bool)1, /*hidden argument*/NULL); RuntimeObject * L_2 = ___instance1; NullCheck(L_1); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_3; L_3 = ReflectedTypeData_GetDefaultProperty_mBEB4BB4A796512EE16AF3C4CD8B2DE68C7A1717D(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::GetEditor(System.Type,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_GetEditor_mEADAABE52D67DE5DF9DC3FF1BB3A81FD72BBE784 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, RuntimeObject * ___instance1, Type_t * ___editorBaseType2, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAFF13822ABD2E2C4E90FCED83C136B64A7C73721(__this, L_0, (bool)1, /*hidden argument*/NULL); RuntimeObject * L_2 = ___instance1; Type_t * L_3 = ___editorBaseType2; NullCheck(L_1); RuntimeObject * L_4; L_4 = ReflectedTypeData_GetEditor_m4FA3C373F18E93E9D0B2CB0D7DB9FA118FBA5C3F(L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Collections.Hashtable System.ComponentModel.ReflectTypeDescriptionProvider::GetEditorTable(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ReflectTypeDescriptionProvider_GetEditorTable_mF9C4932A2EB08FA49A26E68E49F2824527EA66EC (Type_t * ___editorBaseType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__editorTables_4(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_003b; } } { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_1 = L_1; V_2 = (bool)0; } IL_0011: try {// begin try (depth: 1) { RuntimeObject * L_2 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__editorTables_4(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_002f; } } IL_0022: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_mF6B704809ABE222280933EA170B6664286C91FDC(L_4, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__editorTables_4(L_4); } IL_002f: { IL2CPP_LEAVE(0x3B, FINALLY_0031); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: {// begin finally (depth: 1) { bool L_5 = V_2; if (!L_5) { goto IL_003a; } } IL_0034: { RuntimeObject * L_6 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_003a: { IL2CPP_END_FINALLY(49) } }// end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3B, IL_003b) } IL_003b: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__editorTables_4(); il2cpp_codegen_memory_barrier(); Type_t * L_8 = ___editorBaseType0; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); V_0 = L_9; RuntimeObject * L_10 = V_0; if (L_10) { goto IL_00a9; } } { Type_t * L_11 = ___editorBaseType0; NullCheck(L_11); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12; L_12 = VirtualFuncInvoker0< RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 >::Invoke(26 /* System.RuntimeTypeHandle System.Type::get_TypeHandle() */, L_11); RuntimeHelpers_RunClassConstructor_m7A7DF9B20CC69030040D82619BECD714827A756A(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_13 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__editorTables_4(); il2cpp_codegen_memory_barrier(); Type_t * L_14 = ___editorBaseType0; NullCheck(L_13); RuntimeObject * L_15; L_15 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_13, L_14); V_0 = L_15; RuntimeObject * L_16 = V_0; if (L_16) { goto IL_00a9; } } { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_17 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_1 = L_17; V_2 = (bool)0; } IL_0070: try {// begin try (depth: 1) { RuntimeObject * L_18 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_18, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_19 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__editorTables_4(); il2cpp_codegen_memory_barrier(); Type_t * L_20 = ___editorBaseType0; NullCheck(L_19); RuntimeObject * L_21; L_21 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_19, L_20); V_0 = L_21; RuntimeObject * L_22 = V_0; if (L_22) { goto IL_009d; } } IL_0089: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_23 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__editorTables_4(); il2cpp_codegen_memory_barrier(); Type_t * L_24 = ___editorBaseType0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_25 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__editorTables_4(); il2cpp_codegen_memory_barrier(); NullCheck(L_23); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_23, L_24, L_25); } IL_009d: { IL2CPP_LEAVE(0xA9, FINALLY_009f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009f; } FINALLY_009f: {// begin finally (depth: 1) { bool L_26 = V_2; if (!L_26) { goto IL_00a8; } } IL_00a2: { RuntimeObject * L_27 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_27, /*hidden argument*/NULL); } IL_00a8: { IL2CPP_END_FINALLY(159) } }// end finally (depth: 1) IL2CPP_CLEANUP(159) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA9, IL_00a9) } IL_00a9: { RuntimeObject * L_28 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_29 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__editorTables_4(); il2cpp_codegen_memory_barrier(); if ((!(((RuntimeObject*)(RuntimeObject *)L_28) == ((RuntimeObject*)(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)L_29)))) { goto IL_00b5; } } { V_0 = NULL; } IL_00b5: { RuntimeObject * L_30 = V_0; return ((Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)CastclassClass((RuntimeObject*)L_30, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var)); } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider::GetEvents(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * ReflectTypeDescriptionProvider_GetEvents_mDBE2E8EBD8C0CE184994524E52300F6F6FAC6B71 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAFF13822ABD2E2C4E90FCED83C136B64A7C73721(__this, L_0, (bool)1, /*hidden argument*/NULL); NullCheck(L_1); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_2; L_2 = ReflectedTypeData_GetEvents_m3E04CD3B20F7B1CB4F714212B3961A108E2CFE50(L_1, /*hidden argument*/NULL); return L_2; } } // System.ComponentModel.AttributeCollection System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedAttributes(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ReflectTypeDescriptionProvider_GetExtendedAttributes_m335C0B49C41581C449A304B10AB08FB35320CC91 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0 = ((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var))->get_Empty_0(); return L_0; } } // System.String System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedClassName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetExtendedClassName_m8253C6F09C451CDA84C0CC5F41D6EE93D050B3B8 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___instance0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = ReflectTypeDescriptionProvider_GetClassName_m42358636BAA161BE6D924E3D8BE5F8BA6B3A1AC2(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedComponentName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetExtendedComponentName_mC49F288A0E0FB108DC00287F4B8C3155E10B007B (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___instance0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___instance0; String_t* L_3; L_3 = ReflectTypeDescriptionProvider_GetComponentName_m4D40C97237E42C2F971A076DE74DFF5599D5CD1B(__this, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.ComponentModel.TypeConverter System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedConverter(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ReflectTypeDescriptionProvider_GetExtendedConverter_mE8393B9569EF553C6F064D44B63B07A2EB092A2D (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___instance0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___instance0; TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_3; L_3 = ReflectTypeDescriptionProvider_GetConverter_mE43EAA390763F961580BD0EAE5F59DCB5559978D(__this, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedDefaultEvent(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ReflectTypeDescriptionProvider_GetExtendedDefaultEvent_mA9EB84AC2A9BCC722FEB2FAB9AC671B05D673895 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { return (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)NULL; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedDefaultProperty(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ReflectTypeDescriptionProvider_GetExtendedDefaultProperty_m6BCC3E6A968792EC9BC88A04052736529C0C1BBE (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { return (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)NULL; } } // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedEditor(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_GetExtendedEditor_m9F5E408683BFF5AA3E520CEEC181DA381A66D58D (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___instance0, Type_t * ___editorBaseType1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___instance0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___instance0; Type_t * L_3 = ___editorBaseType1; RuntimeObject * L_4; L_4 = ReflectTypeDescriptionProvider_GetEditor_mEADAABE52D67DE5DF9DC3FF1BB3A81FD72BBE784(__this, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedEvents(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * ReflectTypeDescriptionProvider_GetExtendedEvents_mEAE06F3A1BFCC3BBCE2BBC614EE11969F4B0E13F (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_0 = ((EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_StaticFields*)il2cpp_codegen_static_fields_for(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var))->get_Empty_7(); return L_0; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedProperties(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ReflectTypeDescriptionProvider_GetExtendedProperties_m2D1DD303497B4E0E1E59BB9029C848FF1D65126D (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* V_1 = NULL; RuntimeObject* V_2 = NULL; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * V_3 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_4 = NULL; int32_t V_5 = 0; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_6 = NULL; int32_t V_7 = 0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * V_8 = NULL; ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * V_9 = NULL; Type_t * V_10 = NULL; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_11 = NULL; { RuntimeObject * L_0 = ___instance0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = ___instance0; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_3; L_3 = VirtualFuncInvoker1< IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738*, RuntimeObject * >::Invoke(7 /* System.ComponentModel.IExtenderProvider[] System.ComponentModel.TypeDescriptionProvider::GetExtenderProviders(System.Object) */, __this, L_2); V_1 = L_3; RuntimeObject * L_4 = ___instance0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = TypeDescriptor_GetCache_m856F2D604C6442E0719A41D4ED0AE8CD8EC01CA4(L_4, /*hidden argument*/NULL); V_2 = L_5; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_6 = V_1; NullCheck(L_6); if ((((RuntimeArray*)L_6)->max_length)) { goto IL_0020; } } { IL2CPP_RUNTIME_CLASS_INIT(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_7 = ((PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var))->get_Empty_0(); return L_7; } IL_0020: { V_3 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)NULL; RuntimeObject* L_8 = V_2; if (!L_8) { goto IL_003b; } } { RuntimeObject* L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Guid_t L_10 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__extenderPropertiesKey_14(); Guid_t L_11 = L_10; RuntimeObject * L_12 = Box(Guid_t_il2cpp_TypeInfo_var, &L_11); NullCheck(L_9); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_9, L_12); V_3 = ((PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)IsInstClass((RuntimeObject*)L_13, PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var)); } IL_003b: { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_14 = V_3; if (!L_14) { goto IL_0040; } } { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_15 = V_3; return L_15; } IL_0040: { V_4 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)NULL; V_5 = 0; goto IL_00d1; } IL_004b: { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_16 = V_1; int32_t L_17 = V_5; NullCheck(L_16); int32_t L_18 = L_17; RuntimeObject* L_19 = (L_16)->GetAt(static_cast(L_18)); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_20; L_20 = ReflectTypeDescriptionProvider_ReflectGetExtendedProperties_m72252D7436FA464FA0228C7930761D521DBDD04C(L_19, /*hidden argument*/NULL); V_6 = L_20; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_21 = V_4; if (L_21) { goto IL_0069; } } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_22 = V_6; NullCheck(L_22); IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_23 = V_1; NullCheck(L_23); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_24 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_24, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))))), /*hidden argument*/NULL); V_4 = L_24; } IL_0069: { V_7 = 0; goto IL_00c3; } IL_006e: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_25 = V_6; int32_t L_26 = V_7; NullCheck(L_25); int32_t L_27 = L_26; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_28 = (L_25)->GetAt(static_cast(L_27)); V_8 = L_28; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_29 = V_8; NullCheck(L_29); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_30; L_30 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, L_29); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_31 = { reinterpret_cast (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32; L_32 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_31, /*hidden argument*/NULL); NullCheck(L_30); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_33; L_33 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_30, L_32); V_9 = ((ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 *)IsInstSealed((RuntimeObject*)L_33, ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4_il2cpp_TypeInfo_var)); ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_34 = V_9; if (!L_34) { goto IL_00bd; } } { ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * L_35 = V_9; NullCheck(L_35); Type_t * L_36; L_36 = ExtenderProvidedPropertyAttribute_get_ReceiverType_m4E66D356549A3590988B59486642D58779EDB784_inline(L_35, /*hidden argument*/NULL); V_10 = L_36; Type_t * L_37 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_38; L_38 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_37, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_38) { goto IL_00bd; } } { Type_t * L_39 = V_10; Type_t * L_40 = V_0; NullCheck(L_39); bool L_41; L_41 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_39, L_40); if (!L_41) { goto IL_00bd; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_42 = V_4; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_43 = V_8; NullCheck(L_42); int32_t L_44; L_44 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_42, L_43); } IL_00bd: { int32_t L_45 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_00c3: { int32_t L_46 = V_7; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_47 = V_6; NullCheck(L_47); if ((((int32_t)L_46) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))))) { goto IL_006e; } } { int32_t L_48 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00d1: { int32_t L_49 = V_5; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_50 = V_1; NullCheck(L_50); if ((((int32_t)L_49) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length)))))) { goto IL_004b; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_51 = V_4; if (!L_51) { goto IL_0102; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_52 = V_4; NullCheck(L_52); int32_t L_53; L_53 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_52); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_54 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)L_53); V_11 = L_54; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_55 = V_4; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_56 = V_11; NullCheck(L_55); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_55, (RuntimeArray *)(RuntimeArray *)L_56, 0); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_57 = V_11; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_58 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A(L_58, L_57, (bool)1, /*hidden argument*/NULL); V_3 = L_58; goto IL_0108; } IL_0102: { IL2CPP_RUNTIME_CLASS_INIT(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_59 = ((PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var))->get_Empty_0(); V_3 = L_59; } IL_0108: { RuntimeObject* L_60 = V_2; if (!L_60) { goto IL_011c; } } { RuntimeObject* L_61 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Guid_t L_62 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__extenderPropertiesKey_14(); Guid_t L_63 = L_62; RuntimeObject * L_64 = Box(Guid_t_il2cpp_TypeInfo_var, &L_63); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_65 = V_3; NullCheck(L_61); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_61, L_64, L_65); } IL_011c: { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_66 = V_3; return L_66; } } // System.ComponentModel.IExtenderProvider[] System.ComponentModel.ReflectTypeDescriptionProvider::GetExtenderProviders(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* ReflectTypeDescriptionProvider_GetExtenderProviders_mF79DAF0C827F60F52086C8A056886F0191728893 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderListService_t82FF411EDC49E2E64099010DB88BEC6151517AE1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderListService_t82FF411EDC49E2E64099010DB88BEC6151517AE1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; { RuntimeObject * L_0 = ___instance0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectTypeDescriptionProvider_GetExtenderProviders_mF79DAF0C827F60F52086C8A056886F0191728893_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___instance0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var)); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0070; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_4); if (!L_5) { goto IL_0070; } } { RuntimeObject* L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_6); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IExtenderListService_t82FF411EDC49E2E64099010DB88BEC6151517AE1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_10; L_10 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_7, L_9); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IExtenderListService_t82FF411EDC49E2E64099010DB88BEC6151517AE1_il2cpp_TypeInfo_var)); RuntimeObject * L_11 = ___instance0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_12; L_12 = TypeDescriptor_GetCache_m856F2D604C6442E0719A41D4ED0AE8CD8EC01CA4(L_11, /*hidden argument*/NULL); V_2 = L_12; RuntimeObject* L_13 = V_1; if (!L_13) { goto IL_0053; } } { RuntimeObject* L_14 = V_1; NullCheck(L_14); IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_15; L_15 = InterfaceFuncInvoker0< IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* >::Invoke(0 /* System.ComponentModel.IExtenderProvider[] System.ComponentModel.Design.IExtenderListService::GetExtenderProviders() */, IExtenderListService_t82FF411EDC49E2E64099010DB88BEC6151517AE1_il2cpp_TypeInfo_var, L_14); RuntimeObject * L_16 = ___instance0; RuntimeObject* L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_18; L_18 = ReflectTypeDescriptionProvider_GetExtenders_m207DCC4F9DCC8F195CDA719B0CB76ED364E79030((RuntimeObject*)(RuntimeObject*)L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } IL_0053: { RuntimeObject* L_19 = V_0; NullCheck(L_19); RuntimeObject* L_20; L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_19); NullCheck(L_20); RuntimeObject* L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_20); V_3 = L_21; RuntimeObject* L_22 = V_3; if (!L_22) { goto IL_0070; } } { RuntimeObject* L_23 = V_3; NullCheck(L_23); ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * L_24; L_24 = InterfaceFuncInvoker0< ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * >::Invoke(2 /* System.ComponentModel.ComponentCollection System.ComponentModel.IContainer::get_Components() */, IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_il2cpp_TypeInfo_var, L_23); RuntimeObject * L_25 = ___instance0; RuntimeObject* L_26 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_27; L_27 = ReflectTypeDescriptionProvider_GetExtenders_m207DCC4F9DCC8F195CDA719B0CB76ED364E79030(L_24, L_25, L_26, /*hidden argument*/NULL); return L_27; } IL_0070: { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_28 = (IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738*)(IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738*)SZArrayNew(IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738_il2cpp_TypeInfo_var, (uint32_t)0); return L_28; } } // System.ComponentModel.IExtenderProvider[] System.ComponentModel.ReflectTypeDescriptionProvider::GetExtenders(System.Collections.ICollection,System.Object,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* ReflectTypeDescriptionProvider_GetExtenders_m207DCC4F9DCC8F195CDA719B0CB76ED364E79030 (RuntimeObject* ___components0, RuntimeObject * ___instance1, RuntimeObject* ___cache2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* V_2 = NULL; uint64_t V_3 = 0; int32_t V_4 = 0; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = NULL; RuntimeObject* V_10 = NULL; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* V_11 = NULL; RuntimeObject* V_12 = NULL; RuntimeObject* V_13 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; V_1 = 0; V_2 = (IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738*)NULL; V_3 = ((int64_t)((int64_t)0)); V_4 = ((int32_t)64); RuntimeObject* L_0 = ___components0; V_5 = ((IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738*)IsInst((RuntimeObject*)L_0, IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = ___cache2; if (!L_1) { goto IL_002e; } } { RuntimeObject* L_2 = ___cache2; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Guid_t L_3 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__extenderProviderKey_13(); Guid_t L_4 = L_3; RuntimeObject * L_5 = Box(Guid_t_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_2, L_5); V_2 = ((IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738*)IsInst((RuntimeObject*)L_6, IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738_il2cpp_TypeInfo_var)); } IL_002e: { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_7 = V_2; if (L_7) { goto IL_0033; } } { V_0 = (bool)1; } IL_0033: { V_6 = 0; V_7 = 0; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_8 = V_5; if (!L_8) { goto IL_0090; } } { V_6 = 0; goto IL_0086; } IL_0042: { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_9 = V_5; int32_t L_10 = V_6; NullCheck(L_9); int32_t L_11 = L_10; RuntimeObject* L_12 = (L_9)->GetAt(static_cast(L_11)); RuntimeObject * L_13 = ___instance1; NullCheck(L_12); bool L_14; L_14 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.ComponentModel.IExtenderProvider::CanExtend(System.Object) */, IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var, L_12, L_13); if (!L_14) { goto IL_0080; } } { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); int32_t L_16 = V_6; int32_t L_17 = V_4; if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_0064; } } { uint64_t L_18 = V_3; int32_t L_19 = V_6; V_3 = ((int64_t)((int64_t)L_18|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)1))<<(int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)63))))))); } IL_0064: { bool L_20 = V_0; if (L_20) { goto IL_0080; } } { int32_t L_21 = V_7; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_22 = V_2; NullCheck(L_22); if ((((int32_t)L_21) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_007e; } } { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_23 = V_5; int32_t L_24 = V_6; NullCheck(L_23); int32_t L_25 = L_24; RuntimeObject* L_26 = (L_23)->GetAt(static_cast(L_25)); IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_27 = V_2; int32_t L_28 = V_7; int32_t L_29 = L_28; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); NullCheck(L_27); int32_t L_30 = L_29; RuntimeObject* L_31 = (L_27)->GetAt(static_cast(L_30)); if ((((RuntimeObject*)(RuntimeObject*)L_26) == ((RuntimeObject*)(RuntimeObject*)L_31))) { goto IL_0080; } } IL_007e: { V_0 = (bool)1; } IL_0080: { int32_t L_32 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0086: { int32_t L_33 = V_6; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_34 = V_5; NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))))) { goto IL_0042; } } { goto IL_010d; } IL_0090: { RuntimeObject* L_35 = ___components0; if (!L_35) { goto IL_010d; } } { RuntimeObject* L_36 = ___components0; NullCheck(L_36); RuntimeObject* L_37; L_37 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_36); V_8 = L_37; } IL_009b: try {// begin try (depth: 1) { goto IL_00ed; } IL_009d: { RuntimeObject* L_38 = V_8; NullCheck(L_38); RuntimeObject * L_39; L_39 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_38); V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_39, IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var)); RuntimeObject* L_40 = V_9; if (!L_40) { goto IL_00e7; } } IL_00af: { RuntimeObject* L_41 = V_9; RuntimeObject * L_42 = ___instance1; NullCheck(L_41); bool L_43; L_43 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.ComponentModel.IExtenderProvider::CanExtend(System.Object) */, IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var, L_41, L_42); if (!L_43) { goto IL_00e7; } } IL_00b9: { int32_t L_44 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); int32_t L_45 = V_6; int32_t L_46 = V_4; if ((((int32_t)L_45) >= ((int32_t)L_46))) { goto IL_00ce; } } IL_00c3: { uint64_t L_47 = V_3; int32_t L_48 = V_6; V_3 = ((int64_t)((int64_t)L_47|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)1))<<(int32_t)((int32_t)((int32_t)L_48&(int32_t)((int32_t)63))))))); } IL_00ce: { bool L_49 = V_0; if (L_49) { goto IL_00e7; } } IL_00d1: { int32_t L_50 = V_7; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_51 = V_2; NullCheck(L_51); if ((((int32_t)L_50) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))) { goto IL_00e5; } } IL_00d8: { RuntimeObject* L_52 = V_9; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_53 = V_2; int32_t L_54 = V_7; int32_t L_55 = L_54; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); NullCheck(L_53); int32_t L_56 = L_55; RuntimeObject* L_57 = (L_53)->GetAt(static_cast(L_56)); if ((((RuntimeObject*)(RuntimeObject*)L_52) == ((RuntimeObject*)(RuntimeObject*)L_57))) { goto IL_00e7; } } IL_00e5: { V_0 = (bool)1; } IL_00e7: { int32_t L_58 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_00ed: { RuntimeObject* L_59 = V_8; NullCheck(L_59); bool L_60; L_60 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_59); if (L_60) { goto IL_009d; } } IL_00f6: { IL2CPP_LEAVE(0x10D, FINALLY_00f8); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f8; } FINALLY_00f8: {// begin finally (depth: 1) { RuntimeObject* L_61 = V_8; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_61, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_62 = V_10; if (!L_62) { goto IL_010c; } } IL_0105: { RuntimeObject* L_63 = V_10; NullCheck(L_63); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_63); } IL_010c: { IL2CPP_END_FINALLY(248) } }// end finally (depth: 1) IL2CPP_CLEANUP(248) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10D, IL_010d) } IL_010d: { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_64 = V_2; if (!L_64) { goto IL_0118; } } { int32_t L_65 = V_1; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_66 = V_2; NullCheck(L_66); if ((((int32_t)L_65) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length)))))) { goto IL_0118; } } { V_0 = (bool)1; } IL_0118: { bool L_67 = V_0; if (!L_67) { goto IL_0210; } } { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_68 = V_5; if (!L_68) { goto IL_012c; } } { int32_t L_69 = V_1; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_70 = V_5; NullCheck(L_70); if ((((int32_t)L_69) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length)))))) { goto IL_01e9; } } IL_012c: { int32_t L_71 = V_1; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_72 = (IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738*)(IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738*)SZArrayNew(IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738_il2cpp_TypeInfo_var, (uint32_t)L_71); V_11 = L_72; V_6 = 0; V_7 = 0; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_73 = V_5; if (!L_73) { goto IL_0188; } } { int32_t L_74 = V_1; if ((((int32_t)L_74) <= ((int32_t)0))) { goto IL_0188; } } { goto IL_017e; } IL_0144: { int32_t L_75 = V_6; int32_t L_76 = V_4; if ((((int32_t)L_75) >= ((int32_t)L_76))) { goto IL_0156; } } { uint64_t L_77 = V_3; int32_t L_78 = V_6; if (((int64_t)((int64_t)L_77&(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)1))<<(int32_t)((int32_t)((int32_t)L_78&(int32_t)((int32_t)63)))))))) { goto IL_0169; } } IL_0156: { int32_t L_79 = V_6; int32_t L_80 = V_4; if ((((int32_t)L_79) < ((int32_t)L_80))) { goto IL_0178; } } { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_81 = V_5; int32_t L_82 = V_6; NullCheck(L_81); int32_t L_83 = L_82; RuntimeObject* L_84 = (L_81)->GetAt(static_cast(L_83)); RuntimeObject * L_85 = ___instance1; NullCheck(L_84); bool L_86; L_86 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.ComponentModel.IExtenderProvider::CanExtend(System.Object) */, IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var, L_84, L_85); if (!L_86) { goto IL_0178; } } IL_0169: { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_87 = V_11; int32_t L_88 = V_7; int32_t L_89 = L_88; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_90 = V_5; int32_t L_91 = V_6; NullCheck(L_90); int32_t L_92 = L_91; RuntimeObject* L_93 = (L_90)->GetAt(static_cast(L_92)); NullCheck(L_87); ArrayElementTypeCheck (L_87, L_93); (L_87)->SetAt(static_cast(L_89), (RuntimeObject*)L_93); } IL_0178: { int32_t L_94 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); } IL_017e: { int32_t L_95 = V_6; IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_96 = V_5; NullCheck(L_96); if ((((int32_t)L_95) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_96)->max_length)))))) { goto IL_0144; } } { goto IL_01e5; } IL_0188: { int32_t L_97 = V_1; if ((((int32_t)L_97) <= ((int32_t)0))) { goto IL_01e5; } } { RuntimeObject* L_98 = ___components0; NullCheck(L_98); RuntimeObject* L_99; L_99 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_98); V_12 = L_99; goto IL_01dc; } IL_0196: { RuntimeObject* L_100 = V_12; NullCheck(L_100); RuntimeObject * L_101; L_101 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_100); V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_101, IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var)); RuntimeObject* L_102 = V_13; if (!L_102) { goto IL_01d6; } } { int32_t L_103 = V_6; int32_t L_104 = V_4; if ((((int32_t)L_103) >= ((int32_t)L_104))) { goto IL_01ba; } } { uint64_t L_105 = V_3; int32_t L_106 = V_6; if (((int64_t)((int64_t)L_105&(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)1))<<(int32_t)((int32_t)((int32_t)L_106&(int32_t)((int32_t)63)))))))) { goto IL_01ca; } } IL_01ba: { int32_t L_107 = V_6; int32_t L_108 = V_4; if ((((int32_t)L_107) < ((int32_t)L_108))) { goto IL_01d6; } } { RuntimeObject* L_109 = V_13; RuntimeObject * L_110 = ___instance1; NullCheck(L_109); bool L_111; L_111 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.ComponentModel.IExtenderProvider::CanExtend(System.Object) */, IExtenderProvider_t940DA8A2F70BA33F18BB545B8604C216565EC185_il2cpp_TypeInfo_var, L_109, L_110); if (!L_111) { goto IL_01d6; } } IL_01ca: { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_112 = V_11; int32_t L_113 = V_7; int32_t L_114 = L_113; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); RuntimeObject* L_115 = V_13; NullCheck(L_112); ArrayElementTypeCheck (L_112, L_115); (L_112)->SetAt(static_cast(L_114), (RuntimeObject*)L_115); } IL_01d6: { int32_t L_116 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); } IL_01dc: { RuntimeObject* L_117 = V_12; NullCheck(L_117); bool L_118; L_118 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_117); if (L_118) { goto IL_0196; } } IL_01e5: { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_119 = V_11; V_5 = L_119; } IL_01e9: { RuntimeObject* L_120 = ___cache2; if (!L_120) { goto IL_0213; } } { RuntimeObject* L_121 = ___cache2; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Guid_t L_122 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__extenderProviderKey_13(); Guid_t L_123 = L_122; RuntimeObject * L_124 = Box(Guid_t_il2cpp_TypeInfo_var, &L_123); IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_125 = V_5; NullCheck(L_121); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_121, L_124, (RuntimeObject *)(RuntimeObject *)L_125); RuntimeObject* L_126 = ___cache2; Guid_t L_127 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__extenderPropertiesKey_14(); Guid_t L_128 = L_127; RuntimeObject * L_129 = Box(Guid_t_il2cpp_TypeInfo_var, &L_128); NullCheck(L_126); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_126, L_129); goto IL_0213; } IL_0210: { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_130 = V_2; V_5 = L_130; } IL_0213: { IExtenderProviderU5BU5D_t0C8452CB0CAF2E35B98F40227E331C422C61F738* L_131 = V_5; return L_131; } } // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedPropertyOwner(System.Object,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_GetExtendedPropertyOwner_m9DE1F099A68EFD969314AF0CF5D6008AB310CBBF (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___instance0, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___pd1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___instance0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___instance0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_3 = ___pd1; RuntimeObject * L_4; L_4 = ReflectTypeDescriptionProvider_GetPropertyOwner_mBE86E4853439601DA2F25C707B995579C91573B4(__this, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.ReflectTypeDescriptionProvider::GetExtendedTypeDescriptor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetExtendedTypeDescriptor_m7BB743A72CC6E889C24590E70180D75E32AECA86 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.String System.ComponentModel.ReflectTypeDescriptionProvider::GetFullComponentName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectTypeDescriptionProvider_GetFullComponentName_m727573706613B201B72BD052459ED02A99FDB9A4 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, RuntimeObject * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INestedSite_tC36666BA3417B5FC87033B26B79F7971BCA8BA2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject * L_0 = ___component0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0020; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_2); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, INestedSite_tC36666BA3417B5FC87033B26B79F7971BCA8BA2D_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0020; } } { RuntimeObject* L_5 = V_1; NullCheck(L_5); String_t* L_6; L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.ComponentModel.INestedSite::get_FullName() */, INestedSite_tC36666BA3417B5FC87033B26B79F7971BCA8BA2D_il2cpp_TypeInfo_var, L_5); return L_6; } IL_0020: { RuntimeObject * L_7 = ___component0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); String_t* L_8; L_8 = TypeDescriptor_GetComponentName_mB845CA527C83E2FAD333887766DDB66C200F716B(L_7, /*hidden argument*/NULL); return L_8; } } // System.Type[] System.ComponentModel.ReflectTypeDescriptionProvider::GetPopulatedTypes(System.Reflection.Module) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ReflectTypeDescriptionProvider_GetPopulatedTypes_mB2BE844BFB14D7B7B2917F283CC91DB3619C9E27 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * ___module0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; RuntimeObject* V_1 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_2; memset((&V_2), 0, sizeof(V_2)); Type_t * V_3 = NULL; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); V_0 = L_0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get__typeData_2(); NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_1); V_1 = L_2; } IL_0012: try {// begin try (depth: 1) { goto IL_005a; } IL_0014: { RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_2 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_4, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_5; L_5 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_2), /*hidden argument*/NULL); V_3 = ((Type_t *)CastclassClass((RuntimeObject*)L_5, Type_t_il2cpp_TypeInfo_var)); RuntimeObject * L_6; L_6 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_2), /*hidden argument*/NULL); V_4 = ((ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF *)CastclassClass((RuntimeObject*)L_6, ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF_il2cpp_TypeInfo_var)); Type_t * L_7 = V_3; NullCheck(L_7); Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_8; L_8 = VirtualFuncInvoker0< Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * >::Invoke(17 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_7); Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7 * L_9 = ___module0; IL2CPP_RUNTIME_CLASS_INIT(Module_tAAF0DBC4FB20AB46035441C66C41A8DB813C8CD7_il2cpp_TypeInfo_var); bool L_10; L_10 = Module_op_Equality_m1A6D1EB305AFE379184C1C472FAAF39F4DA8DD12(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005a; } } IL_0049: { ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_11 = V_4; NullCheck(L_11); bool L_12; L_12 = ReflectedTypeData_get_IsPopulated_m66A7AA14035E50B36348F77B20D34B9F7F88530D(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005a; } } IL_0052: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = V_0; Type_t * L_14 = V_3; NullCheck(L_13); int32_t L_15; L_15 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_14); } IL_005a: { RuntimeObject* L_16 = V_1; NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0014; } } IL_0062: { IL2CPP_LEAVE(0x78, FINALLY_0064); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0064; } FINALLY_0064: {// begin finally (depth: 1) { RuntimeObject* L_18 = V_1; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_5; if (!L_19) { goto IL_0077; } } IL_0070: { RuntimeObject* L_20 = V_5; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_20); } IL_0077: { IL2CPP_END_FINALLY(100) } }// end finally (depth: 1) IL2CPP_CLEANUP(100) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x78, IL_0078) } IL_0078: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_21 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (Type_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23; L_23 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_22, /*hidden argument*/NULL); NullCheck(L_21); RuntimeArray * L_24; L_24 = VirtualFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(49 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_21, L_23); return ((TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)Castclass((RuntimeObject*)L_24, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var)); } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider::GetProperties(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ReflectTypeDescriptionProvider_GetProperties_mF882F48569D8DEC8852B0DFC8073E14E65539BCC (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAFF13822ABD2E2C4E90FCED83C136B64A7C73721(__this, L_0, (bool)1, /*hidden argument*/NULL); NullCheck(L_1); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_2; L_2 = ReflectedTypeData_GetProperties_m9B5CBC77715FF172F79ED9654413F4759795636A(L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::GetPropertyOwner(System.Type,System.Object,System.ComponentModel.PropertyDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_GetPropertyOwner_mBE86E4853439601DA2F25C707B995579C91573B4 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, RuntimeObject * ___instance1, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___pd2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; RuntimeObject * L_1 = ___instance1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject * L_2; L_2 = TypeDescriptor_GetAssociation_m8AF27618AEF59992631895B365F0BFA2CED09F5D(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Type System.ComponentModel.ReflectTypeDescriptionProvider::GetReflectionType(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectTypeDescriptionProvider_GetReflectionType_m277E3916478D6F4D1D17B1F2D6717D946C4A2466 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___objectType0, RuntimeObject * ___instance1, const RuntimeMethod* method) { { Type_t * L_0 = ___objectType0; return L_0; } } // System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData System.ComponentModel.ReflectTypeDescriptionProvider::GetTypeData(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * ReflectTypeDescriptionProvider_GetTypeData_mAFF13822ABD2E2C4E90FCED83C136B64A7C73721 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, bool ___createIfNeeded1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF *)NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get__typeData_2(); if (!L_0) { goto IL_0021; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get__typeData_2(); Type_t * L_2 = ___type0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); V_0 = ((ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF *)CastclassClass((RuntimeObject*)L_3, ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF_il2cpp_TypeInfo_var)); ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_4 = V_0; if (!L_4) { goto IL_0021; } } { ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_5 = V_0; return L_5; } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_6 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_1 = L_6; V_2 = (bool)0; } IL_0029: try {// begin try (depth: 1) { RuntimeObject * L_7 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_7, (bool*)(&V_2), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = __this->get__typeData_2(); if (!L_8) { goto IL_004b; } } IL_0039: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_9 = __this->get__typeData_2(); Type_t * L_10 = ___type0; NullCheck(L_9); RuntimeObject * L_11; L_11 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_9, L_10); V_0 = ((ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF *)CastclassClass((RuntimeObject*)L_11, ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF_il2cpp_TypeInfo_var)); } IL_004b: { ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_12 = V_0; bool L_13 = ___createIfNeeded1; if (!((int32_t)((int32_t)((((RuntimeObject*)(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF *)L_12) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)&(int32_t)L_13))) { goto IL_007a; } } IL_0053: { Type_t * L_14 = ___type0; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_15 = (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF *)il2cpp_codegen_object_new(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF_il2cpp_TypeInfo_var); ReflectedTypeData__ctor_mC84B6071A045808DA132CE7A18A3FFE5754089DB(L_15, L_14, /*hidden argument*/NULL); V_0 = L_15; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_16 = __this->get__typeData_2(); if (L_16) { goto IL_006d; } } IL_0062: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_17 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_17, /*hidden argument*/NULL); __this->set__typeData_2(L_17); } IL_006d: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_18 = __this->get__typeData_2(); Type_t * L_19 = ___type0; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_20 = V_0; NullCheck(L_18); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_18, L_19, L_20); } IL_007a: { IL2CPP_LEAVE(0x86, FINALLY_007c); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007c; } FINALLY_007c: {// begin finally (depth: 1) { bool L_21 = V_2; if (!L_21) { goto IL_0085; } } IL_007f: { RuntimeObject * L_22 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_22, /*hidden argument*/NULL); } IL_0085: { IL2CPP_END_FINALLY(124) } }// end finally (depth: 1) IL2CPP_CLEANUP(124) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x86, IL_0086) } IL_0086: { ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_23 = V_0; return L_23; } } // System.ComponentModel.ICustomTypeDescriptor System.ComponentModel.ReflectTypeDescriptionProvider::GetTypeDescriptor(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReflectTypeDescriptionProvider_GetTypeDescriptor_m90C0BB24EBB3F176FD6D459BF986886422387288 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___objectType0, RuntimeObject * ___instance1, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.Type System.ComponentModel.ReflectTypeDescriptionProvider::GetTypeFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectTypeDescriptionProvider_GetTypeFromName_m1CEFE86C67362741423584F3E2954961790FD83A (String_t* ___typeName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_GetTypeFromName_m1CEFE86C67362741423584F3E2954961790FD83A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___typeName0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_0, ReflectTypeDescriptionProvider_GetTypeFromName_m1CEFE86C67362741423584F3E2954961790FD83A_RuntimeMethod_var); V_0 = L_1; Type_t * L_2 = V_0; bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_002b; } } { String_t* L_4 = ___typeName0; NullCheck(L_4); int32_t L_5; L_5 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_4, ((int32_t)44), /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_002b; } } { String_t* L_7 = ___typeName0; int32_t L_8 = V_1; NullCheck(L_7); String_t* L_9; L_9 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_7, 0, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_9, ReflectTypeDescriptionProvider_GetTypeFromName_m1CEFE86C67362741423584F3E2954961790FD83A_RuntimeMethod_var); V_0 = L_10; } IL_002b: { Type_t * L_11 = V_0; return L_11; } } // System.Boolean System.ComponentModel.ReflectTypeDescriptionProvider::IsPopulated(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectTypeDescriptionProvider_IsPopulated_m49E093E3D472AE49E4530BBBCD7EE6339319720C (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, const RuntimeMethod* method) { ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * V_0 = NULL; { Type_t * L_0 = ___type0; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAFF13822ABD2E2C4E90FCED83C136B64A7C73721(__this, L_0, (bool)0, /*hidden argument*/NULL); V_0 = L_1; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_2 = V_0; if (!L_2) { goto IL_0013; } } { ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = ReflectedTypeData_get_IsPopulated_m66A7AA14035E50B36348F77B20D34B9F7F88530D(L_3, /*hidden argument*/NULL); return L_4; } IL_0013: { return (bool)0; } } // System.Attribute[] System.ComponentModel.ReflectTypeDescriptionProvider::ReflectGetAttributes(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ReflectTypeDescriptionProvider_ReflectGetAttributes_m2F772A4015264E97C8EE4EF18133514F76E139D9 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__attributeCache_11(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_003a; } } { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_1 = L_1; V_2 = (bool)0; } IL_0011: try {// begin try (depth: 1) { RuntimeObject * L_2 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__attributeCache_11(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_002e; } } IL_0022: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__attributeCache_11(L_4); } IL_002e: { IL2CPP_LEAVE(0x3A, FINALLY_0030); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: {// begin finally (depth: 1) { bool L_5 = V_2; if (!L_5) { goto IL_0039; } } IL_0033: { RuntimeObject * L_6 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_0039: { IL2CPP_END_FINALLY(48) } }// end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3A, IL_003a) } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__attributeCache_11(); il2cpp_codegen_memory_barrier(); Type_t * L_8 = ___type0; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); V_0 = ((AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)Castclass((RuntimeObject*)L_9, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var)); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_10 = V_0; if (!L_10) { goto IL_0052; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_11 = V_0; return L_11; } IL_0052: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_12 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_1 = L_12; V_2 = (bool)0; } IL_005a: try {// begin try (depth: 1) { RuntimeObject * L_13 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_13, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__attributeCache_11(); il2cpp_codegen_memory_barrier(); Type_t * L_15 = ___type0; NullCheck(L_14); RuntimeObject * L_16; L_16 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_14, L_15); V_0 = ((AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)Castclass((RuntimeObject*)L_16, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var)); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_17 = V_0; if (L_17) { goto IL_00a7; } } IL_0078: { Type_t * L_18 = ___type0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_19 = { reinterpret_cast (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20; L_20 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21; L_21 = VirtualFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(13 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_18, L_20, (bool)0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_21; NullCheck(L_22); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_23 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))); V_0 = L_23; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_24 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_22); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_22, (RuntimeArray *)(RuntimeArray *)L_24, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_25 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__attributeCache_11(); il2cpp_codegen_memory_barrier(); Type_t * L_26 = ___type0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_27 = V_0; NullCheck(L_25); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_25, L_26, (RuntimeObject *)(RuntimeObject *)L_27); } IL_00a7: { IL2CPP_LEAVE(0xB3, FINALLY_00a9); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a9; } FINALLY_00a9: {// begin finally (depth: 1) { bool L_28 = V_2; if (!L_28) { goto IL_00b2; } } IL_00ac: { RuntimeObject * L_29 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_29, /*hidden argument*/NULL); } IL_00b2: { IL2CPP_END_FINALLY(169) } }// end finally (depth: 1) IL2CPP_CLEANUP(169) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB3, IL_00b3) } IL_00b3: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_30 = V_0; return L_30; } } // System.Attribute[] System.ComponentModel.ReflectTypeDescriptionProvider::ReflectGetAttributes(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ReflectTypeDescriptionProvider_ReflectGetAttributes_mB153F659FFD0B9DB1FADD768946F5583B522870A (MemberInfo_t * ___member0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__attributeCache_11(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_003a; } } { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_1 = L_1; V_2 = (bool)0; } IL_0011: try {// begin try (depth: 1) { RuntimeObject * L_2 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__attributeCache_11(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_002e; } } IL_0022: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__attributeCache_11(L_4); } IL_002e: { IL2CPP_LEAVE(0x3A, FINALLY_0030); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: {// begin finally (depth: 1) { bool L_5 = V_2; if (!L_5) { goto IL_0039; } } IL_0033: { RuntimeObject * L_6 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_0039: { IL2CPP_END_FINALLY(48) } }// end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3A, IL_003a) } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__attributeCache_11(); il2cpp_codegen_memory_barrier(); MemberInfo_t * L_8 = ___member0; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); V_0 = ((AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)Castclass((RuntimeObject*)L_9, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var)); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_10 = V_0; if (!L_10) { goto IL_0052; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_11 = V_0; return L_11; } IL_0052: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_12 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_1 = L_12; V_2 = (bool)0; } IL_005a: try {// begin try (depth: 1) { RuntimeObject * L_13 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_13, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__attributeCache_11(); il2cpp_codegen_memory_barrier(); MemberInfo_t * L_15 = ___member0; NullCheck(L_14); RuntimeObject * L_16; L_16 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_14, L_15); V_0 = ((AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)Castclass((RuntimeObject*)L_16, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var)); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_17 = V_0; if (L_17) { goto IL_00a7; } } IL_0078: { MemberInfo_t * L_18 = ___member0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_19 = { reinterpret_cast (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20; L_20 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21; L_21 = VirtualFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(13 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_18, L_20, (bool)0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_21; NullCheck(L_22); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_23 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))); V_0 = L_23; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_24 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_22); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_22, (RuntimeArray *)(RuntimeArray *)L_24, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_25 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__attributeCache_11(); il2cpp_codegen_memory_barrier(); MemberInfo_t * L_26 = ___member0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_27 = V_0; NullCheck(L_25); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_25, L_26, (RuntimeObject *)(RuntimeObject *)L_27); } IL_00a7: { IL2CPP_LEAVE(0xB3, FINALLY_00a9); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a9; } FINALLY_00a9: {// begin finally (depth: 1) { bool L_28 = V_2; if (!L_28) { goto IL_00b2; } } IL_00ac: { RuntimeObject * L_29 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_29, /*hidden argument*/NULL); } IL_00b2: { IL2CPP_END_FINALLY(169) } }// end finally (depth: 1) IL2CPP_CLEANUP(169) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB3, IL_00b3) } IL_00b3: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_30 = V_0; return L_30; } } // System.ComponentModel.EventDescriptor[] System.ComponentModel.ReflectTypeDescriptionProvider::ReflectGetEvents(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ReflectTypeDescriptionProvider_ReflectGetEvents_m8E6F9333E21BC84844D39B37F6643E5A8CDE725D (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; EventInfoU5BU5D_tF52FAA4D1D1C1E3F5C14EB30F5FB2A2F7D3DB681* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; EventInfo_t * V_7 = NULL; MethodInfo_t * V_8 = NULL; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* V_9 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__eventCache_10(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_003a; } } { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_1 = L_1; V_2 = (bool)0; } IL_0011: try {// begin try (depth: 1) { RuntimeObject * L_2 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__eventCache_10(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_002e; } } IL_0022: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__eventCache_10(L_4); } IL_002e: { IL2CPP_LEAVE(0x3A, FINALLY_0030); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: {// begin finally (depth: 1) { bool L_5 = V_2; if (!L_5) { goto IL_0039; } } IL_0033: { RuntimeObject * L_6 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_0039: { IL2CPP_END_FINALLY(48) } }// end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3A, IL_003a) } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__eventCache_10(); il2cpp_codegen_memory_barrier(); Type_t * L_8 = ___type0; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); V_0 = ((EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)Castclass((RuntimeObject*)L_9, EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var)); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_10 = V_0; if (!L_10) { goto IL_0052; } } { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_11 = V_0; return L_11; } IL_0052: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_12 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_1 = L_12; V_2 = (bool)0; } IL_005a: try {// begin try (depth: 1) { RuntimeObject * L_13 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_13, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__eventCache_10(); il2cpp_codegen_memory_barrier(); Type_t * L_15 = ___type0; NullCheck(L_14); RuntimeObject * L_16; L_16 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_14, L_15); V_0 = ((EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)Castclass((RuntimeObject*)L_16, EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var)); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_17 = V_0; if (L_17) { goto IL_014f; } } IL_007b: { V_3 = ((int32_t)22); Type_t * L_18 = ___type0; int32_t L_19 = V_3; NullCheck(L_18); EventInfoU5BU5D_tF52FAA4D1D1C1E3F5C14EB30F5FB2A2F7D3DB681* L_20; L_20 = VirtualFuncInvoker1< EventInfoU5BU5D_tF52FAA4D1D1C1E3F5C14EB30F5FB2A2F7D3DB681*, int32_t >::Invoke(54 /* System.Reflection.EventInfo[] System.Type::GetEvents(System.Reflection.BindingFlags) */, L_18, L_19); V_4 = L_20; EventInfoU5BU5D_tF52FAA4D1D1C1E3F5C14EB30F5FB2A2F7D3DB681* L_21 = V_4; NullCheck(L_21); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_22 = (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)SZArrayNew(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))); V_0 = L_22; V_5 = 0; V_6 = 0; goto IL_0117; } IL_0099: { EventInfoU5BU5D_tF52FAA4D1D1C1E3F5C14EB30F5FB2A2F7D3DB681* L_23 = V_4; int32_t L_24 = V_6; NullCheck(L_23); int32_t L_25 = L_24; EventInfo_t * L_26 = (L_23)->GetAt(static_cast(L_25)); V_7 = L_26; EventInfo_t * L_27 = V_7; NullCheck(L_27); Type_t * L_28; L_28 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_27); NullCheck(L_28); bool L_29; L_29 = Type_get_IsPublic_mE4BAD3A9E7F21231E4A579F7CF8F2DE4C5E8E0AC(L_28, /*hidden argument*/NULL); if (L_29) { goto IL_00de; } } IL_00ae: { EventInfo_t * L_30 = V_7; NullCheck(L_30); Type_t * L_31; L_31 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_30); NullCheck(L_31); bool L_32; L_32 = Type_get_IsNestedPublic_m699F4C8E5B0FEE0197BE12CD1A4143421B51E820(L_31, /*hidden argument*/NULL); if (L_32) { goto IL_00de; } } IL_00bc: { EventInfo_t * L_33 = V_7; NullCheck(L_33); Type_t * L_34; L_34 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_33); NullCheck(L_34); Assembly_t * L_35; L_35 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_34); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_36 = { reinterpret_cast (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_37; L_37 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_36, /*hidden argument*/NULL); NullCheck(L_37); Assembly_t * L_38; L_38 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_37); bool L_39; L_39 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_35, L_38, /*hidden argument*/NULL); if (L_39) { goto IL_0111; } } IL_00de: { EventInfo_t * L_40 = V_7; NullCheck(L_40); MethodInfo_t * L_41; L_41 = EventInfo_GetAddMethod_m36AF720148FF4219EE8D83D24C062D1C22D967D6(L_40, /*hidden argument*/NULL); EventInfo_t * L_42 = V_7; NullCheck(L_42); MethodInfo_t * L_43; L_43 = EventInfo_GetRemoveMethod_m83B41554E7B5DBCD8EDFF4247D0DA1C3285D4CD2(L_42, /*hidden argument*/NULL); V_8 = L_43; bool L_44; L_44 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_41, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_44) { goto IL_0111; } } IL_00f6: { MethodInfo_t * L_45 = V_8; bool L_46; L_46 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_45, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_46) { goto IL_0111; } } IL_0100: { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_47 = V_0; int32_t L_48 = V_5; int32_t L_49 = L_48; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); Type_t * L_50 = ___type0; EventInfo_t * L_51 = V_7; ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF * L_52 = (ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF *)il2cpp_codegen_object_new(ReflectEventDescriptor_t4014ED362DE931AD893897167C97D575EBCE19BF_il2cpp_TypeInfo_var); ReflectEventDescriptor__ctor_mDF1B5292319139D6B209872C923C8DF998B60250(L_52, L_50, L_51, /*hidden argument*/NULL); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_52); (L_47)->SetAt(static_cast(L_49), (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)L_52); } IL_0111: { int32_t L_53 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_0117: { int32_t L_54 = V_6; EventInfoU5BU5D_tF52FAA4D1D1C1E3F5C14EB30F5FB2A2F7D3DB681* L_55 = V_4; NullCheck(L_55); if ((((int32_t)L_54) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length)))))) { goto IL_0099; } } IL_0122: { int32_t L_56 = V_5; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_57 = V_0; NullCheck(L_57); if ((((int32_t)L_56) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_57)->max_length)))))) { goto IL_0141; } } IL_0129: { int32_t L_58 = V_5; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_59 = (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)SZArrayNew(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var, (uint32_t)L_58); V_9 = L_59; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_60 = V_0; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_61 = V_9; int32_t L_62 = V_5; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_60, 0, (RuntimeArray *)(RuntimeArray *)L_61, 0, L_62, /*hidden argument*/NULL); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_63 = V_9; V_0 = L_63; } IL_0141: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_64 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__eventCache_10(); il2cpp_codegen_memory_barrier(); Type_t * L_65 = ___type0; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_66 = V_0; NullCheck(L_64); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_64, L_65, (RuntimeObject *)(RuntimeObject *)L_66); } IL_014f: { IL2CPP_LEAVE(0x15B, FINALLY_0151); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0151; } FINALLY_0151: {// begin finally (depth: 1) { bool L_67 = V_2; if (!L_67) { goto IL_015a; } } IL_0154: { RuntimeObject * L_68 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_68, /*hidden argument*/NULL); } IL_015a: { IL2CPP_END_FINALLY(337) } }// end finally (depth: 1) IL2CPP_CLEANUP(337) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x15B, IL_015b) } IL_015b: { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_69 = V_0; return L_69; } } // System.ComponentModel.PropertyDescriptor[] System.ComponentModel.ReflectTypeDescriptionProvider::ReflectGetExtendedProperties(System.ComponentModel.IExtenderProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ReflectTypeDescriptionProvider_ReflectGetExtendedProperties_m72252D7436FA464FA0228C7930761D521DBDD04C (RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_1 = NULL; Type_t * V_2 = NULL; ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9* V_3 = NULL; RuntimeObject * V_4 = NULL; bool V_5 = false; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_6 = NULL; RuntimeObject* V_7 = NULL; ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * V_8 = NULL; Type_t * V_9 = NULL; MethodInfo_t * V_10 = NULL; MethodInfo_t * V_11 = NULL; RuntimeObject* V_12 = NULL; int32_t V_13 = 0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_14 = NULL; RuntimeObject* V_15 = NULL; ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * V_16 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = TypeDescriptor_GetCache_m856F2D604C6442E0719A41D4ED0AE8CD8EC01CA4(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0025; } } { RuntimeObject* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Guid_t L_4 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__extenderProviderPropertiesKey_15(); Guid_t L_5 = L_4; RuntimeObject * L_6 = Box(Guid_t_il2cpp_TypeInfo_var, &L_5); NullCheck(L_3); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_3, L_6); V_1 = ((PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)IsInst((RuntimeObject*)L_7, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var)); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_8 = V_1; if (!L_8) { goto IL_0025; } } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_9 = V_1; return L_9; } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__extendedPropertyCache_12(); il2cpp_codegen_memory_barrier(); if (L_10) { goto IL_0064; } } { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_11 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_4 = L_11; V_5 = (bool)0; } IL_0038: try {// begin try (depth: 1) { RuntimeObject * L_12 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_12, (bool*)(&V_5), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_13 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__extendedPropertyCache_12(); il2cpp_codegen_memory_barrier(); if (L_13) { goto IL_0056; } } IL_004a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__extendedPropertyCache_12(L_14); } IL_0056: { IL2CPP_LEAVE(0x64, FINALLY_0058); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0058; } FINALLY_0058: {// begin finally (depth: 1) { bool L_15 = V_5; if (!L_15) { goto IL_0063; } } IL_005c: { RuntimeObject * L_16 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_16, /*hidden argument*/NULL); } IL_0063: { IL2CPP_END_FINALLY(88) } }// end finally (depth: 1) IL2CPP_CLEANUP(88) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x64, IL_0064) } IL_0064: { RuntimeObject* L_17 = ___provider0; NullCheck(L_17); Type_t * L_18; L_18 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_17, /*hidden argument*/NULL); V_2 = L_18; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_19 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__extendedPropertyCache_12(); il2cpp_codegen_memory_barrier(); Type_t * L_20 = V_2; NullCheck(L_19); RuntimeObject * L_21; L_21 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_19, L_20); V_3 = ((ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9*)Castclass((RuntimeObject*)L_21, ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9_il2cpp_TypeInfo_var)); ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9* L_22 = V_3; if (L_22) { goto IL_020c; } } { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_23 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_4 = L_23; V_5 = (bool)0; } IL_008e: try {// begin try (depth: 1) { RuntimeObject * L_24 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_24, (bool*)(&V_5), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_25 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__extendedPropertyCache_12(); il2cpp_codegen_memory_barrier(); Type_t * L_26 = V_2; NullCheck(L_25); RuntimeObject * L_27; L_27 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_25, L_26); V_3 = ((ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9*)Castclass((RuntimeObject*)L_27, ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9_il2cpp_TypeInfo_var)); ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9* L_28 = V_3; if (L_28) { goto IL_01fe; } } IL_00b0: { Type_t * L_29 = V_2; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_30; L_30 = TypeDescriptor_GetAttributes_mA316340EA820709020A4BC6DDCD9C6456BF3FF38(L_29, /*hidden argument*/NULL); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_31 = L_30; NullCheck(L_31); int32_t L_32; L_32 = AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3(L_31, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_33 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_33, L_32, /*hidden argument*/NULL); V_6 = L_33; NullCheck(L_31); RuntimeObject* L_34; L_34 = AttributeCollection_GetEnumerator_mAADB4044DB82256BEBF4E42ABC9A2DC756534CB7(L_31, /*hidden argument*/NULL); V_7 = L_34; } IL_00ca: try {// begin try (depth: 2) { goto IL_01b7; } IL_00cf: { RuntimeObject* L_35 = V_7; NullCheck(L_35); RuntimeObject * L_36; L_36 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_35); V_8 = ((ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 *)IsInstSealed((RuntimeObject*)((Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)CastclassClass((RuntimeObject*)L_36, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var)), ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951_il2cpp_TypeInfo_var)); ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * L_37 = V_8; if (!L_37) { goto IL_01b7; } } IL_00e9: { ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * L_38 = V_8; NullCheck(L_38); String_t* L_39; L_39 = ProvidePropertyAttribute_get_ReceiverTypeName_m410C28249D1E62193A810021B38C154320D5F900_inline(L_38, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Type_t * L_40; L_40 = ReflectTypeDescriptionProvider_GetTypeFromName_m1CEFE86C67362741423584F3E2954961790FD83A(L_39, /*hidden argument*/NULL); V_9 = L_40; Type_t * L_41 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_42; L_42 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_41, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_42) { goto IL_01b7; } } IL_0104: { Type_t * L_43 = V_2; ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * L_44 = V_8; NullCheck(L_44); String_t* L_45; L_45 = ProvidePropertyAttribute_get_PropertyName_m078D94022D84FA10A227EE4FC2C72E656B9FF589_inline(L_44, /*hidden argument*/NULL); String_t* L_46; L_46 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26, L_45, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_47 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_48 = L_47; Type_t * L_49 = V_9; NullCheck(L_48); ArrayElementTypeCheck (L_48, L_49); (L_48)->SetAt(static_cast(0), (Type_t *)L_49); NullCheck(L_43); MethodInfo_t * L_50; L_50 = Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E(L_43, L_46, L_48, /*hidden argument*/NULL); V_10 = L_50; MethodInfo_t * L_51 = V_10; bool L_52; L_52 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_51, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_52) { goto IL_01b7; } } IL_0135: { MethodInfo_t * L_53 = V_10; NullCheck(L_53); bool L_54; L_54 = MethodBase_get_IsStatic_mDFDF51EDFE5DBDD5FE942564A1F56E3C7E3DE43F(L_53, /*hidden argument*/NULL); if (L_54) { goto IL_01b7; } } IL_013e: { MethodInfo_t * L_55 = V_10; NullCheck(L_55); bool L_56; L_56 = MethodBase_get_IsPublic_mD65CD145DEC0C6F2F7F6E729A36C761FD2A97271(L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_01b7; } } IL_0147: { Type_t * L_57 = V_2; ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * L_58 = V_8; NullCheck(L_58); String_t* L_59; L_59 = ProvidePropertyAttribute_get_PropertyName_m078D94022D84FA10A227EE4FC2C72E656B9FF589_inline(L_58, /*hidden argument*/NULL); String_t* L_60; L_60 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3, L_59, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_61 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_62 = L_61; Type_t * L_63 = V_9; NullCheck(L_62); ArrayElementTypeCheck (L_62, L_63); (L_62)->SetAt(static_cast(0), (Type_t *)L_63); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_64 = L_62; MethodInfo_t * L_65 = V_10; NullCheck(L_65); Type_t * L_66; L_66 = VirtualFuncInvoker0< Type_t * >::Invoke(42 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_65); NullCheck(L_64); ArrayElementTypeCheck (L_64, L_66); (L_64)->SetAt(static_cast(1), (Type_t *)L_66); NullCheck(L_57); MethodInfo_t * L_67; L_67 = Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E(L_57, L_60, L_64, /*hidden argument*/NULL); V_11 = L_67; MethodInfo_t * L_68 = V_11; bool L_69; L_69 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_68, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_69) { goto IL_0194; } } IL_017f: { MethodInfo_t * L_70 = V_11; NullCheck(L_70); bool L_71; L_71 = MethodBase_get_IsStatic_mDFDF51EDFE5DBDD5FE942564A1F56E3C7E3DE43F(L_70, /*hidden argument*/NULL); if (L_71) { goto IL_0191; } } IL_0188: { MethodInfo_t * L_72 = V_11; NullCheck(L_72); bool L_73; L_73 = MethodBase_get_IsPublic_mD65CD145DEC0C6F2F7F6E729A36C761FD2A97271(L_72, /*hidden argument*/NULL); if (L_73) { goto IL_0194; } } IL_0191: { V_11 = (MethodInfo_t *)NULL; } IL_0194: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_74 = V_6; Type_t * L_75 = V_2; ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * L_76 = V_8; NullCheck(L_76); String_t* L_77; L_77 = ProvidePropertyAttribute_get_PropertyName_m078D94022D84FA10A227EE4FC2C72E656B9FF589_inline(L_76, /*hidden argument*/NULL); MethodInfo_t * L_78 = V_10; NullCheck(L_78); Type_t * L_79; L_79 = VirtualFuncInvoker0< Type_t * >::Invoke(42 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_78); Type_t * L_80 = V_9; MethodInfo_t * L_81 = V_10; MethodInfo_t * L_82 = V_11; ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_83 = (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 *)il2cpp_codegen_object_new(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); ReflectPropertyDescriptor__ctor_mA5A0005AA9283CAB3D5A65AD4CAC091CE699A339(L_83, L_75, L_77, L_79, L_80, L_81, L_82, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL, /*hidden argument*/NULL); NullCheck(L_74); int32_t L_84; L_84 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_74, L_83); } IL_01b7: { RuntimeObject* L_85 = V_7; NullCheck(L_85); bool L_86; L_86 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_85); if (L_86) { goto IL_00cf; } } IL_01c3: { IL2CPP_LEAVE(0x1DA, FINALLY_01c5); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01c5; } FINALLY_01c5: {// begin finally (depth: 2) { RuntimeObject* L_87 = V_7; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_87, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_88 = V_12; if (!L_88) { goto IL_01d9; } } IL_01d2: { RuntimeObject* L_89 = V_12; NullCheck(L_89); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_89); } IL_01d9: { IL2CPP_END_FINALLY(453) } }// end finally (depth: 2) IL2CPP_CLEANUP(453) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1DA, IL_01da) } IL_01da: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_90 = V_6; NullCheck(L_90); int32_t L_91; L_91 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_90); ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9* L_92 = (ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9*)(ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9*)SZArrayNew(ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9_il2cpp_TypeInfo_var, (uint32_t)L_91); V_3 = L_92; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_93 = V_6; ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9* L_94 = V_3; NullCheck(L_93); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_93, (RuntimeArray *)(RuntimeArray *)L_94, 0); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_95 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__extendedPropertyCache_12(); il2cpp_codegen_memory_barrier(); Type_t * L_96 = V_2; ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9* L_97 = V_3; NullCheck(L_95); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_95, L_96, (RuntimeObject *)(RuntimeObject *)L_97); } IL_01fe: { IL2CPP_LEAVE(0x20C, FINALLY_0200); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0200; } FINALLY_0200: {// begin finally (depth: 1) { bool L_98 = V_5; if (!L_98) { goto IL_020b; } } IL_0204: { RuntimeObject * L_99 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_99, /*hidden argument*/NULL); } IL_020b: { IL2CPP_END_FINALLY(512) } }// end finally (depth: 1) IL2CPP_CLEANUP(512) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x20C, IL_020c) } IL_020c: { ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9* L_100 = V_3; NullCheck(L_100); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_101 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_100)->max_length)))); V_1 = L_101; V_13 = 0; goto IL_0262; } IL_021a: { V_14 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL; RuntimeObject* L_102 = ___provider0; V_15 = ((RuntimeObject*)IsInst((RuntimeObject*)L_102, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var)); RuntimeObject* L_103 = V_15; if (!L_103) { goto IL_0232; } } { RuntimeObject* L_104 = V_15; NullCheck(L_104); RuntimeObject* L_105; L_105 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_104); if (L_105) { goto IL_0242; } } IL_0232: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_106 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)1); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_107 = L_106; IL2CPP_RUNTIME_CLASS_INIT(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var); DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * L_108 = ((DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var))->get_Yes_1(); NullCheck(L_107); ArrayElementTypeCheck (L_107, L_108); (L_107)->SetAt(static_cast(0), (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)L_108); V_14 = L_107; } IL_0242: { ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9* L_109 = V_3; int32_t L_110 = V_13; NullCheck(L_109); int32_t L_111 = L_110; ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_112 = (L_109)->GetAt(static_cast(L_111)); ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_113 = L_112; NullCheck(L_113); Type_t * L_114; L_114 = ReflectPropertyDescriptor_ExtenderGetReceiverType_m1773F498C4A73506BE34369B2C96D5EA4BAE0C1C_inline(L_113, /*hidden argument*/NULL); RuntimeObject* L_115 = ___provider0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_116 = V_14; ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * L_117 = (ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 *)il2cpp_codegen_object_new(ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420_il2cpp_TypeInfo_var); ExtendedPropertyDescriptor__ctor_m9700C2CA53D5D669EB7A4A08707C9B56E7A7554E(L_117, L_113, L_114, L_115, L_116, /*hidden argument*/NULL); V_16 = L_117; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_118 = V_1; int32_t L_119 = V_13; ExtendedPropertyDescriptor_tD988D97DEF0082C1E3705E495198C523118DB420 * L_120 = V_16; NullCheck(L_118); ArrayElementTypeCheck (L_118, L_120); (L_118)->SetAt(static_cast(L_119), (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)L_120); int32_t L_121 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1)); } IL_0262: { int32_t L_122 = V_13; ReflectPropertyDescriptorU5BU5D_tA5C00E346CF01B230A98BD56B98337663DCC03B9* L_123 = V_3; NullCheck(L_123); if ((((int32_t)L_122) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_123)->max_length)))))) { goto IL_021a; } } { RuntimeObject* L_124 = V_0; if (!L_124) { goto IL_027d; } } { RuntimeObject* L_125 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Guid_t L_126 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__extenderProviderPropertiesKey_15(); Guid_t L_127 = L_126; RuntimeObject * L_128 = Box(Guid_t_il2cpp_TypeInfo_var, &L_127); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_129 = V_1; NullCheck(L_125); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_125, L_128, (RuntimeObject *)(RuntimeObject *)L_129); } IL_027d: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_130 = V_1; return L_130; } } // System.ComponentModel.PropertyDescriptor[] System.ComponentModel.ReflectTypeDescriptionProvider::ReflectGetProperties(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ReflectTypeDescriptionProvider_ReflectGetProperties_m4C758FCA81F3432A87F73596C9C705007A8A7C57 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; PropertyInfo_t * V_7 = NULL; MethodInfo_t * V_8 = NULL; MethodInfo_t * V_9 = NULL; String_t* V_10 = NULL; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_11 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__propertyCache_9(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_003a; } } { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_1 = L_1; V_2 = (bool)0; } IL_0011: try {// begin try (depth: 1) { RuntimeObject * L_2 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__propertyCache_9(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_002e; } } IL_0022: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__propertyCache_9(L_4); } IL_002e: { IL2CPP_LEAVE(0x3A, FINALLY_0030); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: {// begin finally (depth: 1) { bool L_5 = V_2; if (!L_5) { goto IL_0039; } } IL_0033: { RuntimeObject * L_6 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_0039: { IL2CPP_END_FINALLY(48) } }// end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3A, IL_003a) } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__propertyCache_9(); il2cpp_codegen_memory_barrier(); Type_t * L_8 = ___type0; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); V_0 = ((PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)Castclass((RuntimeObject*)L_9, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var)); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_10 = V_0; if (!L_10) { goto IL_0052; } } { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_11 = V_0; return L_11; } IL_0052: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_12 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__internalSyncObject_17(); V_1 = L_12; V_2 = (bool)0; } IL_005a: try {// begin try (depth: 1) { RuntimeObject * L_13 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_13, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__propertyCache_9(); il2cpp_codegen_memory_barrier(); Type_t * L_15 = ___type0; NullCheck(L_14); RuntimeObject * L_16; L_16 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_14, L_15); V_0 = ((PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)Castclass((RuntimeObject*)L_16, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var)); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_17 = V_0; if (L_17) { goto IL_0129; } } IL_007b: { V_3 = ((int32_t)22); Type_t * L_18 = ___type0; int32_t L_19 = V_3; NullCheck(L_18); PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_20; L_20 = VirtualFuncInvoker1< PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A*, int32_t >::Invoke(61 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_18, L_19); V_4 = L_20; PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_21 = V_4; NullCheck(L_21); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_22 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))); V_0 = L_22; V_5 = 0; V_6 = 0; goto IL_00f4; } IL_0099: { PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_23 = V_4; int32_t L_24 = V_6; NullCheck(L_23); int32_t L_25 = L_24; PropertyInfo_t * L_26 = (L_23)->GetAt(static_cast(L_25)); V_7 = L_26; PropertyInfo_t * L_27 = V_7; NullCheck(L_27); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_28; L_28 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(28 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_27); NullCheck(L_28); if ((((RuntimeArray*)L_28)->max_length)) { goto IL_00ee; } } IL_00aa: { PropertyInfo_t * L_29 = V_7; NullCheck(L_29); MethodInfo_t * L_30; L_30 = PropertyInfo_GetGetMethod_mF4C45BCBA7BFBFF2F4E933A9F588D8BF9656EE00(L_29, /*hidden argument*/NULL); V_8 = L_30; PropertyInfo_t * L_31 = V_7; NullCheck(L_31); MethodInfo_t * L_32; L_32 = PropertyInfo_GetSetMethod_mAE6FA7A70FDB59EACB12FD092B4A6AC580B0C458(L_31, /*hidden argument*/NULL); V_9 = L_32; PropertyInfo_t * L_33 = V_7; NullCheck(L_33); String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_33); V_10 = L_34; MethodInfo_t * L_35 = V_8; bool L_36; L_36 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_35, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_36) { goto IL_00ee; } } IL_00cf: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_37 = V_0; int32_t L_38 = V_5; int32_t L_39 = L_38; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); Type_t * L_40 = ___type0; String_t* L_41 = V_10; PropertyInfo_t * L_42 = V_7; NullCheck(L_42); Type_t * L_43; L_43 = VirtualFuncInvoker0< Type_t * >::Invoke(24 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_42); PropertyInfo_t * L_44 = V_7; MethodInfo_t * L_45 = V_8; MethodInfo_t * L_46 = V_9; ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * L_47 = (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 *)il2cpp_codegen_object_new(ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92_il2cpp_TypeInfo_var); ReflectPropertyDescriptor__ctor_mE5F2B679A36B115A0C1EEF16E2787E0803042D83(L_47, L_40, L_41, L_43, L_44, L_45, L_46, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL, /*hidden argument*/NULL); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_47); (L_37)->SetAt(static_cast(L_39), (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)L_47); } IL_00ee: { int32_t L_48 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00f4: { int32_t L_49 = V_6; PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_50 = V_4; NullCheck(L_50); if ((((int32_t)L_49) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length)))))) { goto IL_0099; } } IL_00fc: { int32_t L_51 = V_5; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_52 = V_0; NullCheck(L_52); if ((((int32_t)L_51) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length)))))) { goto IL_011b; } } IL_0103: { int32_t L_53 = V_5; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_54 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)L_53); V_11 = L_54; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_55 = V_0; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_56 = V_11; int32_t L_57 = V_5; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_55, 0, (RuntimeArray *)(RuntimeArray *)L_56, 0, L_57, /*hidden argument*/NULL); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_58 = V_11; V_0 = L_58; } IL_011b: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_59 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__propertyCache_9(); il2cpp_codegen_memory_barrier(); Type_t * L_60 = ___type0; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_61 = V_0; NullCheck(L_59); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_59, L_60, (RuntimeObject *)(RuntimeObject *)L_61); } IL_0129: { IL2CPP_LEAVE(0x135, FINALLY_012b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_012b; } FINALLY_012b: {// begin finally (depth: 1) { bool L_62 = V_2; if (!L_62) { goto IL_0134; } } IL_012e: { RuntimeObject * L_63 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_63, /*hidden argument*/NULL); } IL_0134: { IL2CPP_END_FINALLY(299) } }// end finally (depth: 1) IL2CPP_CLEANUP(299) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x135, IL_0135) } IL_0135: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_64 = V_0; return L_64; } } // System.Void System.ComponentModel.ReflectTypeDescriptionProvider::Refresh(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider_Refresh_m219336F721BB21C53382DCC6C144AB46B4ADA873 (ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B * __this, Type_t * ___type0, const RuntimeMethod* method) { ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * V_0 = NULL; { Type_t * L_0 = ___type0; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_1; L_1 = ReflectTypeDescriptionProvider_GetTypeData_mAFF13822ABD2E2C4E90FCED83C136B64A7C73721(__this, L_0, (bool)0, /*hidden argument*/NULL); V_0 = L_1; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_2 = V_0; if (!L_2) { goto IL_0012; } } { ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_3 = V_0; NullCheck(L_3); ReflectedTypeData_Refresh_m45A92450874B0A3ADEB88331EC02CD501649C1B9(L_3, /*hidden argument*/NULL); } IL_0012: { return; } } // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::SearchIntrinsicTable(System.Collections.Hashtable,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_SearchIntrinsicTable_mA755F252197F5EB8366F3AE93B0EF10DEF4215E4 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___table0, Type_t * ___callingType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_SearchIntrinsicTable_mA755F252197F5EB8366F3AE93B0EF10DEF4215E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_1 = NULL; bool V_2 = false; Type_t * V_3 = NULL; Type_t * V_4 = NULL; String_t* V_5 = NULL; RuntimeObject* V_6 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_7; memset((&V_7), 0, sizeof(V_7)); Type_t * V_8 = NULL; String_t* V_9 = NULL; RuntimeObject* V_10 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ___table0; V_1 = L_0; V_2 = (bool)0; } IL_0006: try {// begin try (depth: 1) { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_2), /*hidden argument*/NULL); Type_t * L_2 = ___callingType1; V_3 = L_2; goto IL_0043; } IL_0012: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ___table0; Type_t * L_4 = V_3; NullCheck(L_3); RuntimeObject * L_5; L_5 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_3, L_4); V_0 = L_5; RuntimeObject * L_6 = V_0; V_5 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); String_t* L_7 = V_5; if (!L_7) { goto IL_0039; } } IL_0026: { String_t* L_8 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_8, ReflectTypeDescriptionProvider_SearchIntrinsicTable_mA755F252197F5EB8366F3AE93B0EF10DEF4215E4_RuntimeMethod_var); V_0 = L_9; RuntimeObject * L_10 = V_0; if (!L_10) { goto IL_0039; } } IL_0031: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_11 = ___table0; Type_t * L_12 = V_3; RuntimeObject * L_13 = V_0; NullCheck(L_11); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_11, L_12, L_13); } IL_0039: { RuntimeObject * L_14 = V_0; if (L_14) { goto IL_005e; } } IL_003c: { Type_t * L_15 = V_3; NullCheck(L_15); Type_t * L_16; L_16 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_15); V_3 = L_16; } IL_0043: { Type_t * L_17 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_18; L_18 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_17, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_18) { goto IL_005e; } } IL_004c: { Type_t * L_19 = V_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21; L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_20, /*hidden argument*/NULL); bool L_22; L_22 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_19, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0012; } } IL_005e: { RuntimeObject * L_23 = V_0; if (L_23) { goto IL_00f3; } } IL_0064: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_24 = ___table0; NullCheck(L_24); RuntimeObject* L_25; L_25 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_24); V_6 = L_25; } IL_006c: try {// begin try (depth: 2) { goto IL_00d3; } IL_006e: { RuntimeObject* L_26 = V_6; NullCheck(L_26); RuntimeObject * L_27; L_27 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_26); V_7 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_27, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_28; L_28 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_7), /*hidden argument*/NULL); V_8 = ((Type_t *)IsInstClass((RuntimeObject*)L_28, Type_t_il2cpp_TypeInfo_var)); Type_t * L_29 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_30; L_30 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_29, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_30) { goto IL_00d3; } } IL_0094: { Type_t * L_31 = V_8; NullCheck(L_31); bool L_32; L_32 = Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00d3; } } IL_009d: { Type_t * L_33 = V_8; Type_t * L_34 = ___callingType1; NullCheck(L_33); bool L_35; L_35 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_33, L_34); if (!L_35) { goto IL_00d3; } } IL_00a7: { RuntimeObject * L_36; L_36 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_7), /*hidden argument*/NULL); V_0 = L_36; RuntimeObject * L_37 = V_0; V_9 = ((String_t*)IsInstSealed((RuntimeObject*)L_37, String_t_il2cpp_TypeInfo_var)); String_t* L_38 = V_9; if (!L_38) { goto IL_00ce; } } IL_00bb: { String_t* L_39 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_40; L_40 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_39, ReflectTypeDescriptionProvider_SearchIntrinsicTable_mA755F252197F5EB8366F3AE93B0EF10DEF4215E4_RuntimeMethod_var); V_0 = L_40; RuntimeObject * L_41 = V_0; if (!L_41) { goto IL_00ce; } } IL_00c6: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_42 = ___table0; Type_t * L_43 = ___callingType1; RuntimeObject * L_44 = V_0; NullCheck(L_42); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_42, L_43, L_44); } IL_00ce: { RuntimeObject * L_45 = V_0; if (!L_45) { goto IL_00d3; } } IL_00d1: { IL2CPP_LEAVE(0xF3, FINALLY_00de); } IL_00d3: { RuntimeObject* L_46 = V_6; NullCheck(L_46); bool L_47; L_47 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_46); if (L_47) { goto IL_006e; } } IL_00dc: { IL2CPP_LEAVE(0xF3, FINALLY_00de); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00de; } FINALLY_00de: {// begin finally (depth: 2) { RuntimeObject* L_48 = V_6; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_48, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_49 = V_10; if (!L_49) { goto IL_00f2; } } IL_00eb: { RuntimeObject* L_50 = V_10; NullCheck(L_50); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_50); } IL_00f2: { IL2CPP_END_FINALLY(222) } }// end finally (depth: 2) IL2CPP_CLEANUP(222) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF3, IL_00f3) } IL_00f3: { RuntimeObject * L_51 = V_0; if (L_51) { goto IL_0137; } } IL_00f6: { Type_t * L_52 = ___callingType1; NullCheck(L_52); bool L_53; L_53 = VirtualFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericType() */, L_52); if (!L_53) { goto IL_0123; } } IL_00fe: { Type_t * L_54 = ___callingType1; NullCheck(L_54); Type_t * L_55; L_55 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, L_54); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_56 = { reinterpret_cast (Nullable_1_t4EDBE007AFFA0315135B9A508DACA62D3C201867_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_57; L_57 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_56, /*hidden argument*/NULL); bool L_58; L_58 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_55, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_0123; } } IL_0115: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_59 = ___table0; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_60 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__intrinsicNullableKey_7(); NullCheck(L_59); RuntimeObject * L_61; L_61 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_59, L_60); V_0 = L_61; goto IL_0137; } IL_0123: { Type_t * L_62 = ___callingType1; NullCheck(L_62); bool L_63; L_63 = Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07(L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_0137; } } IL_012b: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_64 = ___table0; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_65 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__intrinsicReferenceKey_6(); NullCheck(L_64); RuntimeObject * L_66; L_66 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_64, L_65); V_0 = L_66; } IL_0137: { RuntimeObject * L_67 = V_0; if (L_67) { goto IL_014b; } } IL_013a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_68 = ___table0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_69 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_70; L_70 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_69, /*hidden argument*/NULL); NullCheck(L_68); RuntimeObject * L_71; L_71 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_68, L_70); V_0 = L_71; } IL_014b: { RuntimeObject * L_72 = V_0; V_4 = ((Type_t *)IsInstClass((RuntimeObject*)L_72, Type_t_il2cpp_TypeInfo_var)); Type_t * L_73 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_74; L_74 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_73, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_74) { goto IL_0182; } } IL_015d: { Type_t * L_75 = V_4; Type_t * L_76 = ___callingType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_77; L_77 = ReflectTypeDescriptionProvider_CreateInstance_m2E141FFCDF8197BE24F39C7B70592E476F3F031B(L_75, L_76, /*hidden argument*/NULL); V_0 = L_77; Type_t * L_78 = V_4; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_79 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__typeConstructor_3(); NullCheck(L_78); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_80; L_80 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_78, L_79, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); bool L_81; L_81 = ConstructorInfo_op_Equality_m5B7B5656578241A10343041B4FF20CEF46CAD453(L_80, (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL, /*hidden argument*/NULL); if (!L_81) { goto IL_0182; } } IL_017a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_82 = ___table0; Type_t * L_83 = ___callingType1; RuntimeObject * L_84 = V_0; NullCheck(L_82); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_82, L_83, L_84); } IL_0182: { IL2CPP_LEAVE(0x18E, FINALLY_0184); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0184; } FINALLY_0184: {// begin finally (depth: 1) { bool L_85 = V_2; if (!L_85) { goto IL_018d; } } IL_0187: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_86 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_86, /*hidden argument*/NULL); } IL_018d: { IL2CPP_END_FINALLY(388) } }// end finally (depth: 1) IL2CPP_CLEANUP(388) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x18E, IL_018e) } IL_018e: { RuntimeObject * L_87 = V_0; return L_87; } } // System.Void System.ComponentModel.ReflectTypeDescriptionProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectTypeDescriptionProvider__cctor_m7A432E9EED00155B926648C4B563032B5F3DA319 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_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_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_1 = L_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Type_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (Type_t *)L_3); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__typeConstructor_3(L_1); RuntimeObject * L_4 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_4, /*hidden argument*/NULL); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__intrinsicReferenceKey_6(L_4); RuntimeObject * L_5 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_5, /*hidden argument*/NULL); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__intrinsicNullableKey_7(L_5); RuntimeObject * L_6 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_6, /*hidden argument*/NULL); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__dictionaryKey_8(L_6); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_7; L_7 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__extenderProviderKey_13(L_7); Guid_t L_8; L_8 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__extenderPropertiesKey_14(L_8); Guid_t L_9; L_9 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__extenderProviderPropertiesKey_15(L_9); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_10 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)3); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11 = L_10; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (GuidAttribute_tBB494B31270577CCD589ABBB159C18CDAE20D063_0_0_0_var) }; Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (Type_t *)L_13); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_14 = L_11; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (ComVisibleAttribute_tCE3DF5E341F3ECE4C81FE85C15B3D782AB302A2A_0_0_0_var) }; Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(1), (Type_t *)L_16); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_17 = L_14; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (InterfaceTypeAttribute_t698532A11405B8E3C90F8A821D1F2F997F29458E_0_0_0_var) }; Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_18, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(2), (Type_t *)L_19); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__skipInterfaceAttributeList_16(L_17); RuntimeObject * L_20 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_20, /*hidden argument*/NULL); ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->set__internalSyncObject_17(L_20); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.RefreshEventArgs::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventArgs__ctor_m995D9590BFAC4517DA7010387272651E0ABCBF66 (RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 * __this, RuntimeObject * ___componentChanged0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___componentChanged0; __this->set_componentChanged_1(L_0); RuntimeObject * L_1 = ___componentChanged0; NullCheck(L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_1, /*hidden argument*/NULL); __this->set_typeChanged_2(L_2); return; } } // System.Void System.ComponentModel.RefreshEventArgs::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventArgs__ctor_m477F628EC5A87B9942FA7055326178BB5270ED34 (RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 * __this, Type_t * ___typeChanged0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); Type_t * L_0 = ___typeChanged0; __this->set_typeChanged_2(L_0); return; } } // System.Object System.ComponentModel.RefreshEventArgs::get_ComponentChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RefreshEventArgs_get_ComponentChanged_m8562854505BD64D484EB79E8002749906562761D (RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_componentChanged_1(); return L_0; } } // System.Type System.ComponentModel.RefreshEventArgs::get_TypeChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RefreshEventArgs_get_TypeChanged_mA57FCB91F7425C4C23F205F982BE18C40F0CE17E (RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_typeChanged_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.RefreshEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventHandler__ctor_m33B6A48D4D09DB40E19870CDC9DEE937C3092290 (RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.ComponentModel.RefreshEventHandler::Invoke(System.ComponentModel.RefreshEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventHandler_Invoke_m9CA734910EB392A101B3A9E92FA145E83824910A (RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * __this, RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 * ___e0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___e0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___e0, targetMethod); } } else if (___parameterCount != 1) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___e0); else GenericVirtualActionInvoker0::Invoke(targetMethod, ___e0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___e0); else VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___e0); } } else { typedef void (*FunctionPointerType) (RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___e0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___e0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___e0, targetMethod); } } } } // System.IAsyncResult System.ComponentModel.RefreshEventHandler::BeginInvoke(System.ComponentModel.RefreshEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RefreshEventHandler_BeginInvoke_m7B89241F5AB740171F61974A1AAC4F6C2EA4F39C (RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * __this, RefreshEventArgs_t50158D63966C6B2EB2F520C892B226F2667FA273 * ___e0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___e0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void System.ComponentModel.RefreshEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshEventHandler_EndInvoke_mB76FC103D892E129558E0F1D5B2E0D52814C6A4F (RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.RefreshPropertiesAttribute::.ctor(System.ComponentModel.RefreshProperties) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshPropertiesAttribute__ctor_m9255C293369B11B2CEDC56C0C8B4AD807DB9EDF3 (RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * __this, int32_t ___refresh0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); int32_t L_0 = ___refresh0; __this->set_refresh_3(L_0); return; } } // System.ComponentModel.RefreshProperties System.ComponentModel.RefreshPropertiesAttribute::get_RefreshProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RefreshPropertiesAttribute_get_RefreshProperties_mF8FA81974DAEC95AF60C32D2A6E70B086D178B03 (RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_refresh_3(); return L_0; } } // System.Boolean System.ComponentModel.RefreshPropertiesAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RefreshPropertiesAttribute_Equals_mEC0F1A95103B730F50D91F9F0CFDB4D5BFBCF6D6 (RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!((RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A *)IsInstSealed((RuntimeObject*)L_0, RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var))) { goto IL_001c; } } { RuntimeObject * L_1 = ___value0; NullCheck(((RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A *)CastclassSealed((RuntimeObject*)L_1, RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var))); int32_t L_2; L_2 = RefreshPropertiesAttribute_get_RefreshProperties_mF8FA81974DAEC95AF60C32D2A6E70B086D178B03_inline(((RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A *)CastclassSealed((RuntimeObject*)L_1, RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); int32_t L_3 = __this->get_refresh_3(); return (bool)((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0); } IL_001c: { return (bool)0; } } // System.Int32 System.ComponentModel.RefreshPropertiesAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RefreshPropertiesAttribute_GetHashCode_mDDB6575B4176969EF1E43B05DB50A4FEA882CB37 (RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.RefreshPropertiesAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RefreshPropertiesAttribute_IsDefaultAttribute_m6815BD5C673425536DBBD74EE920F15C9642DB9F (RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var); RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * L_0 = ((RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_StaticFields*)il2cpp_codegen_static_fields_for(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var))->get_Default_2(); bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.RefreshPropertiesAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefreshPropertiesAttribute__cctor_m36A4C610788398609E525F97380FCAE1D1EB0CF6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * L_0 = (RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A *)il2cpp_codegen_object_new(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var); RefreshPropertiesAttribute__ctor_m9255C293369B11B2CEDC56C0C8B4AD807DB9EDF3(L_0, 1, /*hidden argument*/NULL); ((RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_StaticFields*)il2cpp_codegen_static_fields_for(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var))->set_All_0(L_0); RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * L_1 = (RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A *)il2cpp_codegen_object_new(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var); RefreshPropertiesAttribute__ctor_m9255C293369B11B2CEDC56C0C8B4AD807DB9EDF3(L_1, 2, /*hidden argument*/NULL); ((RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_StaticFields*)il2cpp_codegen_static_fields_for(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var))->set_Repaint_1(L_1); RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * L_2 = (RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A *)il2cpp_codegen_object_new(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var); RefreshPropertiesAttribute__ctor_m9255C293369B11B2CEDC56C0C8B4AD807DB9EDF3(L_2, 0, /*hidden argument*/NULL); ((RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_StaticFields*)il2cpp_codegen_static_fields_for(RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A_il2cpp_TypeInfo_var))->set_Default_2(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.Regex::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_mEF92EBB8A321ACF8E6D952D4211D447970641A82 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_8(); __this->set_internalMatchTimeout_5(L_0); return; } } // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___pattern0; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_8(); Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36(__this, L_0, 0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___pattern0; int32_t L_1 = ___options1; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_8(); Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, int32_t ___options1, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout2, bool ___useCache3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * V_0 = NULL; CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); V_1 = (CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 *)NULL; V_2 = (String_t*)NULL; String_t* L_0 = ___pattern0; if (L_0) { goto IL_0018; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36_RuntimeMethod_var))); } IL_0018: { int32_t L_2 = ___options1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0022; } } { int32_t L_3 = ___options1; if (!((int32_t)((int32_t)L_3>>(int32_t)((int32_t)10)))) { goto IL_002d; } } IL_0022: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36_RuntimeMethod_var))); } IL_002d: { int32_t L_5 = ___options1; if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)256)))) { goto IL_004a; } } { int32_t L_6 = ___options1; if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)-780)))) { goto IL_004a; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36_RuntimeMethod_var))); } IL_004a: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8 = ___matchTimeout2; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex_ValidateMatchTimeout_m4C1557E40D27540F8F9E8CDA35473D94F7B1B2F2(L_8, /*hidden argument*/NULL); int32_t L_9 = ___options1; if (!((int32_t)((int32_t)L_9&(int32_t)((int32_t)512)))) { goto IL_0066; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10; L_10 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); V_2 = L_11; goto IL_0071; } IL_0066: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); V_2 = L_13; } IL_0071: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14; int32_t L_16 = ___options1; V_4 = L_16; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_17; L_17 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_18; L_18 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&V_4), L_17, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(0), (String_t*)L_18); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = L_15; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); (L_19)->SetAt(static_cast(1), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = L_19; String_t* L_21 = V_2; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(2), (String_t*)L_21); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = L_20; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); (L_22)->SetAt(static_cast(3), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = L_22; String_t* L_24 = ___pattern0; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(4), (String_t*)L_24); String_t* L_25; L_25 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_23, /*hidden argument*/NULL); V_3 = L_25; String_t* L_26 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_27; L_27 = Regex_LookupCachedAndUpdate_m622DA7C090B63CE5ECC87F5F20607ACAC8594522(L_26, /*hidden argument*/NULL); V_1 = L_27; String_t* L_28 = ___pattern0; __this->set_pattern_0(L_28); int32_t L_29 = ___options1; __this->set_roptions_2(L_29); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_30 = ___matchTimeout2; __this->set_internalMatchTimeout_5(L_30); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_31 = V_1; if (L_31) { goto IL_012e; } } { String_t* L_32 = ___pattern0; int32_t L_33 = __this->get_roptions_2(); IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_34; L_34 = RegexParser_Parse_mF17A30D14FACA37DB6DE172C5F0C34B4EB1EA719(L_32, L_33, /*hidden argument*/NULL); V_0 = L_34; RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_35 = V_0; NullCheck(L_35); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_36 = L_35->get__capnames_3(); __this->set_capnames_10(L_36); RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_37 = V_0; NullCheck(L_37); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_38 = L_37->get__capslist_4(); __this->set_capslist_11(L_38); RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 * L_39 = V_0; RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_40; L_40 = RegexWriter_Write_mDA5FFD555A690E124077AE4141C24C13EF9105DF(L_39, /*hidden argument*/NULL); __this->set_code_15(L_40); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_41 = __this->get_code_15(); NullCheck(L_41); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_42 = L_41->get__caps_51(); __this->set_caps_9(L_42); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_43 = __this->get_code_15(); NullCheck(L_43); int32_t L_44 = L_43->get__capsize_52(); __this->set_capsize_12(L_44); Regex_InitializeReferences_mE235C9E46D78418A5D0C2D20AD885CA08A7963CC(__this, /*hidden argument*/NULL); V_0 = (RegexTree_t63A434601D42EC388D9B2DCA2913286CFC8811F3 *)NULL; bool L_45 = ___useCache3; if (!L_45) { goto IL_0195; } } { String_t* L_46 = V_3; CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_47; L_47 = Regex_CacheCode_m32FF18EDE0B858DB864C27480A11C5A1F752D419(__this, L_46, /*hidden argument*/NULL); V_1 = L_47; return; } IL_012e: { CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_48 = V_1; NullCheck(L_48); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_49 = L_48->get__caps_2(); __this->set_caps_9(L_49); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_50 = V_1; NullCheck(L_50); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_51 = L_50->get__capnames_3(); __this->set_capnames_10(L_51); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_52 = V_1; NullCheck(L_52); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_53 = L_52->get__capslist_4(); __this->set_capslist_11(L_53); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_54 = V_1; NullCheck(L_54); int32_t L_55 = L_54->get__capsize_5(); __this->set_capsize_12(L_55); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_56 = V_1; NullCheck(L_56); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_57 = L_56->get__code_1(); __this->set_code_15(L_57); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_58 = V_1; NullCheck(L_58); RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * L_59 = L_58->get__factory_6(); __this->set_factory_1(L_59); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_60 = V_1; NullCheck(L_60); ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * L_61 = L_60->get__runnerref_7(); __this->set_runnerref_13(L_61); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_62 = V_1; NullCheck(L_62); SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * L_63 = L_62->get__replref_8(); __this->set_replref_14(L_63); __this->set_refsInitialized_16((bool)1); } IL_0195: { return; } } // System.Void System.Text.RegularExpressions.Regex::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m6B76356476FAEC104F6088C71C9659B5023AC010 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0CEAF0BD3FADF6359126DC7C9D79D9E24E0C446); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_1; memset((&V_1), 0, sizeof(V_1)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; NullCheck(L_0); String_t* L_1; L_1 = SerializationInfo_GetString_m50298DCBCD07D858EE19414052CB02EE4DDD3C2C(L_0, _stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; NullCheck(L_2); int32_t L_3; L_3 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30(L_2, _stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A, /*hidden argument*/NULL); Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4(__this, L_1, L_3, /*hidden argument*/NULL); } IL_001c: try {// begin try (depth: 1) SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___info0; NullCheck(L_4); int64_t L_5; L_5 = SerializationInfo_GetInt64_m13BC92A489CE4540FC55BB00D2A3460B0D9A0DEC(L_4, _stringLiteralA0CEAF0BD3FADF6359126DC7C9D79D9E24E0C446, /*hidden argument*/NULL); V_0 = L_5; int64_t L_6 = V_0; TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_1), L_6, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex_ValidateMatchTimeout_m4C1557E40D27540F8F9E8CDA35473D94F7B1B2F2(L_7, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8 = V_1; __this->set_internalMatchTimeout_5(L_8); goto IL_0042; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003f; } throw e; } CATCH_003f: {// begin catch(System.Runtime.Serialization.SerializationException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0042; }// end catch (depth: 1) IL_0042: { return; } } // System.Void System.Text.RegularExpressions.Regex::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex_System_Runtime_Serialization_ISerializable_GetObjectData_m2ADC8012FEA27096E98EB9126BBE2553EFBEADDD (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___si0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0CEAF0BD3FADF6359126DC7C9D79D9E24E0C446); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0); s_Il2CppMethodInitialized = true; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_0; memset((&V_0), 0, sizeof(V_0)); { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___si0; String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this); NullCheck(L_0); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_0, _stringLiteralD8CD2F2DA1948373D6BFA8C44122166BC25E3FC0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___si0; int32_t L_3; L_3 = Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2_inline(__this, /*hidden argument*/NULL); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_2, _stringLiteralCF7DF948FC4905FED1A56776B9DFCCB86C46912A, L_5, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___si0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_7; L_7 = Regex_get_MatchTimeout_mA525D5C25A1DADC3AF1913D6E5FA6D8F0208309A_inline(__this, /*hidden argument*/NULL); V_0 = L_7; int64_t L_8; L_8 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_0), /*hidden argument*/NULL); NullCheck(L_6); SerializationInfo_AddValue_mD0C00DE59B4C6649A6BFA5EBC7D8618B46B967D5(L_6, _stringLiteralA0CEAF0BD3FADF6359126DC7C9D79D9E24E0C446, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.Regex::ValidateMatchTimeout(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex_ValidateMatchTimeout_m4C1557E40D27540F8F9E8CDA35473D94F7B1B2F2 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_InfiniteMatchTimeout_4(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ___matchTimeout0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_2; L_2 = TimeSpan_op_Equality_m8229F4B63064E2D43B244C6E82D55CB2B0360BB1(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000e; } } { return; } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_Zero_19(); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_4 = ___matchTimeout0; bool L_5; L_5 = TimeSpan_op_LessThan_m585756B1EABD0B2BF89F6BDAD62E7C34BCE59E28(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6 = ___matchTimeout0; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_7 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_MaximumMatchTimeout_3(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); bool L_8; L_8 = TimeSpan_op_LessThanOrEqual_mFC305F712D03BA0E5E9F13CDFAF56B5DD0B00797(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0029; } } { return; } IL_0029: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA0CEAF0BD3FADF6359126DC7C9D79D9E24E0C446)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_ValidateMatchTimeout_m4C1557E40D27540F8F9E8CDA35473D94F7B1B2F2_RuntimeMethod_var))); } } // System.TimeSpan System.Text.RegularExpressions.Regex::InitDefaultMatchTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Regex_InitDefaultMatchTimeout_mB8E2FD4834968D6E775632A6D55FCA39D65F402F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_1; memset((&V_1), 0, sizeof(V_1)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * L_0; L_0 = AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E(/*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1; L_1 = AppDomain_GetData_m3B7D0B3C44FF35B64775B888BAD9F696FF9C2639(L_0, _stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; if (L_2) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_FallbackDefaultMatchTimeout_7(); return L_3; } IL_0019: { RuntimeObject * L_4 = V_0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))) { goto IL_003f; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9))); (L_6)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9))); String_t* L_7; L_7 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29588F1CB3A3C49E44B9901B49671B5BFACA26AD)), L_6, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_8 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_InitDefaultMatchTimeout_mB8E2FD4834968D6E775632A6D55FCA39D65F402F_RuntimeMethod_var))); } IL_003f: { RuntimeObject * L_9 = V_0; V_1 = ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_9, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); } IL_0046: try {// begin try (depth: 1) TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex_ValidateMatchTimeout_m4C1557E40D27540F8F9E8CDA35473D94F7B1B2F2(L_10, /*hidden argument*/NULL); goto IL_006d; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_004e; } throw e; } CATCH_004e: {// begin catch(System.ArgumentOutOfRangeException) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9))); (L_12)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AB8B9167B4BF3DC7E58D6977773F1FFF5B866E9))); String_t* L_13; L_13 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29588F1CB3A3C49E44B9901B49671B5BFACA26AD)), L_12, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_14 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_InitDefaultMatchTimeout_mB8E2FD4834968D6E775632A6D55FCA39D65F402F_RuntimeMethod_var))); }// end catch (depth: 1) IL_006d: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_15 = V_1; return L_15; } } // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::get_Options() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_roptions_2(); return L_0; } } // System.TimeSpan System.Text.RegularExpressions.Regex::get_MatchTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Regex_get_MatchTimeout_mA525D5C25A1DADC3AF1913D6E5FA6D8F0208309A (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_internalMatchTimeout_5(); return L_0; } } // System.Boolean System.Text.RegularExpressions.Regex::get_RightToLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_get_RightToLeft_m14807D1228A43D322B2F7E4D82613ADE0C2DCA77 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { bool L_0; L_0 = Regex_UseOptionR_m17558F506D3A7513656679A8F3DEEA0C50AAE90A(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Text.RegularExpressions.Regex::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_ToString_m7D4EE035485F8A09613A6A7D171CAB7FE3FA68A1 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_pattern_0(); return L_0; } } // System.String System.Text.RegularExpressions.Regex::GroupNameFromNumber(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_GroupNameFromNumber_mEC9EA505C734A60A6D10397D5ABB37EED1C244B9 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_capslist_11(); if (L_0) { goto IL_0028; } } { int32_t L_1 = ___i0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0022; } } { int32_t L_2 = ___i0; int32_t L_3 = __this->get_capsize_12(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_5; L_5 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___i0), L_4, /*hidden argument*/NULL); return L_5; } IL_0022: { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_6; } IL_0028: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = __this->get_caps_9(); if (!L_7) { goto IL_0053; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = __this->get_caps_9(); int32_t L_9 = ___i0; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); RuntimeObject * L_12; L_12 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11); V_0 = L_12; RuntimeObject * L_13 = V_0; if (L_13) { goto IL_004b; } } { String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_14; } IL_004b: { RuntimeObject * L_15 = V_0; ___i0 = ((*(int32_t*)((int32_t*)UnBox(L_15, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } IL_0053: { int32_t L_16 = ___i0; if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_006b; } } { int32_t L_17 = ___i0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = __this->get_capslist_11(); NullCheck(L_18); if ((((int32_t)L_17) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_006b; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = __this->get_capslist_11(); int32_t L_20 = ___i0; NullCheck(L_19); int32_t L_21 = L_20; String_t* L_22 = (L_19)->GetAt(static_cast(L_21)); return L_22; } IL_006b: { String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_23; } } // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m4E87C3158FE78A31C412357F7DB6692639B2BA57 (String_t* ___input0, String_t* ___pattern1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___input0; String_t* L_1 = ___pattern1; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_8(); bool L_3; L_3 = Regex_IsMatch_m826F4E3E65102210A1FF2FC27EEC9DD6695F3E50(L_0, L_1, 0, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m414614D629C75CC280CA145080091D4209320DC1 (String_t* ___input0, String_t* ___pattern1, int32_t ___options2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___input0; String_t* L_1 = ___pattern1; int32_t L_2 = ___options2; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_8(); bool L_4; L_4 = Regex_IsMatch_m826F4E3E65102210A1FF2FC27EEC9DD6695F3E50(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m826F4E3E65102210A1FF2FC27EEC9DD6695F3E50 (String_t* ___input0, String_t* ___pattern1, int32_t ___options2, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___pattern1; int32_t L_1 = ___options2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___matchTimeout3; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_3 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36(L_3, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); String_t* L_4 = ___input0; NullCheck(L_3); bool L_5; L_5 = Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method) { String_t* G_B4_0 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B4_1 = NULL; String_t* G_B3_0 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B3_1 = NULL; int32_t G_B5_0 = 0; String_t* G_B5_1 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B5_2 = NULL; { String_t* L_0 = ___input0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___input0; bool L_3; L_3 = Regex_UseOptionR_m17558F506D3A7513656679A8F3DEEA0C50AAE90A(__this, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = __this; if (L_3) { G_B4_0 = L_2; G_B4_1 = __this; goto IL_001b; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0021; } IL_001b: { String_t* L_4 = ___input0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); G_B5_0 = L_5; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0021: { NullCheck(G_B5_2); bool L_6; L_6 = Regex_IsMatch_mDDCAABF0AAA48842BD96EE728A7A6732D579DB6D(G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); return L_6; } } // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_mDDCAABF0AAA48842BD96EE728A7A6732D579DB6D (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method) { { String_t* L_0 = ___input0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_IsMatch_mDDCAABF0AAA48842BD96EE728A7A6732D579DB6D_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___input0; String_t* L_3 = ___input0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = ___startat1; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_6; L_6 = Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB(__this, (bool)1, (-1), L_2, 0, L_4, L_5, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)L_6) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m31B6448291064398B18580522CC8C498AB19D1C8 (String_t* ___input0, String_t* ___pattern1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___input0; String_t* L_1 = ___pattern1; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_8(); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_3; L_3 = Regex_Match_m0DF89D5820C61F96F2FFBE939927993F56593B1C(L_0, L_1, 0, L_2, /*hidden argument*/NULL); return L_3; } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m0DF89D5820C61F96F2FFBE939927993F56593B1C (String_t* ___input0, String_t* ___pattern1, int32_t ___options2, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___pattern1; int32_t L_1 = ___options2; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___matchTimeout3; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_3 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36(L_3, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); String_t* L_4 = ___input0; NullCheck(L_3); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_5; L_5 = Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method) { String_t* G_B4_0 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B4_1 = NULL; String_t* G_B3_0 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B3_1 = NULL; int32_t G_B5_0 = 0; String_t* G_B5_1 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B5_2 = NULL; { String_t* L_0 = ___input0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___input0; bool L_3; L_3 = Regex_UseOptionR_m17558F506D3A7513656679A8F3DEEA0C50AAE90A(__this, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = __this; if (L_3) { G_B4_0 = L_2; G_B4_1 = __this; goto IL_001b; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0021; } IL_001b: { String_t* L_4 = ___input0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); G_B5_0 = L_5; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0021: { NullCheck(G_B5_2); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_6; L_6 = Regex_Match_m172D74CF011CD3C89EA61D47BE7DEA1E689B5C7C(G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); return L_6; } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m172D74CF011CD3C89EA61D47BE7DEA1E689B5C7C (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method) { { String_t* L_0 = ___input0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Match_m172D74CF011CD3C89EA61D47BE7DEA1E689B5C7C_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___input0; String_t* L_3 = ___input0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = ___startat1; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_6; L_6 = Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB(__this, (bool)0, (-1), L_2, 0, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Text.RegularExpressions.MatchCollection System.Text.RegularExpressions.Regex::Matches(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * Regex_Matches_mA3CAFBD1A581E7409F82E96AB033F62A5F305465 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method) { String_t* G_B4_0 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B4_1 = NULL; String_t* G_B3_0 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B3_1 = NULL; int32_t G_B5_0 = 0; String_t* G_B5_1 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B5_2 = NULL; { String_t* L_0 = ___input0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Matches_mA3CAFBD1A581E7409F82E96AB033F62A5F305465_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___input0; bool L_3; L_3 = Regex_UseOptionR_m17558F506D3A7513656679A8F3DEEA0C50AAE90A(__this, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = __this; if (L_3) { G_B4_0 = L_2; G_B4_1 = __this; goto IL_001b; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0021; } IL_001b: { String_t* L_4 = ___input0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); G_B5_0 = L_5; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0021: { NullCheck(G_B5_2); MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * L_6; L_6 = Regex_Matches_mE1B9FFC45683E3446029B8449C3361CDA2BD1B15(G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); return L_6; } } // System.Text.RegularExpressions.MatchCollection System.Text.RegularExpressions.Regex::Matches(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * Regex_Matches_mE1B9FFC45683E3446029B8449C3361CDA2BD1B15 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___input0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Matches_mE1B9FFC45683E3446029B8449C3361CDA2BD1B15_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___input0; String_t* L_3 = ___input0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = ___startat1; MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * L_6 = (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E *)il2cpp_codegen_object_new(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var); MatchCollection__ctor_mB2FA3F30789018215F0D4C5FFF00379F5415AC37(L_6, __this, L_2, 0, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_m5390161D9A730CE2144637F101EA0224168C3CF2 (String_t* ___input0, String_t* ___pattern1, String_t* ___replacement2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___input0; String_t* L_1 = ___pattern1; String_t* L_2 = ___replacement2; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_DefaultMatchTimeout_8(); String_t* L_4; L_4 = Regex_Replace_mB647E5CFA22EEF099570315C1BCD6D47BB2B9915(L_0, L_1, L_2, 0, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_mB647E5CFA22EEF099570315C1BCD6D47BB2B9915 (String_t* ___input0, String_t* ___pattern1, String_t* ___replacement2, int32_t ___options3, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___matchTimeout4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___pattern1; int32_t L_1 = ___options3; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ___matchTimeout4; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_3 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m554F01ECFC788141B8015EDE403CFC57DCF65F36(L_3, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); String_t* L_4 = ___input0; String_t* L_5 = ___replacement2; NullCheck(L_3); String_t* L_6; L_6 = Regex_Replace_m47C8C4AF6A7F1D1A2728F9ADA7791F4EABA49E2F(L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_m47C8C4AF6A7F1D1A2728F9ADA7791F4EABA49E2F (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, String_t* ___replacement1, const RuntimeMethod* method) { int32_t G_B4_0 = 0; String_t* G_B4_1 = NULL; String_t* G_B4_2 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B4_3 = NULL; int32_t G_B3_0 = 0; String_t* G_B3_1 = NULL; String_t* G_B3_2 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B3_3 = NULL; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; String_t* G_B5_2 = NULL; String_t* G_B5_3 = NULL; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * G_B5_4 = NULL; { String_t* L_0 = ___input0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Replace_m47C8C4AF6A7F1D1A2728F9ADA7791F4EABA49E2F_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___input0; String_t* L_3 = ___replacement1; bool L_4; L_4 = Regex_UseOptionR_m17558F506D3A7513656679A8F3DEEA0C50AAE90A(__this, /*hidden argument*/NULL); G_B3_0 = (-1); G_B3_1 = L_3; G_B3_2 = L_2; G_B3_3 = __this; if (L_4) { G_B4_0 = (-1); G_B4_1 = L_3; G_B4_2 = L_2; G_B4_3 = __this; goto IL_001d; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; goto IL_0023; } IL_001d: { String_t* L_5 = ___input0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); G_B5_0 = L_6; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; } IL_0023: { NullCheck(G_B5_4); String_t* L_7; L_7 = Regex_Replace_mDCC89468106F966C02DF2A0D7B56B305E95463EE(G_B5_4, G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); return L_7; } } // System.String System.Text.RegularExpressions.Regex::Replace(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Regex_Replace_mDCC89468106F966C02DF2A0D7B56B305E95463EE (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, String_t* ___replacement1, int32_t ___count2, int32_t ___startat3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * V_0 = NULL; { String_t* L_0 = ___input0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Replace_mDCC89468106F966C02DF2A0D7B56B305E95463EE_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___replacement1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E972889E9B24A074D194A58B80B967B519863E2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Replace_mDCC89468106F966C02DF2A0D7B56B305E95463EE_RuntimeMethod_var))); } IL_001c: { SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * L_4 = __this->get_replref_14(); NullCheck(L_4); RuntimeObject * L_5; L_5 = SharedReference_Get_mABBA2F0DE65F82D90AAE425020F14676F313EB68(L_4, /*hidden argument*/NULL); V_0 = ((RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 *)CastclassSealed((RuntimeObject*)L_5, RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32_il2cpp_TypeInfo_var)); RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * L_6 = V_0; if (!L_6) { goto IL_003e; } } { RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = RegexReplacement_get_Pattern_m15AB0E06009DB144BE40253F76F4C09D1AA865BA_inline(L_7, /*hidden argument*/NULL); String_t* L_9 = ___replacement1; NullCheck(L_8); bool L_10; L_10 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0069; } } IL_003e: { String_t* L_11 = ___replacement1; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_12 = __this->get_caps_9(); int32_t L_13 = __this->get_capsize_12(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = __this->get_capnames_10(); int32_t L_15 = __this->get_roptions_2(); IL2CPP_RUNTIME_CLASS_INIT(RegexParser_t673103BAE9C6E80634528A1F73A81772DD98E6D9_il2cpp_TypeInfo_var); RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * L_16; L_16 = RegexParser_ParseReplacement_mC5D0119ACEAD7508BDEC514BF4D8C9303CAD0842(L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); V_0 = L_16; SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * L_17 = __this->get_replref_14(); RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * L_18 = V_0; NullCheck(L_17); SharedReference_Cache_mA43A19BCE25BC113C767B8C3531B7A096C3B6262(L_17, L_18, /*hidden argument*/NULL); } IL_0069: { RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * L_19 = V_0; String_t* L_20 = ___input0; int32_t L_21 = ___count2; int32_t L_22 = ___startat3; NullCheck(L_19); String_t* L_23; L_23 = RegexReplacement_Replace_mE66A1F2D387B2ABA21E0BCEEA2DEA9BAEDEDCC60(L_19, __this, L_20, L_21, L_22, /*hidden argument*/NULL); return L_23; } } // System.Void System.Text.RegularExpressions.Regex::InitializeReferences() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex_InitializeReferences_mE235C9E46D78418A5D0C2D20AD885CA08A7963CC (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_refsInitialized_16(); if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral34706AEB52EC7987B7354AFAEFBE4DE3FF8A91EF)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_InitializeReferences_mE235C9E46D78418A5D0C2D20AD885CA08A7963CC_RuntimeMethod_var))); } IL_0018: { __this->set_refsInitialized_16((bool)1); ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * L_3 = (ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 *)il2cpp_codegen_object_new(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8_il2cpp_TypeInfo_var); ExclusiveReference__ctor_m67E39E008F143F07C22A8424E051F6798B917089(L_3, /*hidden argument*/NULL); __this->set_runnerref_13(L_3); SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * L_4 = (SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 *)il2cpp_codegen_object_new(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926_il2cpp_TypeInfo_var); SharedReference__ctor_mCD9987FD08CB61180CE190A8DEF05E5AAF5C1087(L_4, /*hidden argument*/NULL); __this->set_replref_14(L_4); return; } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Run(System.Boolean,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, bool ___quick0, int32_t ___prevlen1, String_t* ___input2, int32_t ___beginning3, int32_t ___length4, int32_t ___startat5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * V_0 = NULL; RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * G_B11_0 = NULL; RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * G_B10_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * G_B12_0 = NULL; RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * G_B12_1 = NULL; { V_1 = (RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)NULL; int32_t L_0 = ___startat5; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0011; } } { int32_t L_1 = ___startat5; String_t* L_2 = ___input2; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_0026; } } IL_0011: { String_t* L_4; L_4 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB596320AE4D74537B29168E9BDF95B753E2B5301)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB_RuntimeMethod_var))); } IL_0026: { int32_t L_6 = ___length4; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0035; } } { int32_t L_7 = ___length4; String_t* L_8 = ___input2; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)L_9))) { goto IL_004a; } } IL_0035: { String_t* L_10; L_10 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral143C872360343241D83008E13DCCEBD90A41C3C5)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_11 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB_RuntimeMethod_var))); } IL_004a: { ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * L_12 = __this->get_runnerref_13(); NullCheck(L_12); RuntimeObject * L_13; L_13 = ExclusiveReference_Get_mA02D838F3B8772B83AD45D47E8C8275F8EA2A48A(L_12, /*hidden argument*/NULL); V_1 = ((RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 *)CastclassClass((RuntimeObject*)L_13, RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934_il2cpp_TypeInfo_var)); RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * L_14 = V_1; if (L_14) { goto IL_0094; } } { RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * L_15 = __this->get_factory_1(); if (!L_15) { goto IL_0074; } } { RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * L_16 = __this->get_factory_1(); NullCheck(L_16); RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * L_17; L_17 = VirtualFuncInvoker0< RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * >::Invoke(4 /* System.Text.RegularExpressions.RegexRunner System.Text.RegularExpressions.RegexRunnerFactory::CreateInstance() */, L_16); V_1 = L_17; goto IL_0094; } IL_0074: { RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_18 = __this->get_code_15(); bool L_19; L_19 = Regex_UseOptionInvariant_m82E216D16CB2DA12B8B8DAA67CC2BE6BF4DF2470(__this, /*hidden argument*/NULL); G_B10_0 = L_18; if (L_19) { G_B11_0 = L_18; goto IL_0089; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20; L_20 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); G_B12_0 = L_20; G_B12_1 = G_B10_0; goto IL_008e; } IL_0089: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21; L_21 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); G_B12_0 = L_21; G_B12_1 = G_B11_0; } IL_008e: { RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E * L_22 = (RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E *)il2cpp_codegen_object_new(RegexInterpreter_tF3C74D72240962B960AE4D39D9CF1632C9C2982E_il2cpp_TypeInfo_var); RegexInterpreter__ctor_m58E5C9B14F78D108FC9277924C4A5DCC73AE832A(L_22, G_B12_1, G_B12_0, /*hidden argument*/NULL); V_1 = L_22; } IL_0094: { } IL_0095: try {// begin try (depth: 1) RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * L_23 = V_1; String_t* L_24 = ___input2; int32_t L_25 = ___beginning3; int32_t L_26 = ___beginning3; int32_t L_27 = ___length4; int32_t L_28 = ___startat5; int32_t L_29 = ___prevlen1; bool L_30 = ___quick0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_31 = __this->get_internalMatchTimeout_5(); NullCheck(L_23); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_32; L_32 = RegexRunner_Scan_m2ADEF871B8873041D1224B4FE362BD4A943AC536(L_23, __this, L_24, L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)), L_28, L_29, L_30, L_31, /*hidden argument*/NULL); V_0 = L_32; IL2CPP_LEAVE(0xBE, FINALLY_00b1); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b1; } FINALLY_00b1: {// begin finally (depth: 1) ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * L_33 = __this->get_runnerref_13(); RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * L_34 = V_1; NullCheck(L_33); ExclusiveReference_Release_m3D5A9BB7FFB13DBB21386F811936EFC6A358C1FC(L_33, L_34, /*hidden argument*/NULL); IL2CPP_END_FINALLY(177) }// end finally (depth: 1) IL2CPP_CLEANUP(177) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBE, IL_00be) } IL_00be: { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_35 = V_0; return L_35; } } // System.Text.RegularExpressions.CachedCodeEntry System.Text.RegularExpressions.Regex::LookupCachedAndUpdate(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * Regex_LookupCachedAndUpdate_m622DA7C090B63CE5ECC87F5F20607ACAC8594522 (String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Next_m171F1B2896732CA7C3145271CD4A48B6ECAF726B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_mE8E877BEBBD3E32AF07BB9494DDFF445B55A23C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddFirst_mBB9AE7A968A226CFBF78E7ABCDEA6DCABC7A5369_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_m43BA463FBFABC3163209EAF6CD3788FCB9248B72_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_mF15ECBEDF972579A7308F61A3B9D4873E227B00D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * V_0 = NULL; bool V_1 = false; LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * V_2 = NULL; CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_0 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_17(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) { LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_2 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_17(); NullCheck(L_2); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_3; L_3 = LinkedList_1_get_First_mF15ECBEDF972579A7308F61A3B9D4873E227B00D_inline(L_2, /*hidden argument*/LinkedList_1_get_First_mF15ECBEDF972579A7308F61A3B9D4873E227B00D_RuntimeMethod_var); V_2 = L_3; goto IL_0056; } IL_001d: { LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_4 = V_2; NullCheck(L_4); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_5; L_5 = LinkedListNode_1_get_Value_mE8E877BEBBD3E32AF07BB9494DDFF445B55A23C8_inline(L_4, /*hidden argument*/LinkedListNode_1_get_Value_mE8E877BEBBD3E32AF07BB9494DDFF445B55A23C8_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = L_5->get__key_0(); String_t* L_7 = ___key0; bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004f; } } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_9 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_17(); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_10 = V_2; NullCheck(L_9); LinkedList_1_Remove_m43BA463FBFABC3163209EAF6CD3788FCB9248B72(L_9, L_10, /*hidden argument*/LinkedList_1_Remove_m43BA463FBFABC3163209EAF6CD3788FCB9248B72_RuntimeMethod_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_11 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_17(); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_12 = V_2; NullCheck(L_11); LinkedList_1_AddFirst_mBB9AE7A968A226CFBF78E7ABCDEA6DCABC7A5369(L_11, L_12, /*hidden argument*/LinkedList_1_AddFirst_mBB9AE7A968A226CFBF78E7ABCDEA6DCABC7A5369_RuntimeMethod_var); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_13 = V_2; NullCheck(L_13); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_14; L_14 = LinkedListNode_1_get_Value_mE8E877BEBBD3E32AF07BB9494DDFF445B55A23C8_inline(L_13, /*hidden argument*/LinkedListNode_1_get_Value_mE8E877BEBBD3E32AF07BB9494DDFF445B55A23C8_RuntimeMethod_var); V_3 = L_14; IL2CPP_LEAVE(0x67, FINALLY_005b); } IL_004f: { LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_15 = V_2; NullCheck(L_15); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_16; L_16 = LinkedListNode_1_get_Next_m171F1B2896732CA7C3145271CD4A48B6ECAF726B(L_15, /*hidden argument*/LinkedListNode_1_get_Next_m171F1B2896732CA7C3145271CD4A48B6ECAF726B_RuntimeMethod_var); V_2 = L_16; } IL_0056: { LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_17 = V_2; if (L_17) { goto IL_001d; } } IL_0059: { IL2CPP_LEAVE(0x65, FINALLY_005b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005b; } FINALLY_005b: {// begin finally (depth: 1) { bool L_18 = V_1; if (!L_18) { goto IL_0064; } } IL_005e: { LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_19 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_19, /*hidden argument*/NULL); } IL_0064: { IL2CPP_END_FINALLY(91) } }// end finally (depth: 1) IL2CPP_CLEANUP(91) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x67, IL_0067) IL2CPP_JUMP_TBL(0x65, IL_0065) } IL_0065: { return (CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 *)NULL; } IL_0067: { CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_20 = V_3; return L_20; } } // System.Text.RegularExpressions.CachedCodeEntry System.Text.RegularExpressions.Regex::CacheCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * Regex_CacheCode_m32FF18EDE0B858DB864C27480A11C5A1F752D419 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Next_m171F1B2896732CA7C3145271CD4A48B6ECAF726B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_mE8E877BEBBD3E32AF07BB9494DDFF445B55A23C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddFirst_m568E3D6F171C80D9E3FD857606640D54201DB4DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddFirst_mBB9AE7A968A226CFBF78E7ABCDEA6DCABC7A5369_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_RemoveLast_m8915CCD6E20A447490A39727BE0F3DB5D26A38BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_m43BA463FBFABC3163209EAF6CD3788FCB9248B72_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_Count_mC4E2C15BD25B1511DF3C10A0252A60A73C6DF6DF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_mF15ECBEDF972579A7308F61A3B9D4873E227B00D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * V_0 = NULL; LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * V_1 = NULL; bool V_2 = false; LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * V_3 = NULL; CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_0 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_17(); V_1 = L_0; V_2 = (bool)0; } IL_000a: try {// begin try (depth: 1) { LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_1 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_2 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_17(); NullCheck(L_2); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_3; L_3 = LinkedList_1_get_First_mF15ECBEDF972579A7308F61A3B9D4873E227B00D_inline(L_2, /*hidden argument*/LinkedList_1_get_First_mF15ECBEDF972579A7308F61A3B9D4873E227B00D_RuntimeMethod_var); V_3 = L_3; goto IL_0059; } IL_001f: { LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_4 = V_3; NullCheck(L_4); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_5; L_5 = LinkedListNode_1_get_Value_mE8E877BEBBD3E32AF07BB9494DDFF445B55A23C8_inline(L_4, /*hidden argument*/LinkedListNode_1_get_Value_mE8E877BEBBD3E32AF07BB9494DDFF445B55A23C8_RuntimeMethod_var); NullCheck(L_5); String_t* L_6 = L_5->get__key_0(); String_t* L_7 = ___key0; bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0052; } } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_9 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_17(); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_10 = V_3; NullCheck(L_9); LinkedList_1_Remove_m43BA463FBFABC3163209EAF6CD3788FCB9248B72(L_9, L_10, /*hidden argument*/LinkedList_1_Remove_m43BA463FBFABC3163209EAF6CD3788FCB9248B72_RuntimeMethod_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_11 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_17(); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_12 = V_3; NullCheck(L_11); LinkedList_1_AddFirst_mBB9AE7A968A226CFBF78E7ABCDEA6DCABC7A5369(L_11, L_12, /*hidden argument*/LinkedList_1_AddFirst_mBB9AE7A968A226CFBF78E7ABCDEA6DCABC7A5369_RuntimeMethod_var); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_13 = V_3; NullCheck(L_13); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_14; L_14 = LinkedListNode_1_get_Value_mE8E877BEBBD3E32AF07BB9494DDFF445B55A23C8_inline(L_13, /*hidden argument*/LinkedListNode_1_get_Value_mE8E877BEBBD3E32AF07BB9494DDFF445B55A23C8_RuntimeMethod_var); V_4 = L_14; IL2CPP_LEAVE(0xC9, FINALLY_00bd); } IL_0052: { LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_15 = V_3; NullCheck(L_15); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_16; L_16 = LinkedListNode_1_get_Next_m171F1B2896732CA7C3145271CD4A48B6ECAF726B(L_15, /*hidden argument*/LinkedListNode_1_get_Next_m171F1B2896732CA7C3145271CD4A48B6ECAF726B_RuntimeMethod_var); V_3 = L_16; } IL_0059: { LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_17 = V_3; if (L_17) { goto IL_001f; } } IL_005c: { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); int32_t L_18 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_cacheSize_18(); if (!L_18) { goto IL_00bb; } } IL_0063: { String_t* L_19 = ___key0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_20 = __this->get_capnames_10(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = __this->get_capslist_11(); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_22 = __this->get_code_15(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_23 = __this->get_caps_9(); int32_t L_24 = __this->get_capsize_12(); ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * L_25 = __this->get_runnerref_13(); SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * L_26 = __this->get_replref_14(); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_27 = (CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 *)il2cpp_codegen_object_new(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95_il2cpp_TypeInfo_var); CachedCodeEntry__ctor_mFBEEE67EEFD35764488134D428A6BCABE54E52FC(L_27, L_19, L_20, L_21, L_22, L_23, L_24, L_25, L_26, /*hidden argument*/NULL); V_0 = L_27; IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_28 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_17(); CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_29 = V_0; NullCheck(L_28); LinkedListNode_1_t3CA6835FCC751A6E814F0CAC62D883A4B19E78DA * L_30; L_30 = LinkedList_1_AddFirst_m568E3D6F171C80D9E3FD857606640D54201DB4DB(L_28, L_29, /*hidden argument*/LinkedList_1_AddFirst_m568E3D6F171C80D9E3FD857606640D54201DB4DB_RuntimeMethod_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_31 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_17(); NullCheck(L_31); int32_t L_32; L_32 = LinkedList_1_get_Count_mC4E2C15BD25B1511DF3C10A0252A60A73C6DF6DF_inline(L_31, /*hidden argument*/LinkedList_1_get_Count_mC4E2C15BD25B1511DF3C10A0252A60A73C6DF6DF_RuntimeMethod_var); int32_t L_33 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_cacheSize_18(); if ((((int32_t)L_32) <= ((int32_t)L_33))) { goto IL_00bb; } } IL_00b1: { IL2CPP_RUNTIME_CLASS_INIT(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_34 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_livecode_17(); NullCheck(L_34); LinkedList_1_RemoveLast_m8915CCD6E20A447490A39727BE0F3DB5D26A38BD(L_34, /*hidden argument*/LinkedList_1_RemoveLast_m8915CCD6E20A447490A39727BE0F3DB5D26A38BD_RuntimeMethod_var); } IL_00bb: { IL2CPP_LEAVE(0xC7, FINALLY_00bd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bd; } FINALLY_00bd: {// begin finally (depth: 1) { bool L_35 = V_2; if (!L_35) { goto IL_00c6; } } IL_00c0: { LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_36 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_36, /*hidden argument*/NULL); } IL_00c6: { IL2CPP_END_FINALLY(189) } }// end finally (depth: 1) IL2CPP_CLEANUP(189) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC9, IL_00c9) IL2CPP_JUMP_TBL(0xC7, IL_00c7) } IL_00c7: { CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_37 = V_0; return L_37; } IL_00c9: { CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * L_38 = V_4; return L_38; } } // System.Boolean System.Text.RegularExpressions.Regex::UseOptionR() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_UseOptionR_m17558F506D3A7513656679A8F3DEEA0C50AAE90A (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_roptions_2(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.Regex::UseOptionInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_UseOptionInvariant_m82E216D16CB2DA12B8B8DAA67CC2BE6BF4DF2470 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_roptions_2(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.Text.RegularExpressions.Regex::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__cctor_m31D6C59D0C59DC5CD2ED72B1B595211F27611F39 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1__ctor_m52D5CEC939526CFC21378944079108F376088823_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0; L_0 = TimeSpan_FromMilliseconds_m12D90542B044C450FDFBCEA1CBC32369479483EC((2147483646.0), /*hidden argument*/NULL); ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->set_MaximumMatchTimeout_3(L_0); IL2CPP_RUNTIME_CLASS_INIT(Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ((Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_StaticFields*)il2cpp_codegen_static_fields_for(Timeout_t1D83B13AB177AA6C3028AA49BDFBA6EE7E142050_il2cpp_TypeInfo_var))->get_InfiniteTimeSpan_0(); ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->set_InfiniteMatchTimeout_4(L_1); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->get_InfiniteMatchTimeout_4(); ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->set_FallbackDefaultMatchTimeout_7(L_2); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3; L_3 = Regex_InitDefaultMatchTimeout_mB8E2FD4834968D6E775632A6D55FCA39D65F402F(/*hidden argument*/NULL); ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->set_DefaultMatchTimeout_8(L_3); LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * L_4 = (LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 *)il2cpp_codegen_object_new(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92_il2cpp_TypeInfo_var); LinkedList_1__ctor_m52D5CEC939526CFC21378944079108F376088823(L_4, /*hidden argument*/LinkedList_1__ctor_m52D5CEC939526CFC21378944079108F376088823_RuntimeMethod_var); ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->set_livecode_17(L_4); ((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields*)il2cpp_codegen_static_fields_for(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))->set_cacheSize_18(((int32_t)15)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.RegexBoyerMoore::.ctor(System.String,System.Boolean,System.Boolean,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexBoyerMoore__ctor_m7CFF1BFAA30CB9EC30B0E48B3321366E2C6EBE92 (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, String_t* ___pattern0, bool ___caseInsensitive1, bool ___rightToLeft2, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_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; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; StringBuilder_t * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_12 = NULL; int32_t V_13 = 0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); bool L_0 = ___caseInsensitive1; if (!L_0) { goto IL_004b; } } { String_t* L_1 = ___pattern0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_3, L_2, /*hidden argument*/NULL); V_7 = L_3; V_8 = 0; goto IL_0038; } IL_001b: { StringBuilder_t * L_4 = V_7; String_t* L_5 = ___pattern0; int32_t L_6 = V_8; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = ___culture3; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_9; L_9 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_4); StringBuilder_t * L_10; L_10 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_4, L_9, /*hidden argument*/NULL); int32_t L_11 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0038: { int32_t L_12 = V_8; String_t* L_13 = ___pattern0; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_001b; } } { StringBuilder_t * L_15 = V_7; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); ___pattern0 = L_16; } IL_004b: { String_t* L_17 = ___pattern0; __this->set__pattern_3(L_17); bool L_18 = ___rightToLeft2; __this->set__rightToLeft_6(L_18); bool L_19 = ___caseInsensitive1; __this->set__caseInsensitive_7(L_19); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20 = ___culture3; __this->set__culture_8(L_20); bool L_21 = ___rightToLeft2; if (L_21) { goto IL_007a; } } { V_0 = (-1); String_t* L_22 = ___pattern0; NullCheck(L_22); int32_t L_23; L_23 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_22, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); V_2 = 1; goto IL_0085; } IL_007a: { String_t* L_24 = ___pattern0; NullCheck(L_24); int32_t L_25; L_25 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_24, /*hidden argument*/NULL); V_0 = L_25; V_1 = 0; V_2 = (-1); } IL_0085: { String_t* L_26 = ___pattern0; NullCheck(L_26); int32_t L_27; L_27 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_26, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_28 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_27); __this->set__positive_0(L_28); int32_t L_29 = V_1; V_3 = L_29; String_t* L_30 = ___pattern0; int32_t L_31 = V_3; NullCheck(L_30); Il2CppChar L_32; L_32 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_30, L_31, /*hidden argument*/NULL); V_6 = L_32; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = __this->get__positive_0(); int32_t L_34 = V_3; int32_t L_35 = V_2; NullCheck(L_33); (L_33)->SetAt(static_cast(L_34), (int32_t)L_35); int32_t L_36 = V_3; int32_t L_37 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)); } IL_00ae: { int32_t L_38 = V_3; int32_t L_39 = V_0; if ((((int32_t)L_38) == ((int32_t)L_39))) { goto IL_010f; } } { String_t* L_40 = ___pattern0; int32_t L_41 = V_3; NullCheck(L_40); Il2CppChar L_42; L_42 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_40, L_41, /*hidden argument*/NULL); Il2CppChar L_43 = V_6; if ((((int32_t)L_42) == ((int32_t)L_43))) { goto IL_00c3; } } { int32_t L_44 = V_3; int32_t L_45 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); goto IL_00ae; } IL_00c3: { int32_t L_46 = V_1; V_5 = L_46; int32_t L_47 = V_3; V_4 = L_47; } IL_00c9: { int32_t L_48 = V_4; int32_t L_49 = V_0; if ((((int32_t)L_48) == ((int32_t)L_49))) { goto IL_00e0; } } { String_t* L_50 = ___pattern0; int32_t L_51 = V_5; NullCheck(L_50); Il2CppChar L_52; L_52 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_50, L_51, /*hidden argument*/NULL); String_t* L_53 = ___pattern0; int32_t L_54 = V_4; NullCheck(L_53); Il2CppChar L_55; L_55 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_53, L_54, /*hidden argument*/NULL); if ((((int32_t)L_52) == ((int32_t)L_55))) { goto IL_00fb; } } IL_00e0: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_56 = __this->get__positive_0(); int32_t L_57 = V_5; NullCheck(L_56); int32_t L_58 = L_57; int32_t L_59 = (L_56)->GetAt(static_cast(L_58)); if (L_59) { goto IL_0109; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = __this->get__positive_0(); int32_t L_61 = V_5; int32_t L_62 = V_5; int32_t L_63 = V_4; NullCheck(L_60); (L_60)->SetAt(static_cast(L_61), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_63))); goto IL_0109; } IL_00fb: { int32_t L_64 = V_4; int32_t L_65 = V_2; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_65)); int32_t L_66 = V_5; int32_t L_67 = V_2; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_67)); goto IL_00c9; } IL_0109: { int32_t L_68 = V_3; int32_t L_69 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)L_69)); goto IL_00ae; } IL_010f: { int32_t L_70 = V_1; int32_t L_71 = V_2; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71)); goto IL_0131; } IL_0116: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_72 = __this->get__positive_0(); int32_t L_73 = V_5; NullCheck(L_72); int32_t L_74 = L_73; int32_t L_75 = (L_72)->GetAt(static_cast(L_74)); if (L_75) { goto IL_012b; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_76 = __this->get__positive_0(); int32_t L_77 = V_5; int32_t L_78 = V_2; NullCheck(L_76); (L_76)->SetAt(static_cast(L_77), (int32_t)L_78); } IL_012b: { int32_t L_79 = V_5; int32_t L_80 = V_2; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)L_80)); } IL_0131: { int32_t L_81 = V_5; int32_t L_82 = V_0; if ((!(((uint32_t)L_81) == ((uint32_t)L_82)))) { goto IL_0116; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_83 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); __this->set__negativeASCII_1(L_83); V_9 = 0; goto IL_015d; } IL_014b: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_84 = __this->get__negativeASCII_1(); int32_t L_85 = V_9; int32_t L_86 = V_1; int32_t L_87 = V_0; NullCheck(L_84); (L_84)->SetAt(static_cast(L_85), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)L_87))); int32_t L_88 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); } IL_015d: { int32_t L_89 = V_9; if ((((int32_t)L_89) < ((int32_t)((int32_t)128)))) { goto IL_014b; } } { __this->set__lowASCII_4(((int32_t)127)); __this->set__highASCII_5(0); int32_t L_90 = V_1; V_3 = L_90; goto IL_027c; } IL_017c: { String_t* L_91 = ___pattern0; int32_t L_92 = V_3; NullCheck(L_91); Il2CppChar L_93; L_93 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_91, L_92, /*hidden argument*/NULL); V_6 = L_93; Il2CppChar L_94 = V_6; if ((((int32_t)L_94) >= ((int32_t)((int32_t)128)))) { goto IL_01d4; } } { int32_t L_95 = __this->get__lowASCII_4(); Il2CppChar L_96 = V_6; if ((((int32_t)L_95) <= ((int32_t)L_96))) { goto IL_01a0; } } { Il2CppChar L_97 = V_6; __this->set__lowASCII_4(L_97); } IL_01a0: { int32_t L_98 = __this->get__highASCII_5(); Il2CppChar L_99 = V_6; if ((((int32_t)L_98) >= ((int32_t)L_99))) { goto IL_01b2; } } { Il2CppChar L_100 = V_6; __this->set__highASCII_5(L_100); } IL_01b2: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_101 = __this->get__negativeASCII_1(); Il2CppChar L_102 = V_6; NullCheck(L_101); Il2CppChar L_103 = L_102; int32_t L_104 = (L_101)->GetAt(static_cast(L_103)); int32_t L_105 = V_1; int32_t L_106 = V_0; if ((!(((uint32_t)L_104) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)L_106)))))) { goto IL_0278; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_107 = __this->get__negativeASCII_1(); Il2CppChar L_108 = V_6; int32_t L_109 = V_1; int32_t L_110 = V_3; NullCheck(L_107); (L_107)->SetAt(static_cast(L_108), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_109, (int32_t)L_110))); goto IL_0278; } IL_01d4: { Il2CppChar L_111 = V_6; V_10 = ((int32_t)((int32_t)L_111>>(int32_t)8)); Il2CppChar L_112 = V_6; V_11 = ((int32_t)((int32_t)L_112&(int32_t)((int32_t)255))); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_113 = __this->get__negativeUnicode_2(); if (L_113) { goto IL_01fc; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_114 = (Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF*)(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF*)SZArrayNew(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); __this->set__negativeUnicode_2(L_114); } IL_01fc: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_115 = __this->get__negativeUnicode_2(); int32_t L_116 = V_10; NullCheck(L_115); int32_t L_117 = L_116; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_118 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_115)->GetAt(static_cast(L_117)); if (L_118) { goto IL_0258; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_119 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); V_12 = L_119; V_13 = 0; goto IL_0226; } IL_0218: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_120 = V_12; int32_t L_121 = V_13; int32_t L_122 = V_1; int32_t L_123 = V_0; NullCheck(L_120); (L_120)->SetAt(static_cast(L_121), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_122, (int32_t)L_123))); int32_t L_124 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)); } IL_0226: { int32_t L_125 = V_13; if ((((int32_t)L_125) < ((int32_t)((int32_t)256)))) { goto IL_0218; } } { int32_t L_126 = V_10; if (L_126) { goto IL_024d; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_127 = __this->get__negativeASCII_1(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_128 = V_12; Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_127, (RuntimeArray *)(RuntimeArray *)L_128, ((int32_t)128), /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_129 = V_12; __this->set__negativeASCII_1(L_129); } IL_024d: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_130 = __this->get__negativeUnicode_2(); int32_t L_131 = V_10; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_132 = V_12; NullCheck(L_130); ArrayElementTypeCheck (L_130, L_132); (L_130)->SetAt(static_cast(L_131), (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_132); } IL_0258: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_133 = __this->get__negativeUnicode_2(); int32_t L_134 = V_10; NullCheck(L_133); int32_t L_135 = L_134; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_136 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_133)->GetAt(static_cast(L_135)); int32_t L_137 = V_11; NullCheck(L_136); int32_t L_138 = L_137; int32_t L_139 = (L_136)->GetAt(static_cast(L_138)); int32_t L_140 = V_1; int32_t L_141 = V_0; if ((!(((uint32_t)L_139) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_140, (int32_t)L_141)))))) { goto IL_0278; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_142 = __this->get__negativeUnicode_2(); int32_t L_143 = V_10; NullCheck(L_142); int32_t L_144 = L_143; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_145 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_142)->GetAt(static_cast(L_144)); int32_t L_146 = V_11; int32_t L_147 = V_1; int32_t L_148 = V_3; NullCheck(L_145); (L_145)->SetAt(static_cast(L_146), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)L_148))); } IL_0278: { int32_t L_149 = V_3; int32_t L_150 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)L_150)); } IL_027c: { int32_t L_151 = V_3; int32_t L_152 = V_0; if ((!(((uint32_t)L_151) == ((uint32_t)L_152)))) { goto IL_017c; } } { return; } } // System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::MatchPattern(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexBoyerMoore_MatchPattern_m244689CC527B9B9EFB200E94FCC3C9A8B9210543 (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, String_t* ___text0, int32_t ___index1, const RuntimeMethod* method) { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * V_0 = NULL; int32_t V_1 = 0; { bool L_0 = __this->get__caseInsensitive_7(); if (!L_0) { goto IL_0062; } } { String_t* L_1 = ___text0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = ___index1; String_t* L_4 = __this->get__pattern_3(); NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))) >= ((int32_t)L_5))) { goto IL_001f; } } { return (bool)0; } IL_001f: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6 = __this->get__culture_8(); NullCheck(L_6); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_7; L_7 = VirtualFuncInvoker0< TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_6); V_0 = L_7; V_1 = 0; goto IL_0052; } IL_002f: { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_8 = V_0; String_t* L_9 = ___text0; int32_t L_10 = ___index1; int32_t L_11 = V_1; NullCheck(L_9); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); NullCheck(L_8); Il2CppChar L_13; L_13 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_8, L_12); String_t* L_14 = __this->get__pattern_3(); int32_t L_15 = V_1; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)L_16))) { goto IL_004e; } } { return (bool)0; } IL_004e: { int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0052: { int32_t L_18 = V_1; String_t* L_19 = __this->get__pattern_3(); NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_002f; } } { return (bool)1; } IL_0062: { String_t* L_21 = __this->get__pattern_3(); String_t* L_22 = ___text0; int32_t L_23 = ___index1; String_t* L_24 = __this->get__pattern_3(); NullCheck(L_24); int32_t L_25; L_25 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_24, /*hidden argument*/NULL); int32_t L_26; L_26 = String_CompareOrdinal_m080D376EC2E7A0C528A440094A0DB97DFB34CD41(L_21, 0, L_22, L_23, L_25, /*hidden argument*/NULL); return (bool)((((int32_t)L_26) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.RegexBoyerMoore::IsMatch(System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexBoyerMoore_IsMatch_m37FDC206D86DD3C91A745BE15731677FE01F624B (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, String_t* ___text0, int32_t ___index1, int32_t ___beglimit2, int32_t ___endlimit3, const RuntimeMethod* method) { { bool L_0 = __this->get__rightToLeft_6(); if (L_0) { goto IL_0028; } } { int32_t L_1 = ___index1; int32_t L_2 = ___beglimit2; if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_001d; } } { int32_t L_3 = ___endlimit3; int32_t L_4 = ___index1; String_t* L_5 = __this->get__pattern_3(); NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4))) >= ((int32_t)L_6))) { goto IL_001f; } } IL_001d: { return (bool)0; } IL_001f: { String_t* L_7 = ___text0; int32_t L_8 = ___index1; bool L_9; L_9 = RegexBoyerMoore_MatchPattern_m244689CC527B9B9EFB200E94FCC3C9A8B9210543(__this, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_0028: { int32_t L_10 = ___index1; int32_t L_11 = ___endlimit3; if ((((int32_t)L_10) > ((int32_t)L_11))) { goto IL_003d; } } { int32_t L_12 = ___index1; int32_t L_13 = ___beglimit2; String_t* L_14 = __this->get__pattern_3(); NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13))) >= ((int32_t)L_15))) { goto IL_003f; } } IL_003d: { return (bool)0; } IL_003f: { String_t* L_16 = ___text0; int32_t L_17 = ___index1; String_t* L_18 = __this->get__pattern_3(); NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_18, /*hidden argument*/NULL); bool L_20; L_20 = RegexBoyerMoore_MatchPattern_m244689CC527B9B9EFB200E94FCC3C9A8B9210543(__this, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_19)), /*hidden argument*/NULL); return L_20; } } // System.Int32 System.Text.RegularExpressions.RegexBoyerMoore::Scan(System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexBoyerMoore_Scan_m8C2A8FE0B6CFE8C7844AF8F2FEA79532935BAE43 (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, String_t* ___text0, int32_t ___index1, int32_t ___beglimit2, int32_t ___endlimit3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_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; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Il2CppChar V_8 = 0x0; Il2CppChar V_9 = 0x0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_10 = NULL; int32_t G_B34_0 = 0; { bool L_0 = __this->get__rightToLeft_6(); if (L_0) { goto IL_0032; } } { String_t* L_1 = __this->get__pattern_3(); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); V_6 = L_2; String_t* L_3 = __this->get__pattern_3(); NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_4 = 0; int32_t L_5 = ___index1; int32_t L_6 = V_6; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)1)); V_7 = 1; goto IL_0051; } IL_0032: { String_t* L_7 = __this->get__pattern_3(); NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); V_6 = ((-L_8)); V_3 = 0; int32_t L_9 = V_6; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)((-L_9)), (int32_t)1)); int32_t L_10 = ___index1; int32_t L_11 = V_6; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); V_7 = (-1); } IL_0051: { String_t* L_12 = __this->get__pattern_3(); int32_t L_13 = V_3; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, L_13, /*hidden argument*/NULL); V_8 = L_14; } IL_005f: { int32_t L_15 = V_0; int32_t L_16 = ___endlimit3; if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_0068; } } { int32_t L_17 = V_0; int32_t L_18 = ___beglimit2; if ((((int32_t)L_17) >= ((int32_t)L_18))) { goto IL_006a; } } IL_0068: { return (-1); } IL_006a: { String_t* L_19 = ___text0; int32_t L_20 = V_0; NullCheck(L_19); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_19, L_20, /*hidden argument*/NULL); V_9 = L_21; bool L_22 = __this->get__caseInsensitive_7(); if (!L_22) { goto IL_008a; } } { Il2CppChar L_23 = V_9; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_24 = __this->get__culture_8(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_25; L_25 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(L_23, L_24, /*hidden argument*/NULL); V_9 = L_25; } IL_008a: { Il2CppChar L_26 = V_9; Il2CppChar L_27 = V_8; if ((((int32_t)L_26) == ((int32_t)L_27))) { goto IL_00d8; } } { Il2CppChar L_28 = V_9; if ((((int32_t)L_28) >= ((int32_t)((int32_t)128)))) { goto IL_00a6; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = __this->get__negativeASCII_1(); Il2CppChar L_30 = V_9; NullCheck(L_29); Il2CppChar L_31 = L_30; int32_t L_32 = (L_29)->GetAt(static_cast(L_31)); V_5 = L_32; goto IL_00d1; } IL_00a6: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_33 = __this->get__negativeUnicode_2(); if (!L_33) { goto IL_00cd; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_34 = __this->get__negativeUnicode_2(); Il2CppChar L_35 = V_9; NullCheck(L_34); int32_t L_36 = ((int32_t)((int32_t)L_35>>(int32_t)8)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_34)->GetAt(static_cast(L_36)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = L_37; V_10 = L_38; if (!L_38) { goto IL_00cd; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = V_10; Il2CppChar L_40 = V_9; NullCheck(L_39); int32_t L_41 = ((int32_t)((int32_t)L_40&(int32_t)((int32_t)255))); int32_t L_42 = (L_39)->GetAt(static_cast(L_41)); V_5 = L_42; goto IL_00d1; } IL_00cd: { int32_t L_43 = V_6; V_5 = L_43; } IL_00d1: { int32_t L_44 = V_0; int32_t L_45 = V_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)L_45)); goto IL_005f; } IL_00d8: { int32_t L_46 = V_0; V_1 = L_46; int32_t L_47 = V_3; V_2 = L_47; } IL_00dc: { int32_t L_48 = V_2; int32_t L_49 = V_4; if ((!(((uint32_t)L_48) == ((uint32_t)L_49)))) { goto IL_00ef; } } { bool L_50 = __this->get__rightToLeft_6(); if (L_50) { goto IL_00eb; } } { int32_t L_51 = V_1; return L_51; } IL_00eb: { int32_t L_52 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_00ef: { int32_t L_53 = V_2; int32_t L_54 = V_7; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54)); int32_t L_55 = V_1; int32_t L_56 = V_7; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)L_56)); String_t* L_57 = ___text0; int32_t L_58 = V_1; NullCheck(L_57); Il2CppChar L_59; L_59 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_57, L_58, /*hidden argument*/NULL); V_9 = L_59; bool L_60 = __this->get__caseInsensitive_7(); if (!L_60) { goto IL_0119; } } { Il2CppChar L_61 = V_9; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_62 = __this->get__culture_8(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_63; L_63 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(L_61, L_62, /*hidden argument*/NULL); V_9 = L_63; } IL_0119: { Il2CppChar L_64 = V_9; String_t* L_65 = __this->get__pattern_3(); int32_t L_66 = V_2; NullCheck(L_65); Il2CppChar L_67; L_67 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_65, L_66, /*hidden argument*/NULL); if ((((int32_t)L_64) == ((int32_t)L_67))) { goto IL_00dc; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_68 = __this->get__positive_0(); int32_t L_69 = V_2; NullCheck(L_68); int32_t L_70 = L_69; int32_t L_71 = (L_68)->GetAt(static_cast(L_70)); V_5 = L_71; Il2CppChar L_72 = V_9; if (((int32_t)((int32_t)L_72&(int32_t)((int32_t)65408)))) { goto IL_014d; } } { int32_t L_73 = V_2; int32_t L_74 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_75 = __this->get__negativeASCII_1(); Il2CppChar L_76 = V_9; NullCheck(L_75); Il2CppChar L_77 = L_76; int32_t L_78 = (L_75)->GetAt(static_cast(L_77)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_74)), (int32_t)L_78)); goto IL_0181; } IL_014d: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_79 = __this->get__negativeUnicode_2(); if (!L_79) { goto IL_0177; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_80 = __this->get__negativeUnicode_2(); Il2CppChar L_81 = V_9; NullCheck(L_80); int32_t L_82 = ((int32_t)((int32_t)L_81>>(int32_t)8)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_83 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_80)->GetAt(static_cast(L_82)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_84 = L_83; V_10 = L_84; if (!L_84) { goto IL_0177; } } { int32_t L_85 = V_2; int32_t L_86 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_87 = V_10; Il2CppChar L_88 = V_9; NullCheck(L_87); int32_t L_89 = ((int32_t)((int32_t)L_88&(int32_t)((int32_t)255))); int32_t L_90 = (L_87)->GetAt(static_cast(L_89)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)L_86)), (int32_t)L_90)); goto IL_0181; } IL_0177: { int32_t L_91 = V_0; int32_t L_92 = V_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)L_92)); goto IL_005f; } IL_0181: { bool L_93 = __this->get__rightToLeft_6(); if (L_93) { goto IL_0190; } } { int32_t L_94 = V_1; int32_t L_95 = V_5; G_B34_0 = ((((int32_t)L_94) > ((int32_t)L_95))? 1 : 0); goto IL_0195; } IL_0190: { int32_t L_96 = V_1; int32_t L_97 = V_5; G_B34_0 = ((((int32_t)L_96) < ((int32_t)L_97))? 1 : 0); } IL_0195: { if (!G_B34_0) { goto IL_019a; } } { int32_t L_98 = V_1; V_5 = L_98; } IL_019a: { int32_t L_99 = V_0; int32_t L_100 = V_5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)L_100)); goto IL_005f; } } // System.String System.Text.RegularExpressions.RegexBoyerMoore::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexBoyerMoore_ToString_m3D7727E2CB60CF2BED7C907CDD2B1584BDF95A5A (RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__pattern_3(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.RegexCharClass::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass__cctor_mE2E6B03346A8A9C65323338DF3025E881096AE2B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral000F57CC5E07B45534A096C11FC9672E840B7F68); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral011DF8383E0C2BB51ACA74815C24731CD9E6CE0F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0140171DEC0E182AA67E7F6CFEEBAB7C8B5C0FCE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01AA0D36274A76E5B82E172EB39CD0A2B7C42F6F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04F6959FE66299139C73EEDA75304959291465E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral070D6014844E6DF132D41B316BE8094A83EA1438); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral078B26963F0AABA0E769F9FE2FD2A435F23963D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07C1C7BA92E50F21FFD892D17457CF1A69BB791D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08DD4EB050E73CCA4453097A7DBA79D40E0E3979); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral096B13703C72B9AEA7C14C090DF850AD4A3A1041); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A4E2151BBA9A1D6C1D5A0AD327D1B10C9EE9832); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DB5D60B71A46B7795916FE26C1C4DBC53DE160A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DF7C1A0741BEED9A8C63FAA83056EC4B6BEE7A6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EA4B1CC43D32D001CCC7AEB31AED2F319871953); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F622D75F0434A833C1A20335861864CB07278C7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral101267D78B17257986305184E104E56DAAB7F530); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10FD1944C65E314C0A29404FEA92EF36B361E76F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral114F963FF5A99D30DEF5029A17A2882AE35F3351); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11E7A22EB71C40109AE6CB22789A72565B8017FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1210E68C52ADBB898A6E113C26B325E97793204E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral128334FD6CDD6094EC6C44C09CAD6FF7669AF5E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral130E357173B69D89809090B52517E63B39F780E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13D9C88B313302420C8CFE519F4C703FF034E7EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15040C7E5288B7B711A62DA4A28F41E54CDA46C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15511681E57C6B2F87C98682ED71B8CA850A8F9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15CF5C2792462326B481E11AC5840FB1C9BD9753); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1617F2BEE10D5175D04111AF86F02617CABA97F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16E57333086571811A55FB94A0709583DE6ED3ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17138F1A25103243037965AF0DACDE016F009F1F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1957A3E746ABE2F553BFCCE9CB0D765AF0E28F1F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19E0261B9934BD92A6FCAC8943D903675768820D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19F63BC67A386ED4A60194F8544D07544E0ED578); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AB68A0E52A32EE36A9AE0A3D6EFEB01F0F7FADA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C7F51C9DB9BE64870719C518062BBF577083F00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DCAF254E462C711D74E7655EF57F6ADFE0005F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DE5A73ADD8E12B2946578D4ECFC5F00255F2C55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E9F798EB462039BB2177A8C3030D8E9736FDC2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EC89EE4781577447EF59AEA1BDCB577E3152BED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F4340BCC7E7398B271CC84B0581D86C3498E89B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral206A50481A582043159547C0CBBBBDCC728C7AEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2086C9392E067629621EF48286148B3F05A73E71); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20CB4BC9AD027C4DBCABC34553F9EDA5EF3DA0A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21A998A9E8032EA402184FF6E9E027A017C5E340); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral247E61BCA5CC999BD7DF819AFB4BD1625BD89B92); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2532DF950B4388A092C5014E3ED2E06043E01B06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25AE09788E4F4652C4499CDB887696F30D3C0A14); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26B8A55537BB75F22B06B27AB210733192EB9255); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26F6EDFC76E72DC536C20E57742C3028CF19D0E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27CDC5C40A6244DAB073099C8597F6AE59E64332); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28B479468676DD63B85F4D86A55B2B645958E13F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral291D5871DD89F1D30A07082FF0F885DB96ED978E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A6312F3D68C885205BF84CED395D8AF4B0AE871); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A7EF3D582665CA41115B9D210D25F834B8A136E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A9DB411D2677142C609D070E692BAF2D45522FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B9C80C1D9D6D29DCFBF1AF4BBC3F8B76CA52758); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BA36E0ECAE4F6481FD29426D81E78B78AFC7010); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BC80923BC3E932EEF70C3EADA463E4AFCEAF41C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DA4F5666B10D635F4124ED2863B7EDAE4456F97); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E36B6524DCDA0E1F8E3C5E4DE0EDEE1CE1D593E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F15DCEA75308906FE22DC8E2CB71A007135A75B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F627E050FC96CB06809DD00B72C043AF06DD74F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FA567A6E7C4AF82CD3E48D19E671A027AA8C39F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FE2C0AAB1B3726B4599067198204955DC8B58BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32A14D70913B30E357C574C847E795B24E48CAC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3311705E737BEADF911B313590BF8CF65EB59CC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33AAE7E3BDF099D0868E4C15621108A967FE4DC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral340B59088D1E7ED96B802B2F82F9F37B545A0D7D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34ACA0350B0D7DEE2485343251B1984C498672B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35896C163A11D689243E387537FCD8A2318B554F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35B8114AC69BEBAACEEF31EAE37667FA389CB075); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3673FF002279CCCC33A113C482FD3DB9FE3D429A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36CB796E61D012C499558795200D7D4714DA234C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B18B4FDEC37ECA95A5E9D9C8B31C5C413A09A6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral382CEA341283C799FB6CF03C7FD23F5A61EA9F7E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38383EE49792CC3B3E578FC02137E10AFCD4758D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B74C4EE573585B536403D684B3EBF642E92483B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C2555089D217F13B7AA63E80C445CC9BB96E4F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C585604E87F855973731FEA83E21FAB9392D2FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E0F8D65BB2C91CC1B08E6BF17D4F04D124FB22D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E8C94A3E14E14AA02CE50BE5898BFE459EFF966); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F312D3A9558BFCCCA55C437288461A61D8E1D93); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FF3E7DECFB9C95D2D63B46FEE99497F03EA7B17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4073D00CB09BBEA83C116CD6C23565C9EA25BD79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral417B904D495BF7B5B00D670B422777028B0F07DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41DC862347F6094C3DE052ECE9EDE8691528B858); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4251DBF5ADF22DF838851BDEA678ED6D151EF9C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42B381340E99A7D1B67884D1B8FC702C25279D7E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral430944DE69F10C0B23DC2BCA3D2D3116A748687C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43248ADAE46B03C6973C36912CF5A1F9388DA3CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4366DE5220453B7E4119C139B5899C931A1996B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44164D1EBC6AEE4BF7519590E8E1EC986D7AE6AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44B9BD7E0CF8DFB1AE4286D58C477BC0EAD8DB8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4647EBF68BAADB1E3B9B0C77F3A69B79BF1A0C1E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46E1FF853298BBE44C51916BE2DE99315FDA94EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46FE6AEAF3CC2C63CB04108AD734B8F3343F9CEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48B15371F248E055C6B88CA5F7E8908A2F9528A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral492FBC692FA08806670CCBD96D41280D1A10D87C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49FDD37399D8F47722B2A2D5F3272B1F0A84C50A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A94750FA069FF6E0CA4240635D562EC6A9A3CD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C301992B1F446471CFF312BEC98B68362ED7195); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F6FCE005462468B85E1B17BF50DABD387E2AA0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5059FE07AF01D26644CD156256DE05A498559F40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral507838B99A8D85F0312998B7DAFF905BD48ED124); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral516E5BE6DD9745A9A8953C8F5212FB4B0BAC5414); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51B91EE138D75025CB4AD85CAE46A3613A4FE4F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral536FBABA39FCBBBEAC12562490EE276814293C4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5573AC6AB93A9166E7A15D98F63033348624AB14); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5672E54AB2E54B13506540FFFD4046D50ADD13F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral572C38B92C9B0B812EDF7214BF6A234D5B82A1BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral585541DFE94914F2247B4370A9C9041BA8A8817A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58ECA1815AE37FF755F51324305C6B20EEB5CA43); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D0500A33A5D752B7F9B7739B149EF5093EB4A4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D87BBECD21302E784C8C8CBE6A07BB1F9F99A6A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E2FCEA4A7480B304F0A57BA73C66905F03F82D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EA04EBADB6862D231CCC55599471F40B5853152); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F802F2CCDDC761DBC132CF3C338C39FE047A6C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60820866198451E7A511DDE45223B743485E091B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6384916204C3C792C7ADFE16CD44673450DC60BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63CBAAA066EA660C960DD134AECF48535F87D341); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6400E1A9A53D55249951EBDFEFD090A6FEEA713C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6437668AAFF3C7A470F151AD7B4EE6B5D8AF0CDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64CEBA4D1E05040C825F3B67FF36104CDF8C140B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral656D9E0C66BEC4E7D31947D0F46CDD1F3D0780C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67A5CD5B9B1936E3A2E1D14DF804FE6F86F90FBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68C5BFBDA21C60E498829E6DC505022F5F16F460); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral697C469609DEBC892F8465E2D7EFBE41919EE6C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral699E5CF5FC92D12C09117936E6A4F78CFD297C40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69E08279F3AF3F2F95DAE723B001E20161FBE38C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69E73A35FA56B5A7C368371EE1AA96E00AA5E7F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B1E5651A6A221CCC8E859CCB7CCB4C9377DAD2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BBBCAD0FED20F4E716FA5226DA069AD1A531464); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D6909BC795B5728D6DDEA208DA7986143605B77); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70A458D9D35DAA83073018B72782A5859364AEC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral732A3DD582071D41FA00671D01893D635D8037D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74037E48AC20A388E61DF94BF787B61C405AB756); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74AE75B992F1B9D977C2A9EB14D1887671443FD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral761474E731109EBFC61E66B2EA5CF80B189944C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78FDF6509F51FFE965CF86F9D7B2D7478FBC3CC8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79872D0EDAA11B89BD19D3E51D0881503A87EDA1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B5E86CF8187B91807877AF0725E3F9554E40645); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BB02F22CCAAAF38745BF587A5C3005D1AD136BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EADE718A2652FC00E2DC3C5311A1FC3B7EB0994); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral802D3A4E1213A50A2A168149B9FD26645A8A87A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral815CF156B85729CF6777A81E222C740FEE04C774); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8175D6867E215079046783AF13663AA07AF75633); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8259BDC645D534B5B71BDC6C8AD2D935199FFA07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8280C6CBF3DFC21B10377BE693A06682AF6F0152); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82FE3474C49C05BF5FDB35ACB3EAFF407B81BEC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral847F72FEB0580436035F6D3588EE4923C9664F52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84D767750F508A5D8214DC4EF507F64102853819); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8503C1230DB9F8ED4C302C9ACA86BE76005A7AD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8524162C1D54A81B8F41E8ABC73B7F338BCBF999); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85A82DCF7E610B3F027071C9E03590C558821E8B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86AAD9106A4B33A52D356C887F9FCCD9575A84FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88CC141217D41B201641CF8FBC99ABE39D231BED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89E1EA169C60546C4BD1EF37579FE39231438D24); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AA46685E79CC9C6CF70A788C04B335A1EDB671A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B196021BB84888FED22FF4F69DE2891530E658E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C1BBD97ACA7E0F0DABD7D5A3480E8D91A8BF27E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CB0CD7CE18209A25B0A83FA41BF1814407366B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D8FB160B4C212DAD2E50C479B19DFEAE167F4A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FC9007895DB64A6B839275F76D1C08A3877082E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral905A5E6884BC6877A3AB37B1447674394A694C9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9069CA78E7450A285173431B3E52C5C25299E473); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90CE8CBDC840E407D5B2A4C6CF6E6A4F4794897F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral923C91A55674664C20A3103F09FC6FC4F3831DEF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral958F6341A9F87CE00B85F8434E98205AFF29E113); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9646358C9E75E51D9842A7C6E688647074D38F76); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96C094BE3157837A8972ED02015161B75EBCF5C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9782BAAC1929C850665C4846404B90AE23B25CD5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98A4DE8EF9F62DFF4A8C0BECFE7D99D6D24B4F04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9ACABBE7C959ED3E3557E5F849A9541171B808CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F11BF96AA5B3A5F06F42DC23DCB6903ADA909CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FC89E4E581ACD10FED351BAADA0107858CD0772); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FEB4C9AB9914D2D0C51EA57D72B50A208A74A7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0E4803448ED328FB6169A86026FEEFF36A78441); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA13DE744B01F63C5DE74C2AEADCEEB872A243DC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA17E97D5B68A896AB2F537CA1EE9FD4C545D7923); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1927043DBE274F716E7BB98AC63A1A852D80205); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA25635816BE6BF5F9885D4A2338FD40C8B7DC8F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA329D18BF9C9A4F354B5EC57F9B7D834C6032C03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA392C242A443C3023ABF204424167CEB86A765BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA453C374F6792B40611F98BF51F5D93A3E737CF6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA46556E3586F9581468C3C15BA58F8F32AA80D97); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4FC45147C51541AA3B68C8DE185FC773C7F6CAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA78E6DE17205365FF846BB0AEBE6FFBC845BDDCB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA81B3CACE590267ABAC8F88DC90A961A186D07CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA922C7ADD6A014291A7FFA692FA08A7256871463); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA47367E18DA97EF3E14E15715D8040CD17C608E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAB6296466565113D9AAC1E6D930A78C4D894D6A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE073D669EEEC0D4EBD6B8BA56FC2EB068FC8CC5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAEB44B3AF9B25AF5609DB2851CC6DBBFBD804E36); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF8BC0EC6A1874C3FFEB5694BC36974F673E80C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB10277638EC53EB7D22B3B79D907BFD78922FC76); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB17AD117813334488CF4057081F2A11E84A72B95); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3540DC5F4E7161FB5ACC0E521B524D09EFBB39D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3BEEC8B86540DA8BBF1877930CF5FDDA2E8F963); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5A115BB1CE4803865CD66B55FC8156AC0679670); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5D9D630D3F3D38953C83CBDD8DFE9F787ED2539); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7A8E72255793F3D559B82C227A7B54D89AB39C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7DE1ACA72F835F3396AD81830488D0727FF94A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB91B6F05EA4E92AA0B68BF2F9397F4B779488A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBEC53F210EEFBB98EF2CAE4411F7B8752E7FACC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF2221AB16FB9687DDA842ED1CFE5633B877E6F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF53E31F872A964047C43886D54F04889191A28A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF86C9E9E7FE0EF09A2EAE8066CDC31F859254CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC44C2F590228488B806D8213DBB719C19809D150); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4FCD561B8C5DA432455F7E3ADBAC02546B61A38); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7B7AF7E20FE503A74EE797E05BBC5470FF66124); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC86FCE1203EE3CAA6611690288314B0C99D501B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB67ED3E50C5654AA77B99B4554E3AFAEEE311B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCBD3E9D3F4E9D9956F458F1B0BAECA6A02588D00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE0F5818CCD7D6797586BC1FA0752C6E48E439B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEB6FFBDFB48FCAF07F10A052F01C570D7215633); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0B508D8B38DC8221EF81CCB26367A9A83211BC9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1544DEAD240C6096C5860AB974ECDD19CA2E201); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1CEBB9049B4505763F2EE8BDFDC123DF8F1DF08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD22FB8178574254C2A9BCF06DF9F5835B11AC8D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD40F98F04519E8B839CB845B706DE89A31373E6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD513926BC65531B10DF4D71DB0A350013DA25BDB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6A89F463B2D89A9279731202698C58374A26D23); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7CC7E478F16C73256D19059051F024252A028A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD884F35E59A1E1A56C51BCEE6A01D6B3DDBA9CAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD99B048E5E2132B0C4C39A7C2BF2D6C91DE6C0F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA1679121AAD822018502ECC16BA2D35114EF119); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAAC8074AC3DFB6E43BF44F036CA368289069A09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAFE8F412E5C9A2B1CB554D39DEA0D6CD543C0E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDBAE7A16641727E84CF74581E4727DAC4B78897A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC86C4C7779BA26AAC7ABC828D643C5F57E2DED0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEF14698D1C0D2A1D64529BEAB4A86A685650609); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE14F1B14BE116CFA355535FCD1863D382601BDE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3234876E15804436882B2C3806341594D339F4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE35D6A21B557408AC6AD57457A73222633C0C7B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3AECE0361D3EBD6F53120D1A60E09EDF69E0C2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE42E8BB820D4F7550A0F04619F4E15FDC56943B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE737077F82A6A1C9D7B4A05167CF04250F549BC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7E8A279C6B408C8115ECB8D5D20FFD0A71025C3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F8956EC2DD3FD7AA7C20BA5CD0ED3EE5739BED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA8E729CC5987110F10D39A9A665EE53E922C344); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB8804A531370DBDDE190078E101C64B7CB3BC7F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBE46DF54B01B606DB21F86C7C40D5E6231B0C66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED4642B9462EF943DD5E810FB4B4B61803DB85A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED5AFE132A97BA24E8306366DD70B9A8D78BFA48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDD0B5EECD58DD1FC50E50A6FDCB780B42076BDB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE17B9A3774B84CC5EF248A0C6133425A90545CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE8F28023EC9CDDD92DEF34472DB9261ECBF59AD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF3BAED9292CF98983DB6849376890F2994BFFD8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEFA8BED8E96B526AE693D294B1F2669AE609AB32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF23271A51B0CAD6D72E7ADE5AD13B8927F6F770C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2564EEB56D40593CB508FC692C0A8909F572CA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF25C8369F2CB39B76E314E1965B832A8A976C9B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF263CCD44CB2B9304F9F18DC1F6912F785B7E34C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2B24C7410972079451510683171FAFB0B4A4999); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4509A041EA8302549B9E119D97A7AB78C63BC8C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF53390C74D60B2DC19B777A65C813262B3859D6C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8D8397ADB5D5049DE1EA528891B9EFEA8264944); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9B788DCC0D65BA8F1E9F11D9E451C2E37BACE77); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFDE0C40B48F344565494A602561F2C8DD806E00F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE0B3298C2A71B0C504421DE1D5782EBAD7F5CD8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEE32A45D8A04516F9D627B9E45532DCB07259F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFD23053085F6DD265328D7B65A7C42E13AC3DA7); s_Il2CppMethodInitialized = true; } Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * V_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; StringBuilder_t * V_2 = NULL; Il2CppChar V_3 = 0x0; { ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_InternalRegexIgnoreCase_5(_stringLiteralAEB44B3AF9B25AF5609DB2851CC6DBBFBD804E36); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_Space_6(_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03); String_t* L_0 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Space_6(); String_t* L_1; L_1 = RegexCharClass_NegateCategory_m6F4A4DA1466E59581F16BFD29A0F978027B06BDC(L_0, /*hidden argument*/NULL); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_NotSpace_7(L_1); il2cpp_array_size_t L_3[] = { (il2cpp_array_size_t)((int32_t)112), (il2cpp_array_size_t)2 }; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_2 = (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)GenArrayNew(StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var, L_3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_4 = L_2; NullCheck(L_4); (L_4)->SetAt(0, 0, _stringLiteral15040C7E5288B7B711A62DA4A28F41E54CDA46C6); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(0, 1, _stringLiteral382CEA341283C799FB6CF03C7FD23F5A61EA9F7E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(1, 0, _stringLiteralDEF14698D1C0D2A1D64529BEAB4A86A685650609); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(1, 1, _stringLiteralA1927043DBE274F716E7BB98AC63A1A852D80205); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(2, 0, _stringLiteral51B91EE138D75025CB4AD85CAE46A3613A4FE4F1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_9 = L_8; NullCheck(L_9); (L_9)->SetAt(2, 1, _stringLiteral69E08279F3AF3F2F95DAE723B001E20161FBE38C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(3, 0, _stringLiteral74037E48AC20A388E61DF94BF787B61C405AB756); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(3, 1, _stringLiteralE3AECE0361D3EBD6F53120D1A60E09EDF69E0C2D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_12 = L_11; NullCheck(L_12); (L_12)->SetAt(4, 0, _stringLiteralEB8804A531370DBDDE190078E101C64B7CB3BC7F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_13 = L_12; NullCheck(L_13); (L_13)->SetAt(4, 1, _stringLiteral5D87BBECD21302E784C8C8CBE6A07BB1F9F99A6A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_14 = L_13; NullCheck(L_14); (L_14)->SetAt(5, 0, _stringLiteralEE17B9A3774B84CC5EF248A0C6133425A90545CB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(5, 1, _stringLiteral96C094BE3157837A8972ED02015161B75EBCF5C8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(6, 0, _stringLiteralD22FB8178574254C2A9BCF06DF9F5835B11AC8D3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(6, 1, _stringLiteral67A5CD5B9B1936E3A2E1D14DF804FE6F86F90FBF); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_18 = L_17; NullCheck(L_18); (L_18)->SetAt(7, 0, _stringLiteral0EA4B1CC43D32D001CCC7AEB31AED2F319871953); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_19 = L_18; NullCheck(L_19); (L_19)->SetAt(7, 1, _stringLiteral2A9DB411D2677142C609D070E692BAF2D45522FD); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_20 = L_19; NullCheck(L_20); (L_20)->SetAt(8, 0, _stringLiteral19F63BC67A386ED4A60194F8544D07544E0ED578); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_21 = L_20; NullCheck(L_21); (L_21)->SetAt(8, 1, _stringLiteral13D9C88B313302420C8CFE519F4C703FF034E7EE); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_22 = L_21; NullCheck(L_22); (L_22)->SetAt(((int32_t)9), 0, _stringLiteral82FE3474C49C05BF5FDB35ACB3EAFF407B81BEC2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_23 = L_22; NullCheck(L_23); (L_23)->SetAt(((int32_t)9), 1, _stringLiteral5D0500A33A5D752B7F9B7739B149EF5093EB4A4C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_24 = L_23; NullCheck(L_24); (L_24)->SetAt(((int32_t)10), 0, _stringLiteral206A50481A582043159547C0CBBBBDCC728C7AEB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_25 = L_24; NullCheck(L_25); (L_25)->SetAt(((int32_t)10), 1, _stringLiteral68C5BFBDA21C60E498829E6DC505022F5F16F460); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_26 = L_25; NullCheck(L_26); (L_26)->SetAt(((int32_t)11), 0, _stringLiteral28B479468676DD63B85F4D86A55B2B645958E13F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_27 = L_26; NullCheck(L_27); (L_27)->SetAt(((int32_t)11), 1, _stringLiteralD6A89F463B2D89A9279731202698C58374A26D23); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_28 = L_27; NullCheck(L_28); (L_28)->SetAt(((int32_t)12), 0, _stringLiteral1C7F51C9DB9BE64870719C518062BBF577083F00); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_29 = L_28; NullCheck(L_29); (L_29)->SetAt(((int32_t)12), 1, _stringLiteral41DC862347F6094C3DE052ECE9EDE8691528B858); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_30 = L_29; NullCheck(L_30); (L_30)->SetAt(((int32_t)13), 0, _stringLiteral1DCAF254E462C711D74E7655EF57F6ADFE0005F3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_31 = L_30; NullCheck(L_31); (L_31)->SetAt(((int32_t)13), 1, _stringLiteralB7A8E72255793F3D559B82C227A7B54D89AB39C9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_32 = L_31; NullCheck(L_32); (L_32)->SetAt(((int32_t)14), 0, _stringLiteralED4642B9462EF943DD5E810FB4B4B61803DB85A8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_33 = L_32; NullCheck(L_33); (L_33)->SetAt(((int32_t)14), 1, _stringLiteral4073D00CB09BBEA83C116CD6C23565C9EA25BD79); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_34 = L_33; NullCheck(L_34); (L_34)->SetAt(((int32_t)15), 0, _stringLiteral114F963FF5A99D30DEF5029A17A2882AE35F3351); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_35 = L_34; NullCheck(L_35); (L_35)->SetAt(((int32_t)15), 1, _stringLiteralA46556E3586F9581468C3C15BA58F8F32AA80D97); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_36 = L_35; NullCheck(L_36); (L_36)->SetAt(((int32_t)16), 0, _stringLiteralA78E6DE17205365FF846BB0AEBE6FFBC845BDDCB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_37 = L_36; NullCheck(L_37); (L_37)->SetAt(((int32_t)16), 1, _stringLiteral0140171DEC0E182AA67E7F6CFEEBAB7C8B5C0FCE); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_38 = L_37; NullCheck(L_38); (L_38)->SetAt(((int32_t)17), 0, _stringLiteral44B9BD7E0CF8DFB1AE4286D58C477BC0EAD8DB8A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_39 = L_38; NullCheck(L_39); (L_39)->SetAt(((int32_t)17), 1, _stringLiteral5E2FCEA4A7480B304F0A57BA73C66905F03F82D8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_40 = L_39; NullCheck(L_40); (L_40)->SetAt(((int32_t)18), 0, _stringLiteralB7DE1ACA72F835F3396AD81830488D0727FF94A3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_41 = L_40; NullCheck(L_41); (L_41)->SetAt(((int32_t)18), 1, _stringLiteral430944DE69F10C0B23DC2BCA3D2D3116A748687C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_42 = L_41; NullCheck(L_42); (L_42)->SetAt(((int32_t)19), 0, _stringLiteral42B381340E99A7D1B67884D1B8FC702C25279D7E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_43 = L_42; NullCheck(L_43); (L_43)->SetAt(((int32_t)19), 1, _stringLiteralA392C242A443C3023ABF204424167CEB86A765BB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_44 = L_43; NullCheck(L_44); (L_44)->SetAt(((int32_t)20), 0, _stringLiteralD40F98F04519E8B839CB845B706DE89A31373E6D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_45 = L_44; NullCheck(L_45); (L_45)->SetAt(((int32_t)20), 1, _stringLiteral33AAE7E3BDF099D0868E4C15621108A967FE4DC4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_46 = L_45; NullCheck(L_46); (L_46)->SetAt(((int32_t)21), 0, _stringLiteral8C1BBD97ACA7E0F0DABD7D5A3480E8D91A8BF27E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_47 = L_46; NullCheck(L_47); (L_47)->SetAt(((int32_t)21), 1, _stringLiteral000F57CC5E07B45534A096C11FC9672E840B7F68); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_48 = L_47; NullCheck(L_48); (L_48)->SetAt(((int32_t)22), 0, _stringLiteral3B74C4EE573585B536403D684B3EBF642E92483B); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_49 = L_48; NullCheck(L_49); (L_49)->SetAt(((int32_t)22), 1, _stringLiteral130E357173B69D89809090B52517E63B39F780E8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_50 = L_49; NullCheck(L_50); (L_50)->SetAt(((int32_t)23), 0, _stringLiteralDAFE8F412E5C9A2B1CB554D39DEA0D6CD543C0E7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_51 = L_50; NullCheck(L_51); (L_51)->SetAt(((int32_t)23), 1, _stringLiteralAF8BC0EC6A1874C3FFEB5694BC36974F673E80C2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_52 = L_51; NullCheck(L_52); (L_52)->SetAt(((int32_t)24), 0, _stringLiteral096B13703C72B9AEA7C14C090DF850AD4A3A1041); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_53 = L_52; NullCheck(L_53); (L_53)->SetAt(((int32_t)24), 1, _stringLiteralCBD3E9D3F4E9D9956F458F1B0BAECA6A02588D00); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_54 = L_53; NullCheck(L_54); (L_54)->SetAt(((int32_t)25), 0, _stringLiteral802D3A4E1213A50A2A168149B9FD26645A8A87A2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_55 = L_54; NullCheck(L_55); (L_55)->SetAt(((int32_t)25), 1, _stringLiteralAF8BC0EC6A1874C3FFEB5694BC36974F673E80C2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_56 = L_55; NullCheck(L_56); (L_56)->SetAt(((int32_t)26), 0, _stringLiteral5EA04EBADB6862D231CCC55599471F40B5853152); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_57 = L_56; NullCheck(L_57); (L_57)->SetAt(((int32_t)26), 1, _stringLiteralBB91B6F05EA4E92AA0B68BF2F9397F4B779488A3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_58 = L_57; NullCheck(L_58); (L_58)->SetAt(((int32_t)27), 0, _stringLiteral761474E731109EBFC61E66B2EA5CF80B189944C4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_59 = L_58; NullCheck(L_59); (L_59)->SetAt(((int32_t)27), 1, _stringLiteral4C301992B1F446471CFF312BEC98B68362ED7195); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_60 = L_59; NullCheck(L_60); (L_60)->SetAt(((int32_t)28), 0, _stringLiteral15CF5C2792462326B481E11AC5840FB1C9BD9753); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_61 = L_60; NullCheck(L_61); (L_61)->SetAt(((int32_t)28), 1, _stringLiteral19E0261B9934BD92A6FCAC8943D903675768820D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_62 = L_61; NullCheck(L_62); (L_62)->SetAt(((int32_t)29), 0, _stringLiteral2BA36E0ECAE4F6481FD29426D81E78B78AFC7010); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_63 = L_62; NullCheck(L_63); (L_63)->SetAt(((int32_t)29), 1, _stringLiteral21A998A9E8032EA402184FF6E9E027A017C5E340); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_64 = L_63; NullCheck(L_64); (L_64)->SetAt(((int32_t)30), 0, _stringLiteral98A4DE8EF9F62DFF4A8C0BECFE7D99D6D24B4F04); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_65 = L_64; NullCheck(L_65); (L_65)->SetAt(((int32_t)30), 1, _stringLiteralE8F8956EC2DD3FD7AA7C20BA5CD0ED3EE5739BED); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_66 = L_65; NullCheck(L_66); (L_66)->SetAt(((int32_t)31), 0, _stringLiteral38383EE49792CC3B3E578FC02137E10AFCD4758D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_67 = L_66; NullCheck(L_67); (L_67)->SetAt(((int32_t)31), 1, _stringLiteralEFA8BED8E96B526AE693D294B1F2669AE609AB32); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_68 = L_67; NullCheck(L_68); (L_68)->SetAt(((int32_t)32), 0, _stringLiteral247E61BCA5CC999BD7DF819AFB4BD1625BD89B92); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_69 = L_68; NullCheck(L_69); (L_69)->SetAt(((int32_t)32), 1, _stringLiteral4647EBF68BAADB1E3B9B0C77F3A69B79BF1A0C1E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_70 = L_69; NullCheck(L_70); (L_70)->SetAt(((int32_t)33), 0, _stringLiteralBF53E31F872A964047C43886D54F04889191A28A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_71 = L_70; NullCheck(L_71); (L_71)->SetAt(((int32_t)33), 1, _stringLiteralC86FCE1203EE3CAA6611690288314B0C99D501B9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_72 = L_71; NullCheck(L_72); (L_72)->SetAt(((int32_t)34), 0, _stringLiteral2F627E050FC96CB06809DD00B72C043AF06DD74F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_73 = L_72; NullCheck(L_73); (L_73)->SetAt(((int32_t)34), 1, _stringLiteral7EADE718A2652FC00E2DC3C5311A1FC3B7EB0994); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_74 = L_73; NullCheck(L_74); (L_74)->SetAt(((int32_t)35), 0, _stringLiteral4251DBF5ADF22DF838851BDEA678ED6D151EF9C1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_75 = L_74; NullCheck(L_75); (L_75)->SetAt(((int32_t)35), 1, _stringLiteral699E5CF5FC92D12C09117936E6A4F78CFD297C40); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_76 = L_75; NullCheck(L_76); (L_76)->SetAt(((int32_t)36), 0, _stringLiteral4A94750FA069FF6E0CA4240635D562EC6A9A3CD9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_77 = L_76; NullCheck(L_77); (L_77)->SetAt(((int32_t)36), 1, _stringLiteralDA1679121AAD822018502ECC16BA2D35114EF119); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_78 = L_77; NullCheck(L_78); (L_78)->SetAt(((int32_t)37), 0, _stringLiteral4366DE5220453B7E4119C139B5899C931A1996B1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_79 = L_78; NullCheck(L_79); (L_79)->SetAt(((int32_t)37), 1, _stringLiteral3311705E737BEADF911B313590BF8CF65EB59CC1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_80 = L_79; NullCheck(L_80); (L_80)->SetAt(((int32_t)38), 0, _stringLiteral1617F2BEE10D5175D04111AF86F02617CABA97F8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_81 = L_80; NullCheck(L_81); (L_81)->SetAt(((int32_t)38), 1, _stringLiteral34ACA0350B0D7DEE2485343251B1984C498672B7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_82 = L_81; NullCheck(L_82); (L_82)->SetAt(((int32_t)39), 0, _stringLiteral36CB796E61D012C499558795200D7D4714DA234C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_83 = L_82; NullCheck(L_83); (L_83)->SetAt(((int32_t)39), 1, _stringLiteralB3BEEC8B86540DA8BBF1877930CF5FDDA2E8F963); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_84 = L_83; NullCheck(L_84); (L_84)->SetAt(((int32_t)40), 0, _stringLiteralFFD23053085F6DD265328D7B65A7C42E13AC3DA7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_85 = L_84; NullCheck(L_85); (L_85)->SetAt(((int32_t)40), 1, _stringLiteral34ACA0350B0D7DEE2485343251B1984C498672B7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_86 = L_85; NullCheck(L_86); (L_86)->SetAt(((int32_t)41), 0, _stringLiteral507838B99A8D85F0312998B7DAFF905BD48ED124); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_87 = L_86; NullCheck(L_87); (L_87)->SetAt(((int32_t)41), 1, _stringLiteralCEB6FFBDFB48FCAF07F10A052F01C570D7215633); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_88 = L_87; NullCheck(L_88); (L_88)->SetAt(((int32_t)42), 0, _stringLiteral15511681E57C6B2F87C98682ED71B8CA850A8F9D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_89 = L_88; NullCheck(L_89); (L_89)->SetAt(((int32_t)42), 1, _stringLiteral9F11BF96AA5B3A5F06F42DC23DCB6903ADA909CB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_90 = L_89; NullCheck(L_90); (L_90)->SetAt(((int32_t)43), 0, _stringLiteral656D9E0C66BEC4E7D31947D0F46CDD1F3D0780C4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_91 = L_90; NullCheck(L_91); (L_91)->SetAt(((int32_t)43), 1, _stringLiteral0DF7C1A0741BEED9A8C63FAA83056EC4B6BEE7A6); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_92 = L_91; NullCheck(L_92); (L_92)->SetAt(((int32_t)44), 0, _stringLiteral2FE2C0AAB1B3726B4599067198204955DC8B58BC); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_93 = L_92; NullCheck(L_93); (L_93)->SetAt(((int32_t)44), 1, _stringLiteral8CB0CD7CE18209A25B0A83FA41BF1814407366B2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_94 = L_93; NullCheck(L_94); (L_94)->SetAt(((int32_t)45), 0, _stringLiteralBF2221AB16FB9687DDA842ED1CFE5633B877E6F0); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_95 = L_94; NullCheck(L_95); (L_95)->SetAt(((int32_t)45), 1, _stringLiteralFDE0C40B48F344565494A602561F2C8DD806E00F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_96 = L_95; NullCheck(L_96); (L_96)->SetAt(((int32_t)46), 0, _stringLiteral905A5E6884BC6877A3AB37B1447674394A694C9D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_97 = L_96; NullCheck(L_97); (L_97)->SetAt(((int32_t)46), 1, _stringLiteral25AE09788E4F4652C4499CDB887696F30D3C0A14); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_98 = L_97; NullCheck(L_98); (L_98)->SetAt(((int32_t)47), 0, _stringLiteralEDD0B5EECD58DD1FC50E50A6FDCB780B42076BDB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_99 = L_98; NullCheck(L_99); (L_99)->SetAt(((int32_t)47), 1, _stringLiteral923C91A55674664C20A3103F09FC6FC4F3831DEF); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_100 = L_99; NullCheck(L_100); (L_100)->SetAt(((int32_t)48), 0, _stringLiteralA0E4803448ED328FB6169A86026FEEFF36A78441); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_101 = L_100; NullCheck(L_101); (L_101)->SetAt(((int32_t)48), 1, _stringLiteral26B8A55537BB75F22B06B27AB210733192EB9255); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_102 = L_101; NullCheck(L_102); (L_102)->SetAt(((int32_t)49), 0, _stringLiteral85A82DCF7E610B3F027071C9E03590C558821E8B); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_103 = L_102; NullCheck(L_103); (L_103)->SetAt(((int32_t)49), 1, _stringLiteral32A14D70913B30E357C574C847E795B24E48CAC2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_104 = L_103; NullCheck(L_104); (L_104)->SetAt(((int32_t)50), 0, _stringLiteral64CEBA4D1E05040C825F3B67FF36104CDF8C140B); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_105 = L_104; NullCheck(L_105); (L_105)->SetAt(((int32_t)50), 1, _stringLiteralE3234876E15804436882B2C3806341594D339F4F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_106 = L_105; NullCheck(L_106); (L_106)->SetAt(((int32_t)51), 0, _stringLiteral01AA0D36274A76E5B82E172EB39CD0A2B7C42F6F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_107 = L_106; NullCheck(L_107); (L_107)->SetAt(((int32_t)51), 1, _stringLiteral8AA46685E79CC9C6CF70A788C04B335A1EDB671A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_108 = L_107; NullCheck(L_108); (L_108)->SetAt(((int32_t)52), 0, _stringLiteral3F312D3A9558BFCCCA55C437288461A61D8E1D93); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_109 = L_108; NullCheck(L_109); (L_109)->SetAt(((int32_t)52), 1, _stringLiteral417B904D495BF7B5B00D670B422777028B0F07DA); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_110 = L_109; NullCheck(L_110); (L_110)->SetAt(((int32_t)53), 0, _stringLiteral958F6341A9F87CE00B85F8434E98205AFF29E113); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_111 = L_110; NullCheck(L_111); (L_111)->SetAt(((int32_t)53), 1, _stringLiteralE737077F82A6A1C9D7B4A05167CF04250F549BC4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_112 = L_111; NullCheck(L_112); (L_112)->SetAt(((int32_t)54), 0, _stringLiteralF263CCD44CB2B9304F9F18DC1F6912F785B7E34C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_113 = L_112; NullCheck(L_113); (L_113)->SetAt(((int32_t)54), 1, _stringLiteral1EC89EE4781577447EF59AEA1BDCB577E3152BED); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_114 = L_113; NullCheck(L_114); (L_114)->SetAt(((int32_t)55), 0, _stringLiteralE35D6A21B557408AC6AD57457A73222633C0C7B7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_115 = L_114; NullCheck(L_115); (L_115)->SetAt(((int32_t)55), 1, _stringLiteralEA8E729CC5987110F10D39A9A665EE53E922C344); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_116 = L_115; NullCheck(L_116); (L_116)->SetAt(((int32_t)56), 0, _stringLiteral6384916204C3C792C7ADFE16CD44673450DC60BF); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_117 = L_116; NullCheck(L_117); (L_117)->SetAt(((int32_t)56), 1, _stringLiteralAAB6296466565113D9AAC1E6D930A78C4D894D6A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_118 = L_117; NullCheck(L_118); (L_118)->SetAt(((int32_t)57), 0, _stringLiteralDBAE7A16641727E84CF74581E4727DAC4B78897A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_119 = L_118; NullCheck(L_119); (L_119)->SetAt(((int32_t)57), 1, _stringLiteral1DE5A73ADD8E12B2946578D4ECFC5F00255F2C55); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_120 = L_119; NullCheck(L_120); (L_120)->SetAt(((int32_t)58), 0, _stringLiteral1E9F798EB462039BB2177A8C3030D8E9736FDC2F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_121 = L_120; NullCheck(L_121); (L_121)->SetAt(((int32_t)58), 1, _stringLiteral48B15371F248E055C6B88CA5F7E8908A2F9528A1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_122 = L_121; NullCheck(L_122); (L_122)->SetAt(((int32_t)59), 0, _stringLiteral5F802F2CCDDC761DBC132CF3C338C39FE047A6C5); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_123 = L_122; NullCheck(L_123); (L_123)->SetAt(((int32_t)59), 1, _stringLiteral128334FD6CDD6094EC6C44C09CAD6FF7669AF5E2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_124 = L_123; NullCheck(L_124); (L_124)->SetAt(((int32_t)60), 0, _stringLiteral9FEB4C9AB9914D2D0C51EA57D72B50A208A74A7C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_125 = L_124; NullCheck(L_125); (L_125)->SetAt(((int32_t)60), 1, _stringLiteral9646358C9E75E51D9842A7C6E688647074D38F76); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_126 = L_125; NullCheck(L_126); (L_126)->SetAt(((int32_t)61), 0, _stringLiteral5059FE07AF01D26644CD156256DE05A498559F40); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_127 = L_126; NullCheck(L_127); (L_127)->SetAt(((int32_t)61), 1, _stringLiteral732A3DD582071D41FA00671D01893D635D8037D1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_128 = L_127; NullCheck(L_128); (L_128)->SetAt(((int32_t)62), 0, _stringLiteral2FA567A6E7C4AF82CD3E48D19E671A027AA8C39F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_129 = L_128; NullCheck(L_129); (L_129)->SetAt(((int32_t)62), 1, _stringLiteral1957A3E746ABE2F553BFCCE9CB0D765AF0E28F1F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_130 = L_129; NullCheck(L_130); (L_130)->SetAt(((int32_t)63), 0, _stringLiteral6B1E5651A6A221CCC8E859CCB7CCB4C9377DAD2D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_131 = L_130; NullCheck(L_131); (L_131)->SetAt(((int32_t)63), 1, _stringLiteral0DB5D60B71A46B7795916FE26C1C4DBC53DE160A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_132 = L_131; NullCheck(L_132); (L_132)->SetAt(((int32_t)64), 0, _stringLiteral26F6EDFC76E72DC536C20E57742C3028CF19D0E4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_133 = L_132; NullCheck(L_133); (L_133)->SetAt(((int32_t)64), 1, _stringLiteralF9B788DCC0D65BA8F1E9F11D9E451C2E37BACE77); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_134 = L_133; NullCheck(L_134); (L_134)->SetAt(((int32_t)65), 0, _stringLiteralFEE32A45D8A04516F9D627B9E45532DCB07259F7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_135 = L_134; NullCheck(L_135); (L_135)->SetAt(((int32_t)65), 1, _stringLiteral8FC9007895DB64A6B839275F76D1C08A3877082E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_136 = L_135; NullCheck(L_136); (L_136)->SetAt(((int32_t)66), 0, _stringLiteralB5D9D630D3F3D38953C83CBDD8DFE9F787ED2539); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_137 = L_136; NullCheck(L_137); (L_137)->SetAt(((int32_t)66), 1, _stringLiteral69E73A35FA56B5A7C368371EE1AA96E00AA5E7F6); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_138 = L_137; NullCheck(L_138); (L_138)->SetAt(((int32_t)67), 0, _stringLiteralB3540DC5F4E7161FB5ACC0E521B524D09EFBB39D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_139 = L_138; NullCheck(L_139); (L_139)->SetAt(((int32_t)67), 1, _stringLiteralA17E97D5B68A896AB2F537CA1EE9FD4C545D7923); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_140 = L_139; NullCheck(L_140); (L_140)->SetAt(((int32_t)68), 0, _stringLiteral88CC141217D41B201641CF8FBC99ABE39D231BED); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_141 = L_140; NullCheck(L_141); (L_141)->SetAt(((int32_t)68), 1, _stringLiteral3E8C94A3E14E14AA02CE50BE5898BFE459EFF966); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_142 = L_141; NullCheck(L_142); (L_142)->SetAt(((int32_t)69), 0, _stringLiteral2A7EF3D582665CA41115B9D210D25F834B8A136E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_143 = L_142; NullCheck(L_143); (L_143)->SetAt(((int32_t)69), 1, _stringLiteral58ECA1815AE37FF755F51324305C6B20EEB5CA43); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_144 = L_143; NullCheck(L_144); (L_144)->SetAt(((int32_t)70), 0, _stringLiteralD513926BC65531B10DF4D71DB0A350013DA25BDB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_145 = L_144; NullCheck(L_145); (L_145)->SetAt(((int32_t)70), 1, _stringLiteral89E1EA169C60546C4BD1EF37579FE39231438D24); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_146 = L_145; NullCheck(L_146); (L_146)->SetAt(((int32_t)71), 0, _stringLiteral86AAD9106A4B33A52D356C887F9FCCD9575A84FD); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_147 = L_146; NullCheck(L_147); (L_147)->SetAt(((int32_t)71), 1, _stringLiteral536FBABA39FCBBBEAC12562490EE276814293C4E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_148 = L_147; NullCheck(L_148); (L_148)->SetAt(((int32_t)72), 0, _stringLiteral11E7A22EB71C40109AE6CB22789A72565B8017FC); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_149 = L_148; NullCheck(L_149); (L_149)->SetAt(((int32_t)72), 1, _stringLiteralAA47367E18DA97EF3E14E15715D8040CD17C608E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_150 = L_149; NullCheck(L_150); (L_150)->SetAt(((int32_t)73), 0, _stringLiteral37B18B4FDEC37ECA95A5E9D9C8B31C5C413A09A6); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_151 = L_150; NullCheck(L_151); (L_151)->SetAt(((int32_t)73), 1, _stringLiteral9ACABBE7C959ED3E3557E5F849A9541171B808CB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_152 = L_151; NullCheck(L_152); (L_152)->SetAt(((int32_t)74), 0, _stringLiteral49FDD37399D8F47722B2A2D5F3272B1F0A84C50A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_153 = L_152; NullCheck(L_153); (L_153)->SetAt(((int32_t)74), 1, _stringLiteral8B196021BB84888FED22FF4F69DE2891530E658E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_154 = L_153; NullCheck(L_154); (L_154)->SetAt(((int32_t)75), 0, _stringLiteral3C2555089D217F13B7AA63E80C445CC9BB96E4F8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_155 = L_154; NullCheck(L_155); (L_155)->SetAt(((int32_t)75), 1, _stringLiteralCB67ED3E50C5654AA77B99B4554E3AFAEEE311B7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_156 = L_155; NullCheck(L_156); (L_156)->SetAt(((int32_t)76), 0, _stringLiteralD884F35E59A1E1A56C51BCEE6A01D6B3DDBA9CAD); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_157 = L_156; NullCheck(L_157); (L_157)->SetAt(((int32_t)76), 1, _stringLiteralF8D8397ADB5D5049DE1EA528891B9EFEA8264944); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_158 = L_157; NullCheck(L_158); (L_158)->SetAt(((int32_t)77), 0, _stringLiteral79872D0EDAA11B89BD19D3E51D0881503A87EDA1); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_159 = L_158; NullCheck(L_159); (L_159)->SetAt(((int32_t)77), 1, _stringLiteral697C469609DEBC892F8465E2D7EFBE41919EE6C4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_160 = L_159; NullCheck(L_160); (L_160)->SetAt(((int32_t)78), 0, _stringLiteralA329D18BF9C9A4F354B5EC57F9B7D834C6032C03); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_161 = L_160; NullCheck(L_161); (L_161)->SetAt(((int32_t)78), 1, _stringLiteralB5A115BB1CE4803865CD66B55FC8156AC0679670); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_162 = L_161; NullCheck(L_162); (L_162)->SetAt(((int32_t)79), 0, _stringLiteralD0B508D8B38DC8221EF81CCB26367A9A83211BC9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_163 = L_162; NullCheck(L_163); (L_163)->SetAt(((int32_t)79), 1, _stringLiteral0F622D75F0434A833C1A20335861864CB07278C7); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_164 = L_163; NullCheck(L_164); (L_164)->SetAt(((int32_t)80), 0, _stringLiteral6BBBCAD0FED20F4E716FA5226DA069AD1A531464); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_165 = L_164; NullCheck(L_165); (L_165)->SetAt(((int32_t)80), 1, _stringLiteral20CB4BC9AD027C4DBCABC34553F9EDA5EF3DA0A5); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_166 = L_165; NullCheck(L_166); (L_166)->SetAt(((int32_t)81), 0, _stringLiteral5573AC6AB93A9166E7A15D98F63033348624AB14); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_167 = L_166; NullCheck(L_167); (L_167)->SetAt(((int32_t)81), 1, _stringLiteral2B9C80C1D9D6D29DCFBF1AF4BBC3F8B76CA52758); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_168 = L_167; NullCheck(L_168); (L_168)->SetAt(((int32_t)82), 0, _stringLiteralA922C7ADD6A014291A7FFA692FA08A7256871463); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_169 = L_168; NullCheck(L_169); (L_169)->SetAt(((int32_t)82), 1, _stringLiteralFE0B3298C2A71B0C504421DE1D5782EBAD7F5CD8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_170 = L_169; NullCheck(L_170); (L_170)->SetAt(((int32_t)83), 0, _stringLiteralC4FCD561B8C5DA432455F7E3ADBAC02546B61A38); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_171 = L_170; NullCheck(L_171); (L_171)->SetAt(((int32_t)83), 1, _stringLiteral07C1C7BA92E50F21FFD892D17457CF1A69BB791D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_172 = L_171; NullCheck(L_172); (L_172)->SetAt(((int32_t)84), 0, _stringLiteralF2564EEB56D40593CB508FC692C0A8909F572CA6); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_173 = L_172; NullCheck(L_173); (L_173)->SetAt(((int32_t)84), 1, _stringLiteral07C1C7BA92E50F21FFD892D17457CF1A69BB791D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_174 = L_173; NullCheck(L_174); (L_174)->SetAt(((int32_t)85), 0, _stringLiteral9FC89E4E581ACD10FED351BAADA0107858CD0772); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_175 = L_174; NullCheck(L_175); (L_175)->SetAt(((int32_t)85), 1, _stringLiteral3E0F8D65BB2C91CC1B08E6BF17D4F04D124FB22D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_176 = L_175; NullCheck(L_176); (L_176)->SetAt(((int32_t)86), 0, _stringLiteral8175D6867E215079046783AF13663AA07AF75633); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_177 = L_176; NullCheck(L_177); (L_177)->SetAt(((int32_t)86), 1, _stringLiteral3FF3E7DECFB9C95D2D63B46FEE99497F03EA7B17); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_178 = L_177; NullCheck(L_178); (L_178)->SetAt(((int32_t)87), 0, _stringLiteralD99B048E5E2132B0C4C39A7C2BF2D6C91DE6C0F3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_179 = L_178; NullCheck(L_179); (L_179)->SetAt(((int32_t)87), 1, _stringLiteral2E36B6524DCDA0E1F8E3C5E4DE0EDEE1CE1D593E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_180 = L_179; NullCheck(L_180); (L_180)->SetAt(((int32_t)88), 0, _stringLiteral35896C163A11D689243E387537FCD8A2318B554F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_181 = L_180; NullCheck(L_181); (L_181)->SetAt(((int32_t)88), 1, _stringLiteral2F15DCEA75308906FE22DC8E2CB71A007135A75B); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_182 = L_181; NullCheck(L_182); (L_182)->SetAt(((int32_t)89), 0, _stringLiteral011DF8383E0C2BB51ACA74815C24731CD9E6CE0F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_183 = L_182; NullCheck(L_183); (L_183)->SetAt(((int32_t)89), 1, _stringLiteral8524162C1D54A81B8F41E8ABC73B7F338BCBF999); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_184 = L_183; NullCheck(L_184); (L_184)->SetAt(((int32_t)90), 0, _stringLiteral74AE75B992F1B9D977C2A9EB14D1887671443FD9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_185 = L_184; NullCheck(L_185); (L_185)->SetAt(((int32_t)90), 1, _stringLiteralD1544DEAD240C6096C5860AB974ECDD19CA2E201); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_186 = L_185; NullCheck(L_186); (L_186)->SetAt(((int32_t)91), 0, _stringLiteralBBEC53F210EEFBB98EF2CAE4411F7B8752E7FACC); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_187 = L_186; NullCheck(L_187); (L_187)->SetAt(((int32_t)91), 1, _stringLiteral90CE8CBDC840E407D5B2A4C6CF6E6A4F4794897F); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_188 = L_187; NullCheck(L_188); (L_188)->SetAt(((int32_t)92), 0, _stringLiteral84D767750F508A5D8214DC4EF507F64102853819); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_189 = L_188; NullCheck(L_189); (L_189)->SetAt(((int32_t)92), 1, _stringLiteralEF3BAED9292CF98983DB6849376890F2994BFFD8); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_190 = L_189; NullCheck(L_190); (L_190)->SetAt(((int32_t)93), 0, _stringLiteral070D6014844E6DF132D41B316BE8094A83EA1438); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_191 = L_190; NullCheck(L_191); (L_191)->SetAt(((int32_t)93), 1, _stringLiteral585541DFE94914F2247B4370A9C9041BA8A8817A); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_192 = L_191; NullCheck(L_192); (L_192)->SetAt(((int32_t)94), 0, _stringLiteral291D5871DD89F1D30A07082FF0F885DB96ED978E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_193 = L_192; NullCheck(L_193); (L_193)->SetAt(((int32_t)94), 1, _stringLiteral340B59088D1E7ED96B802B2F82F9F37B545A0D7D); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_194 = L_193; NullCheck(L_194); (L_194)->SetAt(((int32_t)95), 0, _stringLiteral7B5E86CF8187B91807877AF0725E3F9554E40645); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_195 = L_194; NullCheck(L_195); (L_195)->SetAt(((int32_t)95), 1, _stringLiteralF53390C74D60B2DC19B777A65C813262B3859D6C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_196 = L_195; NullCheck(L_196); (L_196)->SetAt(((int32_t)96), 0, _stringLiteral70A458D9D35DAA83073018B72782A5859364AEC2); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_197 = L_196; NullCheck(L_197); (L_197)->SetAt(((int32_t)96), 1, _stringLiteral6437668AAFF3C7A470F151AD7B4EE6B5D8AF0CDD); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_198 = L_197; NullCheck(L_198); (L_198)->SetAt(((int32_t)97), 0, _stringLiteral2086C9392E067629621EF48286148B3F05A73E71); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_199 = L_198; NullCheck(L_199); (L_199)->SetAt(((int32_t)97), 1, _stringLiteral1AB68A0E52A32EE36A9AE0A3D6EFEB01F0F7FADA); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_200 = L_199; NullCheck(L_200); (L_200)->SetAt(((int32_t)98), 0, _stringLiteral101267D78B17257986305184E104E56DAAB7F530); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_201 = L_200; NullCheck(L_201); (L_201)->SetAt(((int32_t)98), 1, _stringLiteral08DD4EB050E73CCA4453097A7DBA79D40E0E3979); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_202 = L_201; NullCheck(L_202); (L_202)->SetAt(((int32_t)99), 0, _stringLiteralC44C2F590228488B806D8213DBB719C19809D150); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_203 = L_202; NullCheck(L_203); (L_203)->SetAt(((int32_t)99), 1, _stringLiteral44164D1EBC6AEE4BF7519590E8E1EC986D7AE6AB); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_204 = L_203; NullCheck(L_204); (L_204)->SetAt(((int32_t)100), 0, _stringLiteral8280C6CBF3DFC21B10377BE693A06682AF6F0152); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_205 = L_204; NullCheck(L_205); (L_205)->SetAt(((int32_t)100), 1, _stringLiteralAE073D669EEEC0D4EBD6B8BA56FC2EB068FC8CC5); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_206 = L_205; NullCheck(L_206); (L_206)->SetAt(((int32_t)101), 0, _stringLiteral078B26963F0AABA0E769F9FE2FD2A435F23963D3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_207 = L_206; NullCheck(L_207); (L_207)->SetAt(((int32_t)101), 1, _stringLiteral2532DF950B4388A092C5014E3ED2E06043E01B06); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_208 = L_207; NullCheck(L_208); (L_208)->SetAt(((int32_t)102), 0, _stringLiteralA25635816BE6BF5F9885D4A2338FD40C8B7DC8F9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_209 = L_208; NullCheck(L_209); (L_209)->SetAt(((int32_t)102), 1, _stringLiteralA13DE744B01F63C5DE74C2AEADCEEB872A243DC4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_210 = L_209; NullCheck(L_210); (L_210)->SetAt(((int32_t)103), 0, _stringLiteralA81B3CACE590267ABAC8F88DC90A961A186D07CF); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_211 = L_210; NullCheck(L_211); (L_211)->SetAt(((int32_t)103), 1, _stringLiteral9782BAAC1929C850665C4846404B90AE23B25CD5); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_212 = L_211; NullCheck(L_212); (L_212)->SetAt(((int32_t)104), 0, _stringLiteral43248ADAE46B03C6973C36912CF5A1F9388DA3CA); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_213 = L_212; NullCheck(L_213); (L_213)->SetAt(((int32_t)104), 1, _stringLiteral04F6959FE66299139C73EEDA75304959291465E4); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_214 = L_213; NullCheck(L_214); (L_214)->SetAt(((int32_t)105), 0, _stringLiteral8D8FB160B4C212DAD2E50C479B19DFEAE167F4A3); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_215 = L_214; NullCheck(L_215); (L_215)->SetAt(((int32_t)105), 1, _stringLiteral1210E68C52ADBB898A6E113C26B325E97793204E); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_216 = L_215; NullCheck(L_216); (L_216)->SetAt(((int32_t)106), 0, _stringLiteral35B8114AC69BEBAACEEF31EAE37667FA389CB075); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_217 = L_216; NullCheck(L_217); (L_217)->SetAt(((int32_t)106), 1, _stringLiteralC7B7AF7E20FE503A74EE797E05BBC5470FF66124); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_218 = L_217; NullCheck(L_218); (L_218)->SetAt(((int32_t)107), 0, _stringLiteral46FE6AEAF3CC2C63CB04108AD734B8F3343F9CEC); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_219 = L_218; NullCheck(L_219); (L_219)->SetAt(((int32_t)107), 1, _stringLiteralF4509A041EA8302549B9E119D97A7AB78C63BC8C); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_220 = L_219; NullCheck(L_220); (L_220)->SetAt(((int32_t)108), 0, _stringLiteralF25C8369F2CB39B76E314E1965B832A8A976C9B9); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_221 = L_220; NullCheck(L_221); (L_221)->SetAt(((int32_t)108), 1, _stringLiteral847F72FEB0580436035F6D3588EE4923C9664F52); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_222 = L_221; NullCheck(L_222); (L_222)->SetAt(((int32_t)109), 0, _stringLiteralE14F1B14BE116CFA355535FCD1863D382601BDE0); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_223 = L_222; NullCheck(L_223); (L_223)->SetAt(((int32_t)109), 1, _stringLiteral6D6909BC795B5728D6DDEA208DA7986143605B77); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_224 = L_223; NullCheck(L_224); (L_224)->SetAt(((int32_t)110), 0, _stringLiteralB10277638EC53EB7D22B3B79D907BFD78922FC76); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_225 = L_224; NullCheck(L_225); (L_225)->SetAt(((int32_t)110), 1, _stringLiteralA453C374F6792B40611F98BF51F5D93A3E737CF6); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_226 = L_225; NullCheck(L_226); (L_226)->SetAt(((int32_t)111), 0, _stringLiteral516E5BE6DD9745A9A8953C8F5212FB4B0BAC5414); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_227 = L_226; NullCheck(L_227); (L_227)->SetAt(((int32_t)111), 1, _stringLiteral7BB02F22CCAAAF38745BF587A5C3005D1AD136BE); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set__propTable_17(L_227); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_228 = (LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E*)(LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E*)SZArrayNew(LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)94)); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_229 = L_228; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_230; memset((&L_230), 0, sizeof(L_230)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_230), ((int32_t)65), ((int32_t)90), 1, ((int32_t)32), /*hidden argument*/NULL); NullCheck(L_229); (L_229)->SetAt(static_cast(0), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_230); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_231 = L_229; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_232; memset((&L_232), 0, sizeof(L_232)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_232), ((int32_t)192), ((int32_t)222), 1, ((int32_t)32), /*hidden argument*/NULL); NullCheck(L_231); (L_231)->SetAt(static_cast(1), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_232); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_233 = L_231; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_234; memset((&L_234), 0, sizeof(L_234)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_234), ((int32_t)256), ((int32_t)302), 2, 0, /*hidden argument*/NULL); NullCheck(L_233); (L_233)->SetAt(static_cast(2), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_234); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_235 = L_233; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_236; memset((&L_236), 0, sizeof(L_236)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_236), ((int32_t)304), ((int32_t)304), 0, ((int32_t)105), /*hidden argument*/NULL); NullCheck(L_235); (L_235)->SetAt(static_cast(3), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_236); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_237 = L_235; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_238; memset((&L_238), 0, sizeof(L_238)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_238), ((int32_t)306), ((int32_t)310), 2, 0, /*hidden argument*/NULL); NullCheck(L_237); (L_237)->SetAt(static_cast(4), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_238); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_239 = L_237; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_240; memset((&L_240), 0, sizeof(L_240)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_240), ((int32_t)313), ((int32_t)327), 3, 0, /*hidden argument*/NULL); NullCheck(L_239); (L_239)->SetAt(static_cast(5), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_240); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_241 = L_239; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_242; memset((&L_242), 0, sizeof(L_242)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_242), ((int32_t)330), ((int32_t)374), 2, 0, /*hidden argument*/NULL); NullCheck(L_241); (L_241)->SetAt(static_cast(6), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_242); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_243 = L_241; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_244; memset((&L_244), 0, sizeof(L_244)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_244), ((int32_t)376), ((int32_t)376), 0, ((int32_t)255), /*hidden argument*/NULL); NullCheck(L_243); (L_243)->SetAt(static_cast(7), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_244); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_245 = L_243; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_246; memset((&L_246), 0, sizeof(L_246)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_246), ((int32_t)377), ((int32_t)381), 3, 0, /*hidden argument*/NULL); NullCheck(L_245); (L_245)->SetAt(static_cast(8), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_246); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_247 = L_245; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_248; memset((&L_248), 0, sizeof(L_248)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_248), ((int32_t)385), ((int32_t)385), 0, ((int32_t)595), /*hidden argument*/NULL); NullCheck(L_247); (L_247)->SetAt(static_cast(((int32_t)9)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_248); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_249 = L_247; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_250; memset((&L_250), 0, sizeof(L_250)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_250), ((int32_t)386), ((int32_t)388), 2, 0, /*hidden argument*/NULL); NullCheck(L_249); (L_249)->SetAt(static_cast(((int32_t)10)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_250); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_251 = L_249; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_252; memset((&L_252), 0, sizeof(L_252)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_252), ((int32_t)390), ((int32_t)390), 0, ((int32_t)596), /*hidden argument*/NULL); NullCheck(L_251); (L_251)->SetAt(static_cast(((int32_t)11)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_252); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_253 = L_251; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_254; memset((&L_254), 0, sizeof(L_254)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_254), ((int32_t)391), ((int32_t)391), 0, ((int32_t)392), /*hidden argument*/NULL); NullCheck(L_253); (L_253)->SetAt(static_cast(((int32_t)12)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_254); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_255 = L_253; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_256; memset((&L_256), 0, sizeof(L_256)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_256), ((int32_t)393), ((int32_t)394), 1, ((int32_t)205), /*hidden argument*/NULL); NullCheck(L_255); (L_255)->SetAt(static_cast(((int32_t)13)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_256); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_257 = L_255; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_258; memset((&L_258), 0, sizeof(L_258)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_258), ((int32_t)395), ((int32_t)395), 0, ((int32_t)396), /*hidden argument*/NULL); NullCheck(L_257); (L_257)->SetAt(static_cast(((int32_t)14)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_258); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_259 = L_257; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_260; memset((&L_260), 0, sizeof(L_260)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_260), ((int32_t)398), ((int32_t)398), 0, ((int32_t)477), /*hidden argument*/NULL); NullCheck(L_259); (L_259)->SetAt(static_cast(((int32_t)15)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_260); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_261 = L_259; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_262; memset((&L_262), 0, sizeof(L_262)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_262), ((int32_t)399), ((int32_t)399), 0, ((int32_t)601), /*hidden argument*/NULL); NullCheck(L_261); (L_261)->SetAt(static_cast(((int32_t)16)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_262); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_263 = L_261; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_264; memset((&L_264), 0, sizeof(L_264)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_264), ((int32_t)400), ((int32_t)400), 0, ((int32_t)603), /*hidden argument*/NULL); NullCheck(L_263); (L_263)->SetAt(static_cast(((int32_t)17)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_264); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_265 = L_263; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_266; memset((&L_266), 0, sizeof(L_266)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_266), ((int32_t)401), ((int32_t)401), 0, ((int32_t)402), /*hidden argument*/NULL); NullCheck(L_265); (L_265)->SetAt(static_cast(((int32_t)18)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_266); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_267 = L_265; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_268; memset((&L_268), 0, sizeof(L_268)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_268), ((int32_t)403), ((int32_t)403), 0, ((int32_t)608), /*hidden argument*/NULL); NullCheck(L_267); (L_267)->SetAt(static_cast(((int32_t)19)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_268); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_269 = L_267; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_270; memset((&L_270), 0, sizeof(L_270)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_270), ((int32_t)404), ((int32_t)404), 0, ((int32_t)611), /*hidden argument*/NULL); NullCheck(L_269); (L_269)->SetAt(static_cast(((int32_t)20)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_270); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_271 = L_269; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_272; memset((&L_272), 0, sizeof(L_272)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_272), ((int32_t)406), ((int32_t)406), 0, ((int32_t)617), /*hidden argument*/NULL); NullCheck(L_271); (L_271)->SetAt(static_cast(((int32_t)21)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_272); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_273 = L_271; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_274; memset((&L_274), 0, sizeof(L_274)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_274), ((int32_t)407), ((int32_t)407), 0, ((int32_t)616), /*hidden argument*/NULL); NullCheck(L_273); (L_273)->SetAt(static_cast(((int32_t)22)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_274); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_275 = L_273; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_276; memset((&L_276), 0, sizeof(L_276)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_276), ((int32_t)408), ((int32_t)408), 0, ((int32_t)409), /*hidden argument*/NULL); NullCheck(L_275); (L_275)->SetAt(static_cast(((int32_t)23)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_276); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_277 = L_275; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_278; memset((&L_278), 0, sizeof(L_278)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_278), ((int32_t)412), ((int32_t)412), 0, ((int32_t)623), /*hidden argument*/NULL); NullCheck(L_277); (L_277)->SetAt(static_cast(((int32_t)24)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_278); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_279 = L_277; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_280; memset((&L_280), 0, sizeof(L_280)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_280), ((int32_t)413), ((int32_t)413), 0, ((int32_t)626), /*hidden argument*/NULL); NullCheck(L_279); (L_279)->SetAt(static_cast(((int32_t)25)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_280); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_281 = L_279; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_282; memset((&L_282), 0, sizeof(L_282)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_282), ((int32_t)415), ((int32_t)415), 0, ((int32_t)629), /*hidden argument*/NULL); NullCheck(L_281); (L_281)->SetAt(static_cast(((int32_t)26)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_282); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_283 = L_281; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_284; memset((&L_284), 0, sizeof(L_284)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_284), ((int32_t)416), ((int32_t)420), 2, 0, /*hidden argument*/NULL); NullCheck(L_283); (L_283)->SetAt(static_cast(((int32_t)27)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_284); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_285 = L_283; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_286; memset((&L_286), 0, sizeof(L_286)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_286), ((int32_t)423), ((int32_t)423), 0, ((int32_t)424), /*hidden argument*/NULL); NullCheck(L_285); (L_285)->SetAt(static_cast(((int32_t)28)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_286); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_287 = L_285; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_288; memset((&L_288), 0, sizeof(L_288)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_288), ((int32_t)425), ((int32_t)425), 0, ((int32_t)643), /*hidden argument*/NULL); NullCheck(L_287); (L_287)->SetAt(static_cast(((int32_t)29)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_288); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_289 = L_287; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_290; memset((&L_290), 0, sizeof(L_290)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_290), ((int32_t)428), ((int32_t)428), 0, ((int32_t)429), /*hidden argument*/NULL); NullCheck(L_289); (L_289)->SetAt(static_cast(((int32_t)30)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_290); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_291 = L_289; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_292; memset((&L_292), 0, sizeof(L_292)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_292), ((int32_t)430), ((int32_t)430), 0, ((int32_t)648), /*hidden argument*/NULL); NullCheck(L_291); (L_291)->SetAt(static_cast(((int32_t)31)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_292); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_293 = L_291; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_294; memset((&L_294), 0, sizeof(L_294)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_294), ((int32_t)431), ((int32_t)431), 0, ((int32_t)432), /*hidden argument*/NULL); NullCheck(L_293); (L_293)->SetAt(static_cast(((int32_t)32)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_294); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_295 = L_293; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_296; memset((&L_296), 0, sizeof(L_296)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_296), ((int32_t)433), ((int32_t)434), 1, ((int32_t)217), /*hidden argument*/NULL); NullCheck(L_295); (L_295)->SetAt(static_cast(((int32_t)33)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_296); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_297 = L_295; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_298; memset((&L_298), 0, sizeof(L_298)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_298), ((int32_t)435), ((int32_t)437), 3, 0, /*hidden argument*/NULL); NullCheck(L_297); (L_297)->SetAt(static_cast(((int32_t)34)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_298); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_299 = L_297; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_300; memset((&L_300), 0, sizeof(L_300)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_300), ((int32_t)439), ((int32_t)439), 0, ((int32_t)658), /*hidden argument*/NULL); NullCheck(L_299); (L_299)->SetAt(static_cast(((int32_t)35)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_300); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_301 = L_299; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_302; memset((&L_302), 0, sizeof(L_302)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_302), ((int32_t)440), ((int32_t)440), 0, ((int32_t)441), /*hidden argument*/NULL); NullCheck(L_301); (L_301)->SetAt(static_cast(((int32_t)36)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_302); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_303 = L_301; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_304; memset((&L_304), 0, sizeof(L_304)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_304), ((int32_t)444), ((int32_t)444), 0, ((int32_t)445), /*hidden argument*/NULL); NullCheck(L_303); (L_303)->SetAt(static_cast(((int32_t)37)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_304); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_305 = L_303; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_306; memset((&L_306), 0, sizeof(L_306)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_306), ((int32_t)452), ((int32_t)453), 0, ((int32_t)454), /*hidden argument*/NULL); NullCheck(L_305); (L_305)->SetAt(static_cast(((int32_t)38)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_306); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_307 = L_305; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_308; memset((&L_308), 0, sizeof(L_308)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_308), ((int32_t)455), ((int32_t)456), 0, ((int32_t)457), /*hidden argument*/NULL); NullCheck(L_307); (L_307)->SetAt(static_cast(((int32_t)39)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_308); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_309 = L_307; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_310; memset((&L_310), 0, sizeof(L_310)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_310), ((int32_t)458), ((int32_t)459), 0, ((int32_t)460), /*hidden argument*/NULL); NullCheck(L_309); (L_309)->SetAt(static_cast(((int32_t)40)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_310); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_311 = L_309; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_312; memset((&L_312), 0, sizeof(L_312)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_312), ((int32_t)461), ((int32_t)475), 3, 0, /*hidden argument*/NULL); NullCheck(L_311); (L_311)->SetAt(static_cast(((int32_t)41)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_312); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_313 = L_311; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_314; memset((&L_314), 0, sizeof(L_314)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_314), ((int32_t)478), ((int32_t)494), 2, 0, /*hidden argument*/NULL); NullCheck(L_313); (L_313)->SetAt(static_cast(((int32_t)42)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_314); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_315 = L_313; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_316; memset((&L_316), 0, sizeof(L_316)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_316), ((int32_t)497), ((int32_t)498), 0, ((int32_t)499), /*hidden argument*/NULL); NullCheck(L_315); (L_315)->SetAt(static_cast(((int32_t)43)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_316); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_317 = L_315; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_318; memset((&L_318), 0, sizeof(L_318)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_318), ((int32_t)500), ((int32_t)500), 0, ((int32_t)501), /*hidden argument*/NULL); NullCheck(L_317); (L_317)->SetAt(static_cast(((int32_t)44)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_318); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_319 = L_317; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_320; memset((&L_320), 0, sizeof(L_320)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_320), ((int32_t)506), ((int32_t)534), 2, 0, /*hidden argument*/NULL); NullCheck(L_319); (L_319)->SetAt(static_cast(((int32_t)45)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_320); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_321 = L_319; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_322; memset((&L_322), 0, sizeof(L_322)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_322), ((int32_t)902), ((int32_t)902), 0, ((int32_t)940), /*hidden argument*/NULL); NullCheck(L_321); (L_321)->SetAt(static_cast(((int32_t)46)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_322); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_323 = L_321; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_324; memset((&L_324), 0, sizeof(L_324)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_324), ((int32_t)904), ((int32_t)906), 1, ((int32_t)37), /*hidden argument*/NULL); NullCheck(L_323); (L_323)->SetAt(static_cast(((int32_t)47)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_324); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_325 = L_323; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_326; memset((&L_326), 0, sizeof(L_326)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_326), ((int32_t)908), ((int32_t)908), 0, ((int32_t)972), /*hidden argument*/NULL); NullCheck(L_325); (L_325)->SetAt(static_cast(((int32_t)48)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_326); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_327 = L_325; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_328; memset((&L_328), 0, sizeof(L_328)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_328), ((int32_t)910), ((int32_t)911), 1, ((int32_t)63), /*hidden argument*/NULL); NullCheck(L_327); (L_327)->SetAt(static_cast(((int32_t)49)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_328); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_329 = L_327; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_330; memset((&L_330), 0, sizeof(L_330)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_330), ((int32_t)913), ((int32_t)939), 1, ((int32_t)32), /*hidden argument*/NULL); NullCheck(L_329); (L_329)->SetAt(static_cast(((int32_t)50)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_330); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_331 = L_329; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_332; memset((&L_332), 0, sizeof(L_332)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_332), ((int32_t)994), ((int32_t)1006), 2, 0, /*hidden argument*/NULL); NullCheck(L_331); (L_331)->SetAt(static_cast(((int32_t)51)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_332); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_333 = L_331; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_334; memset((&L_334), 0, sizeof(L_334)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_334), ((int32_t)1025), ((int32_t)1039), 1, ((int32_t)80), /*hidden argument*/NULL); NullCheck(L_333); (L_333)->SetAt(static_cast(((int32_t)52)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_334); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_335 = L_333; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_336; memset((&L_336), 0, sizeof(L_336)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_336), ((int32_t)1040), ((int32_t)1071), 1, ((int32_t)32), /*hidden argument*/NULL); NullCheck(L_335); (L_335)->SetAt(static_cast(((int32_t)53)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_336); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_337 = L_335; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_338; memset((&L_338), 0, sizeof(L_338)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_338), ((int32_t)1120), ((int32_t)1152), 2, 0, /*hidden argument*/NULL); NullCheck(L_337); (L_337)->SetAt(static_cast(((int32_t)54)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_338); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_339 = L_337; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_340; memset((&L_340), 0, sizeof(L_340)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_340), ((int32_t)1168), ((int32_t)1214), 2, 0, /*hidden argument*/NULL); NullCheck(L_339); (L_339)->SetAt(static_cast(((int32_t)55)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_340); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_341 = L_339; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_342; memset((&L_342), 0, sizeof(L_342)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_342), ((int32_t)1217), ((int32_t)1219), 3, 0, /*hidden argument*/NULL); NullCheck(L_341); (L_341)->SetAt(static_cast(((int32_t)56)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_342); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_343 = L_341; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_344; memset((&L_344), 0, sizeof(L_344)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_344), ((int32_t)1223), ((int32_t)1223), 0, ((int32_t)1224), /*hidden argument*/NULL); NullCheck(L_343); (L_343)->SetAt(static_cast(((int32_t)57)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_344); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_345 = L_343; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_346; memset((&L_346), 0, sizeof(L_346)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_346), ((int32_t)1227), ((int32_t)1227), 0, ((int32_t)1228), /*hidden argument*/NULL); NullCheck(L_345); (L_345)->SetAt(static_cast(((int32_t)58)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_346); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_347 = L_345; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_348; memset((&L_348), 0, sizeof(L_348)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_348), ((int32_t)1232), ((int32_t)1258), 2, 0, /*hidden argument*/NULL); NullCheck(L_347); (L_347)->SetAt(static_cast(((int32_t)59)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_348); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_349 = L_347; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_350; memset((&L_350), 0, sizeof(L_350)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_350), ((int32_t)1262), ((int32_t)1268), 2, 0, /*hidden argument*/NULL); NullCheck(L_349); (L_349)->SetAt(static_cast(((int32_t)60)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_350); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_351 = L_349; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_352; memset((&L_352), 0, sizeof(L_352)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_352), ((int32_t)1272), ((int32_t)1272), 0, ((int32_t)1273), /*hidden argument*/NULL); NullCheck(L_351); (L_351)->SetAt(static_cast(((int32_t)61)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_352); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_353 = L_351; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_354; memset((&L_354), 0, sizeof(L_354)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_354), ((int32_t)1329), ((int32_t)1366), 1, ((int32_t)48), /*hidden argument*/NULL); NullCheck(L_353); (L_353)->SetAt(static_cast(((int32_t)62)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_354); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_355 = L_353; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_356; memset((&L_356), 0, sizeof(L_356)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_356), ((int32_t)4256), ((int32_t)4293), 1, ((int32_t)48), /*hidden argument*/NULL); NullCheck(L_355); (L_355)->SetAt(static_cast(((int32_t)63)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_356); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_357 = L_355; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_358; memset((&L_358), 0, sizeof(L_358)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_358), ((int32_t)7680), ((int32_t)7928), 2, 0, /*hidden argument*/NULL); NullCheck(L_357); (L_357)->SetAt(static_cast(((int32_t)64)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_358); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_359 = L_357; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_360; memset((&L_360), 0, sizeof(L_360)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_360), ((int32_t)7944), ((int32_t)7951), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_359); (L_359)->SetAt(static_cast(((int32_t)65)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_360); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_361 = L_359; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_362; memset((&L_362), 0, sizeof(L_362)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_362), ((int32_t)7960), ((int32_t)7967), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_361); (L_361)->SetAt(static_cast(((int32_t)66)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_362); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_363 = L_361; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_364; memset((&L_364), 0, sizeof(L_364)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_364), ((int32_t)7976), ((int32_t)7983), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_363); (L_363)->SetAt(static_cast(((int32_t)67)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_364); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_365 = L_363; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_366; memset((&L_366), 0, sizeof(L_366)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_366), ((int32_t)7992), ((int32_t)7999), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_365); (L_365)->SetAt(static_cast(((int32_t)68)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_366); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_367 = L_365; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_368; memset((&L_368), 0, sizeof(L_368)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_368), ((int32_t)8008), ((int32_t)8013), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_367); (L_367)->SetAt(static_cast(((int32_t)69)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_368); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_369 = L_367; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_370; memset((&L_370), 0, sizeof(L_370)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_370), ((int32_t)8025), ((int32_t)8025), 0, ((int32_t)8017), /*hidden argument*/NULL); NullCheck(L_369); (L_369)->SetAt(static_cast(((int32_t)70)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_370); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_371 = L_369; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_372; memset((&L_372), 0, sizeof(L_372)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_372), ((int32_t)8027), ((int32_t)8027), 0, ((int32_t)8019), /*hidden argument*/NULL); NullCheck(L_371); (L_371)->SetAt(static_cast(((int32_t)71)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_372); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_373 = L_371; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_374; memset((&L_374), 0, sizeof(L_374)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_374), ((int32_t)8029), ((int32_t)8029), 0, ((int32_t)8021), /*hidden argument*/NULL); NullCheck(L_373); (L_373)->SetAt(static_cast(((int32_t)72)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_374); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_375 = L_373; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_376; memset((&L_376), 0, sizeof(L_376)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_376), ((int32_t)8031), ((int32_t)8031), 0, ((int32_t)8023), /*hidden argument*/NULL); NullCheck(L_375); (L_375)->SetAt(static_cast(((int32_t)73)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_376); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_377 = L_375; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_378; memset((&L_378), 0, sizeof(L_378)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_378), ((int32_t)8040), ((int32_t)8047), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_377); (L_377)->SetAt(static_cast(((int32_t)74)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_378); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_379 = L_377; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_380; memset((&L_380), 0, sizeof(L_380)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_380), ((int32_t)8072), ((int32_t)8079), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_379); (L_379)->SetAt(static_cast(((int32_t)75)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_380); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_381 = L_379; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_382; memset((&L_382), 0, sizeof(L_382)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_382), ((int32_t)8088), ((int32_t)8095), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_381); (L_381)->SetAt(static_cast(((int32_t)76)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_382); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_383 = L_381; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_384; memset((&L_384), 0, sizeof(L_384)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_384), ((int32_t)8104), ((int32_t)8111), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_383); (L_383)->SetAt(static_cast(((int32_t)77)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_384); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_385 = L_383; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_386; memset((&L_386), 0, sizeof(L_386)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_386), ((int32_t)8120), ((int32_t)8121), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_385); (L_385)->SetAt(static_cast(((int32_t)78)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_386); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_387 = L_385; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_388; memset((&L_388), 0, sizeof(L_388)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_388), ((int32_t)8122), ((int32_t)8123), 1, ((int32_t)-74), /*hidden argument*/NULL); NullCheck(L_387); (L_387)->SetAt(static_cast(((int32_t)79)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_388); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_389 = L_387; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_390; memset((&L_390), 0, sizeof(L_390)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_390), ((int32_t)8124), ((int32_t)8124), 0, ((int32_t)8115), /*hidden argument*/NULL); NullCheck(L_389); (L_389)->SetAt(static_cast(((int32_t)80)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_390); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_391 = L_389; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_392; memset((&L_392), 0, sizeof(L_392)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_392), ((int32_t)8136), ((int32_t)8139), 1, ((int32_t)-86), /*hidden argument*/NULL); NullCheck(L_391); (L_391)->SetAt(static_cast(((int32_t)81)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_392); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_393 = L_391; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_394; memset((&L_394), 0, sizeof(L_394)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_394), ((int32_t)8140), ((int32_t)8140), 0, ((int32_t)8131), /*hidden argument*/NULL); NullCheck(L_393); (L_393)->SetAt(static_cast(((int32_t)82)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_394); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_395 = L_393; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_396; memset((&L_396), 0, sizeof(L_396)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_396), ((int32_t)8152), ((int32_t)8153), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_395); (L_395)->SetAt(static_cast(((int32_t)83)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_396); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_397 = L_395; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_398; memset((&L_398), 0, sizeof(L_398)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_398), ((int32_t)8154), ((int32_t)8155), 1, ((int32_t)-100), /*hidden argument*/NULL); NullCheck(L_397); (L_397)->SetAt(static_cast(((int32_t)84)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_398); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_399 = L_397; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_400; memset((&L_400), 0, sizeof(L_400)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_400), ((int32_t)8168), ((int32_t)8169), 1, ((int32_t)-8), /*hidden argument*/NULL); NullCheck(L_399); (L_399)->SetAt(static_cast(((int32_t)85)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_400); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_401 = L_399; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_402; memset((&L_402), 0, sizeof(L_402)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_402), ((int32_t)8170), ((int32_t)8171), 1, ((int32_t)-112), /*hidden argument*/NULL); NullCheck(L_401); (L_401)->SetAt(static_cast(((int32_t)86)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_402); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_403 = L_401; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_404; memset((&L_404), 0, sizeof(L_404)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_404), ((int32_t)8172), ((int32_t)8172), 0, ((int32_t)8165), /*hidden argument*/NULL); NullCheck(L_403); (L_403)->SetAt(static_cast(((int32_t)87)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_404); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_405 = L_403; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_406; memset((&L_406), 0, sizeof(L_406)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_406), ((int32_t)8184), ((int32_t)8185), 1, ((int32_t)-128), /*hidden argument*/NULL); NullCheck(L_405); (L_405)->SetAt(static_cast(((int32_t)88)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_406); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_407 = L_405; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_408; memset((&L_408), 0, sizeof(L_408)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_408), ((int32_t)8186), ((int32_t)8187), 1, ((int32_t)-126), /*hidden argument*/NULL); NullCheck(L_407); (L_407)->SetAt(static_cast(((int32_t)89)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_408); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_409 = L_407; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_410; memset((&L_410), 0, sizeof(L_410)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_410), ((int32_t)8188), ((int32_t)8188), 0, ((int32_t)8179), /*hidden argument*/NULL); NullCheck(L_409); (L_409)->SetAt(static_cast(((int32_t)90)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_410); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_411 = L_409; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_412; memset((&L_412), 0, sizeof(L_412)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_412), ((int32_t)8544), ((int32_t)8559), 1, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_411); (L_411)->SetAt(static_cast(((int32_t)91)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_412); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_413 = L_411; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_414; memset((&L_414), 0, sizeof(L_414)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_414), ((int32_t)9398), ((int32_t)9424), 1, ((int32_t)26), /*hidden argument*/NULL); NullCheck(L_413); (L_413)->SetAt(static_cast(((int32_t)92)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_414); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_415 = L_413; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_416; memset((&L_416), 0, sizeof(L_416)); LowerCaseMapping__ctor_m0236442CB5098331DEAE7CACFCAC42741945D3E8((&L_416), ((int32_t)65313), ((int32_t)65338), 1, ((int32_t)32), /*hidden argument*/NULL); NullCheck(L_415); (L_415)->SetAt(static_cast(((int32_t)93)), (LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE )L_416); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set__lcTable_18(L_415); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_417 = (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *)il2cpp_codegen_object_new(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B(L_417, ((int32_t)32), /*hidden argument*/Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B_RuntimeMethod_var); V_0 = L_417; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_418 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); V_1 = L_418; StringBuilder_t * L_419 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_419, ((int32_t)11), /*hidden argument*/NULL); V_2 = L_419; StringBuilder_t * L_420 = V_2; NullCheck(L_420); StringBuilder_t * L_421; L_421 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_420, 0, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_422 = V_1; NullCheck(L_422); (L_422)->SetAt(static_cast(0), (Il2CppChar)0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_423 = V_1; NullCheck(L_423); (L_423)->SetAt(static_cast(1), (Il2CppChar)((int32_t)15)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_424 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_425 = V_1; NullCheck(L_425); String_t* L_426; L_426 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_425)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_424); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_424, _stringLiteral8259BDC645D534B5B71BDC6C8AD2D935199FFA07, L_426, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_427 = V_1; NullCheck(L_427); (L_427)->SetAt(static_cast(2), (Il2CppChar)((int32_t)16)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_428 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_429 = V_1; NullCheck(L_429); String_t* L_430; L_430 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_429)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_428); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_428, _stringLiteralDAAC8074AC3DFB6E43BF44F036CA368289069A09, L_430, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_431 = V_1; NullCheck(L_431); (L_431)->SetAt(static_cast(3), (Il2CppChar)((int32_t)30)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_432 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_433 = V_1; NullCheck(L_433); String_t* L_434; L_434 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_433)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_432); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_432, _stringLiteral27CDC5C40A6244DAB073099C8597F6AE59E64332, L_434, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_435 = V_1; NullCheck(L_435); (L_435)->SetAt(static_cast(4), (Il2CppChar)((int32_t)18)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_436 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_437 = V_1; NullCheck(L_437); String_t* L_438; L_438 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_437)->GetAddressAt(static_cast(4))), /*hidden argument*/NULL); NullCheck(L_436); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_436, _stringLiteral572C38B92C9B0B812EDF7214BF6A234D5B82A1BF, L_438, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_439 = V_1; NullCheck(L_439); (L_439)->SetAt(static_cast(5), (Il2CppChar)((int32_t)17)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_440 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_441 = V_1; NullCheck(L_441); String_t* L_442; L_442 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_441)->GetAddressAt(static_cast(5))), /*hidden argument*/NULL); NullCheck(L_440); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_440, _stringLiteral492FBC692FA08806670CCBD96D41280D1A10D87C, L_442, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_443 = V_1; NullCheck(L_443); (L_443)->SetAt(static_cast(6), (Il2CppChar)0); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_444 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_445 = V_1; String_t* L_446; L_446 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_445, 0, 7, /*hidden argument*/NULL); NullCheck(L_444); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_444, _stringLiteralBF86C9E9E7FE0EF09A2EAE8066CDC31F859254CC, L_446, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_447 = V_1; NullCheck(L_447); (L_447)->SetAt(static_cast(1), (Il2CppChar)2); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_448 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_449 = V_1; NullCheck(L_449); String_t* L_450; L_450 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_449)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_448); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_448, _stringLiteralED5AFE132A97BA24E8306366DD70B9A8D78BFA48, L_450, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_451 = V_1; NullCheck(L_451); (L_451)->SetAt(static_cast(2), (Il2CppChar)4); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_452 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_453 = V_1; NullCheck(L_453); String_t* L_454; L_454 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_453)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_452); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_452, _stringLiteral4F6FCE005462468B85E1B17BF50DABD387E2AA0D, L_454, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_455 = V_1; NullCheck(L_455); (L_455)->SetAt(static_cast(3), (Il2CppChar)5); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_456 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_457 = V_1; NullCheck(L_457); String_t* L_458; L_458 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_457)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_456); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_456, _stringLiteral5672E54AB2E54B13506540FFFD4046D50ADD13F5, L_458, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_459 = V_1; NullCheck(L_459); (L_459)->SetAt(static_cast(4), (Il2CppChar)3); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_460 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_461 = V_1; NullCheck(L_461); String_t* L_462; L_462 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_461)->GetAddressAt(static_cast(4))), /*hidden argument*/NULL); NullCheck(L_460); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_460, _stringLiteralE7E8A279C6B408C8115ECB8D5D20FFD0A71025C3, L_462, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_463 = V_1; NullCheck(L_463); (L_463)->SetAt(static_cast(5), (Il2CppChar)1); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_464 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_465 = V_1; NullCheck(L_465); String_t* L_466; L_466 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_465)->GetAddressAt(static_cast(5))), /*hidden argument*/NULL); NullCheck(L_464); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_464, _stringLiteralF23271A51B0CAD6D72E7ADE5AD13B8927F6F770C, L_466, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_467 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_468 = V_1; String_t* L_469; L_469 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_468, 0, 7, /*hidden argument*/NULL); NullCheck(L_467); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_467, _stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A, L_469, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); StringBuilder_t * L_470 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_471 = V_1; String_t* L_472; L_472 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_471, 1, 5, /*hidden argument*/NULL); NullCheck(L_470); StringBuilder_t * L_473; L_473 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_470, L_472, /*hidden argument*/NULL); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_474 = V_0; String_t* L_475 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_InternalRegexIgnoreCase_5(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_476; L_476 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_477 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_478 = L_477; Il2CppChar L_479 = ((Il2CppChar)0); RuntimeObject * L_480 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_479); NullCheck(L_478); ArrayElementTypeCheck (L_478, L_480); (L_478)->SetAt(static_cast(0), (RuntimeObject *)L_480); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_481 = L_478; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_482 = V_1; NullCheck(L_482); int32_t L_483 = 1; uint16_t L_484 = (uint16_t)(L_482)->GetAt(static_cast(L_483)); Il2CppChar L_485 = ((Il2CppChar)L_484); RuntimeObject * L_486 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_485); NullCheck(L_481); ArrayElementTypeCheck (L_481, L_486); (L_481)->SetAt(static_cast(1), (RuntimeObject *)L_486); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_487 = L_481; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_488 = V_1; NullCheck(L_488); int32_t L_489 = 4; uint16_t L_490 = (uint16_t)(L_488)->GetAt(static_cast(L_489)); Il2CppChar L_491 = ((Il2CppChar)L_490); RuntimeObject * L_492 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_491); NullCheck(L_487); ArrayElementTypeCheck (L_487, L_492); (L_487)->SetAt(static_cast(2), (RuntimeObject *)L_492); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_493 = L_487; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_494 = V_1; NullCheck(L_494); int32_t L_495 = 5; uint16_t L_496 = (uint16_t)(L_494)->GetAt(static_cast(L_495)); Il2CppChar L_497 = ((Il2CppChar)L_496); RuntimeObject * L_498 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_497); NullCheck(L_493); ArrayElementTypeCheck (L_493, L_498); (L_493)->SetAt(static_cast(3), (RuntimeObject *)L_498); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_499 = L_493; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_500 = V_1; NullCheck(L_500); int32_t L_501 = 6; uint16_t L_502 = (uint16_t)(L_500)->GetAt(static_cast(L_501)); Il2CppChar L_503 = ((Il2CppChar)L_502); RuntimeObject * L_504 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_503); NullCheck(L_499); ArrayElementTypeCheck (L_499, L_504); (L_499)->SetAt(static_cast(4), (RuntimeObject *)L_504); String_t* L_505; L_505 = String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21(L_476, _stringLiteral3673FF002279CCCC33A113C482FD3DB9FE3D429A, L_499, /*hidden argument*/NULL); NullCheck(L_474); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_474, L_475, L_505, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_506 = V_1; NullCheck(L_506); (L_506)->SetAt(static_cast(1), (Il2CppChar)7); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_507 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_508 = V_1; NullCheck(L_508); String_t* L_509; L_509 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_508)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_507); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_507, _stringLiteralDC86C4C7779BA26AAC7ABC828D643C5F57E2DED0, L_509, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_510 = V_1; NullCheck(L_510); (L_510)->SetAt(static_cast(2), (Il2CppChar)8); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_511 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_512 = V_1; NullCheck(L_512); String_t* L_513; L_513 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_512)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_511); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_511, _stringLiteral16E57333086571811A55FB94A0709583DE6ED3ED, L_513, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_514 = V_1; NullCheck(L_514); (L_514)->SetAt(static_cast(3), (Il2CppChar)6); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_515 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_516 = V_1; NullCheck(L_516); String_t* L_517; L_517 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_516)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_515); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_515, _stringLiteral2A6312F3D68C885205BF84CED395D8AF4B0AE871, L_517, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_518 = V_1; NullCheck(L_518); (L_518)->SetAt(static_cast(4), (Il2CppChar)0); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_519 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_520 = V_1; String_t* L_521; L_521 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_520, 0, 5, /*hidden argument*/NULL); NullCheck(L_519); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_519, _stringLiteralDD7461C99FE0AF610527A1F4273DBC4696AB5F17, L_521, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); StringBuilder_t * L_522 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_523 = V_1; NullCheck(L_523); int32_t L_524 = 3; uint16_t L_525 = (uint16_t)(L_523)->GetAt(static_cast(L_524)); NullCheck(L_522); StringBuilder_t * L_526; L_526 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_522, L_525, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_527 = V_1; NullCheck(L_527); (L_527)->SetAt(static_cast(1), (Il2CppChar)((int32_t)9)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_528 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_529 = V_1; NullCheck(L_529); String_t* L_530; L_530 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_529)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_528); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_528, _stringLiteralA4FC45147C51541AA3B68C8DE185FC773C7F6CAD, L_530, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_531 = V_1; NullCheck(L_531); (L_531)->SetAt(static_cast(2), (Il2CppChar)((int32_t)10)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_532 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_533 = V_1; NullCheck(L_533); String_t* L_534; L_534 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_533)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_532); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_532, _stringLiteral10FD1944C65E314C0A29404FEA92EF36B361E76F, L_534, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_535 = V_1; NullCheck(L_535); (L_535)->SetAt(static_cast(3), (Il2CppChar)((int32_t)11)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_536 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_537 = V_1; NullCheck(L_537); String_t* L_538; L_538 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_537)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_536); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_536, _stringLiteralEBE46DF54B01B606DB21F86C7C40D5E6231B0C66, L_538, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_539 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_540 = V_1; String_t* L_541; L_541 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_540, 0, 5, /*hidden argument*/NULL); NullCheck(L_539); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_539, _stringLiteralE42E8BB820D4F7550A0F04619F4E15FDC56943B9, L_541, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); StringBuilder_t * L_542 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_543 = V_1; NullCheck(L_543); int32_t L_544 = 1; uint16_t L_545 = (uint16_t)(L_543)->GetAt(static_cast(L_544)); NullCheck(L_542); StringBuilder_t * L_546; L_546 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_542, L_545, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_547 = V_1; NullCheck(L_547); (L_547)->SetAt(static_cast(1), (Il2CppChar)((int32_t)19)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_548 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_549 = V_1; NullCheck(L_549); String_t* L_550; L_550 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_549)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_548); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_548, _stringLiteral2DA4F5666B10D635F4124ED2863B7EDAE4456F97, L_550, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_551 = V_1; NullCheck(L_551); (L_551)->SetAt(static_cast(2), (Il2CppChar)((int32_t)20)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_552 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_553 = V_1; NullCheck(L_553); String_t* L_554; L_554 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_553)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_552); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_552, _stringLiteralEE8F28023EC9CDDD92DEF34472DB9261ECBF59AD, L_554, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_555 = V_1; NullCheck(L_555); (L_555)->SetAt(static_cast(3), (Il2CppChar)((int32_t)22)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_556 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_557 = V_1; NullCheck(L_557); String_t* L_558; L_558 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_557)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_556); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_556, _stringLiteral78FDF6509F51FFE965CF86F9D7B2D7478FBC3CC8, L_558, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_559 = V_1; NullCheck(L_559); (L_559)->SetAt(static_cast(4), (Il2CppChar)((int32_t)25)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_560 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_561 = V_1; NullCheck(L_561); String_t* L_562; L_562 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_561)->GetAddressAt(static_cast(4))), /*hidden argument*/NULL); NullCheck(L_560); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_560, _stringLiteral815CF156B85729CF6777A81E222C740FEE04C774, L_562, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_563 = V_1; NullCheck(L_563); (L_563)->SetAt(static_cast(5), (Il2CppChar)((int32_t)21)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_564 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_565 = V_1; NullCheck(L_565); String_t* L_566; L_566 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_565)->GetAddressAt(static_cast(5))), /*hidden argument*/NULL); NullCheck(L_564); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_564, _stringLiteral17138F1A25103243037965AF0DACDE016F009F1F, L_566, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_567 = V_1; NullCheck(L_567); (L_567)->SetAt(static_cast(6), (Il2CppChar)((int32_t)24)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_568 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_569 = V_1; NullCheck(L_569); String_t* L_570; L_570 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_569)->GetAddressAt(static_cast(6))), /*hidden argument*/NULL); NullCheck(L_568); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_568, _stringLiteral2BC80923BC3E932EEF70C3EADA463E4AFCEAF41C, L_570, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_571 = V_1; NullCheck(L_571); (L_571)->SetAt(static_cast(7), (Il2CppChar)((int32_t)23)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_572 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_573 = V_1; NullCheck(L_573); String_t* L_574; L_574 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_573)->GetAddressAt(static_cast(7))), /*hidden argument*/NULL); NullCheck(L_572); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_572, _stringLiteralB17AD117813334488CF4057081F2A11E84A72B95, L_574, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_575 = V_1; NullCheck(L_575); (L_575)->SetAt(static_cast(8), (Il2CppChar)0); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_576 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_577 = V_1; String_t* L_578; L_578 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_577, 0, ((int32_t)9), /*hidden argument*/NULL); NullCheck(L_576); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_576, _stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34, L_578, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); StringBuilder_t * L_579 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_580 = V_1; NullCheck(L_580); int32_t L_581 = 1; uint16_t L_582 = (uint16_t)(L_580)->GetAt(static_cast(L_581)); NullCheck(L_579); StringBuilder_t * L_583; L_583 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_579, L_582, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_584 = V_1; NullCheck(L_584); (L_584)->SetAt(static_cast(1), (Il2CppChar)((int32_t)27)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_585 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_586 = V_1; NullCheck(L_586); String_t* L_587; L_587 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_586)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_585); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_585, _stringLiteral8503C1230DB9F8ED4C302C9ACA86BE76005A7AD4, L_587, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_588 = V_1; NullCheck(L_588); (L_588)->SetAt(static_cast(2), (Il2CppChar)((int32_t)28)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_589 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_590 = V_1; NullCheck(L_590); String_t* L_591; L_591 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_590)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_589); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_589, _stringLiteralD1CEBB9049B4505763F2EE8BDFDC123DF8F1DF08, L_591, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_592 = V_1; NullCheck(L_592); (L_592)->SetAt(static_cast(3), (Il2CppChar)((int32_t)26)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_593 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_594 = V_1; NullCheck(L_594); String_t* L_595; L_595 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_594)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_593); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_593, _stringLiteral60820866198451E7A511DDE45223B743485E091B, L_595, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_596 = V_1; NullCheck(L_596); (L_596)->SetAt(static_cast(4), (Il2CppChar)((int32_t)29)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_597 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_598 = V_1; NullCheck(L_598); String_t* L_599; L_599 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_598)->GetAddressAt(static_cast(4))), /*hidden argument*/NULL); NullCheck(L_597); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_597, _stringLiteral6400E1A9A53D55249951EBDFEFD090A6FEEA713C, L_599, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_600 = V_1; NullCheck(L_600); (L_600)->SetAt(static_cast(5), (Il2CppChar)0); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_601 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_602 = V_1; String_t* L_603; L_603 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_602, 0, 6, /*hidden argument*/NULL); NullCheck(L_601); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_601, _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10, L_603, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_604 = V_1; NullCheck(L_604); (L_604)->SetAt(static_cast(1), (Il2CppChar)((int32_t)13)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_605 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_606 = V_1; NullCheck(L_606); String_t* L_607; L_607 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_606)->GetAddressAt(static_cast(1))), /*hidden argument*/NULL); NullCheck(L_605); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_605, _stringLiteral0A4E2151BBA9A1D6C1D5A0AD327D1B10C9EE9832, L_607, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_608 = V_1; NullCheck(L_608); (L_608)->SetAt(static_cast(2), (Il2CppChar)((int32_t)14)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_609 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_610 = V_1; NullCheck(L_610); String_t* L_611; L_611 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_610)->GetAddressAt(static_cast(2))), /*hidden argument*/NULL); NullCheck(L_609); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_609, _stringLiteral46E1FF853298BBE44C51916BE2DE99315FDA94EE, L_611, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_612 = V_1; NullCheck(L_612); (L_612)->SetAt(static_cast(3), (Il2CppChar)((int32_t)12)); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_613 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_614 = V_1; NullCheck(L_614); String_t* L_615; L_615 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_614)->GetAddressAt(static_cast(3))), /*hidden argument*/NULL); NullCheck(L_613); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_613, _stringLiteralCE0F5818CCD7D6797586BC1FA0752C6E48E439B5, L_615, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_616 = V_1; NullCheck(L_616); (L_616)->SetAt(static_cast(4), (Il2CppChar)0); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_617 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_618 = V_1; String_t* L_619; L_619 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_618, 0, 5, /*hidden argument*/NULL); NullCheck(L_617); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_617, _stringLiteral234D19ACC97DBDDB4C2351D9B583DDC8AD958380, L_619, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); StringBuilder_t * L_620 = V_2; NullCheck(L_620); StringBuilder_t * L_621; L_621 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_620, 0, /*hidden argument*/NULL); StringBuilder_t * L_622 = V_2; NullCheck(L_622); String_t* L_623; L_623 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_622); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_Word_8(L_623); String_t* L_624 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Word_8(); String_t* L_625; L_625 = RegexCharClass_NegateCategory_m6F4A4DA1466E59581F16BFD29A0F978027B06BDC(L_624, /*hidden argument*/NULL); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_NotWord_9(L_625); String_t* L_626 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Space_6(); String_t* L_627; L_627 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralF2B24C7410972079451510683171FAFB0B4A4999, L_626, /*hidden argument*/NULL); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_SpaceClass_10(L_627); String_t* L_628 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Space_6(); String_t* L_629; L_629 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral1F4340BCC7E7398B271CC84B0581D86C3498E89B, L_628, /*hidden argument*/NULL); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_NotSpaceClass_11(L_629); String_t* L_630 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Word_8(); NullCheck(L_630); int32_t L_631; L_631 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_630, /*hidden argument*/NULL); V_3 = ((int32_t)((uint16_t)L_631)); String_t* L_632; L_632 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_3), /*hidden argument*/NULL); String_t* L_633 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Word_8(); String_t* L_634; L_634 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral9069CA78E7450A285173431B3E52C5C25299E473, L_632, L_633, /*hidden argument*/NULL); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_WordClass_12(L_634); String_t* L_635 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Word_8(); NullCheck(L_635); int32_t L_636; L_636 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_635, /*hidden argument*/NULL); V_3 = ((int32_t)((uint16_t)L_636)); String_t* L_637; L_637 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_3), /*hidden argument*/NULL); String_t* L_638 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Word_8(); String_t* L_639; L_639 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral3C585604E87F855973731FEA83E21FAB9392D2FC, L_637, L_638, /*hidden argument*/NULL); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_NotWordClass_13(L_639); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_DigitClass_14(_stringLiteral63CBAAA066EA660C960DD134AECF48535F87D341); ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set_NotDigitClass_15(_stringLiteralD7CC7E478F16C73256D19059051F024252A028A8); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_640 = V_0; ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->set__definedCategories_16(L_640); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass__ctor_m70685392EB3C5808958E20C99E045F33E21C8192 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *)il2cpp_codegen_object_new(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_il2cpp_TypeInfo_var); List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358(L_0, 6, /*hidden argument*/List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358_RuntimeMethod_var); __this->set__rangelist_0(L_0); __this->set__canonical_2((bool)1); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_1, /*hidden argument*/NULL); __this->set__categories_1(L_1); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::.ctor(System.Boolean,System.Collections.Generic.List`1,System.Text.StringBuilder,System.Text.RegularExpressions.RegexCharClass) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass__ctor_m1751FAC691E10689BB486E5525B3D19F9523C5DB (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___negate0, List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * ___ranges1, StringBuilder_t * ___categories2, RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ___subtraction3, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = ___ranges1; __this->set__rangelist_0(L_0); StringBuilder_t * L_1 = ___categories2; __this->set__categories_1(L_1); __this->set__canonical_2((bool)1); bool L_2 = ___negate0; __this->set__negate_3(L_2); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_3 = ___subtraction3; __this->set__subtractor_4(L_3); return; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::get_CanMerge() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_get_CanMerge_mE5B4778068AA81EB1B7D426C48EF0C5CFEA0021B (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__negate_3(); if (L_0) { goto IL_0012; } } { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_1 = __this->get__subtractor_4(); return (bool)((((RuntimeObject*)(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Void System.Text.RegularExpressions.RegexCharClass::set_Negate(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_set_Negate_mC3CA41B098CF6B47BBF9101619F1AC4EAA3FD131 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__negate_3(L_0); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddChar_mDDCFF2A0510737DEAE68DEE7E1359AA7F07D0609 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; Il2CppChar L_1 = ___c0; RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddCharClass(System.Text.RegularExpressions.RegexCharClass) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddCharClass_m1E139F8FDC0E1A33E143A3A413255F6D521F7EB8 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ___cc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_0 = ___cc0; NullCheck(L_0); bool L_1 = L_0->get__canonical_2(); if (L_1) { goto IL_0011; } } { __this->set__canonical_2((bool)0); goto IL_0053; } IL_0011: { bool L_2 = __this->get__canonical_2(); if (!L_2) { goto IL_0053; } } { int32_t L_3; L_3 = RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0053; } } { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_4 = ___cc0; NullCheck(L_4); int32_t L_5; L_5 = RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0053; } } { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_6 = ___cc0; NullCheck(L_6); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_7; L_7 = RegexCharClass_GetRangeAt_m92D3897D77D2AD15415BA0DE4E8FB4FBBFFD092C(L_6, 0, /*hidden argument*/NULL); NullCheck(L_7); Il2CppChar L_8 = L_7->get__first_0(); int32_t L_9; L_9 = RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF(__this, /*hidden argument*/NULL); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_10; L_10 = RegexCharClass_GetRangeAt_m92D3897D77D2AD15415BA0DE4E8FB4FBBFFD092C(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_10); Il2CppChar L_11 = L_10->get__last_1(); if ((((int32_t)L_8) > ((int32_t)L_11))) { goto IL_0053; } } { __this->set__canonical_2((bool)0); } IL_0053: { V_0 = 0; goto IL_006d; } IL_0057: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_12 = __this->get__rangelist_0(); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_13 = ___cc0; int32_t L_14 = V_0; NullCheck(L_13); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_15; L_15 = RegexCharClass_GetRangeAt_m92D3897D77D2AD15415BA0DE4E8FB4FBBFFD092C(L_13, L_14, /*hidden argument*/NULL); NullCheck(L_12); List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B(L_12, L_15, /*hidden argument*/List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B_RuntimeMethod_var); int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_006d: { int32_t L_17 = V_0; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_18 = ___cc0; NullCheck(L_18); int32_t L_19; L_19 = RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF(L_18, /*hidden argument*/NULL); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_0057; } } { StringBuilder_t * L_20 = __this->get__categories_1(); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_21 = ___cc0; NullCheck(L_21); StringBuilder_t * L_22 = L_21->get__categories_1(); NullCheck(L_22); String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22); NullCheck(L_20); StringBuilder_t * L_24; L_24 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_20, L_23, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddSet(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, String_t* ___set0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get__canonical_2(); if (!L_0) { goto IL_003d; } } { int32_t L_1; L_1 = RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_003d; } } { String_t* L_2 = ___set0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_003d; } } { String_t* L_4 = ___set0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 0, /*hidden argument*/NULL); int32_t L_6; L_6 = RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF(__this, /*hidden argument*/NULL); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_7; L_7 = RegexCharClass_GetRangeAt_m92D3897D77D2AD15415BA0DE4E8FB4FBBFFD092C(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_7); Il2CppChar L_8 = L_7->get__last_1(); if ((((int32_t)L_5) > ((int32_t)L_8))) { goto IL_003d; } } { __this->set__canonical_2((bool)0); } IL_003d: { V_0 = 0; goto IL_0068; } IL_0041: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_9 = __this->get__rangelist_0(); String_t* L_10 = ___set0; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, L_11, /*hidden argument*/NULL); String_t* L_13 = ___set0; int32_t L_14 = V_0; NullCheck(L_13); Il2CppChar L_15; L_15 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_16 = (SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 *)il2cpp_codegen_object_new(SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); SingleRange__ctor_m886247FFB10501E4CDDC575B221D8CD1BC85E3B6(L_16, L_12, ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)))), /*hidden argument*/NULL); NullCheck(L_9); List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B(L_9, L_16, /*hidden argument*/List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B_RuntimeMethod_var); int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)2)); } IL_0068: { int32_t L_18 = V_0; String_t* L_19 = ___set0; NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1))))) { goto IL_0041; } } { int32_t L_21 = V_0; String_t* L_22 = ___set0; NullCheck(L_22); int32_t L_23; L_23 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) >= ((int32_t)L_23))) { goto IL_0098; } } { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_24 = __this->get__rangelist_0(); String_t* L_25 = ___set0; int32_t L_26 = V_0; NullCheck(L_25); Il2CppChar L_27; L_27 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_25, L_26, /*hidden argument*/NULL); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_28 = (SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 *)il2cpp_codegen_object_new(SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); SingleRange__ctor_m886247FFB10501E4CDDC575B221D8CD1BC85E3B6(L_28, L_27, ((int32_t)65535), /*hidden argument*/NULL); NullCheck(L_24); List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B(L_24, L_28, /*hidden argument*/List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B_RuntimeMethod_var); } IL_0098: { return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddSubtraction(System.Text.RegularExpressions.RegexCharClass) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddSubtraction_m1FEE4A4FA29196BF22FBDD7EF3A263010E7661D9 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * ___sub0, const RuntimeMethod* method) { { RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_0 = ___sub0; __this->set__subtractor_4(L_0); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddRange(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, Il2CppChar ___first0, Il2CppChar ___last1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = __this->get__rangelist_0(); Il2CppChar L_1 = ___first0; Il2CppChar L_2 = ___last1; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_3 = (SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 *)il2cpp_codegen_object_new(SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); SingleRange__ctor_m886247FFB10501E4CDDC575B221D8CD1BC85E3B6(L_3, L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B(L_0, L_3, /*hidden argument*/List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B_RuntimeMethod_var); bool L_4 = __this->get__canonical_2(); if (!L_4) { goto IL_004f; } } { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_5 = __this->get__rangelist_0(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_5, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_004f; } } { Il2CppChar L_7 = ___first0; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_8 = __this->get__rangelist_0(); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_9 = __this->get__rangelist_0(); NullCheck(L_9); int32_t L_10; L_10 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_9, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); NullCheck(L_8); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_11; L_11 = List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_inline(L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)), /*hidden argument*/List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var); NullCheck(L_11); Il2CppChar L_12 = L_11->get__last_1(); if ((((int32_t)L_7) > ((int32_t)L_12))) { goto IL_004f; } } { __this->set__canonical_2((bool)0); } IL_004f: { return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddCategoryFromName(System.String,System.Boolean,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddCategoryFromName_m53A239A7DACD3D5A676505E6E296C4AB999BBA4C (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, String_t* ___categoryName0, bool ___invert1, bool ___caseInsensitive2, String_t* ___pattern3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mCBCCAD6E1A920367AE36BD7AC5B7135E61B5A5C9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7E8A279C6B408C8115ECB8D5D20FFD0A71025C3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED5AFE132A97BA24E8306366DD70B9A8D78BFA48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF23271A51B0CAD6D72E7ADE5AD13B8927F6F770C); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_0 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__definedCategories_16(); String_t* L_1 = ___categoryName0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_mCBCCAD6E1A920367AE36BD7AC5B7135E61B5A5C9(L_0, L_1, (String_t**)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mCBCCAD6E1A920367AE36BD7AC5B7135E61B5A5C9_RuntimeMethod_var); String_t* L_3 = V_0; if (!L_3) { goto IL_0072; } } { String_t* L_4 = ___categoryName0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_5 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_InternalRegexIgnoreCase_5(); NullCheck(L_4); bool L_6; L_6 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0072; } } { String_t* L_7 = V_0; V_1 = L_7; bool L_8 = ___caseInsensitive2; if (!L_8) { goto IL_005a; } } { String_t* L_9 = ___categoryName0; NullCheck(L_9); bool L_10; L_10 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_9, _stringLiteralED5AFE132A97BA24E8306366DD70B9A8D78BFA48, /*hidden argument*/NULL); if (L_10) { goto IL_004a; } } { String_t* L_11 = ___categoryName0; NullCheck(L_11); bool L_12; L_12 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_11, _stringLiteralF23271A51B0CAD6D72E7ADE5AD13B8927F6F770C, /*hidden argument*/NULL); if (L_12) { goto IL_004a; } } { String_t* L_13 = ___categoryName0; NullCheck(L_13); bool L_14; L_14 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_13, _stringLiteralE7E8A279C6B408C8115ECB8D5D20FFD0A71025C3, /*hidden argument*/NULL); if (!L_14) { goto IL_005a; } } IL_004a: { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_15 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__definedCategories_16(); String_t* L_16 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_InternalRegexIgnoreCase_5(); NullCheck(L_15); String_t* L_17; L_17 = Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B(L_15, L_16, /*hidden argument*/Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B_RuntimeMethod_var); V_1 = L_17; } IL_005a: { bool L_18 = ___invert1; if (!L_18) { goto IL_0064; } } { String_t* L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_20; L_20 = RegexCharClass_NegateCategory_m6F4A4DA1466E59581F16BFD29A0F978027B06BDC(L_19, /*hidden argument*/NULL); V_1 = L_20; } IL_0064: { StringBuilder_t * L_21 = __this->get__categories_1(); String_t* L_22 = V_1; NullCheck(L_21); StringBuilder_t * L_23; L_23 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_21, L_22, /*hidden argument*/NULL); return; } IL_0072: { String_t* L_24 = ___categoryName0; bool L_25 = ___invert1; String_t* L_26 = ___pattern3; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_27; L_27 = RegexCharClass_SetFromProperty_m5938519AC2682F7F0E6491A0D71C11FCA825B827(L_24, L_25, L_26, /*hidden argument*/NULL); RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, L_27, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddCategory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddCategory_m75BF8C842C362F4D910FCB2BA59678BB71153C24 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, String_t* ___category0, const RuntimeMethod* method) { { StringBuilder_t * L_0 = __this->get__categories_1(); String_t* L_1 = ___category0; NullCheck(L_0); StringBuilder_t * L_2; L_2 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddLowercase(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddLowercase_m4FAE0AB13B3DB076F711B6B06C2E61F40A115B40 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * V_2 = NULL; Il2CppChar V_3 = 0x0; { __this->set__canonical_2((bool)0); V_0 = 0; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = __this->get__rangelist_0(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_0, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); V_1 = L_1; goto IL_0066; } IL_0017: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_2 = __this->get__rangelist_0(); int32_t L_3 = V_0; NullCheck(L_2); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_4; L_4 = List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var); V_2 = L_4; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_5 = V_2; NullCheck(L_5); Il2CppChar L_6 = L_5->get__first_0(); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_7 = V_2; NullCheck(L_7); Il2CppChar L_8 = L_7->get__last_1(); if ((!(((uint32_t)L_6) == ((uint32_t)L_8)))) { goto IL_004f; } } { SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_9 = V_2; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_10 = V_2; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_11 = V_2; NullCheck(L_11); Il2CppChar L_12 = L_11->get__first_0(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13 = ___culture0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_14; L_14 = Char_ToLower_m42C052EB06C3F461C8CEBAD492E102EB721FDECE(L_12, L_13, /*hidden argument*/NULL); Il2CppChar L_15 = L_14; V_3 = L_15; NullCheck(L_10); L_10->set__last_1(L_15); Il2CppChar L_16 = V_3; NullCheck(L_9); L_9->set__first_0(L_16); goto IL_0062; } IL_004f: { SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_17 = V_2; NullCheck(L_17); Il2CppChar L_18 = L_17->get__first_0(); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_19 = V_2; NullCheck(L_19); Il2CppChar L_20 = L_19->get__last_1(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21 = ___culture0; RegexCharClass_AddLowercaseRange_m0715BCBBB26E5000E2F87CC555DFFD1EF97414B1(__this, L_18, L_20, L_21, /*hidden argument*/NULL); } IL_0062: { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0066: { int32_t L_23 = V_0; int32_t L_24 = V_1; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0017; } } { return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddLowercaseRange(System.Char,System.Char,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddLowercaseRange_m0715BCBBB26E5000E2F87CC555DFFD1EF97414B1 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, Il2CppChar ___chMin0, Il2CppChar ___chMax1, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; Il2CppChar V_4 = 0x0; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_0 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__lcTable_18(); NullCheck(L_0); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); goto IL_002d; } IL_000c: { int32_t L_1 = V_0; int32_t L_2 = V_1; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2))/(int32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_3 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__lcTable_18(); int32_t L_4 = V_2; NullCheck(L_3); Il2CppChar L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get__chMax_1(); Il2CppChar L_6 = ___chMin0; if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_002b; } } { int32_t L_7 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); goto IL_002d; } IL_002b: { int32_t L_8 = V_2; V_1 = L_8; } IL_002d: { int32_t L_9 = V_0; int32_t L_10 = V_1; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_000c; } } { int32_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_12 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__lcTable_18(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_00e7; } } { return; } IL_003f: { LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_13 = V_5; Il2CppChar L_14 = L_13.get__chMin_0(); Il2CppChar L_15 = L_14; V_3 = L_15; Il2CppChar L_16 = ___chMin0; if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_004d; } } { Il2CppChar L_17 = ___chMin0; V_3 = L_17; } IL_004d: { LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_18 = V_5; Il2CppChar L_19 = L_18.get__chMax_1(); Il2CppChar L_20 = L_19; V_4 = L_20; Il2CppChar L_21 = ___chMax1; if ((((int32_t)L_20) <= ((int32_t)L_21))) { goto IL_005d; } } { Il2CppChar L_22 = ___chMax1; V_4 = L_22; } IL_005d: { LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_23 = V_5; int32_t L_24 = L_23.get__lcOp_2(); V_6 = L_24; int32_t L_25 = V_6; switch (L_25) { case 0: { goto IL_007f; } case 1: { goto IL_0094; } case 2: { goto IL_00b0; } case 3: { goto IL_00be; } } } { goto IL_00d1; } IL_007f: { LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_26 = V_5; int32_t L_27 = L_26.get__data_3(); V_3 = ((int32_t)((uint16_t)L_27)); LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_28 = V_5; int32_t L_29 = L_28.get__data_3(); V_4 = ((int32_t)((uint16_t)L_29)); goto IL_00d1; } IL_0094: { Il2CppChar L_30 = V_3; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_31 = V_5; int32_t L_32 = L_31.get__data_3(); V_3 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)((uint16_t)L_32)))))); Il2CppChar L_33 = V_4; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_34 = V_5; int32_t L_35 = L_34.get__data_3(); V_4 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)((int32_t)((uint16_t)L_35)))))); goto IL_00d1; } IL_00b0: { Il2CppChar L_36 = V_3; V_3 = ((int32_t)((uint16_t)((int32_t)((int32_t)L_36|(int32_t)1)))); Il2CppChar L_37 = V_4; V_4 = ((int32_t)((uint16_t)((int32_t)((int32_t)L_37|(int32_t)1)))); goto IL_00d1; } IL_00be: { Il2CppChar L_38 = V_3; Il2CppChar L_39 = V_3; V_3 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_39&(int32_t)1)))))))); Il2CppChar L_40 = V_4; Il2CppChar L_41 = V_4; V_4 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_41&(int32_t)1)))))))); } IL_00d1: { Il2CppChar L_42 = V_3; Il2CppChar L_43 = ___chMin0; if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_00da; } } { Il2CppChar L_44 = V_4; Il2CppChar L_45 = ___chMax1; if ((((int32_t)L_44) <= ((int32_t)L_45))) { goto IL_00e3; } } IL_00da: { Il2CppChar L_46 = V_3; Il2CppChar L_47 = V_4; RegexCharClass_AddRange_mD9FB543DC3B128104DBCFEA0B2E672E8A8669C5A(__this, L_46, L_47, /*hidden argument*/NULL); } IL_00e3: { int32_t L_48 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00e7: { int32_t L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_50 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__lcTable_18(); NullCheck(L_50); if ((((int32_t)L_49) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length)))))) { goto IL_010a; } } { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); LowerCaseMappingU5BU5D_t4D85AEF6C1007D3CCE150AE32CBAACDBF218293E* L_51 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__lcTable_18(); int32_t L_52 = V_0; NullCheck(L_51); int32_t L_53 = L_52; LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_54 = (L_51)->GetAt(static_cast(L_53)); LowerCaseMapping_t54FB537AEA4CA2EBAB5BDCC79881428C202241DE L_55 = L_54; V_5 = L_55; Il2CppChar L_56 = L_55.get__chMin_0(); Il2CppChar L_57 = ___chMax1; if ((((int32_t)L_56) <= ((int32_t)L_57))) { goto IL_003f; } } IL_010a: { return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddWord(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddWord_m977499503E6B5EB99106DF69247EBE65DDE301D9 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___ecma0, bool ___negate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C834A0A1BF9CAFE03A200455551D5F3BE9F6A17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DE7291AD6C60143F257C33D0032851C6605B3D5); s_Il2CppMethodInitialized = true; } { bool L_0 = ___negate1; if (!L_0) { goto IL_001e; } } { bool L_1 = ___ecma0; if (!L_1) { goto IL_0012; } } { RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, _stringLiteral8DE7291AD6C60143F257C33D0032851C6605B3D5, /*hidden argument*/NULL); return; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_2 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_NotWord_9(); RegexCharClass_AddCategory_m75BF8C842C362F4D910FCB2BA59678BB71153C24(__this, L_2, /*hidden argument*/NULL); return; } IL_001e: { bool L_3 = ___ecma0; if (!L_3) { goto IL_002d; } } { RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, _stringLiteral4C834A0A1BF9CAFE03A200455551D5F3BE9F6A17, /*hidden argument*/NULL); return; } IL_002d: { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_4 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Word_8(); RegexCharClass_AddCategory_m75BF8C842C362F4D910FCB2BA59678BB71153C24(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddSpace(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddSpace_mA542E2916FEB49051A7AA0490704466DA85326BD (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___ecma0, bool ___negate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F976B576FF11797205EF4CC68ACD9A800BE2AC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8EA5CF52FFE7CFAC422779A2A3A79A89B2C32DD0); s_Il2CppMethodInitialized = true; } { bool L_0 = ___negate1; if (!L_0) { goto IL_001e; } } { bool L_1 = ___ecma0; if (!L_1) { goto IL_0012; } } { RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, _stringLiteral4F976B576FF11797205EF4CC68ACD9A800BE2AC1, /*hidden argument*/NULL); return; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_2 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_NotSpace_7(); RegexCharClass_AddCategory_m75BF8C842C362F4D910FCB2BA59678BB71153C24(__this, L_2, /*hidden argument*/NULL); return; } IL_001e: { bool L_3 = ___ecma0; if (!L_3) { goto IL_002d; } } { RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, _stringLiteral8EA5CF52FFE7CFAC422779A2A3A79A89B2C32DD0, /*hidden argument*/NULL); return; } IL_002d: { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_4 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_Space_6(); RegexCharClass_AddCategory_m75BF8C842C362F4D910FCB2BA59678BB71153C24(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Text.RegularExpressions.RegexCharClass::AddDigit(System.Boolean,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_AddDigit_m7B6D6AA1D10B8D29D004D94FC26F9CA53B3306D7 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, bool ___ecma0, bool ___negate1, String_t* ___pattern2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44B60543C50583A2A430E5FA54F980E8284D55D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4FC45147C51541AA3B68C8DE185FC773C7F6CAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABE9CD4CAAC47E6616956B57C733BDA8F7C48677); s_Il2CppMethodInitialized = true; } { bool L_0 = ___ecma0; if (!L_0) { goto IL_001e; } } { bool L_1 = ___negate1; if (!L_1) { goto IL_0012; } } { RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, _stringLiteral44B60543C50583A2A430E5FA54F980E8284D55D1, /*hidden argument*/NULL); return; } IL_0012: { RegexCharClass_AddSet_mEE9EBABD3A66153DE53095A2ADD9AAE04F908DC6(__this, _stringLiteralABE9CD4CAAC47E6616956B57C733BDA8F7C48677, /*hidden argument*/NULL); return; } IL_001e: { bool L_2 = ___negate1; String_t* L_3 = ___pattern2; RegexCharClass_AddCategoryFromName_m53A239A7DACD3D5A676505E6E296C4AB999BBA4C(__this, _stringLiteralA4FC45147C51541AA3B68C8DE185FC773C7F6CAD, L_2, (bool)0, L_3, /*hidden argument*/NULL); return; } } // System.Char System.Text.RegularExpressions.RegexCharClass::SingletonChar(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar RegexCharClass_SingletonChar_m8D1E6205BE062B72C10A417C0BBE130888FAF3FF (String_t* ___set0, const RuntimeMethod* method) { { String_t* L_0 = ___set0; NullCheck(L_0); Il2CppChar L_1; L_1 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, 3, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsMergeable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsMergeable_m5731790CFE2293CB05120782908AC550C58C63BC (String_t* ___charClass0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___charClass0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_1; L_1 = RegexCharClass_IsNegated_mED1CDB81577538910205D00DAF9127AA9F902DF8(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { String_t* L_2 = ___charClass0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_3; L_3 = RegexCharClass_IsSubtraction_m5E9C607DA50B374AAA071E88F2005796767101AC(L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsEmpty_m75C168B21BE2E4C4BDC15ABC666A755F0064F7CF (String_t* ___charClass0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___charClass0; NullCheck(L_0); Il2CppChar L_1; L_1 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, 2, /*hidden argument*/NULL); if (L_1) { goto IL_0025; } } { String_t* L_2 = ___charClass0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); if (L_3) { goto IL_0025; } } { String_t* L_4 = ___charClass0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 1, /*hidden argument*/NULL); if (L_5) { goto IL_0025; } } { String_t* L_6 = ___charClass0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_7; L_7 = RegexCharClass_IsSubtraction_m5E9C607DA50B374AAA071E88F2005796767101AC(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0025; } } { return (bool)1; } IL_0025: { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSingleton(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsSingleton_mF6500F4A47D3E44CDE29C0BA21AC111282C50737 (String_t* ___set0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___set0; NullCheck(L_0); Il2CppChar L_1; L_1 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, 0, /*hidden argument*/NULL); if (L_1) { goto IL_0046; } } { String_t* L_2 = ___set0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 2, /*hidden argument*/NULL); if (L_3) { goto IL_0046; } } { String_t* L_4 = ___set0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0046; } } { String_t* L_6 = ___set0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_7; L_7 = RegexCharClass_IsSubtraction_m5E9C607DA50B374AAA071E88F2005796767101AC(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0046; } } { String_t* L_8 = ___set0; NullCheck(L_8); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, 3, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)65535)))) { goto IL_0044; } } { String_t* L_10 = ___set0; NullCheck(L_10); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, 3, /*hidden argument*/NULL); String_t* L_12 = ___set0; NullCheck(L_12); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, 4, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))) == ((uint32_t)L_13)))) { goto IL_0046; } } IL_0044: { return (bool)1; } IL_0046: { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSingletonInverse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsSingletonInverse_mBD2991532F9310EC5E5F30AE4C20998DA39F69BE (String_t* ___set0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___set0; NullCheck(L_0); Il2CppChar L_1; L_1 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0047; } } { String_t* L_2 = ___set0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 2, /*hidden argument*/NULL); if (L_3) { goto IL_0047; } } { String_t* L_4 = ___set0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0047; } } { String_t* L_6 = ___set0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_7; L_7 = RegexCharClass_IsSubtraction_m5E9C607DA50B374AAA071E88F2005796767101AC(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0047; } } { String_t* L_8 = ___set0; NullCheck(L_8); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, 3, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)65535)))) { goto IL_0045; } } { String_t* L_10 = ___set0; NullCheck(L_10); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, 3, /*hidden argument*/NULL); String_t* L_12 = ___set0; NullCheck(L_12); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, 4, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))) == ((uint32_t)L_13)))) { goto IL_0047; } } IL_0045: { return (bool)1; } IL_0047: { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsSubtraction(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsSubtraction_m5E9C607DA50B374AAA071E88F2005796767101AC (String_t* ___charClass0, const RuntimeMethod* method) { { String_t* L_0 = ___charClass0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); String_t* L_2 = ___charClass0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 1, /*hidden argument*/NULL); String_t* L_4 = ___charClass0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 2, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)3, (int32_t)L_3)), (int32_t)L_5))))? 1 : 0); } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsNegated(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsNegated_mED1CDB81577538910205D00DAF9127AA9F902DF8 (String_t* ___set0, const RuntimeMethod* method) { { String_t* L_0 = ___set0; if (!L_0) { goto IL_000e; } } { String_t* L_1 = ___set0; NullCheck(L_1); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, 0, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)1))? 1 : 0); } IL_000e: { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsECMAWordChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsECMAWordChar_mA7325BA81D0699C24F5123956BD4927F1E3DE846 (Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF1CF539722D58CC569DAE01700516448ABF534B); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_1; L_1 = RegexCharClass_CharInClass_m255B7683478670C002F04238394193EEFA126AE8(L_0, _stringLiteralDF1CF539722D58CC569DAE01700516448ABF534B, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::IsWordChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_IsWordChar_mE33E6C5569AA1B920849CD5555DF3CE9A9C10440 (Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); String_t* L_1 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get_WordClass_12(); bool L_2; L_2 = RegexCharClass_CharInClass_m255B7683478670C002F04238394193EEFA126AE8(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } { Il2CppChar L_3 = ___ch0; if ((((int32_t)L_3) == ((int32_t)((int32_t)8205)))) { goto IL_001e; } } { Il2CppChar L_4 = ___ch0; return (bool)((((int32_t)L_4) == ((int32_t)((int32_t)8204)))? 1 : 0); } IL_001e: { return (bool)1; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClass(System.Char,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClass_m255B7683478670C002F04238394193EEFA126AE8 (Il2CppChar ___ch0, String_t* ___set1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___ch0; String_t* L_1 = ___set1; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_2; L_2 = RegexCharClass_CharInClassRecursive_m08F8B6BE653368E78DDC6D1B279F226B0DD470C8(L_0, L_1, 0, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClassRecursive(System.Char,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClassRecursive_m08F8B6BE653368E78DDC6D1B279F226B0DD470C8 (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; bool V_4 = false; { String_t* L_0 = ___set1; int32_t L_1 = ___start2; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ___set1; int32_t L_4 = ___start2; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)2)), /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = ___start2; int32_t L_7 = V_0; int32_t L_8 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)3)), (int32_t)L_7)), (int32_t)L_8)); V_3 = (bool)0; String_t* L_9 = ___set1; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); int32_t L_11 = V_2; if ((((int32_t)L_10) <= ((int32_t)L_11))) { goto IL_0030; } } { Il2CppChar L_12 = ___ch0; String_t* L_13 = ___set1; int32_t L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_15; L_15 = RegexCharClass_CharInClassRecursive_m08F8B6BE653368E78DDC6D1B279F226B0DD470C8(L_12, L_13, L_14, /*hidden argument*/NULL); V_3 = L_15; } IL_0030: { Il2CppChar L_16 = ___ch0; String_t* L_17 = ___set1; int32_t L_18 = ___start2; int32_t L_19 = V_0; int32_t L_20 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_21; L_21 = RegexCharClass_CharInClassInternal_m752D8B14E233A7E88EB844D3DCC94F0415C59BCF(L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL); V_4 = L_21; String_t* L_22 = ___set1; int32_t L_23 = ___start2; NullCheck(L_22); Il2CppChar L_24; L_24 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_22, L_23, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)1)))) { goto IL_004d; } } { bool L_25 = V_4; V_4 = (bool)((((int32_t)L_25) == ((int32_t)0))? 1 : 0); } IL_004d: { bool L_26 = V_4; if (!L_26) { goto IL_0056; } } { bool L_27 = V_3; return (bool)((((int32_t)L_27) == ((int32_t)0))? 1 : 0); } IL_0056: { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInClassInternal(System.Char,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInClassInternal_m752D8B14E233A7E88EB844D3DCC94F0415C59BCF (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, int32_t ___mySetLength3, int32_t ___myCategoryLength4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___start2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)3)); int32_t L_1 = V_0; int32_t L_2 = ___mySetLength3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)); goto IL_0022; } IL_000a: { int32_t L_3 = V_0; int32_t L_4 = V_1; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))/(int32_t)2)); Il2CppChar L_5 = ___ch0; String_t* L_6 = ___set1; int32_t L_7 = V_2; NullCheck(L_6); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, L_7, /*hidden argument*/NULL); if ((((int32_t)L_5) >= ((int32_t)L_8))) { goto IL_001e; } } { int32_t L_9 = V_2; V_1 = L_9; goto IL_0022; } IL_001e: { int32_t L_10 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0022: { int32_t L_11 = V_0; int32_t L_12 = V_1; if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_000a; } } { int32_t L_13 = V_0; int32_t L_14 = ___start2; if ((!(((uint32_t)((int32_t)((int32_t)L_13&(int32_t)1))) == ((uint32_t)((int32_t)((int32_t)L_14&(int32_t)1)))))) { goto IL_0030; } } { return (bool)1; } IL_0030: { int32_t L_15 = ___myCategoryLength4; if (L_15) { goto IL_0036; } } { return (bool)0; } IL_0036: { Il2CppChar L_16 = ___ch0; String_t* L_17 = ___set1; int32_t L_18 = ___start2; int32_t L_19 = ___mySetLength3; int32_t L_20 = ___myCategoryLength4; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_21; L_21 = RegexCharClass_CharInCategory_mD2F03CCA8C95F3D238E7F3F191FDF12E728199A6(L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL); return L_21; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInCategory(System.Char,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInCategory_mD2F03CCA8C95F3D238E7F3F191FDF12E728199A6 (Il2CppChar ___ch0, String_t* ___set1, int32_t ___start2, int32_t ___mySetLength3, int32_t ___myCategoryLength4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { Il2CppChar L_0 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Char_GetUnicodeCategory_mB8DCE545E28F2858B0E8AD91393B9FD048F80BC1(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___start2; int32_t L_3 = ___mySetLength3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)3)), (int32_t)L_3)); int32_t L_4 = V_1; int32_t L_5 = ___myCategoryLength4; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)); goto IL_0074; } IL_0014: { String_t* L_6 = ___set1; int32_t L_7 = V_1; NullCheck(L_6); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, L_7, /*hidden argument*/NULL); V_3 = ((int16_t)((int16_t)L_8)); int32_t L_9 = V_3; if (L_9) { goto IL_002e; } } { Il2CppChar L_10 = ___ch0; int32_t L_11 = V_0; String_t* L_12 = ___set1; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); bool L_13; L_13 = RegexCharClass_CharInCategoryGroup_m2578711ED00EC75ECE3C9F797959E3C24004BA0F(L_10, L_11, L_12, (int32_t*)(&V_1), /*hidden argument*/NULL); if (!L_13) { goto IL_0070; } } { return (bool)1; } IL_002e: { int32_t L_14 = V_3; if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_0051; } } { int32_t L_15 = V_3; if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)100))))) { goto IL_0047; } } { Il2CppChar L_16 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_17; L_17 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0041; } } { return (bool)1; } IL_0041: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); goto IL_0074; } IL_0047: { int32_t L_19 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_0; int32_t L_21 = V_3; if ((!(((uint32_t)L_20) == ((uint32_t)L_21)))) { goto IL_0070; } } { return (bool)1; } IL_0051: { int32_t L_22 = V_3; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)-100))))) { goto IL_0066; } } { Il2CppChar L_23 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_24; L_24 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_23, /*hidden argument*/NULL); if (L_24) { goto IL_0060; } } { return (bool)1; } IL_0060: { int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); goto IL_0074; } IL_0066: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(-1), (int32_t)L_26)); int32_t L_27 = V_0; int32_t L_28 = V_3; if ((((int32_t)L_27) == ((int32_t)L_28))) { goto IL_0070; } } { return (bool)1; } IL_0070: { int32_t L_29 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0074: { int32_t L_30 = V_1; int32_t L_31 = V_2; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_0014; } } { return (bool)0; } } // System.Boolean System.Text.RegularExpressions.RegexCharClass::CharInCategoryGroup(System.Char,System.Globalization.UnicodeCategory,System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegexCharClass_CharInCategoryGroup_m2578711ED00EC75ECE3C9F797959E3C24004BA0F (Il2CppChar ___ch0, int32_t ___chcategory1, String_t* ___category2, int32_t* ___i3, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; { int32_t* L_0 = ___i3; int32_t* L_1 = ___i3; int32_t L_2 = *((int32_t*)L_1); *((int32_t*)L_0) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); String_t* L_3 = ___category2; int32_t* L_4 = ___i3; int32_t L_5 = *((int32_t*)L_4); NullCheck(L_3); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_5, /*hidden argument*/NULL); V_0 = ((int16_t)((int16_t)L_6)); int32_t L_7 = V_0; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_003a; } } { V_1 = (bool)0; goto IL_0035; } IL_0018: { bool L_8 = V_1; if (L_8) { goto IL_0025; } } { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); int32_t L_10 = ___chcategory1; int32_t L_11 = V_0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0025; } } { V_1 = (bool)1; } IL_0025: { int32_t* L_12 = ___i3; int32_t* L_13 = ___i3; int32_t L_14 = *((int32_t*)L_13); *((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); String_t* L_15 = ___category2; int32_t* L_16 = ___i3; int32_t L_17 = *((int32_t*)L_16); NullCheck(L_15); Il2CppChar L_18; L_18 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, L_17, /*hidden argument*/NULL); V_0 = ((int16_t)((int16_t)L_18)); } IL_0035: { int32_t L_19 = V_0; if (L_19) { goto IL_0018; } } { bool L_20 = V_1; return L_20; } IL_003a: { V_2 = (bool)1; goto IL_005b; } IL_003e: { bool L_21 = V_2; if (!L_21) { goto IL_004b; } } { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(-1), (int32_t)L_22)); int32_t L_23 = ___chcategory1; int32_t L_24 = V_0; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_004b; } } { V_2 = (bool)0; } IL_004b: { int32_t* L_25 = ___i3; int32_t* L_26 = ___i3; int32_t L_27 = *((int32_t*)L_26); *((int32_t*)L_25) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); String_t* L_28 = ___category2; int32_t* L_29 = ___i3; int32_t L_30 = *((int32_t*)L_29); NullCheck(L_28); Il2CppChar L_31; L_31 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_28, L_30, /*hidden argument*/NULL); V_0 = ((int16_t)((int16_t)L_31)); } IL_005b: { int32_t L_32 = V_0; if (L_32) { goto IL_003e; } } { bool L_33 = V_2; return L_33; } } // System.String System.Text.RegularExpressions.RegexCharClass::NegateCategory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexCharClass_NegateCategory_m6F4A4DA1466E59581F16BFD29A0F978027B06BDC (String_t* ___category0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; int16_t V_2 = 0; { String_t* L_0 = ___category0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { String_t* L_1 = ___category0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_002c; } IL_0015: { String_t* L_4 = ___category0; int32_t L_5 = V_1; NullCheck(L_4); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, L_5, /*hidden argument*/NULL); V_2 = ((int16_t)((int16_t)L_6)); StringBuilder_t * L_7 = V_0; int16_t L_8 = V_2; NullCheck(L_7); StringBuilder_t * L_9; L_9 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_7, ((int32_t)((uint16_t)((-L_8)))), /*hidden argument*/NULL); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002c: { int32_t L_11 = V_1; String_t* L_12 = ___category0; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0015; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); return L_15; } } // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * RegexCharClass_Parse_m1A4671A8A47BA3DAC47386D01D5995C6100E87AC (String_t* ___charClass0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___charClass0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_1; L_1 = RegexCharClass_ParseRecursive_m16DE8B45D1F6AD4AE03EB9BDE49DC4BEDFC095BB(L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Text.RegularExpressions.RegexCharClass System.Text.RegularExpressions.RegexCharClass::ParseRecursive(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * RegexCharClass_ParseRecursive_m16DE8B45D1F6AD4AE03EB9BDE49DC4BEDFC095BB (String_t* ___charClass0, int32_t ___start1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * V_6 = NULL; Il2CppChar V_7 = 0x0; Il2CppChar V_8 = 0x0; { String_t* L_0 = ___charClass0; int32_t L_1 = ___start1; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ___charClass0; int32_t L_4 = ___start1; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)2)), /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = ___start1; int32_t L_7 = V_0; int32_t L_8 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)3)), (int32_t)L_7)), (int32_t)L_8)); int32_t L_9 = V_0; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_10 = (List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 *)il2cpp_codegen_object_new(List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3_il2cpp_TypeInfo_var); List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358(L_10, L_9, /*hidden argument*/List_1__ctor_mAE8C93AD3CC450D7C5D7C50DE530FCDCB7B5A358_RuntimeMethod_var); V_3 = L_10; int32_t L_11 = ___start1; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)3)); int32_t L_12 = V_4; int32_t L_13 = V_0; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); goto IL_0071; } IL_0030: { String_t* L_14 = ___charClass0; int32_t L_15 = V_4; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); V_7 = L_16; int32_t L_17 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); int32_t L_18 = V_4; int32_t L_19 = V_5; if ((((int32_t)L_18) >= ((int32_t)L_19))) { goto IL_0055; } } { String_t* L_20 = ___charClass0; int32_t L_21 = V_4; NullCheck(L_20); Il2CppChar L_22; L_22 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_20, L_21, /*hidden argument*/NULL); V_8 = ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)))); goto IL_005c; } IL_0055: { V_8 = ((int32_t)65535); } IL_005c: { int32_t L_23 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_24 = V_3; Il2CppChar L_25 = V_7; Il2CppChar L_26 = V_8; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_27 = (SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 *)il2cpp_codegen_object_new(SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624_il2cpp_TypeInfo_var); SingleRange__ctor_m886247FFB10501E4CDDC575B221D8CD1BC85E3B6(L_27, L_25, L_26, /*hidden argument*/NULL); NullCheck(L_24); List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B(L_24, L_27, /*hidden argument*/List_1_Add_mC633DAF5DEAFF6AEF2156941A7C721A15134765B_RuntimeMethod_var); } IL_0071: { int32_t L_28 = V_4; int32_t L_29 = V_5; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0030; } } { V_6 = (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 *)NULL; String_t* L_30 = ___charClass0; NullCheck(L_30); int32_t L_31; L_31 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_30, /*hidden argument*/NULL); int32_t L_32 = V_2; if ((((int32_t)L_31) <= ((int32_t)L_32))) { goto IL_008c; } } { String_t* L_33 = ___charClass0; int32_t L_34 = V_2; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_35; L_35 = RegexCharClass_ParseRecursive_m16DE8B45D1F6AD4AE03EB9BDE49DC4BEDFC095BB(L_33, L_34, /*hidden argument*/NULL); V_6 = L_35; } IL_008c: { String_t* L_36 = ___charClass0; int32_t L_37 = ___start1; NullCheck(L_36); Il2CppChar L_38; L_38 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_36, L_37, /*hidden argument*/NULL); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_39 = V_3; String_t* L_40 = ___charClass0; int32_t L_41 = V_5; int32_t L_42 = V_1; NullCheck(L_40); String_t* L_43; L_43 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_40, L_41, L_42, /*hidden argument*/NULL); StringBuilder_t * L_44 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77(L_44, L_43, /*hidden argument*/NULL); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_45 = V_6; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_46 = (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 *)il2cpp_codegen_object_new(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); RegexCharClass__ctor_m1751FAC691E10689BB486E5525B3D19F9523C5DB(L_46, (bool)((((int32_t)L_38) == ((int32_t)1))? 1 : 0), L_39, L_44, L_45, /*hidden argument*/NULL); return L_46; } } // System.Int32 System.Text.RegularExpressions.RegexCharClass::RangeCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegexCharClass_RangeCount_mDA7393449D38496B2598E7EF912AADF9A14842DF (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = __this->get__rangelist_0(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_0, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); return L_1; } } // System.String System.Text.RegularExpressions.RegexCharClass::ToStringClass() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexCharClass_ToStringClass_mFC6754E97F014AFE4B5138AD5386E9C76D1D3CD7 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_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; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * V_4 = NULL; { bool L_0 = __this->get__canonical_2(); if (L_0) { goto IL_000e; } } { RegexCharClass_Canonicalize_mFD09C33130AD6323D1AFA7944B02DD68A5731A66(__this, /*hidden argument*/NULL); } IL_000e: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_1 = __this->get__rangelist_0(); NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_1, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)); int32_t L_3 = V_0; StringBuilder_t * L_4 = __this->get__categories_1(); NullCheck(L_4); int32_t L_5; L_5 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_4, /*hidden argument*/NULL); StringBuilder_t * L_6 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_6, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5)), (int32_t)3)), /*hidden argument*/NULL); V_1 = L_6; bool L_7 = __this->get__negate_3(); if (!L_7) { goto IL_003d; } } { V_2 = 1; goto IL_003f; } IL_003d: { V_2 = 0; } IL_003f: { StringBuilder_t * L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); StringBuilder_t * L_10; L_10 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_8, ((int32_t)((uint16_t)L_9)), /*hidden argument*/NULL); StringBuilder_t * L_11 = V_1; int32_t L_12 = V_0; NullCheck(L_11); StringBuilder_t * L_13; L_13 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_11, ((int32_t)((uint16_t)L_12)), /*hidden argument*/NULL); StringBuilder_t * L_14 = V_1; StringBuilder_t * L_15 = __this->get__categories_1(); NullCheck(L_15); int32_t L_16; L_16 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_15, /*hidden argument*/NULL); NullCheck(L_14); StringBuilder_t * L_17; L_17 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_14, ((int32_t)((uint16_t)L_16)), /*hidden argument*/NULL); V_3 = 0; goto IL_00a7; } IL_0068: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_18 = __this->get__rangelist_0(); int32_t L_19 = V_3; NullCheck(L_18); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_20; L_20 = List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_inline(L_18, L_19, /*hidden argument*/List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var); V_4 = L_20; StringBuilder_t * L_21 = V_1; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_22 = V_4; NullCheck(L_22); Il2CppChar L_23 = L_22->get__first_0(); NullCheck(L_21); StringBuilder_t * L_24; L_24 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_21, L_23, /*hidden argument*/NULL); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_25 = V_4; NullCheck(L_25); Il2CppChar L_26 = L_25->get__last_1(); if ((((int32_t)L_26) == ((int32_t)((int32_t)65535)))) { goto IL_00a3; } } { StringBuilder_t * L_27 = V_1; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_28 = V_4; NullCheck(L_28); Il2CppChar L_29 = L_28->get__last_1(); NullCheck(L_27); StringBuilder_t * L_30; L_30 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_27, ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)))), /*hidden argument*/NULL); } IL_00a3: { int32_t L_31 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00a7: { int32_t L_32 = V_3; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_33 = __this->get__rangelist_0(); NullCheck(L_33); int32_t L_34; L_34 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_33, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_0068; } } { StringBuilder_t * L_35 = V_1; StringBuilder_t * L_36 = V_1; NullCheck(L_36); int32_t L_37; L_37 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_36, /*hidden argument*/NULL); NullCheck(L_35); StringBuilder_set_Chars_m57ED3E11363F83AC84E9B833E62D7D16DB4B4733(L_35, 1, ((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)3)))), /*hidden argument*/NULL); StringBuilder_t * L_38 = V_1; StringBuilder_t * L_39 = __this->get__categories_1(); NullCheck(L_38); StringBuilder_t * L_40; L_40 = StringBuilder_Append_m545FFB72A578320B1D6EA3772160353FD62C344F(L_38, L_39, /*hidden argument*/NULL); RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_41 = __this->get__subtractor_4(); if (!L_41) { goto IL_00ec; } } { StringBuilder_t * L_42 = V_1; RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * L_43 = __this->get__subtractor_4(); NullCheck(L_43); String_t* L_44; L_44 = RegexCharClass_ToStringClass_mFC6754E97F014AFE4B5138AD5386E9C76D1D3CD7(L_43, /*hidden argument*/NULL); NullCheck(L_42); StringBuilder_t * L_45; L_45 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_42, L_44, /*hidden argument*/NULL); } IL_00ec: { StringBuilder_t * L_46 = V_1; NullCheck(L_46); String_t* L_47; L_47 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46); return L_47; } } // System.Text.RegularExpressions.RegexCharClass/SingleRange System.Text.RegularExpressions.RegexCharClass::GetRangeAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * RegexCharClass_GetRangeAt_m92D3897D77D2AD15415BA0DE4E8FB4FBBFFD092C (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = __this->get__rangelist_0(); int32_t L_1 = ___i0; NullCheck(L_0); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_2; L_2 = List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var); return L_2; } } // System.Void System.Text.RegularExpressions.RegexCharClass::Canonicalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegexCharClass_Canonicalize_mFD09C33130AD6323D1AFA7944B02DD68A5731A66 (RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveRange_m84E8138D9C57275D0DC794C2614085B57D0AC433_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_m26B63197215DA12747550DE05F7B1D9D703FC1CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mA3DBE040EEF5DE50ABFAB025BD78EEC1985296FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; bool V_4 = false; { __this->set__canonical_2((bool)1); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_0 = __this->get__rangelist_0(); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_1 = __this->get__rangelist_0(); NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_1, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075 * L_3 = (SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075 *)il2cpp_codegen_object_new(SingleRangeComparer_t2D22B185700E925165F9548B3647E0E1FC9DB075_il2cpp_TypeInfo_var); SingleRangeComparer__ctor_mCEFF5ECE77E53783E5B8EAC98A5E194B6C743E73(L_3, /*hidden argument*/NULL); NullCheck(L_0); List_1_Sort_m26B63197215DA12747550DE05F7B1D9D703FC1CF(L_0, 0, L_2, L_3, /*hidden argument*/List_1_Sort_m26B63197215DA12747550DE05F7B1D9D703FC1CF_RuntimeMethod_var); List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_4 = __this->get__rangelist_0(); NullCheck(L_4); int32_t L_5; L_5 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_4, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); if ((((int32_t)L_5) <= ((int32_t)1))) { goto IL_00ee; } } { V_4 = (bool)0; V_1 = 1; V_2 = 0; } IL_003b: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_6 = __this->get__rangelist_0(); int32_t L_7 = V_2; NullCheck(L_6); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_8; L_8 = List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var); NullCheck(L_8); Il2CppChar L_9 = L_8->get__last_1(); V_3 = L_9; } IL_004d: { int32_t L_10 = V_1; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_11 = __this->get__rangelist_0(); NullCheck(L_11); int32_t L_12; L_12 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_11, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); if ((((int32_t)L_10) == ((int32_t)L_12))) { goto IL_0063; } } { Il2CppChar L_13 = V_3; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)65535))))) { goto IL_0068; } } IL_0063: { V_4 = (bool)1; goto IL_0096; } IL_0068: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_14 = __this->get__rangelist_0(); int32_t L_15 = V_1; NullCheck(L_14); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_16; L_16 = List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_inline(L_14, L_15, /*hidden argument*/List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_17 = L_16; V_0 = L_17; NullCheck(L_17); Il2CppChar L_18 = L_17->get__first_0(); Il2CppChar L_19 = V_3; if ((((int32_t)L_18) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))))) { goto IL_0096; } } { Il2CppChar L_20 = V_3; SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_21 = V_0; NullCheck(L_21); Il2CppChar L_22 = L_21->get__last_1(); if ((((int32_t)L_20) >= ((int32_t)L_22))) { goto IL_0090; } } { SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_23 = V_0; NullCheck(L_23); Il2CppChar L_24 = L_23->get__last_1(); V_3 = L_24; } IL_0090: { int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); goto IL_004d; } IL_0096: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_26 = __this->get__rangelist_0(); int32_t L_27 = V_2; NullCheck(L_26); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_28; L_28 = List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_inline(L_26, L_27, /*hidden argument*/List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var); Il2CppChar L_29 = V_3; NullCheck(L_28); L_28->set__last_1(L_29); int32_t L_30 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); bool L_31 = V_4; if (L_31) { goto IL_00d5; } } { int32_t L_32 = V_2; int32_t L_33 = V_1; if ((((int32_t)L_32) >= ((int32_t)L_33))) { goto IL_00cc; } } { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_34 = __this->get__rangelist_0(); int32_t L_35 = V_2; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_36 = __this->get__rangelist_0(); int32_t L_37 = V_1; NullCheck(L_36); SingleRange_tEE8EA054843A8B8979D082D2CCC8E52A12155624 * L_38; L_38 = List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_inline(L_36, L_37, /*hidden argument*/List_1_get_Item_mFEA12DAF16D242A49EDAB1F29C4DBC2E9D0CB8CB_RuntimeMethod_var); NullCheck(L_34); List_1_set_Item_mA3DBE040EEF5DE50ABFAB025BD78EEC1985296FB(L_34, L_35, L_38, /*hidden argument*/List_1_set_Item_mA3DBE040EEF5DE50ABFAB025BD78EEC1985296FB_RuntimeMethod_var); } IL_00cc: { int32_t L_39 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); goto IL_003b; } IL_00d5: { List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_40 = __this->get__rangelist_0(); int32_t L_41 = V_2; List_1_t911C56B32435E07F3A1F3B9FB9BFF36061619CF3 * L_42 = __this->get__rangelist_0(); NullCheck(L_42); int32_t L_43; L_43 = List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_inline(L_42, /*hidden argument*/List_1_get_Count_mD519DCD97F187FA4B938B3955472D3B55B8AD009_RuntimeMethod_var); int32_t L_44 = V_2; NullCheck(L_40); List_1_RemoveRange_m84E8138D9C57275D0DC794C2614085B57D0AC433(L_40, L_41, ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_44)), /*hidden argument*/List_1_RemoveRange_m84E8138D9C57275D0DC794C2614085B57D0AC433_RuntimeMethod_var); } IL_00ee: { return; } } // System.String System.Text.RegularExpressions.RegexCharClass::SetFromProperty(System.String,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegexCharClass_SetFromProperty_m5938519AC2682F7F0E6491A0D71C11FCA825B827 (String_t* ___capname0, bool ___invert1, String_t* ___pattern2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1489F923C4DCA729178B3E3233458550D8DDDF29); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_0 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__propTable_17(); NullCheck((RuntimeArray *)(RuntimeArray *)L_0); int32_t L_1; L_1 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB((RuntimeArray *)(RuntimeArray *)L_0, 0, /*hidden argument*/NULL); V_1 = L_1; goto IL_0070; } IL_0010: { int32_t L_2 = V_0; int32_t L_3 = V_1; V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))/(int32_t)2)); String_t* L_4 = ___capname0; IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_5 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__propTable_17(); int32_t L_6 = V_2; NullCheck(L_5); String_t* L_7; L_7 = (L_5)->GetAt(L_6, 0); int32_t L_8; L_8 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_4, L_7, 4, /*hidden argument*/NULL); V_3 = L_8; int32_t L_9 = V_3; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0032; } } { int32_t L_10 = V_2; V_1 = L_10; goto IL_0070; } IL_0032: { int32_t L_11 = V_3; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_003c; } } { int32_t L_12 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); goto IL_0070; } IL_003c: { IL2CPP_RUNTIME_CLASS_INIT(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_13 = ((RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_StaticFields*)il2cpp_codegen_static_fields_for(RegexCharClass_t9AB0766B265563F2380820FDEC91A9E5C9817CB5_il2cpp_TypeInfo_var))->get__propTable_17(); int32_t L_14 = V_2; NullCheck(L_13); String_t* L_15; L_15 = (L_13)->GetAt(L_14, 1); V_4 = L_15; bool L_16 = ___invert1; if (!L_16) { goto IL_006d; } } { String_t* L_17 = V_4; NullCheck(L_17); Il2CppChar L_18; L_18 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_17, 0, /*hidden argument*/NULL); if (L_18) { goto IL_0060; } } { String_t* L_19 = V_4; NullCheck(L_19); String_t* L_20; L_20 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_19, 1, /*hidden argument*/NULL); return L_20; } IL_0060: { String_t* L_21 = V_4; String_t* L_22; L_22 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral1489F923C4DCA729178B3E3233458550D8DDDF29, L_21, /*hidden argument*/NULL); return L_22; } IL_006d: { String_t* L_23 = V_4; return L_23; } IL_0070: { int32_t L_24 = V_0; int32_t L_25 = V_1; if ((!(((uint32_t)L_24) == ((uint32_t)L_25)))) { goto IL_0010; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = L_26; String_t* L_28 = ___pattern2; NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(0), (RuntimeObject *)L_28); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29 = L_27; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_31 = L_30; String_t* L_32 = ___capname0; NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(0), (RuntimeObject *)L_32); String_t* L_33; L_33 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE56748CDD247AC396C7847513B2D2D24821D48DA)), L_31, /*hidden argument*/NULL); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_33); (L_29)->SetAt(static_cast(1), (RuntimeObject *)L_33); String_t* L_34; L_34 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD3E190B5EC5D5C32F6121F694010F47769FCBDD1)), L_29, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_35 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_35, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegexCharClass_SetFromProperty_m5938519AC2682F7F0E6491A0D71C11FCA825B827_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_m699652BD16C42823BE283EA769647F676122EB6B_inline (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_typeName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DesignerSerializationVisibilityAttribute_get_Visibility_m8BF8E684ABAB85A14343D269EF8EFC493D17F49E_inline (DesignerSerializationVisibilityAttribute_tD2B1124B5169235603E95E4F6C83C3FCA6CE3268 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_visibility_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorBaseTypeName_m289485BE4F9C3DEA96C6F3CC10404E578E6338D1_inline (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseTypeName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorTypeName_m00A0E95AE5ABFBEED0233962BB1098977E1AD108_inline (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_typeName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_get_Count_mDD15A7E3CECB5E5DB37E4E95539197F026D0307F_inline (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_propCount_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* PropertyTabAttribute_get_TabScopes_mCE3EC88FF3DA7C878260DEDC09BC10F71EBAD612_inline (PropertyTabAttribute_tE974CE71CBFB4C1F9C4281B42EA192FCEE40C38B * __this, const RuntimeMethod* method) { { PropertyTabScopeU5BU5D_t0D3971414E9AB6F4B29595AA28511D1A983A69A9* L_0 = __this->get_tabScopes_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__raw_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_m_nTag_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_get_IsReadOnly_mB181AB4C0656928563E589368952C223F19C8F9D_inline (ReadOnlyAttribute_t099460BB0BB35A977BCF7E0E0A5CA23EC7A33FDC * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isReadOnly_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable_m661F64F6992EF51BEDAA2824ACB73917FDDE528A_inline (RecommendedAsConfigurableAttribute_t2A13149E9078BE506361EDB0899AC17EFB8DB310 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_recommendedAsConfigurable_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * AmbientValueAttribute_get_Value_mE302146E57AC81C75C7CB5413A65A6B5B4C48262_inline (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_value_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_TypeName_mD1BFD3A4CAE619F04B4CB8A6715D3B699C91C58E_inline (AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__typeName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_PropertyName_m57BDC4AF0609B0D118C6B729B6D5EF2E510419F4_inline (AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__propertyName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_m10D85773B6B191C7D4E7D3C2954B84F9BB195218_inline (Exception_t * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get__innerException_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * ExtenderProvidedPropertyAttribute_get_ReceiverType_m4E66D356549A3590988B59486642D58779EDB784_inline (ExtenderProvidedPropertyAttribute_tDACF90FC81CEA4D9F5990B2ACCAC4DC769498BC4 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_receiverType_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__key_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_ReceiverTypeName_m410C28249D1E62193A810021B38C154320D5F900_inline (ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_receiverTypeName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProvidePropertyAttribute_get_PropertyName_m078D94022D84FA10A227EE4FC2C72E656B9FF589_inline (ProvidePropertyAttribute_t4C29083EB08171CC4162DDA34FB8797DB4CB0951 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_propertyName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * ReflectPropertyDescriptor_ExtenderGetReceiverType_m1773F498C4A73506BE34369B2C96D5EA4BAE0C1C_inline (ReflectPropertyDescriptor_tDFAA0D32D61BCEAE02C0182844E07E702C4CFD92 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_receiverType_43(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RefreshPropertiesAttribute_get_RefreshProperties_mF8FA81974DAEC95AF60C32D2A6E70B086D178B03_inline (RefreshPropertiesAttribute_t05919EFF7C917FBA19023B6003B884D4C86D462A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_refresh_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int64_t ___ticks0, const RuntimeMethod* method) { { int64_t L_0 = ___ticks0; __this->set__ticks_22(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Regex_get_Options_m96441AFDEDDDDC9AD8A21C54C1C05B63581154E2_inline (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_roptions_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Regex_get_MatchTimeout_mA525D5C25A1DADC3AF1913D6E5FA6D8F0208309A_inline (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, const RuntimeMethod* method) { { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = __this->get_internalMatchTimeout_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_22(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RegexReplacement_get_Pattern_m15AB0E06009DB144BE40253F76F4C09D1AA865BA_inline (RegexReplacement_tA7DE3492BBDE988EF1C93CB8F71CF01A4C1D9A32 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__rep_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * LinkedList_1_get_First_m8DCE1181A69DB8A820B5B976EBEF9416F4C0460D_gshared_inline (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method) { { LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * L_0 = (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F *)__this->get_head_0(); return (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * LinkedListNode_1_get_Value_m5A71FC016266973BD9CFAE986CF6911B26C33684_gshared_inline (LinkedListNode_1_tE9D663EA27667E3E9F8E311FC56B32F3E3D9B07F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_item_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LinkedList_1_get_Count_m5AD2F760211A61C7FFD9BE298CFA10F1BF4BE54A_gshared_inline (LinkedList_1_tF98410EEA26883FF7ECC1DFD10068A4CC744550B * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_count_1(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } }